[Freeswitch-users] ringnack does not working

Anthony Minessale anthmct at yahoo.com
Thu Aug 2 06:24:25 PDT 2007


ring_ready is a dialplan application that sends the protocol specific message to indicate ringing.  In the case of SIP a 180 Ringing.

ringback is a channel variable you can set to artificially generate a tone or play an audio file to an originating channel while it waits to be connected to another call.

pre_answer is a dialplan application that will send the protocol specific message to indicate early media.  In the case of SIP a 183 Progress

So, if you call into freeswitch with sip and the first entry in your dialplan is ring_ready followed by a bridge to some other destination when it hits ring_ready it will send "180 Ringing" back to your phone so it can generate the ringing sound.

If instead you use the set application to set ringback to a tone spec or audio file followed by a call to pre_answer to establish an early media connection followed by a call to bridge to another dest, then the core will generate this audio locally and send it back to your phone. Again, this occurs during early media meaning the call has not been answered but the SIP has negotiated a media path in advance for this type of pre-answer audio indication.  SIP has no promise that early media must be supported so some switches and devices opt to not support it meaning you may not be able to hear any audio until the call is officially answered which would keep you from hearing the artificial ringback at all. 

 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale at hotmail.com
JABBER:anthony.minessale at gmail.com
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org
pstn:213-799-1400


----- Original Message ----
From: Farrukh Ahmed <f4fahmed at gmail.com>
To: freeswitch-users at lists.freeswitch.org
Sent: Thursday, August 2, 2007 4:35:20 AM
Subject: [Freeswitch-users] ringnack does not working

Dear Sir,

I was trying to get ringback working but its not working. I used exactly what docs said.

can some one tell me what does it means 
http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_ring_ready ?

i could not find any thing regarding this on fs example config files but its on wiki

my FS Configuration File 

FYI, 
http://pastebin.freeswitch.org/3155

Best Regards.
-- 
Färrükh Ähmëd






      ____________________________________________________________________________________
Luggage? GPS? Comic books? 
Check out fitting gifts for grads at Yahoo! Search
http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20070802/48e51b66/attachment-0002.html 


More information about the FreeSWITCH-users mailing list