search for: callgen_path

Displaying 1 result from an estimated 1 matches for "callgen_path".

2005 Oct 05
0
Asterisk 1.0.9-BRIstuffed-0.2.0-RC8o memory leak when using call files ?
...1,Hangup ; Hangup during play exten => h,1,GotoIf($["${CHANNEL}" = "OutgoingSpoolFailed"]?4) ; notify callgenerator about successful accepted call exten => h,2,TrySystem(rm -f /opt/gucky/test/pending/${SMID1}${SMID2}${SMID3}*) exten => h,3,TrySystem(/bin/echo > ${CALLGEN_PATH}/done/${SMID1}${SMID2}${SMID3}.SMT) ; do nothing exten => h,4,NoOp(CHANNEL=${CHANNEL}) ; dial attempt failed, have attempt logged as CDR with SM ID, ADC, OADC exten => failed,1,SetCDRUserField(ID=${SMID1}${SMID2}${SMID3}\;) exten => failed,2,AppendCDRUserField(ADC=${SMADC}\;) exten =>...