<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">actually, your passing these to originate, … but your not setting anything on the session doing the originate, ringback should be there, not in params iirc. &nbsp;Possibly instant_ringback as well. &nbsp;We should probably have better docs on which leg vars effect.<div><br></div><div>Mike</div><div><br><div><div>On Feb 5, 2010, at 2:05 PM, Kevin Snow wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>
<font face="Verdana, Helvetica, Arial"><span style="font-size:12.0px">I tried with with and without setting, when I copy/pasted below was the without. It didn’t seem to matter.<br>
<br>
</span></font><font size="2"><font face="Monaco, Courier New"><span style="font-size:10.0px">switch_event_add_header_string(ovars, SWITCH_STACK_BOTTOM, &nbsp;"ringback", "%(2000, 4000, 440.0, 480.0)"); &nbsp;<br>
<br>
Should I set it differently? Maybe that’s my issue.<br>
<br>
Kevin<br>
<br>
</span></font></font><font face="Verdana, Helvetica, Arial"><span style="font-size:12.0px"><br>
<br>
<br>
On 2/5/10 10:49 AM, "Michael Jerris" &lt;<a href="mailto:mike@jerris.com">mike@jerris.com</a>&gt; wrote:<br>
<br>
</span></font><blockquote type="cite"><font face="Verdana, Helvetica, Arial"><span style="font-size:12.0px">do you set the ringback var too?<br>
<br>
On Feb 5, 2010, at 1:29 PM, Kevin Snow wrote:<br>
<br>
</span></font><blockquote type="cite"><font face="Verdana, Helvetica, Arial"><span style="font-size:12.0px"><br>
Guys,<br>
<br>
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.<br>
<br>
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. <br>
<br>
Are there other flags I need in conjunction with these two to hear ringback? I must be missing something.<br>
<br>
Here’s a code snippet.<br>
<br>
</span></font><font size="2"><font face="Monaco, Courier New"><span style="font-size:10.0px"><br>
&nbsp;&nbsp;&nbsp;&nbsp;switch_event_t* ovars = NULL;<br>
&nbsp;&nbsp;&nbsp;&nbsp;switch_event_create(&amp;ovars, SWITCH_EVENT_REQUEST_PARAMS); &nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;switch_event_add_header_string(ovars, SWITCH_STACK_BOTTOM, &nbsp;"ignore_early_media", "true"); &nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;switch_event_add_header_string(ovars, SWITCH_STACK_BOTTOM, &nbsp;"instant_ringback", "true");<br>
&nbsp;&nbsp;&nbsp;&nbsp;switch_status_t &nbsp;rc = switch_ivr_originate(session, &amp;sipSession, &amp;cause, data, timelimit, NULL, caller_name, caller_num, NULL, ovars, SOF_NONE);<br>
</span></font></font><font face="Verdana, Helvetica, Arial"><span style="font-size:12.0px"><br>
</span></font></blockquote><font face="Verdana, Helvetica, Arial"><span style="font-size:12.0px"><br>
<br>
<hr align="CENTER" size="3" width="95%"></span></font><font size="2"><font face="Monaco, Courier New"><span style="font-size:10.0px">_______________________________________________<br>
FreeSWITCH-dev mailing list<br>
<a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org/">http://www.freeswitch.org</a><br>
</span></font></font></blockquote><font size="2"><font face="Monaco, Courier New"><span style="font-size:10.0px"><br>
</span></font></font>
</div>


_______________________________________________<br>FreeSWITCH-dev mailing list<br><a href="mailto:FreeSWITCH-dev@lists.freeswitch.org">FreeSWITCH-dev@lists.freeswitch.org</a><br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev<br>http://www.freeswitch.org<br></blockquote></div><br></div></body></html>