Displaying 2 results from an estimated 2 matches for "apprecord".
Did you mean:
app_record
2009 Jun 30
1
Setting CDR(userfield) from Macro called from feature doesn't work with cdr_mysql
cdr_mysql doesn't set the userfield when it's set inside a macro
called from a feature (1.4.25, addons 1.4.8).
I have a feature code:
autorecord => *1,self,Macro,apprecord
The apprecord macro looks like:
[macro-apprecord]
exten => s,1,Playback(beep)
exten => s,n,Set(RECORDFILE=/var/spool/asterisk/autorecord/${STRFTIME(${EPOCH},,%Y/%m/%d/%H%M%S)}-${UNIQUEID}-^-${CALLERID(num)})
exten => s,n,Set(CDR(userfield)=${RECORDFILE})
exten => s,n,MixMonitor($...
2012 Aug 22
1
recording calls
...g the latest asterisk 1.8.x certified version.
On an outbound call I see:
== Using SIP RTP CoS mark 5
-- Called SIP/ BVTrunk /7190000000
-- SIP/BVTrunk-00000163 is making progress passing it to SIP/1010-00000162
-- SIP/BVTrunk-00000163 answered SIP/1010-00000162
-- Feature Found: apprecord exten: apprecord
-- Executing [s at macro-one-touch-record:1] ExecIf("SIP/1010-00000162", "0?Set(THISEXTEN=71900000000)") in new stack
-- Executing [s at macro-one-touch-record:2] ExecIf("SIP/1010-00000162", "1?Set(THISEXTEN=1010)") in new stack
-...