[asterisk-users] Multiple user registration ...

Barry L. Kline blkline at attglobal.net
Wed Aug 26 10:03:21 CDT 2009


-----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-----



More information about the asterisk-users mailing list