Re: SIP configuration error with Bayonne 20050116...
Aymeric Moizard <[email protected]>
| Newsgroups | gmane.comp.gnu.bayonne.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 15 Mar 2005, Daniel wrote: > <please cc: me on replies> > > Hi, > > I'm trying to experiment with IVR use of Bayonne-testing through SIP. > > I have compiled the following packages on my debian testing machine: > > CommonC++2 1.3.6 > libosip2-2.2.1-pre2 > eXosip-0.9.0-pre1 > ccrtp-1.2.2 > Bayonne-testing 20050116 > > Bayonne seems to work fine using the dummy soundcard module (OSS). > However, when I try to start the SIP driver, I get the following > confusing error: > > Configuration error: number of realms does not match number of users In the file: /etc/bayonne/drivers.conf, you have the "realm" definition. These are the login/password for SIP Digest Authentication: auth_user auth_passwd auth_realm The number of "auth_user" must equals the number of "auth_passwd" as well as the auth_realm, else there is probably a bad configuration. These information will be used when sending REGISTER that needs authentication. Aymeric