[Freeswitch-dev] Using instant_ringback

Anthony Minessale anthony.minessale at gmail.com
Fri Feb 5 11:39:28 PST 2010


you set ringback on session and you set instant_ringback in the ovars


On Fri, Feb 5, 2010 at 12:29 PM, Kevin Snow <kevin.snow at ooma.com> wrote:

>
> Guys,
>
> I’m trying something that is seemingly so simple but isn’t working for me.
> I want to ignore early media and provide instant ringback.
>
> My module is written in C. I’m setting ignore_early_media and
> instant_ringback to true in a switch_event header and passing it in via the
> ovars param to switch_ivr_originate. It’s getting the vars ok because I can
> tell it’s ignoring early media, but there is no ring back to the caller.
>
> Are there other flags I need in conjunction with these two to hear
> ringback? I must be missing something.
>
> Here’s a code snippet.
>
>
>     switch_event_t* ovars = NULL;
>     switch_event_create(&ovars, SWITCH_EVENT_REQUEST_PARAMS);
>     switch_event_add_header_string(ovars, SWITCH_STACK_BOTTOM,
>  "ignore_early_media", "true");
>     switch_event_add_header_string(ovars, SWITCH_STACK_BOTTOM,
>  "instant_ringback", "true");
>     switch_status_t  rc = switch_ivr_originate(session, &sipSession,
> &cause, data, timelimit, NULL, caller_name, caller_num, NULL, ovars,
> SOF_NONE);
>
>
> Thanks in advance.
>
> Kevin Snow
>
>
> _______________________________________________
> FreeSWITCH-dev mailing list
> FreeSWITCH-dev at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
> http://www.freeswitch.org
>
>


-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_minessale at hotmail.com <MSN%3Aanthony_minessale at hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
pstn:+19193869900
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20100205/b0b8eb6b/attachment.html 


More information about the FreeSWITCH-dev mailing list