search for: outgoing_pri

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

Did you mean: outgoing_pdu
2009 May 13
2
Add Monitor application to call suppresses audio
...ke this: 1) exten => s,n(place),Verbose(4,Dialing answering service); 2) exten => s,n,Playback(vrec_prompts/this-call-may-be-recorded); 3) exten => s,n,Set(GROUP()=ANSSVC); 4) exten => s,n,Set(CALLFILENAME=${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}_${CALLERID(num)}); 5) exten => s,n,Dial(${OUTGOING_PRI}/${ANSWERINGSVC},15,r); 6) exten => s,n,Goto(s-${DIALSTATUS},1); If I insert exten => s,n,Monitor(wav,${CALLFILENAME},m); before the dial command on line 5, I'm virtually guaranteed that the call will fail and no audio will be passed. I'm using Asterisk 1.6.0.9, LIBPRI 1.4.10, a...