Displaying 1 result from an estimated 1 matches for "denyint".
Did you mean:
denying
2007 Mar 15
0
Re: busy/hangup/answer detection in PRI E1 channels (Vidura Senadeera)
...hangupcause variable which us the pri cause code
> supplied when a call is ended over a PRI line. For example this is the
> maco we use to dial a number over PRI.
>
> [macro-pridial]
> exten => s,1,GotoIf($["${ARG1:0:2}" != "00"]?noint)
> exten => s,n,Set(DENYINT=${DB(denyinternational/${CALLERIDNUM})})
> exten => s,n,GotoIf($[ "${DENYINT}" = "yes" ]?congestion)
> exten => s,n(noint),Set(BLOCKCID=${DB(blockcid/${CALLERIDNUM})})
> exten => s,n,GotoIf($[ "${BLOCKCID}" = "yes" ]?prohib:cont)
> exten...