VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
juanbackson at gmail.com Guest
|
Posted: Thu Jul 30, 2009 4:23 am Post subject: [Freeswitch-users] codec problem with fifo |
|
|
Hi,
I am trying to use the fifo app, but I am hitting on the following error. Does anyone know how to resolve the "No code is found" error?
Dialplan: sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) Regex (PASS) [internal-call] destination_number(5501) =~ /^(.*)$/ break=on-false
Dialplan: sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) Action fifo(in inbound-1)
2009-07-31 01:09:40.426542 [DEBUG] switch_core_state_machine.c:114 (sofia/internal/1000@192.168.1.102 (1000@192.168.1.102)) State Change CS_ROUTING -> CS_EXECUTE
2009-07-31 01:09:40.426542 [DEBUG] switch_core_session.c:932 Send signal sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) [BREAK]
2009-07-31 01:09:40.426542 [DEBUG] switch_core_state_machine.c:484 (sofia/internal/1000@192.168.1.102 (1000@192.168.1.102)) State ROUTING going to sleep
2009-07-31 01:09:40.426542 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1000@192.168.1.102 (1000@192.168.1.102)) Running State Change CS_EXECUTE
2009-07-31 01:09:40.426542 [DEBUG] switch_core_state_machine.c:491 (sofia/internal/1000@192.168.1.102 (1000@192.168.1.102)) State EXECUTE
2009-07-31 01:09:40.427552 [DEBUG] mod_sofia.c:173 sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) SOFIA EXECUTE
2009-07-31 01:09:40.427552 [DEBUG] switch_core_state_machine.c:151 sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) Standard EXECUTE
2009-07-31 01:09:40.427552 [DEBUG] switch_core_session.c:1388 Application fifo Requires media! pre_answering channel sofia/internal/1000@192.168.1.102 (1000@192.168.1.102)
2009-07-31 01:09:40.427552 [DEBUG] switch_core_session.c:1390 sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) receive message [PROGRESS]
2009-07-31 01:09:40.427552 [INFO] switch_core_session.c:1390 Sending early media2009-07-31 01:09:40.427552 [ERR] sofia_glue.c:1959 No audio codec available 2009-07-31 01:09:40.427552 [DEBUG] switch_core_session.c:630 Send signal sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) [BREAK]
2009-07-31 01:09:40.427552 [NOTICE] switch_channel.c:1815 Hangup sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) [CS_EXECUTE] [INCOMPATIBLE_DESTINATION]
2009-07-31 01:09:40.427552 [DEBUG] switch_channel.c:1683 Send signal sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) [KILL]
2009-07-31 01:09:40.428540 [DEBUG] switch_core_session.c:932 Send signal sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) [BREAK]
2009-07-31 01:09:40.428540 [DEBUG] switch_core_session.c:1391 Well, that didn't work very well did it? ...
2009-07-31 01:09:40.428540 [DEBUG] switch_core_state_machine.c:491 (sofia/internal/1000@192.168.1.102 (1000@192.168.1.102)) State EXECUTE going to sleep
2009-07-31 01:09:40.428540 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1000@192.168.1.102 (1000@192.168.1.102)) Running State Change CS_HANGUP
Thanks,
JB |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Thu Jul 30, 2009 5:32 am Post subject: [Freeswitch-users] codec problem with fifo |
|
|
Are you using late neg. or proxy media? Also answer the call before you put it into the fifo. Notice it only pre_answers the call.
/b
On Jul 30, 2009, at 4:17 AM, Juan Backson wrote:
Quote: | Hi,
I am trying to use the fifo app, but I am hitting on the following error. Does anyone know how to resolve the "No code is found" error?
Dialplan: sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) Regex (PASS) [internal-call] destination_number(5501) =~ /^(.*)$/ break=on-false
Dialplan: sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) Action fifo(in inbound-1)
2009-07-31 01:09:40.426542 [DEBUG] switch_core_state_machine.c:114 (sofia/internal/1000@192.168.1.102 (1000@192.168.1.102)) State Change CS_ROUTING -> CS_EXECUTE
2009-07-31 01:09:40.426542 [DEBUG] switch_core_session.c:932 Send signal sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) [BREAK]
2009-07-31 01:09:40.426542 [DEBUG] switch_core_state_machine.c:484 (sofia/internal/1000@192.168.1.102 (1000@192.168.1.102)) State ROUTING going to sleep
2009-07-31 01:09:40.426542 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1000@192.168.1.102 (1000@192.168.1.102)) Running State Change CS_EXECUTE
2009-07-31 01:09:40.426542 [DEBUG] switch_core_state_machine.c:491 (sofia/internal/1000@192.168.1.102 (1000@192.168.1.102)) State EXECUTE
2009-07-31 01:09:40.427552 [DEBUG] mod_sofia.c:173 sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) SOFIA EXECUTE
2009-07-31 01:09:40.427552 [DEBUG] switch_core_state_machine.c:151 sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) Standard EXECUTE
2009-07-31 01:09:40.427552 [DEBUG] switch_core_session.c:1388 Application fifo Requires media! pre_answering channel sofia/internal/1000@192.168.1.102 (1000@192.168.1.102)
2009-07-31 01:09:40.427552 [DEBUG] switch_core_session.c:1390 sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) receive message [PROGRESS]
2009-07-31 01:09:40.427552 [INFO] switch_core_session.c:1390 Sending early media2009-07-31 01:09:40.427552 [ERR] sofia_glue.c:1959 No audio codec available2009-07-31 01:09:40.427552 [DEBUG] switch_core_session.c:630 Send signal sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) [BREAK]
2009-07-31 01:09:40.427552 [NOTICE] switch_channel.c:1815 Hangup sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) [CS_EXECUTE] [INCOMPATIBLE_DESTINATION]
2009-07-31 01:09:40.427552 [DEBUG] switch_channel.c:1683 Send signal sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) [KILL]
2009-07-31 01:09:40.428540 [DEBUG] switch_core_session.c:932 Send signal sofia/internal/1000@192.168.1.102 (1000@192.168.1.102) [BREAK]
2009-07-31 01:09:40.428540 [DEBUG] switch_core_session.c:1391 Well, that didn't work very well did it? ...
2009-07-31 01:09:40.428540 [DEBUG] switch_core_state_machine.c:491 (sofia/internal/1000@192.168.1.102 (1000@192.168.1.102)) State EXECUTE going to sleep
2009-07-31 01:09:40.428540 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1000@192.168.1.102 (1000@192.168.1.102)) Running State Change CS_HANGUP
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|