[Asterisk-Users] Nuvox PRI - CCITT (ITU??) vs. ANSI
Jeff Roberts
listbox at adamsbrothers.com
Fri Oct 1 11:19:38 MST 2004
Matt Schulte wrote:
>All,
>
> Having problems terminating to a Nuvox PRI, the tech at Nuvox is
>saying Asterisk is transmitting in CCITT (aka ITU?) when they're
>expecting (and will only accept) ANSI. The question is, is there a
>simple way to change this or am I stuck with rewriting code? I googled
>and checked the mailing list and found nothing, I could be barking up
>the wrong tree I guess. PRI is not my forte.
>
> Thanks, Matt
>
>
>
Matt,
We have a working pri with newsouth (now nuvox) in Jackson,MS. It is
span 2 in my configs. we are bringing in 5 voice channels, and we are
also bringing 256k of netosphere (frame relay) but it is broken out
before it gets to the asterisk box. Maybe something in my configs will
help you. You also need to set your callerid before sending the call
out. -Jeff
zaptel.conf:
#
# Zaptel Configuration File
#
#fxsks=1
#fxsks=2
span=1,0,0,esf,b8zs
fxsks=1-8
fxoks=9-24
span=2,1,0,esf,b8zs
bchan=25-30
unused=31-47
dchan=48
zapata.conf:
loadzone = uscontext=default
callerid=asreceived
group=0
signalling=fxs_ks
language=en
switchtype=national
signalling=pri_cpe
usecallerid=yes
hidecallerid=no
callwaiting=no
callwaitingcallerid=no
threewaycalling=no
transfer=no
cancallforward=no
callreturn=no
rxgain=0.0
txgain=0.0
immediate=no
musiconhold=default
channel => 25-30
defaultzone=us
snippet from extensions.conf:
exten => _9NXXXXXX,1,StripMSD,1
exten => _NXXXXXX,2,SetCallerID(${MAINNUMBER})
exten => _NXXXXXX,3,Dial(${TRUNK}/${EXTEN})
exten => _NXXXXXX,4,Congestion
More information about the asterisk-users
mailing list