Displaying 1 result from an estimated 1 matches for "interenational".
Did you mean:
intenational
2007 Apr 02
0
automonitor and CDR(userfiled)
...that case (of incoming calls) everything is great and my CDR
has userfiled set to something like
monitor/auto-{UNIXTIMESTAMP}-${TOUCH_MONITOR}.wav
Poblem is of outgoing calls:
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 num...