<extension name="cc" > <condition field="context" expression="public" /> <condition field="destination_number" expression="^12345$" > <action application="bridge" data="sofia/gateway/mgw/$1" /> </condition> </extension> в итоге при вызове имею следующее: 2013-09-26 07:09:45.758245 [DEBUG] mod_sofia.c:127 (sofia/external/$1) State Change CS_INIT -> CS_ROUTING 2013-09-26 07:09:45.758245 [DEBUG] switch_core_session.c:1338 Send signal sofia/external/$1 [BREAK] 2013-09-26 07:09:45.758245 [DEBUG] switch_core_state_machine.c:454 (sofia/external/$1) State INIT going to sleep 2013-09-26 07:09:45.758245 [DEBUG] switch_core_state_machine.c:415 (sofia/external/$1) Running State Change CS_ROUTING 2013-09-26 07:09:45.758245 [DEBUG] switch_core_session.c:1003 Send signal sofia/external/$1 [BREAK] 2013-09-26 07:09:45.758245 [DEBUG] switch_core_state_machine.c:470 (sofia/external/$1) State ROUTING 2013-09-26 07:09:45.758245 [DEBUG] mod_sofia.c:150 sofia/external/$1 SOFIA ROUTING 2013-09-26 07:09:45.758245 [DEBUG] switch_ivr_originate.c:67 (sofia/external/$1) State Change CS_ROUTING -> CS_CONSUME_MEDIA 2013-09-26 07:09:45.758245 [DEBUG] switch_core_session.c:1338 Send signal sofia/external/$1 [BREAK] 2013-09-26 07:09:45.758245 [DEBUG] switch_core_state_machine.c:470 (sofia/external/$1) State ROUTING going to sleep 2013-09-26 07:09:45.758245 [DEBUG] switch_core_state_machine.c:415 (sofia/external/$1) Running State Change CS_CONSUME_MEDIA 2013-09-26 07:09:45.758245 [DEBUG] switch_core_state_machine.c:489 (sofia/external/$1) State CONSUME_MEDIA 2013-09-26 07:09:45.758245 [DEBUG] switch_core_state_machine.c:489 (sofia/external/$1) State CONSUME_MEDIA going to sleep 2013-09-26 07:09:45.758245 [DEBUG] sofia.c:5752 Channel sofia/external/$1 entering state [calling][0] 2013-09-26 07:09:45.758245 [DEBUG] switch_core_session.c:1003 Send signal sofia/external/$1 [BREAK] 2013-09-26 07:09:45.758245 [DEBUG] switch_core_session.c:1003 Send signal sofia/external/$1 [BREAK] 2013-09-26 07:09:45.758245 [DEBUG] switch_core_session.c:1003 Send signal sofia/external/$1 [BREAK] 2013-09-26 07:09:45.758245 [DEBUG] sofia.c:5752 Channel sofia/external/$1 entering state [terminated][404] 2013-09-26 07:09:45.758245 [NOTICE] sofia.c:6563 Hangup sofia/external/$1 [CS_CONSUME_MEDIA] [UNALLOCATED_NUMBER] 2013-09-26 07:09:45.758245 [DEBUG] switch_channel.c:3134 Send signal sofia/external/$1 [KILL] 2013-09-26 07:09:45.758245 [DEBUG] switch_core_session.c:1338 Send signal sofia/external/$1 [BREAK] 2013-09-26 07:09:45.758245 [DEBUG] switch_core_state_machine.c:415 (sofia/external/$1) Running State Change CS_HANGUP 2013-09-26 07:09:45.758245 [DEBUG] switch_core_state_machine.c:678 (sofia/external/$1) State HANGUP 2013-09-26 07:09:45.758245 [DEBUG] mod_sofia.c:506 Channel sofia/external/$1 hanging up, cause: UNALLOCATED_NUMBER 2013-09-26 07:09:45.758245 [DEBUG] switch_core_state_machine.c:48 sofia/external/$1 Standard HANGUP, cause: UNALLOCATED_NUMBER 2013-09-26 07:09:45.758245 [DEBUG] switch_core_state_machine.c:678 (sofia/external/$1) State HANGUP going to sleep 2013-09-26 07:09:45.758245 [DEBUG] switch_core_state_machine.c:689 (sofia/external/$1) Callstate Change DOWN -> HANGUP 2013-09-26 07:09:45.758245 [DEBUG] switch_core_state_machine.c:446 (sofia/external/$1) State Change CS_HANGUP -> CS_REPORTING 2013-09-26 07:09:45.758245 [DEBUG] switch_core_session.c:1338 Send signal sofia/external/$1 [BREAK] 2013-09-26 07:09:45.758245 [DEBUG] switch_core_state_machine.c:415 (sofia/external/$1) Running State Change CS_REPORTING 2013-09-26 07:09:45.758245 [DEBUG] switch_core_state_machine.c:761 (sofia/external/$1) State REPORTING 2013-09-26 07:09:45.758245 [DEBUG] switch_core_state_machine.c:92 sofia/external/$1 Standard REPORTING, cause: UNALLOCATED_NUMBER 2013-09-26 07:09:45.758245 [DEBUG] switch_core_state_machine.c:761 (sofia/external/$1) State REPORTING going to sleep 2013-09-26 07:09:45.758245 [DEBUG] switch_core_state_machine.c:440 (sofia/external/$1) State Change CS_REPORTING -> CS_DESTROY 2013-09-26 07:09:45.758245 [DEBUG] switch_core_session.c:1338 Send signal sofia/external/$1 [BREAK] 2013-09-26 07:09:45.758245 [DEBUG] switch_core_session.c:1546 Session 53 (sofia/external/$1) Locked, Waiting on external entities 2013-09-26 07:09:45.778263 [DEBUG] switch_ivr_originate.c:3632 Originate Resulted in Error Cause: 1 [UNALLOCATED_NUMBER] 2013-09-26 07:09:45.778263 [NOTICE] switch_core_session.c:1564 Session 53 (sofia/external/$1) Ended 2013-09-26 07:09:45.778263 [NOTICE] switch_core_session.c:1568 Close Channel sofia/external/$1 [CS_DESTROY] 2013-09-26 07:09:45.778263 [INFO] mod_dptools.c:3194 Originate Failed. Cause: UNALLOCATED_NUMBER Друзья, подскажите как решить данную проблему. Может у кого есть работающий пример на FS/fusionpbx ? Спасибо! |