Hi, > -----Original Message----- > Just installed Asterisk and it runs just fine. Have made a simple > extension and sip configuration which works nice also. But still a > question. > > My (simple) extension is as follows: > > extensions.conf: > [default] > extern => 1001,1,Dial(SIP/1001) > extern => 1002,1,Dial(SIP/1002) > > and the sip.conf: > [1001] > type=friend > host=dynamic > canreinvite=no > disallow=all > allow=alaw > > [1002] > ; copy of 1001 > type=friend > host=dynamic > canreinvite=no > disallow=all > allow=alaw > > So far, so good. But if I would like to deploy e.g. 100 sip phones, I > would have to add 100 sections?
Yup, you would. Which is why we all download or develop tools to automate that kind of thing :) Best regards, Florian _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
