<span style="font-family: Arial, Helvetica, Sans-Serif; font-size: 12px"><div> </div>

<div>Thanks for your reply,<br />
<br />
[globals]<br />
AREACODE=381<br />
<br />
[outbound]<br />
exten => _9XXXXXX,1,Dial(SIP/SIP-Provider/1${AREACODE}${EXTEN-1},80)<br />
<br />
did not work for me, any ideas?<br />
<br />
Thanks,<br />
 </div>

<div>
<div class="moz-cite-prefix">On 04/27/2015 01:59 PM, Phil Reynolds wrote:</div>

<blockquote cite="mid:BA80ABED-ACE0-494E-8BEF-FA664B671199@tinsleyviaduct.com" type="cite"><br />
<br />
On 27 April 2015 21:32:42 BST, Motty Cruz <a class="moz-txt-link-rfc2396E" href="mailto:motty.cruz@gmail.com"><motty.cruz@gmail.com></a> wrote:<br />
>Hello,<br />
><br />
>I would like to add area code if clients dial 7 digits, it that<br />
>possible? currently clients dial prefix 9 plus local number, however my<br />
><br />
>SIP provider is requiring to dial 10 digits. is it possible to add area<br />
><br />
>code?r<br />
<br />
Quite simple - you need to match on NXXXXXXX and when passing it to the SIP provider, present ${AREACODE}${EXTEN}, having first defined AREACODE in [globals].<br />
<br />
--<br />
Sent from my Android device with K-9 Mail. Please excuse my brevity.
<fieldset class="mimeAttachmentHeader"> </fieldset>
</blockquote>
<br />
 </div></span>