<HTML>
<HEAD>
<TITLE>Unable to register CME with VOIP Carrier</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>I have the following topology:<BR>
<BR>
Internet &#8212; 2651 &#8212; Switch &#8212; 2651XM<BR>
<BR>
The 2651 is acting as a gateway running NAT for my Comcast internet line. The 2651XM is running CME. I am trying to establish connectivity with my Voip carrier but they are claiming that 1) You are sending a phone number as your username and 2) You are sending an internal IP in the Via header which is why the registration is failing.<BR>
<BR>
How can I &nbsp;configure CME to send the username and not the phone number for the registration along with setting the IP public IP address (which is the IP on f0/0 on the 2651) on the Via header?<BR>
<BR>
Below is a debug of the REGISTER and Received messages along with my sip-ua configuration.<BR>
</SPAN></FONT><SPAN STYLE='font-size:12.0px'><FONT FACE="Helvetica, Verdana, Arial"><BR>
Jan 23 03:37:24.207: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:<BR>
Sent: <BR>
REGISTER sip:carriers.icall.net:5060 SIP/2.0<BR>
Via: SIP/2.0/UDP 192.168.15.5:5060;branch=z9hG4bK6744A<BR>
From: &lt;sip:16174461220@carriers.icall.net&gt;;tag=1190E67-B05<BR>
To: &lt;sip:16174461220@carriers.icall.net&gt;<BR>
Date: Wed, 23 Jan 2008 03:37:24 GMT<BR>
Call-ID: 81A69C86-C89A11DC-80D7880D-52652CB2<BR>
User-Agent: Cisco-SIPGateway/IOS-12.x &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
Max-Forwards: 70<BR>
Timestamp: 1201059444<BR>
CSeq: 4 REGISTER<BR>
Contact: &lt;sip:16174461220@192.168.15.5:5060&gt;<BR>
Expires: &nbsp;3600<BR>
Content-Length: 0<BR>
<BR>
Jan 23 03:37:24.291: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:<BR>
Received: <BR>
SIP/2.0 404 Not found<BR>
Via: SIP/2.0/UDP 192.168.15.5:5060;branch=z9hG4bK6744A;received=192.168.15.5<BR>
From: &lt;sip:16174461220@carriers.icall.net&gt;;tag=1190E67-B05<BR>
To: &lt;sip:16174461220@carriers.icall.net&gt;;tag=as56529005<BR>
Call-ID: 81A69C86-C89A11DC-80D7880D-52652CB2<BR>
CSeq: 4 REGISTER<BR>
User-Agent: iCall MGW<BR>
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY<BR>
Content-Length: 0<BR>
<BR>
sip-ua <BR>
&nbsp;authentication username cust_gwong86 password 7 &lt;password&gt;<BR>
&nbsp;no remote-party-id<BR>
&nbsp;retry invite 4<BR>
&nbsp;retry response 3<BR>
&nbsp;retry bye 2<BR>
&nbsp;retry cancel 2<BR>
&nbsp;retry register 5<BR>
&nbsp;timers register 250<BR>
&nbsp;mwi-server dns:carriers.icall.net expires 3600 port 5060 transport udp unsolicited<BR>
&nbsp;registrar dns:carriers.icall.net expires 3600<BR>
&nbsp;sip-server dns:carriers.icall.net<BR>
</FONT></SPAN>
</BODY>
</HTML>