<div dir="ltr">On 20 May 2013 16:13, Francisco Franco Gallego <span dir="ltr"><<a href="mailto:francisco.franco@ethcero.es" target="_blank">francisco.franco@ethcero.es</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">When i try to add a new subscriber via web interface, i get this error when sn start with zero.<div>

The E.164 number is like this:</div><div>cc: 34</div><div>ac: 950</div><div>sn: 069xxx</div>
<div><br></div><div>In Spain, sn can be start by zero. How can i solve this?</div><div><br></div></div></blockquote><div><br></div><div><br></div><div style>Edit /etc/ngcp-config/config.yml, and change</div><div style>sn_regex: '[1-9]\d+' </div>

<div style><br></div><div style>to</div><div style><br></div><div style>sn_regex: '[0-9]\d+' <br></div><div style><br></div><div style><br></div><div style>and then run 'ngcpcfg apply'</div><div style><br>

</div><div style>Hope this helps.</div><div style><br></div><div style>-Barry Flanagan</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div dir="ltr"><div></div><div>regards</div></div>
<br>_______________________________________________<br>
Spce-user mailing list<br>
<a href="mailto:Spce-user@lists.sipwise.com">Spce-user@lists.sipwise.com</a><br>
<a href="http://lists.sipwise.com/listinfo/spce-user" target="_blank">http://lists.sipwise.com/listinfo/spce-user</a><br>
<br></blockquote></div><br></div></div>