Built motion from commit (unavailable).|2.5.2
[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 _0x63be=['push','format','message','name','exports','Argument\x20\x27port\x27\x20missing\x20in\x20function\x20call.','Server\x20error.\x20Code:\x20%s.','[LICENSE]\x20Server\x20max\x20connection.\x20Count:\x20%s.','[LICENSE\x20VOICE]\x20Server\x20license\x20voice\x20disabled.','Socket\x20error.\x20Code:\x20%s.','Socket\x20timeout.','Missing\x20\x27ivr.agi_network_script\x27.','Missing\x20\x27ivr.entry\x27\x20menu.','E_AGI_UNDEFINED'];(function(_0x24b910,_0x23b246){var _0x2f7ffb=function(_0x1e920b){while(--_0x1e920b){_0x24b910['push'](_0x24b910['shift']());}};_0x2f7ffb(++_0x23b246);}(_0x63be,0xd7));var _0xe63b=function(_0x18e67c,_0x1e5920){_0x18e67c=_0x18e67c-0x0;var _0x2e576b=_0x63be[_0x18e67c];return _0x2e576b;};'use strict';var util=require('util');var error={'E_AGI_UNDEFINED':'Undefined\x20error.','E_AGI_ARGUMENT_PORT':_0xe63b('0x0'),'E_AGI_SERVER_ERROR':_0xe63b('0x1'),'E_AGI_SERVER_CLOSE':'Server\x20closed.','E_AGI_SERVER_MAXCONNECTION':_0xe63b('0x2'),'E_AGI_SERVER_VOICE_DISABLED':_0xe63b('0x3'),'E_AGI_SOCKET_ERROR':_0xe63b('0x4'),'E_AGI_SOCKET_CLOSE':'Socket\x20closed.','E_AGI_SOCKET_TIMEOUT':_0xe63b('0x5'),'E_AGI_COMMAND_EMPTY':'Empty\x20command.','E_AGI_IVR_AGI_NETWORK_SCRIPT':_0xe63b('0x6'),'E_AGI_IVR_ENTRY':_0xe63b('0x7')};function AGIError(_0x3cc298){var _0x3cc298=_0x3cc298||null,_0x36b47c=_0x36b47c||[],_0x1b5b02=0x1,_0x2127e2='';if(!error[_0x3cc298]){_0x3cc298=_0xe63b('0x8');}_0x36b47c[_0xe63b('0x9')](error[_0x3cc298]);while(arguments[_0x1b5b02]){_0x36b47c[_0xe63b('0x9')](arguments[_0x1b5b02]);_0x1b5b02++;}_0x2127e2=util[_0xe63b('0xa')]['apply'](util,_0x36b47c);this[_0xe63b('0xb')]=_0x2127e2;this[_0xe63b('0xc')]=_0x3cc298;}module[_0xe63b('0xd')]=AGIError;