On Wed, 2006-11-08 at 17:40 -0500, Peter Beckman wrote: > So similar to a DID ringing multiple SIP extensions simultaneously: > > Dial([EMAIL PROTECTED]&[EMAIL PROTECTED]&[EMAIL PROTECTED]) > > You want Asterisk, if configured, to ring all the devices that have used > the same registration when you Dial([EMAIL PROTECTED]). Asterisk without a > config > flag set for that SIP user would do what it does now -- overwrite the most > recent registration. If the flag were set, asterisk would allow multiple > registrations, and ring all registered devices when that context was > dialed. > > Yes?
Yes, exactly. Ring all the devices that registered with the same credentials. I could be wrong but I think this is somewhat common with other sip proxies (I know I know! Asterisk is not a proxy!). For example, I've been told SER allows this which I think is one of the reasons a lot of providers use SER in front of Asterisk. John _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
