search for: touch_monitor_format

Displaying 2 results from an estimated 2 matches for "touch_monitor_format".

2007 Apr 02
0
automonitor and CDR(userfiled)
...t; (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}-${TOUCH_MONITOR}.wav Poblem is of outgoing calls: I use...
2009 Sep 10
1
g723 to wav conversion
hi everybody, I try to record a call with *1 - one touch record feature in g723 format. exten => _00[1-9].,1,Set(TOUCH_MONITOR_FORMAT=g723) exten => _00[1-9].,n,Dial(SIP/${EXTEN}@ext-sip-account,,wW) I have chosen g723 format because in my CLI> show translation there is no translation between g723 format and wav (default for *1 feature). After pressing *1 sequence I have two tiles in my /var/spool/monitor - *in.g723 a...