search for: 44byte

Displaying 3 results from an estimated 3 matches for "44byte".

Did you mean: 4byte
2014 Sep 15
2
Record ANSWERED call
...n,GoSub(stdexten(${Ext1007})) exten => 3331122,n,Voicemail(1007 at default,) exten => 3331122,n,Hangup() The problem is it records all incoming calls include those with the disposition of "NO ANSWER, FAILED, BUSY, UNKNOWN.". For example the "NO ANSWER" call will leave a 44byte wav file in my ${RECDIR} How can I record only the calls with the disposition of "ANSWERED"? May be I should run a cronjob to clean up the 44byte file after it's been created? Is there a better way? Thanks. Gao --
2004 Jan 10
0
Record calls where to put line?
...should the line " exten => _.,1,macro(record-on,${EXTEN},${CALLERIDNUM})" go should it be under [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/$...
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