Re: [Freeswitch-dev] Using instant_ringback

2010-02-05 Thread Kevin Snow
AhhhThat makes sense and works perfectly. I knew I was missing something. Thanks! Kevin On 2/5/10 11:23 AM, "Michael Jerris" wrote: > actually, your passing these to originate, Š but your not setting anything on > the session doing the originate, ringback should be there, not in params i

Re: [Freeswitch-dev] Using instant_ringback

2010-02-05 Thread Anthony Minessale
you set ringback on session and you set instant_ringback in the ovars On Fri, Feb 5, 2010 at 12:29 PM, Kevin Snow 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

Re: [Freeswitch-dev] Using instant_ringback

2010-02-05 Thread Michael Jerris
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. Possibly instant_ringback as well. We should probably have better docs on which leg vars effect. Mike On Feb 5, 2010, at 2:05 PM, Kevin

Re: [Freeswitch-dev] Using instant_ringback

2010-02-05 Thread Kevin Snow
I tried with with and without setting, when I copy/pasted below was the without. It didn¹t seem to matter. switch_event_add_header_string(ovars, SWITCH_STACK_BOTTOM, "ringback", "%(2000, 4000, 440.0, 480.0)"); Should I set it differently? Maybe that¹s my issue. Kevin On 2/5/10 10:49 AM, "Mi

Re: [Freeswitch-dev] Using instant_ringback

2010-02-05 Thread Michael Jerris
do you set the ringback var too? On Feb 5, 2010, at 1:29 PM, Kevin Snow 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 an

[Freeswitch-dev] Using instant_ringback

2010-02-05 Thread Kevin Snow
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 swi