Displaying 3 results from an estimated 3 matches for "ttmr".
Did you mean:
ttm
2003 Apr 07
0
Call FWD & the new channel driver chan_local
...ten => s,4,responsetimeout,20
exten => s,5,BackGround,officemenu ;/var/lib/asterisk/sounds
exten => 1,1,Macro(stdexten,1,${EXT1})
[macro-stdexten]
;
; Standard extension macro:
; ${ARG1} -
; ${ARG2} -
;
exten => s,1,DBget(DEVICE=CallFwd/${ARG2})
exten => s,2,Dial(${DEVICE},20,tTmr) ;t allow calls to be transfered,
m-music on hold, 20sec
exten => s,3,Voicemail(u${ARG1}) ; If unavailable, send to
voicemail w/ unavail announce
exten => s,102,Voicemail(b${ARG1}) ; If busy, send to voicemail
w/ busy announce
2003 May 10
1
Call forwarding questions
Is there any way to have users be able to turn on or off call forwarding
at the asterisk server, so they can configure their own forwarding
number and enable/disable it?
Hopefully, with the added benefit that it will remain on between server
reloads and restarts?
I have written a hack -- a AGI script to do various checking, and if
the destination is "ok" set a database variable
2004 Jan 22
2
MGCP Problem.
...a MGCP user agent and start asterisk
with the next configuration files.
'--------------- extensions.conf
----------------------------------------------------
[general]
static=yes
writeprotect=yes
[globals]
ap1 => mgcp/aaln/ap200@64.76.148.186
[macro-apl1]
exten => s,1,Dial(${ARG1},30,Ttmr)
;exten => s,2,Voicemail(u${MACRO_EXTEN})
;exten => s,3,Hangup
;exten => s,102,Voicemail(b${MACRO_EXTEN})
;exten => s,103,Hangup
[SIP]
include => ent
[ent]
exten => 112,1,VoiceMail(b112)
exten => 111,1,Macro(apl1,${ap1})
------------------------------------------------------...