eeada932ed93c48b5edaab0c77e441ee4de785d8
[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 _0x46aa=['Argument\x20\x27port\x27\x20missing\x20in\x20function\x20call.','Server\x20error.\x20Code:\x20%s.','Server\x20closed.','Socket\x20error.\x20Code:\x20%s.','Empty\x20command.','Missing\x20\x27ivr.agi_network_script\x27.','Missing\x20\x27ivr.entry\x27\x20menu.','E_AGI_UNDEFINED','push','format','apply','message','util','Undefined\x20error.'];(function(_0xba98f6,_0x4c4de1){var _0x8fb27=function(_0x37c3e5){while(--_0x37c3e5){_0xba98f6['push'](_0xba98f6['shift']());}};_0x8fb27(++_0x4c4de1);}(_0x46aa,0x1be));var _0xa46a=function(_0x2b9b7f,_0x4d47df){_0x2b9b7f=_0x2b9b7f-0x0;var _0x4ed19a=_0x46aa[_0x2b9b7f];return _0x4ed19a;};'use strict';var util=require(_0xa46a('0x0'));var error={'E_AGI_UNDEFINED':_0xa46a('0x1'),'E_AGI_ARGUMENT_PORT':_0xa46a('0x2'),'E_AGI_SERVER_ERROR':_0xa46a('0x3'),'E_AGI_SERVER_CLOSE':_0xa46a('0x4'),'E_AGI_SERVER_MAXCONNECTION':'[LICENSE]\x20Server\x20max\x20connection.\x20Count:\x20%s.','E_AGI_SERVER_VOICE_DISABLED':'[LICENSE\x20VOICE]\x20Server\x20license\x20voice\x20disabled.','E_AGI_SOCKET_ERROR':_0xa46a('0x5'),'E_AGI_SOCKET_CLOSE':'Socket\x20closed.','E_AGI_SOCKET_TIMEOUT':'Socket\x20timeout.','E_AGI_COMMAND_EMPTY':_0xa46a('0x6'),'E_AGI_IVR_AGI_NETWORK_SCRIPT':_0xa46a('0x7'),'E_AGI_IVR_ENTRY':_0xa46a('0x8')};function AGIError(_0x4ea277){var _0x4ea277=_0x4ea277||null,_0x22427a=_0x22427a||[],_0x4140b4=0x1,_0x2f13ea='';if(!error[_0x4ea277]){_0x4ea277=_0xa46a('0x9');}_0x22427a[_0xa46a('0xa')](error[_0x4ea277]);while(arguments[_0x4140b4]){_0x22427a[_0xa46a('0xa')](arguments[_0x4140b4]);_0x4140b4++;}_0x2f13ea=util[_0xa46a('0xb')][_0xa46a('0xc')](util,_0x22427a);this[_0xa46a('0xd')]=_0x2f13ea;this['name']=_0x4ea277;}module['exports']=AGIError;