Dialplan configuration to handle Call Waiting?

171 views
Skip to first unread message

suboxes

unread,
Mar 15, 2012, 1:49:38 PM3/15/12
to chan_...@googlegroups.com
I am not a dialplan expert but I would like to be able to setup my dialplan to allow switching between the active call and the incoming call or held call with a keypad entry on the phone. After reading the dialplan examples in the wiki  http://wiki.e1550.mobi/doku.php?id=configuration it looks like the setup is going to be related to this section:

exten => s,n,GotoIf($["${CHANNEL(callstate)}" == "waiting"]?waiting-call)
    ; now we provide channel function argument callstate
    ;   possible values
    ;           active          ; enjoy and speek
    ;           held            ; this call is held
    ;           dialing         ; for outgoing calls
    ;           alerting        ; for outgoing calls, number dialed and called party ringing
    ;           incoming        ; for incoming calls
    ;           waiting         ; for incoming waiting calls;
    ;                              if callwaiting=no channels for waiting calls never created

    ;           initialize      ; never appear
    ;           released        ; never appear

    ; Answer on waiting call activate this call and place any other active calls
    ;   on hold, but execution of dialplan for these calls not break stopped or frozen
    ;   When active call terminated one of held becomes active.

exten => s,n,Set(CHANNEL(callstate)=active)

Anyone willing to share a chunk of their extensions.conf that is working well for them? It would be a great help to me and others I'm sure.


suboxes

unread,
Mar 20, 2012, 1:06:31 PM3/20/12
to chan_...@googlegroups.com
Just a little bump to see if anyone has any suggestions. Thanks in advance!

Hafeez Rehman

unread,
Oct 26, 2013, 4:23:16 PM10/26/13
to chan_...@googlegroups.com
Were you able to find a solution? I have a same issue.

Hafeez Rehman

unread,
Oct 26, 2013, 4:23:27 PM10/26/13
to chan_...@googlegroups.com


On Thursday, March 15, 2012 12:49:38 PM UTC-5, suboxes wrote:

Andrew Geddes

unread,
Oct 27, 2013, 5:05:27 PM10/27/13
to chan_...@googlegroups.com
Hafeez,
I was not able to find a solution to this. If you are able to work something out please let me know.
Thanks,
Andrew


--
You received this message because you are subscribed to the Google Groups "dongle" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chan_dongle...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Paulo Afonso Jr

unread,
Oct 12, 2024, 3:53:19 AM10/12/24
to dongle
solution? anyone?
Reply all
Reply to author
Forward
0 new messages