19d0fadae67d46719869ee9b78a87a2b003a3d17
[motion2.git] / server / services / agi / error.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x4499=['apply','message','name','Argument\x20\x27port\x27\x20missing\x20in\x20function\x20call.','Server\x20error.\x20Code:\x20%s.','Server\x20closed.','[LICENSE]\x20Server\x20max\x20connection.\x20Count:\x20%s.','[LICENSE\x20VOICE]\x20Server\x20license\x20voice\x20disabled.','Socket\x20error.\x20Code:\x20%s.','Socket\x20timeout.','Empty\x20command.','E_AGI_UNDEFINED','push','format'];(function(_0x3b5a99,_0x2672cd){var _0x4f4105=function(_0x3d5e09){while(--_0x3d5e09){_0x3b5a99['push'](_0x3b5a99['shift']());}};_0x4f4105(++_0x2672cd);}(_0x4499,0x145));var _0x9449=function(_0x46257b,_0x4cc0aa){_0x46257b=_0x46257b-0x0;var _0x2fccee=_0x4499[_0x46257b];return _0x2fccee;};'use strict';var util=require('util');var error={'E_AGI_UNDEFINED':'Undefined\x20error.','E_AGI_ARGUMENT_PORT':_0x9449('0x0'),'E_AGI_SERVER_ERROR':_0x9449('0x1'),'E_AGI_SERVER_CLOSE':_0x9449('0x2'),'E_AGI_SERVER_MAXCONNECTION':_0x9449('0x3'),'E_AGI_SERVER_VOICE_DISABLED':_0x9449('0x4'),'E_AGI_SOCKET_ERROR':_0x9449('0x5'),'E_AGI_SOCKET_CLOSE':'Socket\x20closed.','E_AGI_SOCKET_TIMEOUT':_0x9449('0x6'),'E_AGI_COMMAND_EMPTY':_0x9449('0x7'),'E_AGI_IVR_AGI_NETWORK_SCRIPT':'Missing\x20\x27ivr.agi_network_script\x27.','E_AGI_IVR_ENTRY':'Missing\x20\x27ivr.entry\x27\x20menu.'};function AGIError(_0xaecc82){var _0xaecc82=_0xaecc82||null,_0x10d964=_0x10d964||[],_0xdfcacc=0x1,_0x2bf44b='';if(!error[_0xaecc82]){_0xaecc82=_0x9449('0x8');}_0x10d964['push'](error[_0xaecc82]);while(arguments[_0xdfcacc]){_0x10d964[_0x9449('0x9')](arguments[_0xdfcacc]);_0xdfcacc++;}_0x2bf44b=util[_0x9449('0xa')][_0x9449('0xb')](util,_0x10d964);this[_0x9449('0xc')]=_0x2bf44b;this[_0x9449('0xd')]=_0xaecc82;}module['exports']=AGIError;