Displaying 1 result from an estimated 1 matches for "checkacc".
Did you mean:
check_cc
2015 Jul 06
0
Asterisk 13.4.0 - mixmonitor only records one side's perspective
...rded the
entire conversation flawlessly, including the screening conversation of
reception -> manager
[inc]
exten=>_[123]xxx,1,Macro(VCRECORD,${MACRO_CONTEXT}EXT${CALLERID(num)}ACC${CD
R(accountcode)},${ARG2})
exten=>_[123]xxx,n,Set(__TRANSFER_CONTEXT=call-redirect)
exten=>_[123]xxx,n(checkacc),NoOp(MY Account code is ${CDR(accountcode)})
;exten=>_[123]xxx,n(checkacc),NoOp(OTHER Account code is
${CDR(accountcode)})
exten=>_[123]xxx,n(dodial),Dial(Sip/${EXTEN},120,tTg)
exten=>_[123]xxx,n,NoOp(Dialstatus: ${DIALSTATUS})
exten=>_[123]xxx,n,GotoIf($["${DIALSTATUS}"=&quo...