Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Simple call waiting question


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
mcampbellsmith at gmai...
Guest





PostPosted: Thu Sep 17, 2009 8:05 am    Post subject: [Freeswitch-users] Simple call waiting question Reply with quote

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="5900@${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:1000@xx.xx.xx.xx:5060 to 5900[-aleg@XML]

Shouldn't that be XML[5900@default] ?

Thanks!

_______________________________________________
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
Back to top
brian at freeswitch.org
Guest





PostPosted: Thu Sep 17, 2009 8:25 am    Post subject: [Freeswitch-users] Simple call waiting question Reply with quote

Personally I would throw the phone in the trash. Razz

In the default dialplan look at 5900 for park and 5901 for unpark.

/b


On Sep 17, 2009, at 7:58 AM, Mark Campbell-Smith wrote:

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


_______________________________________________
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
Back to top
mcampbellsmith at gmai...
Guest





PostPosted: Thu Sep 17, 2009 7:22 pm    Post subject: [Freeswitch-users] Simple call waiting question Reply with quote

Thanks Brian, (I bought a dud phone.. and its a new DECT! - crazy)

I am using the 5900 and 5901 for parking/unparking. That
functionality works fine and I can park/unpark the B leg as I wish.

The problem is that if I park the B-leg, the A-leg then gets a busy
signal. If the A leg is then hung up, a user-busy signal is sent to
the C-leg, so the call goes to voicemail.

What I want to happen is park B and answer C directly.

Is this possible?


On Thu, Sep 17, 2009 at 11:21 PM, Brian West <brian@freeswitch.org> wrote:
Quote:
Personally I would throw the phone in the trash.  Razz

In the default dialplan look at 5900 for park and 5901 for unpark.

/b


On Sep 17, 2009, at 7:58 AM, Mark Campbell-Smith wrote:

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


_______________________________________________
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


_______________________________________________
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
Back to top
anthony.minessale at g...
Guest





PostPosted: Fri Sep 18, 2009 9:09 am    Post subject: [Freeswitch-users] Simple call waiting question Reply with quote

This feature is handled by the phone itself. (remember this is digital phone not analog)
When C calls A the phone should indicate to you that there is a 2nd call, you press flash and put B on hold and talk to C
when you press flash again it either goes back and forth between b and C, conferences them or hangs up on them all depending on the phone.
The phone is doing all the work in this case.

Trying to do it with FreeSWITCH is over-complicating the situation and I don't think we even have a way to emulate that behaviour.




On Thu, Sep 17, 2009 at 7:15 PM, Mark Campbell-Smith <mcampbellsmith@gmail.com (mcampbellsmith@gmail.com)> wrote:
Quote:
Thanks Brian,  (I bought a dud phone.. and its a new DECT! - crazy)

I am using the 5900 and 5901 for parking/unparking.  That
functionality works fine and I can park/unpark the B leg as I wish.

The problem is that if I park the B-leg, the A-leg then gets a busy
signal.  If the A leg is then hung up, a user-busy signal is sent to
the C-leg, so the call goes to voicemail.

What I want to happen is park B and answer C directly.

Is this possible?



On Thu, Sep 17, 2009 at 11:21 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
Personally I would throw the phone in the trash.  Razz

In the default dialplan look at 5900 for park and 5901 for unpark.

/b


On Sep 17, 2009, at 7:58 AM, Mark Campbell-Smith wrote:

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


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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





--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services