<div><font size="2"><span style="background-color:rgba(255,255,255,0)">Hello Anthony</span></font></div><div><font size="2"><span style="background-color:rgba(255,255,255,0)"><br></span></font></div><div><font size="2"><span style="background-color:rgba(255,255,255,0)">Thanks for that SQL solution. I tested it on our Test UCM and it worked.</span></font></div><div><font size="2"><span style="background-color:rgba(255,255,255,0)"><br></span></font></div><div><font size="2"><span style="background-color:rgba(255,255,255,0)">Thanks a lot</span></font></div><br>Am Donnerstag, 25. Februar 2016 schrieb Anthony Holloway :<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I know you asked for BAT, but I like SQL:</div><div><br></div><div>To get a report of the various EPNMs in use in your environment:</div><div>run sql select e164mask, count(e164mask) as count from devicenumplanmap group by e164mask order by count desc<br></div><div><br></div><div>To update a certain set of EPNMs with a new one:</div>run sql update devicenumplanmap set e164mask = 'YOUR_NEW_MASK' where e164mask = 'YOUR_OLD_MASK'</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 25, 2016 at 3:52 AM, Reto Gassmann <span dir="ltr"><<a href="javascript:_e(%7B%7D,'cvml','voip@mrga.ch');" target="_blank">voip@mrga.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello group<div><br></div><div>Wie have a large phone number area code change. Therefore we have to change most but not all of the external phone number mask entries.</div><div><br></div><div>I have tried to use BAT for that. But I am not able to provide a list of numbers where the external phone number mask entry needs to be changed.</div><div><br></div><div>Is there a way to easy change the external phone number mask based on a list with DN and the new external phone number mask.</div><div><br></div><div>We run UCM 10.5</div><div><br></div><div>Thanks a lot</div><div>Regards Reto </div>
<br>_______________________________________________<br>
cisco-voip mailing list<br>
<a href="javascript:_e(%7B%7D,'cvml','cisco-voip@puck.nether.net');" target="_blank">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" rel="noreferrer" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
<br></blockquote></div><br></div>
</blockquote>