Frederico Madeira wrote on 4/26/07 12:18 PM: > Hi guys, > > Is it possible to asterisk manage multiple devices registration with > same extension ? > When asterisk receive a call for that extension, it send call to all > devices registered with that extension, and rtp go to first one that > answer the call.
Sure. They need separate userids in your sip/iax/zap/whatever.conf so asterisk knows that they're two separate devices. Then in your dialplan for that extension just tell it to ring both (with an & between them). Dial(SIP/device1&SIP/device2,15) -- Dave Miller http://www.justdave.net/ System Administrator, Mozilla Corporation http://www.mozilla.com/ Project Leader, Bugzilla Bug Tracking System http://www.bugzilla.org/ _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
