search for: startrecord

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

2010 Aug 12
1
Recording the conversation with MixMonitor() ends when the call is transfered
Hello. I notice that when a call that is recorded with MixMonitor is transfered to another co-worker, the recording ends. exten => 409,n,Macro(SDstartrecording,external,${DID}) the incoming call then goes to a queue... [macro-startrecording] ; ARG1 = incoming DID or CALLERID(name) ; ARG2 = outgoing dialnumber ... exten => s,n,MixMonitor(/var/ftp/${NR}/${recordfile},b,chown -R ${NR}:astDrisk /var/ftp/${NR} && chmod 570 /var/ftp/${NR} &...
2005 Oct 16
1
GROUP and GROUP_COUNT
...xten => s,n(dial),Dial(IAX2/goiax/${ARG1},999,TW) exten => s,n,NoOp(s-${DIALSTATUS}) exten => s,n,Goto(s-${DIALSTATUS},1) exten => s,103,Macro(dialvoipjet,${ARG1}) [home] exten => 1000,1,SETCIDNUM(${CALLERIDNUM:1}) ;exten => 1000/,2,PrivacyManager exten => 1000/_635.,2,Macro(startrecord,${EXTEN},${CALLERIDNUM}) exten => 1000,2,Wait(0) exten => 1000,3,Wait(0) ; yes i know I dont need this exten => 1000,4,Set(GROUP()=PSTN) ;Set Group exten => 1000,5,Dial(SIP/spa-1,20,TWtw) exten => 1000,6,Voicemail(u1000) exten => 1000,7,Hangup Thanks, Ryan