Displaying 1 result from an estimated 1 matches for "donecall".
Did you mean:
do_hcall
2015 Jul 06
0
Asterisk 13.4.0 - mixmonitor only records one side's perspective
...(dodial),Dial(Sip/${EXTEN},120,tTg)
exten=>_[123]xxx,n,NoOp(Dialstatus: ${DIALSTATUS})
exten=>_[123]xxx,n,GotoIf($["${DIALSTATUS}"="NOANSWER"]?takevoicemail:checkd
ont)
exten=>_[123]xxx,n(checkdont),GotoIf($["${DIALSTATUS}"="DONTCALL"]?takevoice
mail:donecall)
exten=>_[123]xxx,n,NoOp(Taking a voicemail...)
exten=>_[123]xxx,n(takevoicemail),VoiceMail(${EXTEN}@default)
exten=>_[123]xxx,n(donecall),Hangup()
[call-redirect]
include => parkedcalls
exten=>_[123]xxx,1,NoOp(Transferring Call. This Channel ${CHANNEL}, Other
channel ${BLINDTRANS...