Displaying 1 result from an estimated 1 matches for "1nxxxnxxxxxx".
Did you mean:
1nxxnxxxxxx
2004 Nov 26
0
"reason 23 (Temporary failure)" when using Dial(OH323)
...1NXXNXXXXXX to dial out to the PSTN even
if I'm in north america (Montreal)
Here is my H323 dial context:
[h323-out]
; grab any NXXNXXXXXX and add a 001 for h323 gatekeeper
exten => _NXXNXXXXXX,1,SetVar(OH323_OUTCODEC=ulaw)
exten => _NXXNXXXXXX,2,Dial(OH323/001${EXTEN},60,r)
; grab any 1NXXXNXXXXXX and add a 00 for h323 gatekeeper
exten => _1NXXNXXXXXX,1,SetVar(OH323_OUTCODEC=ulaw)
exten => _1NXXNXXXXXX,2,Dial(OH323/00${EXTEN},60,r)
; international calls via h323 gatekeeper
exten => _011.,1,SetVar(OH323_OUTCODEC=ulaw)
exten => _011.,2,Dial(OH323/00${EXTEN})
Here is the oh323.con...