On Wed, Sep 16, 2009 at 11:43 AM, Alberto Escudero <aep.li...@it46.se>wrote:

> The problem i am facing is the following:
>
> Extension 4600 is a Javascript IVR that starts by session.aswer()
>
> I want to originate a call to leg 1 and then connected to the IVR when the
> leg 1 has answered.
>
> If I run
>
> originate sofia/192.168.46.15/1001  4600
> call is transfer to extension 4600 *IVR* after 1001 answers the call
>
> If I run
> originate sofia/internal/1...@192.168.46.15 4600
> the IVR starts BEFORE user 1001 has answered?
>
> What is the best way to:
>
> Initiate a call to leg 1 and connect it to leg 2 (the Javascript IVR)
> after leg 1 has answered the call?
>

You can try ignoring early media to force the A-leg to answer before
anything else happens. Try this and let us know if it does what you want:
originate {ignore_early_media=true} sofia/internal/1...@192.168.46.15 4600

You can probably look at the SIP traces of the two options you've tried
(without ignoring early media) to confirm that you're getting media prior to
answer when doing "originate sofia/internal/1...@192.168.46.15 4600" -
probably in one case you get a 180 and in the other a 183. Check it out and
let us know. :)
-MC
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to