<div dir="ltr">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.<div>
<br></div><div>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:</div><div>
<br></div><div>rlogin nortelswitch -l CPSID1110 -e&#39;%&#39;<br><div><br></div><div style>This site says the name is simply CPSID.</div><div style><a href="http://blog.michaelfmcnamara.com/2008/04/how-to-rlogin-to-a-nortel-call-server/">http://blog.michaelfmcnamara.com/2008/04/how-to-rlogin-to-a-nortel-call-server/</a><br>
</div><div><br></div><div><br><div style>Now, back to the original topic.  Perhaps I did not read your original post correctly.  Is your problem that...</div><div style><br></div><div style>A: Calls from Asterisk to Nortel do not display Asterisk names on the Nortel phones </div>
<div style><br></div><div style>or</div><div style><br></div><div style>B: Calls from Nortel to Asterisk do not display Nortel names on the SMON phones</div><div style><br></div><div style>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&#39;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.</div>
<div style><br></div><div style>Dale</div><div><br></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 3, 2013 at 10:55 AM, Danilo Dionisi <span dir="ltr">&lt;<a href="mailto:dionisi.danilo@gmail.com" target="_blank">dionisi.danilo@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Really, you can update the Nortel database of names with a script? *.* <br>In what language it is possible to write the script?<br>
<br>Danilo<br><br>Il giorno venerdì 3 maggio 2013, Richard Mudgett &lt;<a href="mailto:rmudgett@digium.com" target="_blank">rmudgett@digium.com</a>&gt; ha scritto:<div class="HOEnZb"><div class="h5"><br>
&gt;&gt; Hello to all,<br>&gt;&gt;<br>&gt;&gt; I have a problem with an asterisk qsig .<br>&gt;&gt;<br>&gt;&gt; I have three machines :<br>&gt;&gt;<br>&gt;&gt; Nortel CS1000 --- Card Sangoma PRI ---&gt; Asterisk QSIG --- SIP Trunk<br>

&gt;&gt; ---&gt; Asterisk<br>&gt;&gt;<br>&gt;&gt; I use Snom phones on Asterisk .<br>&gt;&gt; If I call from Asterisk to Nortel , Nortel reminds me of the name of<br>&gt;&gt; the person i&#39;m calling and I visualize on the display of Snom phone<br>

&gt;&gt; , but if I call from Nortel to Asterisk , the QSIG does not send<br>&gt;&gt; Nortel on the display of the name of the person i&#39;m calling ... why?<br>&gt;&gt;<br>&gt;&gt; example:<br>&gt;&gt; Snom phone = &quot;Danilo &lt; 1001 &gt; &quot;<br>

&gt;&gt; Nortel phone = &quot;Marco &lt; 2002 &gt; &quot;<br>&gt;&gt;<br>&gt;&gt; If I call from Nortel to Asterisk , I have the display of the Snom &quot;<br>&gt;&gt; Marco &lt; 2002 &gt; &quot; and the display of Nortel &quot; Danilo &lt; 1001 &gt; &quot;; If I<br>

&gt;&gt; call from Nortel to Asterisk , I have the display of the Snom &quot;<br>&gt;&gt; Marco &lt; 2002 &gt; &quot; and the display of Nortel &quot; &lt; 1001 &gt; &quot;<br>&gt;<br>&gt; Try placing a Wait(1) in the dialplan for the Nortel to Asterisk direction.<br>

&gt; Many Q.SIG implementations send the name in a separate message AFTER sending<br>&gt; the SETUP message.  Asterisk usually puts the call into dialplan when it<br>&gt; receives the SETUP message.  Waiting allows a subsequent message containing<br>

&gt; the name to arrive and be available in the dialplan for subsequent outward<br>&gt; dials.<br>&gt;<br>&gt; Richard<br>&gt;<br>&gt; --<br>&gt; _____________________________________________________________________<br>&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>

&gt; New to Asterisk? Join us for a live introductory webinar every Thurs:<br>&gt;                <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>&gt;<br>&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;    <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>&gt;
</div></div><br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br></div>