Tomislav ParĨina
2006-Sep-21 23:39 UTC
[asterisk-users] Re: Can you explain why multiple registration isan important (missing) feature ?
In article <45127881.1060602@fnords.org>, eric@fnords.org says...> Perhaps you are tying to use wildcard destinations in your setup. This > does not scale. > > Wildcard: > > exten => 1234567,1,Dial(SIP/${EXTEN}) > > This does not scale. > > Each extension should have it's own exten => line and Dial(... line. > > exten => 1234567,1,Dial(SIP/[0004f201e443-a) because 0004f201e443-a is > the userid of the phone that you want to send the call to.As far as I'm concern that isn't acceptable. I would newer make such configuration. Imagine 1000 extensions and for every one of them you have to create line like above in extensons.conf. -- Tomislav Par?ina Lama Computers Split Stinice 12, 21000 Split Tel.: +385(21)495148 Mob.: +385(91)1212148 SIP: tomo@pbx.lama.hr e-mail: tparcina#lama.hr http://www.lama.hr
Eric "ManxPower" Wieling
2006-Sep-22 05:37 UTC
[asterisk-users] Re: Can you explain why multiple registration isan important (missing) feature ?
Tomislav Par?ina wrote:> In article <45127881.1060602@fnords.org>, eric@fnords.org says... >> Perhaps you are tying to use wildcard destinations in your setup. This >> does not scale. >> >> Wildcard: >> >> exten => 1234567,1,Dial(SIP/${EXTEN}) >> >> This does not scale. >> >> Each extension should have it's own exten => line and Dial(... line. >> >> exten => 1234567,1,Dial(SIP/[0004f201e443-a) because 0004f201e443-a is >> the userid of the phone that you want to send the call to. > > As far as I'm concern that isn't acceptable. I would newer make such configuration. Imagine 1000 extensions and for every one of them you have to create line like above in extensons.conf.Correct. If this is an issue then write some scripts to make it easier. We've not bothered since we only have to do this when the device for an extension changes or when we have to add/remove an extension. That does not happen all that often.