Displaying 2 results from an estimated 2 matches for "carrier2".
Did you mean:
carrier
2005 Mar 15
0
trying to get trunk to register with * behind NAT
i've got * and phones in small home network all behind NAT. Outbound to
iconnect proxy works great. Now to get in/out working with another carrier.
Carrier2, Commpartners, i have working with one of the phones and a soft
phone without * just fine.
Next I register the phone with * fine. Create a trunk, but it the trunk
fails to register... help
I'm getting the following msg during registration:
to 66.218.79.147:5060
Retransmitting #5 (no NA...
2009 May 21
0
Writing Hangup causes to CDR record
...use I frequently get a BUSY when there is actually
a
> congestion or channel problem. Anyhow, how often is a line actually
> busy these days?
>
> exten => s,n,Set(DIALS1="IAX2/xxxxxxxx at carrier1-out/${ARG1},90,T")
> exten => s,n,Set(DIALS2="IAX2/xxxxxxxx at carrier2-out/${ARG1},90,T")
> exten => s,n,Set(DIALS3="SIP/${ARG1}@carrier3-out,90,T")
>
> exten => s,n,Set(DialNum=3)
> exten => s,n,Set(DialCount=0)
>
> exten => s,n(dial),Set(DialCount=$[1 + ${DialCount}])
> exten => s,n,GotoIf($[${DialCount} > ${Di...