HI All,

I am trying to create a simple call waiting dialplan as my phone does
not have Recall button.

The simple scenario is:
1. B calls user A and is answered
2. C calls user A
3. A puts B on hold
4. A answers C
4. A then recalls first call from B

I was going to use fifo for step 3.  I am doing:
<action application="transfer" data="-bleg 5900 XML default"/>
and then
     <condition field="destination_number" expression="^5900$">
          <action application="set" data="fifo_music=$${hold_music}"/>
          <action application="fifo" data="5...@${domain_name} in"/>
      </condition>

My question is then, how do I get A to answer the call from C?  Step 4
and then step 5?

On another note, if I put <action application="transfer" data="-aleg
5900 XML default"/> I get the following in the console:
Transfer sofia/internal_nat/sip:[email protected]:5060 to 5900[-a...@xml]

Shouldn't that be xml[5...@default] ?

Thanks!

_______________________________________________
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