<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 6, 2015 at 1:25 PM, Murthy Gandikota <span dir="ltr"><<a href="mailto:murthy64@hotmail.com" target="_blank">murthy64@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
________________________________<br>
> Date: Thu, 6 Aug 2015 12:55:28 -0500<br>
<span class="">> From: <a href="mailto:rmudgett@digium.com">rmudgett@digium.com</a><br>
> To: <a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a><br>
> Subject: Re: [asterisk-users] Asterisk uses "Anonymous", but why?<br>
><br>
><br>
><br>
</span><span class="">> On Thu, Aug 6, 2015 at 12:33 PM, Murthy Gandikota<br>
</span><span class="">> <<a href="mailto:murthy64@hotmail.com">murthy64@hotmail.com</a><mailto:<a href="mailto:murthy64@hotmail.com">murthy64@hotmail.com</a>>> wrote:<br>
><br>
><br>
> ________________________________<br>
>> Date: Thu, 6 Aug 2015 12:07:35 -0500<br>
</span>>> From: <a href="mailto:rmudgett@digium.com">rmudgett@digium.com</a><mailto:<a href="mailto:rmudgett@digium.com">rmudgett@digium.com</a>><br>
>> To: <a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a><mailto:<a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a>><br>
<span class="">>> Subject: Re: [asterisk-users] Asterisk uses "Anonymous", but why?<br>
><br>
> <snip><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<br>
>> handle_response_invite: Received response: "Forbidden" from<br>
>> '"Anonymous"<br>
>><br>
</span>> <sip:<did>@<a href="http://69.59.234.67" rel="noreferrer" target="_blank">69.59.234.67</a><<a href="http://69.59.234.67" rel="noreferrer" target="_blank">http://69.59.234.67</a>><<a href="http://69.59.234.67" rel="noreferrer" target="_blank">http://69.59.234.67</a>>>;tag=as69898393'<br>
<div><div class="h5">>>> ubuntu*CLI><br>
>><br>
>> Use the AMI Originate action or a call file. You can specify a caller<br>
>> id there. You cannot specify one from the command line.<br>
>><br>
>> Richard<br>
><br>
><br>
> Hi Richard<br>
> What should I use for extension? Since I am not bridging an extension<br>
> with outbound, but making an outbound call and playing a sound file,<br>
> what would be the extension?<br>
><br>
> Here is my Asterisk-Java code:<br>
><br>
> managerConnection.addEventListener(this);<br>
> originateAction = new OriginateAction();<br>
> originateAction.setChannel("SIP/"+ani);<br>
> originateAction.setContext("from-pstn");<br>
> originateAction.setExten(????);<br>
> originateAction.setPriority(new Integer(1));<br>
> originateAction.setCallerId("murthy");<br>
> originateAction.setTimeout(new Integer(30000));<br>
><br>
> // connect to Asterisk and log in<br>
> managerConnection.login();<br>
><br>
> // send the originate action and wait for a maximum of<br>
> 30 seconds for Asterisk<br>
> // to send a reply<br>
> originateResponse =<br>
> managerConnection.sendAction(originateAction, 30000);<br>
><br>
> I get error with this.<br>
><br>
><br>
> Here is from-pstn context in extensions.ael<br>
><br>
> context from-pstn {<br>
> 1619xxxxxxx => {<br>
><br>
> This looks like a dialplan pattern match exten but you do not have a<br>
> leading '_' to indicate<br>
> that it is a pattern so this exten will only match a literal "1619xxxxxxx".<br>
><br>
> Answer();<br>
> Playback(welcomesystole);<br>
> Read(digito1,,3);<br>
> Playback(diastole);<br>
> Read(digito2,,3);<br>
><br>
</div></div>> Agi(agi://<a href="http://10.10.22.171:4573/hello.agi?systole=${digito1}&diastole=${digito2}" rel="noreferrer" target="_blank">10.10.22.171:4573/hello.agi?systole=${digito1}&diastole=${digito2}</a><<a href="http://10.10.22.171:4573/hello.agi?systole=$%7bdigito1%7d&diastole=$%7bdigito2%7d" rel="noreferrer" target="_blank">http://10.10.22.171:4573/hello.agi?systole=$%7bdigito1%7d&diastole=$%7bdigito2%7d</a>>);<br>
<span class="">> Hangup()<br>
> }<br>
><br>
> It is up to you where you want to send the originated call to in your<br>
> dialplan. Since you<br>
> appear to want to send it to an extension that is a pattern you need to<br>
> use a value that<br>
> the pattern will match such as 16190000000.<br>
><br>
> Richard<br>
<br>
</span>Hi Richard<br>
<br>
Thank you for your suggestions. The responses received are:<br>
<br>
[Aug  6 11:20:28] NOTICE[25977][C-0000001a]: chan_sip.c:23147 handle_response_invite: Failed to authenticate on INVITE to '"Vonage User" <<a href="mailto:sip%3A1619xxxxxxx@69.59.234.67">sip:1619xxxxxxx@69.59.234.67</a>>;tag=as0bf485e8'<br>
       > Channel SIP/vonage202-00000019 was never answered.<br>
  <br>
I don't understand the "Channel SIP/vonage202-00000019 was never answered".... your kind clarification is sought.<br></blockquote><div><br></div><div>What do you think "Failed to authenticate" on the call you just originated means?<br></div><div>Your call was rejected and thus the call was never answered.  You have an<br>authentication problem.  Vonage could not authenticate the call you originated.<br></div><div><br></div><div>Richard<br></div></div><br></div></div>