search for: secondarydialstr

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

2006 Mar 29
1
OT: HOWTO: Query channel state on an Ateus Voice Blue GSM gateway
...3,Gotoif($[$["${DIALSTRING:7:3}" = "902"]]?4:20) 'Determine if the dialled # is a mobile. If so, use the gateway exten => dial,4,Gotoif($[${GSMCHANNELS} >= 4]?20:7)'If the gateway is currently full, dial using the PRI, otherwise exten => dial,5,ChanIsAvail(SIP/${SECONDARYDIALSTRING:7:7}@192.168.1.201) 'If the gateway is down, dial the PRI exten => dial,6,Dial(SIP/${DIALSTRING:7:7}@192.168.1.201,25,Tr) 'Dial using the gateway exten => dial,7,InsertVoicemailHandlerHere exten => dial,20,Dial(ZAP/g0/${DIALSTRING:7:7},25,Tr) 'Dial using the PRI exten =>...