Richard OSS
2007-Apr-04 08:51 UTC
[asterisk-users] Configuring sip.conf to allow guest access
Hi, I am configuring a conferencing server and need to allow SIP clients guest access. In iax.conf, I can allow guest access to the [conference] context with this entry === iax.conf =[guest] type=user host=dynamic context=conference === So anyone connecting without username/password will be logged in as guest and restricted to the conference context. How can I do the same in sip.conf? How do I also configure my xlite client to login as guest? How to configure IAX is explained here http://www.voip-info.org/wiki/index.php?page=Asterisk+config+iax.conf but not for SIP. http://www.voip-info.org/wiki-Asterisk+config+sip.conf Thanks in advance.
Richard OSS
2007-Apr-04 09:23 UTC
[asterisk-users] Configuring sip.conf to allow guest access
Tried this...it worked...but is this the best way? == sip.conf =[general] context=conference allowguest=yes [guest] type=friend nat=yes host=dynamic canreinvite=no context=conference --- Richard OSS <oss_richard@rogers.com> wrote:> Hi, > > I am configuring a conferencing server and need to > allow SIP clients guest access. > > In iax.conf, I can allow guest access to the > [conference] context with this entry > > === iax.conf => [guest] > type=user > host=dynamic > context=conference > > ===> > So anyone connecting without username/password will > be > logged in as guest and restricted to the conference > context. > > How can I do the same in sip.conf? > How do I also configure my xlite client to login as > guest? > > How to configure IAX is explained here >http://www.voip-info.org/wiki/index.php?page=Asterisk+config+iax.conf> > but not for SIP. > >http://www.voip-info.org/wiki-Asterisk+config+sip.conf> > Thanks in advance. > > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com > -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > >http://lists.digium.com/mailman/listinfo/asterisk-users>