<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] <b>On Behalf Of </b>Richard Mudgett<br><b>Sent:</b> Thursday, August 06, 2015 1:08 PM<br><b>To:</b> Asterisk Users Mailing List - Non-Commercial Discussion<br><b>Subject:</b> Re: [asterisk-users] Asterisk uses "Anonymous", but why?<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal>On Thu, Aug 6, 2015 at 11:56 AM, Murthy Gandikota <<a href="mailto:murthy64@hotmail.com" target="_blank">murthy64@hotmail.com</a>> wrote:<o:p></o:p></p><p class=MsoNormal>Tested with X-Lite and it worked fiine. Is there some way to replace "Anonymous" with a config parameter?<br><br>Thanks for your kind help<o:p></o:p></p><div><p class=MsoNormal><br>----------------------------------------<br>> From: <a href="mailto:murthy64@hotmail.com">murthy64@hotmail.com</a><br>> To: <a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a><br>> Subject: Asterisk uses "Anonymous", but why?<br>> Date: Wed, 5 Aug 2015 21:38:16 +0000<o:p></o:p></p></div><div><div><p class=MsoNormal>><br>> Hi All<br>><br>> I am trying to dial out using SIP and Vonage using the instructions :<br>><br>> <a href="<a href="http://www.voip-info.org/wiki/view/Asterisk+and+Vonage" target="_blank">http://www.voip-info.org/wiki/view/Asterisk+and+Vonage</a>" target="_blank" class="newlyinsertedlink"><a href="http://www.voip-info.org/wiki/view/Asterisk+and+Vonage" target="_blank">http://www.voip-info.org/wiki/view/Asterisk+and+Vonage</a></a><br>><br>> It was not working. So I downloaded X-PRO Vonage, the vonage sip phone, and wiresharked the port. I see that a significant difference is the vonage phone uses "Vonage User" where<br>> asterisk uses "Anonymous". Is that the problem? The Inbound call works fine. Here is my sip.conf<br>><br>> [general]<br>> context = demo ; Default context for incoming calls<br>> bindport = 5060 ; UDP Port to bind to (SIP standard port is 5060)<br>> bindaddr = 0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all)<br>> srvlookup = yes ; Enable DNS SRV lookups on outbound calls<br>> context=incoming<br>> disallow=all<br>> allow=ulaw<br>> allow=alaw<br>> allow=g729<br>> allow=g723<br>> externip=72.220.28.226<br>> localnet=192.168.0.0<br>> nat=yes<br>> maxexpiry=15<br>> minexpiry=14<br>> ;rtautoclear=no<br>> ;autofallthrough=yes<br>><br>> register =><did>:<password>@<a href="http://69.59.234.67:5060/202" target="_blank">69.59.234.67:5060/202</a><br>><br>> [vonage-out]<br>> username=<did><br>> type=friend<br>> secret=<password><br>> port=5061<br>> nat=yes<br>> host=69.59.234.67<br>> fromuser=<did><br>> fromdomain=69.59.234.67<br>> dtmfmode=rfc2833<br>> auth=md5<br>> context=from-pstn<br>> canreinvite=no<br>><br>> Here is the CLI command used:<br>><br>> ubuntu*CLI> originate SIP/732-xxx-xxxx@vonage-out application dial<br>> == Using SIP RTP CoS mark 5<br>> [Aug 5 14:16:49] WARNING[32891][C-00000006]: chan_sip.c:23160 handle_response_invite: Received response: "Forbidden" from '"Anonymous" <<a href="sip:%3cdid">sip:<did</a>>@<a href="http://69.59.234.67" target="_blank">69.59.234.67</a>>;tag=as69898393'<br>> ubuntu*CLI><o:p></o:p></p></div></div><div><p class=MsoNormal><o:p> </o:p></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'>Use the AMI Originate action or a call file.  You can specify a caller id there.  You cannot specify one from the command line.<o:p></o:p></p></div><div><p class=MsoNormal>Richard<o:p></o:p></p></div></div><p class=MsoNormal><span style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><b><i><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>[Ryan, Travis] <o:p></o:p></span></i></b></p><p class=MsoNormal><b><i><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Are you sure? I have no issue with a PRI line and using the set command like so…Unless it’s a toll free number.<o:p></o:p></span></i></b></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Set(CALLERID(num)=7656371111)<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p></div></div></div></div></body></html>