Hi, I'm working with a SIP phone (Thomson ST2030) that support a "multi-registration" feature. It works this way: - the phone has a main id - some feature keys can be configured to be tied to supplementary ids (with a specific id username and password) - when the phone boots, it will successively (try to) register with each id (main and supplementary ids). - every outgoing call uses the main id - every incoming call received for any id is handled. The trouble I'm having is I can configure either Asterisk or the SIP phone to have supplementary id successfully registered (403 Wrong Password reply though I'm certain the password I provided is correct). I could find an (impractical) workaround setting in sip.conf a supplementary id with a fixed IP address (and thus removing the need for registration). I'm suspecting a mistake in my config but I prefer to check here. Is it possible for a SIP to register twice to the same Asterisk server using 2 different ids ? Consulting this list archives gives mixed answers. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110121/c317d54d/attachment.htm>
On Fri, Jan 21, 2011 at 12:53 PM, Olivier <oza_4h07 at yahoo.fr> wrote:> Hi, > > Is it possible for a SIP to register twice to the same Asterisk server > using 2 different ids ? > Consulting this list archives gives mixed answers. > >Yes, I do this with my Polycom 550, and I've done it with other phones before as well. Show us the CLI output and possibly a SIP Debug of the registration attempts. -- Thanks, --Warren Selby, dCAP http://www.selbytech.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110121/f6b5f91f/attachment.htm>