Displaying 4 results from an estimated 4 matches for "dndstatus".
2007 Jul 04
1
Dialout Macro and transfer call in progress
Dear All,
I can not transfer call in progress. What's wrong with my macro? I think tT flags is enough right?
[macro-stdexten]
exten => s,1,Set(temp=${DB(CFU/${ARG1})}) ; Get CFU key
exten => s,2,Set(DNDStatus=${DB(DND/${ARG1})}) ; Get DND key
exten => s,3,GotoIf($["${temp}" = ""]?5) ; If not existing, goto priority 5
exten => s,4,Dial(Local/${temp}@local/n) ; Unconditional Forward
exten => s,5,GoToIf($["${DNDStatus}" = ""]?7) ; If not exi...
2007 Jul 01
0
Transfer outgoing call - macro
...tting disconnected. Transfering incoming call works fine. I'm using macro for dialing.
extensions.conf:
[from-internal]
ignorepat => 9
exten => 200,1,Macro(stdexten,200,SIP/dzalewski)
[macro-stdexten]
exten => s,1,Set(temp=${DB(CFU/${ARG1})}) ; Get CFU key
exten => s,2,Set(DNDStatus=${DB(DND/${ARG1})}) ; Get DND key
exten => s,3,GotoIf($["${temp}" = ""]?5) ; If not existing, goto priority 5
exten => s,4,Dial(Local/${temp}@local/n); Unconditional Forward
exten => s,5,GoToIf($["${DNDStatus}" = ""]?7) ; If not existing ri...
2005 Jan 24
1
SetGroup and CheckGroup problems
...rwardIm=CF/202") in new stack
-- DBget: varname=CallForwardIm, family=CF, key=202
-- DBget: Value not found in database.
-- Executing Goto("SIP/201-8571", "s|4") in new stack
-- Goto (macro-dial-new,s,4)
-- Executing DBget("SIP/201-8571", "DNDStatus=DND/202") in new stack
-- DBget: varname=DNDStatus, family=DND, key=202
-- DBget: Value not found in database.
-- Executing Goto("SIP/201-8571", "s|8") in new stack
-- Goto (macro-dial-new,s,8)
-- Executing SetGroup("SIP/201-8571", "202&qu...
2007 Apr 03
3
Adding DND to dialplan
Hello -
I've read Asterisk should be able to activate a do not disturb feature
to turn off the ringers on extensions. I checked the wiki and can't
find documentation for how to do it.
Here's my attempt, added to extensions.conf:
[dnd-on]
exten => _#78,1,Answer
exten => _#78,n,Wait(1)
exten => _#78,n,Macro(user-callerid,)
exten =>