[asterisk-users] Asterisk QSIG doesnt send the calling name to Nortel CS1000

Dale Noll dnoll at wi.rr.com
Fri May 3 11:51:42 CDT 2013


It is not something that Nortel ever really talked about. I had used their
tool Meridian Admin Tool (MAT) which used an Ethernet connection to my
switches to sent commands over the network.  It did not take much to figure
out that they we using an rlogin connection(tcpdump and wire shark are your
friends).  From that point forward, I could simply use rlogin to issue
commands to the switches right from my Linux command prompt.  The next step
was to automate commands using the available tools.  I have used Perl and
Expect for that.  Perl being my favorite, but Expect has some nice features
for this.  Your choice.

There is a username required for the rlogion connection.  I do not know if
that username is unique per customer or generic to all systems.  The
command line I used to get a Nortel command prompt was:

rlogin nortelswitch -l CPSID1110 -e'%'

This site says the name is simply CPSID.
http://blog.michaelfmcnamara.com/2008/04/how-to-rlogin-to-a-nortel-call-server/


Now, back to the original topic.  Perhaps I did not read your original post
correctly.  Is your problem that...

A: Calls from Asterisk to Nortel do not display Asterisk names on the
Nortel phones

or

B: Calls from Nortel to Asterisk do not display Nortel names on the SMON
phones

My problem was A and matching the outbound CLID from Asterisk with a name
entry on Nortel fixed the problem.  If your problem is B, I would go with
Richard's suggestion.  I do not think that I had problem B, but I do
database dips for CLID lookup on inbound calls so I may not have noticed
the problem.

Dale



On Fri, May 3, 2013 at 10:55 AM, Danilo Dionisi <dionisi.danilo at gmail.com>wrote:

> Really, you can update the Nortel database of names with a script? *.*
> In what language it is possible to write the script?
>
> Danilo
>
> Il giorno venerdì 3 maggio 2013, Richard Mudgett <rmudgett at digium.com> ha
> scritto:
>
> >> Hello to all,
> >>
> >> I have a problem with an asterisk qsig .
> >>
> >> I have three machines :
> >>
> >> Nortel CS1000 --- Card Sangoma PRI ---> Asterisk QSIG --- SIP Trunk
> >> ---> Asterisk
> >>
> >> I use Snom phones on Asterisk .
> >> If I call from Asterisk to Nortel , Nortel reminds me of the name of
> >> the person i'm calling and I visualize on the display of Snom phone
> >> , but if I call from Nortel to Asterisk , the QSIG does not send
> >> Nortel on the display of the name of the person i'm calling ... why?
> >>
> >> example:
> >> Snom phone = "Danilo < 1001 > "
> >> Nortel phone = "Marco < 2002 > "
> >>
> >> If I call from Nortel to Asterisk , I have the display of the Snom "
> >> Marco < 2002 > " and the display of Nortel " Danilo < 1001 > "; If I
> >> call from Nortel to Asterisk , I have the display of the Snom "
> >> Marco < 2002 > " and the display of Nortel " < 1001 > "
> >
> > Try placing a Wait(1) in the dialplan for the Nortel to Asterisk
> direction.
> > Many Q.SIG implementations send the name in a separate message AFTER
> sending
> > the SETUP message.  Asterisk usually puts the call into dialplan when it
> > receives the SETUP message.  Waiting allows a subsequent message
> containing
> > the name to arrive and be available in the dialplan for subsequent
> outward
> > dials.
> >
> > Richard
> >
> > --
> > _____________________________________________________________________
> > -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> > New to Asterisk? Join us for a live introductory webinar every Thurs:
> >                http://www.asterisk.org/hello
> >
> > asterisk-users mailing list
> > To UNSUBSCRIBE or update options visit:
> >    http://lists.digium.com/mailman/listinfo/asterisk-users
> >
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>                http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130503/a9e3ad3f/attachment.htm>


More information about the asterisk-users mailing list