ptiberiu at fast-corp.net
2007-Oct-22  07:53 UTC
[asterisk-users] Issue Nortel CS2K/ISN08 to Asterisk Trixbox
I have an trixbox(asterisk) software on a pc home edition.
Origination is a Nortel ,model=CS2K,version=ISN08
and my asterisk is doing termination.Nortel sent  calls
to us ,Asterisk and they said that is sending call
and i saw the trace as following:
sip: destinationnumber at asterisk IP:5060 ;user phone
but in my CDR i can view origination number but
at destination i get 200 ,they said to me that they sent
correct destination number in form of:
CC+ area code +telephone number
We do not have users or passwords.
Nortel is given to me IP Signalling (1 IP) and media IP ,
the scenario is IP to IP.
In my side,asterisk ,i configured:
1. SIP trunk with :
    maximum channels=2
    Outgoing dial rule=cc+area +.
    Trunk peer
    =========    allow=all
    context=from-internal
    host=Nortel Signalling IP
    port=5060
    type=peer
    Incoming setting on SIP trunks=nothing
             register string=nothing
2.ZAP trunk
   outgoing dial rules
   ==================   dial rules:cc+area code+.
Please can you helping with this configuration or how i can
configure ,the calls to come from Nortel to my asterisk?
Nortel
CS2k
ISN08   .....>SIP.....>Asterisk trixbox
Any help it will be higly appreciated
Many thanks in advance,
Tiberiu
Jonn Taylor
2007-Oct-22  14:08 UTC
[asterisk-users] Issue Nortel CS2K/ISN08 to Asterisk Trixbox
ptiberiu at fast-corp.net wrote:> I have an trixbox(asterisk) software on a pc home edition. > Origination is a Nortel ,model=CS2K,version=ISN08 > and my asterisk is doing termination.Nortel sent calls > to us ,Asterisk and they said that is sending call > and i saw the trace as following: > > sip: destinationnumber at asterisk IP:5060 ;user phone > > but in my CDR i can view origination number but > at destination i get 200 ,they said to me that they sent > correct destination number in form of: > > CC+ area code +telephone number > > > We do not have users or passwords. > > Nortel is given to me IP Signalling (1 IP) and media IP , > the scenario is IP to IP. > > In my side,asterisk ,i configured: > > 1. SIP trunk with : > > maximum channels=2 > > Outgoing dial rule=cc+area +. > Trunk peer > =========> allow=all > context=from-internal > host=Nortel Signalling IP > port=5060 > type=peer > > Incoming setting on SIP trunks=nothing > register string=nothing > > > > 2.ZAP trunk > > outgoing dial rules > ==================> dial rules:cc+area code+. > > > Please can you helping with this configuration or how i can > configure ,the calls to come from Nortel to my asterisk? > > Nortel > CS2k > ISN08 .....>SIP.....>Asterisk trixbox > > > > Any help it will be higly appreciated > > Many thanks in advance, > > Tiberiu > > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >Change your type to friend not peer. This may help. Turn debug on in the cli console for the ip address that the calls are coming from, this way you can see if the info that they are sending is correct. Jonn