<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On 26 Mar 2014, at 19:14, Mickael MONSIEUR <<a href="mailto:mickael.monsieur@gmail.com">mickael.monsieur@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hello,<div><br></div><div><div>When I get a SIP INVITE as follows: </div><div><blockquote type="cite" style="font-family:arial,sans-serif;font-size:13px"><div dir="ltr"><div>INVITE <a href="http://sip:s@10.1.0.191:5060/" target="_blank">sip:s@10.1.0.191:5060</a> SIP/2.0</div>
<div>Max-Forwards: 69</div><div>From: "0475XXXXXX" <<a href="mailto:sip%3A1053212@sip.domain.com" target="_blank">sip:1053212@sip.domain.com</a>>;tag=as7df9ab18</div><div>To: <<a style="color:rgb(34,34,34)">sip:02XXXXXX@IP:5060</a>></div>
<div>Contact: <<a style="color:rgb(34,34,34)">sip:1053212@IP:5060</a>></div><div>Call-ID: <a href="mailto:344d42bd16975a54141d11f635bdfc71@sip.domain.com" target="_blank">344d42bd16975a54141d11f635bdfc71@sip.domain.com</a></div>
<div>CSeq: 102 INVITE</div><div>Date: Wed, 26 Mar 2014 15:06:01 GMT</div><div>Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH</div><div>Supported: replaces, timer</div><div>Content-Type: application/sdp</div>
<div>Content-Length: 252</div><div><br></div></div></blockquote></div><div>Asterisk considers that the extension is 's'. (The Register) </div><div>How to make the extension number that is shown in the 'To' ??</div>
</div></div></blockquote><br></div><div>You never route calls on the To: header in SIP. You route on the request URI. Unless this is something where you used the REGISTER statement in sip.conf and forgot to add an extension or you register once for multiple DIDs.</div><div><br></div><div>I would suggest changing your register statement to include an extension. In that extension you read the To: header with the SIP_HEADER() dialplan function and issue a goto so you end up with the extension in the To header.</div><div><br></div><div>The IETF has with help of the SIP forum written a standard extension to SIP to handle this use-case, something called GIN. It's now part of the SIPConnect specification. using the gin extension, you would get the called phone number in the r-uri.</div><div><br></div><div>/O</div><br></body></html>