-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mauro Sergio Ferreira Brasil wrote:

> We are planning to use Asterisk on our VoIP platform, and we are 
> spending some brains on a way to provide the following facility: let 
> some SIP user (extension) registrate with more than one client (ATA, 
> SoftPhone, VoipCelular, etc) - what isn't a problem at all -, initiate 
> calls from any of this devices that are registrated with the same user - 
> no problems on tests too -, but also receive INVITE requests on "all" 
> devices if someone calls this user - yeah... here the thing gets creepy.
> The demand is quite simple: let a user registrate with multiple devices 
> using the same SIP user on such way that if someone call him, all these 
> registered devices will ring and the first to take the call will be "the 
> lucky one".

Instead of trying to make Asterisk do this unnatural act, why not
register each device with a separate id, then use the dial function to
call all of them?

e.g.    exten => 122,1,Dial(SIP/1&SIP/2&SIP/3)

You could use some creating scripting to decide which devices to ring
based on the dialed extension.

Barry
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFKlU65CFu3bIiwtTARAu0DAJ4szfX1dp/BNZojIKhgIL/tIhkjvQCeLXCf
A+Dys6+LgrNhL/zQpU8Vuwk=
=1Y6q
-----END PGP SIGNATURE-----

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to