Displaying 1 result from an estimated 1 matches for "settouch_monitor_format".
2007 Apr 02
0
automonitor and CDR(userfiled)
...alls:
I use SIP phones so I have set in sip.conf:
[101]
...
...
setvar=DYNAMIC_FEATURES=automon
...
...
and in dial plan:
[interenational]
exten => _9x.,1,Dial(Zap/g1/${EXTEN:1},,TWM(setautomon^${CALLERID}^${EXTEN:1})
Macro "setutomon" looks like:
[macro-setautomon]
exten=>s,1,SetTOUCH_MONITOR_FORMAT=wav:monitor)
exten=>s,n,Set(TOUCH_MONITOR=${ARG1}-${ARG2})
So when I dial from SIP phone 101 some number starting with 9, the
call GETS answered, the macro setautomon GETS executed, and channel
variables TOUCH_MONITOR_FORMAT and TOUCH_MOINITOR GET set on outbound
channel (Zap/x-y),...