phone book issue on V 2.31.22
we have just installed new version (2.31.22) and facing problem with the calls originated from phone book, seems the call origination structure has a problem, see bellow debug:
IP:50168 <= <msg data="34|dial|MRABC<90123456789>|xxxxxxxxxxxxxxx" />
-- PROCESS_FLASH_COMMAND origen 34 accion dial destino MRABC<90123456789> password xxxxxxx
VALIDAR USUARIO 1000@GENERAL
validate password using key xxxxxxxxx
VALIDAR USUARIO 1000 OK con clave regular (IP:50168)
Validation ok, have all permissions for 0
It's blessed into class FOP2::Extension
++ GET SERVER for SIP/1000 = localhost
It's blessed into class FOP2::Extension
127.0.0.1 -> Action: Originate
127.0.0.1 -> Channel: SIP/1000
127.0.0.1 -> Exten: MRABC<90123456789>
127.0.0.1 -> Context: from-internal
127.0.0.1 -> Priority: 1
127.0.0.1 -> CallerID: 1000 <1000>
127.0.0.1 -> Async: True
127.0.0.1 <- Response: Error
127.0.0.1 <- Message: Extension does not exist.
-- TIMER asterisk_ami_connect and async config check
IP:50168 <= <msg data="34|dial|MRABC<90123456789>|xxxxxxxxxxxxxxx" />
-- PROCESS_FLASH_COMMAND origen 34 accion dial destino MRABC<90123456789> password xxxxxxx
VALIDAR USUARIO 1000@GENERAL
validate password using key xxxxxxxxx
VALIDAR USUARIO 1000 OK con clave regular (IP:50168)
Validation ok, have all permissions for 0
It's blessed into class FOP2::Extension
++ GET SERVER for SIP/1000 = localhost
It's blessed into class FOP2::Extension
127.0.0.1 -> Action: Originate
127.0.0.1 -> Channel: SIP/1000
127.0.0.1 -> Exten: MRABC<90123456789>
127.0.0.1 -> Context: from-internal
127.0.0.1 -> Priority: 1
127.0.0.1 -> CallerID: 1000 <1000>
127.0.0.1 -> Async: True
127.0.0.1 <- Response: Error
127.0.0.1 <- Message: Extension does not exist.
-- TIMER asterisk_ami_connect and async config check
Comments
Did you upgrade from previous version? It seems you have a mixed up version between fop2_server and fop2.js client files. A dial command from the client/browser will show like this:
<msg data="34|dial|90123456789!TVJCQUM=|41c2f73d1642b78450f650459a281db9" />
Try to clear up your browser cache.
Best regards,
kindly advise how to resolve
: MR ABC <0123456789>
seems data parsing is wrong, right? looking forward to hearing from you