Hi,

I seem to have come across a strange problem; Basically I'm trying to 
dial 3 destinations one after another, until the destination dialled is 
answered, and I only want the destination to ring for 20 seconds.

If I do this from the console what I'm trying to achieve works fine;

originate 
{leg_timeout=20,ignore_early_media=true}sofia/internal/[email protected]|sofia/internal/[email protected]|sofia/internal/[email protected]
 
&park()

But if I do it from dialplan it doesn't; Doing this below dials the 
first destination for 20 seconds, then the second destination for 5 
seconds or so, then the call terminates with ORIGINATOR_CANCEL

<action application="bridge" 
data="{leg_timeout=20,ignore_early_media=true}sofia/internal/[email protected]|sofia/internal/[email protected]|sofia/internal/[email protected]"
 
/>

Any ideas what might be causing this and any solutions would be appreciated.


Many thanks

Adnan

_______________________________________________
FreeSWITCH-users mailing list
[email protected]
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