[Freeswitch-users] busy tone detection

Baskar yudha2008 at gmail.com
Thu Dec 18 05:13:08 PST 2008


*Hi,

I am using JavaScript file to detect busy tone signals but I cant able to
detect the busy tone signals
*
*My JavaScript*
*
session1 = new Session();
session1.originate(session1, "{ignore_early_media=true}sofia/default/
39841799874 at 172.20.191.228");
session1.execute("tone_detect", "busy 400 r");
session1.execute("bridge", "sofia/default/39841799874 at 172.20.191.228");
session1.execute("transfer", "39841799874");*


*I get output:*

*freeswitch at localhost.localdomain> jsrun tone.js*
API CALL [jsrun(tone.js)] output:
OK

freeswitch at localhost.localdomain> 2008-12-18 18:42:30 [NOTICE]
switch_channel.c:565 switch_channel_set_name() New Channel sofia/internal/
39841799874 at 172.20.191.228 [0a9723ca-d170-4cee-a8bf-58a8ad018a44]
2008-12-18 18:42:35 [NOTICE] sofia_glue.c:2097 sofia_glue_tech_media()
Ring-Ready sofia/internal/39841799874 at 172.20.191.228!
2008-12-18 18:42:35 [NOTICE] sofia_glue.c:2097 sofia_glue_tech_media()
Pre-Answer sofia/internal/39841799874 at 172.20.191.228!
2008-12-18 18:42:39 [NOTICE] sofia.c:2963 sofia_handle_sip_i_state() Channel
[sofia/internal/39841799874 at 172.20.191.228] has been answered
2008-12-18 18:42:39 [NOTICE] mod_dptools.c:1217
tone_detect_session_function()* Enabling tone detection 'busy' '400'*
2008-12-18 18:42:39 [NOTICE] switch_channel.c:565 switch_channel_set_name()
New Channel sofia/internal/39841799874 at 172.20.191.228[5152416f-7e5c-4a60-9601-6a4af625d8aa]
2008-12-18 18:42:39 [NOTICE] sofia_glue.c:2097 sofia_glue_tech_media()
Ring-Ready sofia/internal/39841799874 at 172.20.191.228!
2008-12-18 18:42:39 [NOTICE] sofia_glue.c:2097 sofia_glue_tech_media()
Pre-Answer sofia/internal/39841799874 at 172.20.191.228!
*
when i run my js call is connected and after the caller answer only enabling
the tone detection.

I am not sure i am correct. correct me how to detect the busy signal. I have
written a small JavaScript. Correct me where i am wrong (In the program or
in the way it detect the call).

Thanks in advance.
*
*--
Warm Regards,
N.Baskar
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20081218/c47d3edc/attachment-0002.html 


More information about the FreeSWITCH-users mailing list