Hi,

I don't think any SIP server would allow you to register more than once with
the same login information. What you can do in asterisk is setup two
different entries in sip.conf and then use extensions.conf to dial both.

Example from extensions.conf

[default]
exten => 1000,1,Dial(SIP/user1&SIP/user2,60,t)
exten => 1000,2,Congestion
exten => 1000,3,Hangup
exten => 1000,102,Busy

/Anders

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> [EMAIL PROTECTED]
> Sent: den 13 december 2004 14:39
> To: [EMAIL PROTECTED]
> Subject: RE: [Asterisk-Users] Dialing out to 2 clients simultaneously
> 
> Hmmm that's bad... 
> 
> This is the last issue I have which makes that I can't get 
> rid of the SER proxy in front of asterisk.. Want to get rid of it
> 
> Are there any plans to change this design?? (that multiple 
> UA's can register to one peer?)
> 
> Niels

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to