Displaying 3 results from an estimated 3 matches for "stdexten2".
Did you mean:
stdexten
2003 Nov 27
1
Crash - What is happening here???
...anks!!!
Michiel
-- Zap/32-1 answered Zap/6-1
-- Stopped music on hold on Zap/6-1
-- Starting simple switch on 'Zap/32-2'
-- Started three way call on channel 32
-- Started music on hold, class 'default', on Zap/6-1
-- Executing Macro("Zap/32-2", "stdexten2|6112|Zap/34|20|tT") in new
stack
-- Executing SetLanguage("Zap/32-2", "nl") in new stack
-- Executing DBget("Zap/32-2", "fwdexten=FEAT/6112/CFWD/CFU") in new
stack
-- DBget: varname=fwdexten, family=FEAT, key=6112/CFWD/CFU
-- DBget: Val...
2007 Jan 19
1
Red: Sip Phone CID
...; in the conf file.
I'm not fully sure how the SIPCalledRPID works though. The example I
found seems to try and provide the stuff automatically (id and name),
but does the SIPPEER stuff even exist?
I think this is probably the right track though. Any insight would be
much appreciated.
[macro-stdexten2];
; Standard extension macro:
; ${ARG1} - Extension (we could have used ${MACRO_EXTEN} here as well
; ${ARG2} - Device(s) to ring
; ${ARG3} - Dial flags
exten =>
s,1,SIPCalledRPID(${SIPPEER(${EXTEN}:callerid_name)},${SIPPEER(${EXTEN}:callerid_num)})
exten => s,2,Dial(${ARG2},13,${ARG3...
2003 Jul 03
3
Using switch =>
...u${ARG1}) ; If unavailable, send to voicemail w/ unavail announce
exten => s,3,Goto(default,s,1) ; If they press #, return to start
exten => s,102,Voicemail2(b${ARG1}) ; If busy, send to voicemail w/ busy announce
exten => s,103,Goto(default,s,1) ; If they press #, return to start
[macro-stdexten2];
;
; Standard extension macro:
; ${ARG1} - Extension (we could have used ${MACRO_EXTEN} here as well
; ${ARG2} - Device(s) to ring
;
exten => s,1,Dial(${ARG1},20,t) ; Ring the interface, 20 seconds maximum
exten => s,2,Voicemail2(u${MACRO_EXTEN}) ; If unavailable, send to voicemail w/...