<div dir="ltr">I kinda have it working with chan_sip.<div><br></div><div>Dial(SIP/+${EXTEN}\;phone-context=+<a href="mailto:44@10.10.10.10">44@10.10.10.10</a>;user=phone)<br></div><div>But it doesn't include the user=phone at the end when dialling out.</div><div> </div><div>"To: <sip:+4499999999999;phone-context=+<a href="mailto:44@10.10.10.10">44@10.10.10.10</a>>".<br></div><div><br></div><div>even adding </div><div>usereqphone=yes<br></div><div>to the sip.conf doesn't add the user=phone to the end unless I remove the the sip uri stuff out of the dial string. </div><div><br></div><div>Ideally I would like it to look like this </div><div>INVITE sip:118099;phone-context=+44@10.10.10.10:5060;user=phone <br></div><div>Or</div><div>INVITE sip: <a href="http://118099@10.10.10.10:5060">118099@10.10.10.10:5060</a>; user=phone; phone-context=+44 <br></div><div><br></div><div>It doesn't matter which way I do it I can only include one extra parameter and not the two (user=phone;phone-context) as Asterisk ignores the second one. </div><div> </div></div><div class="gmail_extra"><br><div class="gmail_quote">On 16 February 2016 at 20:03, imperium broadcast <span dir="ltr"><<a href="mailto:imperium.broadcast@gmail.com" target="_blank">imperium.broadcast@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Thanks for the reply Trey, should of said I'm using chan_sip. </p>
<p dir="ltr">Regards<br>
Mick</p><div class="HOEnZb"><div class="h5">
<div class="gmail_quote">On 16 Feb 2016 18:03, "Trey Hilyard" <<a href="mailto:kctrey@gmail.com" target="_blank">kctrey@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Are you using res_pjsip or chan_sip?<div><br></div><div>For PJSIP, it's as easy as passing the parameters to the Dial. For example:</div><div>Dial(PJSIP/${ARG1}\;phone-context=mydomain.com@pjsippeer,60)<br></div><div><br></div><div>I am pretty sure it was easy in chan_sip, too. If you are using chan_sip, I'll try and find an example.</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Feb 16, 2016 at 11:03 AM imperium broadcast <<a href="mailto:imperium.broadcast@gmail.com" target="_blank">imperium.broadcast@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all, I am currently using asterisk 11, and I am trying to figure out how to set the uri parameter telephone-context. <div>I need to set it for outbound calls for a specific carrier when making emergency calls and don't seem able to find the option to set it.</div><div><br></div><div>Regards</div><div>Impy</div><div>aka Mick </div></div>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" 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" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a></blockquote></div>
<br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" 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" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div>
</div></div></blockquote></div><br></div>