Do you have multiple devices registering with the 10x extentions?&nbsp; Or is it just the one device?<br><br>Basically, the phone is not sending the correct Caller-ID, for some reason.&nbsp; Whatever caller-id the phone sends, is what will be sent.
<br><br><div><span class="gmail_quote">On 3/28/07, <b class="gmail_sendername">Drew Gibson</b> &lt;<a href="mailto:drew@oanda.com">drew@oanda.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have some phones (and an ATA) that are shared between two users who<br>each have separate voicemail but they are not behaving as desired nor<br>expected.<br><br>Incoming calls show up on the correct lines.<br>Calls originating from the device are seen, at the terminating device,
<br>as coming from the account listed last in sip.conf, regardless of the<br>line selected.<br><br>This creates three main issues I would like to resolve:-<br>1. The person called sees the wrong callerid<br>2. The CDR records the call against the wrong account
<br>3. Picking up voicemail requires multiple extra steps<br><br>Is there a way around this??<br><br>Scenario:-<br>Phone 1 has three lines 101, 102, 103<br>Phone 2 has 1 line 202<br><br>User 1 selects line 101 at Phone 1 and dials 202 (to Phone 2)
<br>User 2 at Phone 2 sees call coming from extension 103 instead of 101<br><br>With &#39;sip debug&#39; enabled at the console, I see an INVITE issued (on the<br>Phone 1 to Asterisk leg) from the correct extension, 101, to 202 but the
<br>call leg from Asterisk to Phone 202 shows an INVITE from 103 to 202.<br>103 happens to be the last listed in sip.conf and the first listed in<br>&#39;sip show peers&#39; (I have confirmed that this is dependent on the order
<br>in the conf file, not numeric order)<br><br>sip.conf :-<br>[general]<br>port = 5060<br>bindaddr = <a href="http://0.0.0.0">0.0.0.0</a><br>pedantic = no<br>autocreatepeer = no<br>context = sip<br>registertimeout=20<br>
localnet = <a href="http://10.10.10.0/255.255.255.0">10.10.10.0/255.255.255.0</a><br>srvlookup = yes<br>tos=0xb8<br>rtptimeout=300<br>rtpholdtimeout=1800<br>maxexpirey=3600<br>defaultexpirey=1200<br><br>[sip-101]<br>; Aastra 480i phones for general office
<br>type=peer<br>insecure=very<br>disallow=all<br>allow=ulaw<br>allow=alaw<br>host=dynamic<br>dtmfmode=auto<br>canreinvite=no<br>context=office-dial<br>qualify=yes<br>username=101<br>secret=xxxxxx<br>mailbox=101<br>callerid=&quot;User 1&quot; &lt;101&gt;
<br><br><br>sip show peers :-<br>103/103&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://10.10.10.181">10.10.10.181</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5060&nbsp;&nbsp;&nbsp;&nbsp; OK (157 ms)<br>102/102&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://10.10.10.181">10.10.10.181</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5060&nbsp;&nbsp;&nbsp;&nbsp; OK (159 ms)
<br>202/202&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://10.10.10.184">10.10.10.184</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5060&nbsp;&nbsp;&nbsp;&nbsp; OK (4 ms)<br>101/101&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://10.10.10.181">10.10.10.181</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5060&nbsp;&nbsp;&nbsp;&nbsp; OK (160 ms)
<br><br><br>Asterisk 1.2.15<br>Phones tested:- Aastra 480i, Grandstream GXP2000, Grandstream HT-386 ATA<br><br>--<br>Drew Gibson<br><br>Systems Administrator<br>OANDA Corporation<br>416-593-6767 x322<br><a href="http://www.oanda.com">
www.oanda.com</a><br><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:
<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>