Displaying 1 result from an estimated 1 matches for "dynamic_fetaur".
Did you mean:
dynamic_feature
2007 Apr 02
0
automonitor and CDR(userfiled)
...ormat in form
of "format:<string>" (i.e. "wav:monitor"), res_monitor will prefix the
monitored file name with <string> and append that resulting string to
a CDRs userfiled all by itself.
So basicaly for INCOMING calls I do something like this:
exten => 100,1,Set(DYNAMIC_FETAURES=automon)
exten => 100,n,Set(TOUCH_MONITOR_FORMAT=wav:monitor)
exten => 100,n,Set(TOUCH_MONITOR=${CALLERID}-${EXTEN})
exten => 100,n,Dial(SIP/100,,tw)
and in that case (of incoming calls) everything is great and my CDR
has userfiled set to something like
monitor/auto-{UNIXTIMESTAMP}-${TO...