Answered by:
reserve a range of numbering

Question
-
I need to reserve a range of numbering to go to a specific gateway, I try creating an analog extension and it worked fine, but if I need to create more than 200 extensions, this is very boring, there is some way to reserve a numbering range for a specific gateway.
I think an analog extension with the following command and it works correctly.New-CsAnalogDevice -LineUri tel:+41982 -DisplayName "Jorge Alberto porras" -RegistrarPool poolppal.cocoto.com.co -AnalogFax $False -Gateway 10.8.12.8 -OU "cocoto.com.co/epm/pais/Listas/Extensiones Analogas/edfprincipal"
but I need to create more than 200 extensions, this is very boring, there is some way to reserve a numbering range for a specific gateway.
I try to create a route, but this does not work for me
thanks
Alexander Rico Arias
Tuesday, February 21, 2012 1:24 PM
Answers
-
Hi,Alricoa,
Would you please check Kevin Peter's great blog post to see if the solution using CSV file to create a large number of analog devices meets your request?
http://ocsguy.com/2011/10/27/using-the-analog-device-creation-script/
Regards,
Sharon
Sharon Shen
TechNet Community Support
***************************************************************************************************************************************************************************** Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial t- Marked as answer by Alricoa Thursday, February 23, 2012 7:51 PM
Thursday, February 23, 2012 6:53 AM
All replies
-
How about use powershell to script it?
Use something after this fashion:
http://blogs.technet.com/b/parallel_universe_-_ms_tech_blog/archive/2012/02/06/powershell-mass-import-and-enable-lync-users-for-ev.aspx+Say thanks and observe basic forum courtesy:
+If this post answered your question, Mark As Answer
+If this post was helpful, Vote as Helpful
windowspbx blog: my thots/howtos
see/submit Lync suggestions here: simple and publicTuesday, February 21, 2012 11:42 PM -
Hi,Alricoa,
Would you please check Kevin Peter's great blog post to see if the solution using CSV file to create a large number of analog devices meets your request?
http://ocsguy.com/2011/10/27/using-the-analog-device-creation-script/
Regards,
Sharon
Sharon Shen
TechNet Community Support
***************************************************************************************************************************************************************************** Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial t- Marked as answer by Alricoa Thursday, February 23, 2012 7:51 PM
Thursday, February 23, 2012 6:53 AM -
Ok, I try, Thanks
Alexander Rico Arias
Thursday, February 23, 2012 7:53 PM