Displaying 2 results from an estimated 2 matches for "jmproductions".
2004 Jan 10
0
Record calls where to put line?
...nder [sip]?
Right now if I call sip to sip monitoring starts and the calls connect but I
only get 44 byte files. If I call and iaxtel number monitoring starts but
call never gets placed and again 44byte files with nothing in them.
Thanks for the help.
[iaxtel]
exten =>
_1700XXXXXXX,1,Dial(IAX2/jmproductions:xxxxx@iaxtel.com/${EXTEN}@iaxtel)
exten =>
_1888NXXXXXX,1,Dial(IAX2/jmproductions:xxxxx@iaxtel.com/${EXTEN}@iaxtel)
exten =>
_1877NXXXXXX,1,Dial(IAX2/jmproductions:xxxxx@iaxtel.com/${EXTEN}@iaxtel)
exten =>
_1866NXXXXXX,1,Dial(IAX2/jmproductions:xxxxx@iaxtel.com/${EXTEN}@iaxtel)
exten =>...
2004 Jan 10
2
Record all phone calls
I want to record all phone calls made inbound and outbound. I'm new so
having a hard time getting this started. Here is what I have so far but
isn't working. Can someone help me out? Thanks,
[macro-record-on]
exten => s,1,SetVar(CALLFILENAME=${DATETIME}-${ARG2}-${ARG1})
exten => s,2,Monitor(wav,${CALLFILENAME})
[sip]
include => macro-record-on
include => iaxtel
exten