Hello Everyone! I just want to make sure if such a mess could work for sip channel: In sip.conf: ; register => <some_md5_checksum>@host ; ; [host] hostname=some_address auth=md5 Greets Tomek -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050208/169311c6/attachment.htm
Why? When you register with another provider, the use or not of MD5 Auth is up to him/her... When other clients are registering with you, you may require MD5 auth (Auth=MD5)... If you don't want to have a cleartext password, you can use md5secret=<md5 hash>. instead of secret=<cleartextpass> Greetings Julian. On Tue, 8 Feb 2005 10:37:50 +0100, Tomasz Bukowski <tomasz_bukowski@sevenet.pl> wrote:> > > > > > > Hello Everyone! > > I just want to make sure if such a mess could work for sip channel: > > In sip.conf: > > ; > > register => <some_md5_checksum>@host > > ; > > ; > > [host] > > hostname=some_address > > auth=md5 > > > > Greets > > Tomek > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >
> Why? > > When you register with another provider, the use or not of MD5 Auth is > up to him/her...True, all I wanted was not to have plaintext passwords in sip.conf (demonstrational purposes) BRGS Tomek> > Hello Everyone! > > > > I just want to make sure if such a mess could work for sip channel: > > > > In sip.conf: > > > > ; > > > > register => <some_md5_checksum>@host > > > > ; > > > > ; > > > > [host] > > > > hostname=some_address > > > > auth=md5 > > > > > > > > Greets > > > > Tomek > > > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > To UNSUBSCRIBE or update options visit: > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Seemingly Similar Threads
- [LLVMdev] introducing sign extending halfword loads into the LLVM IR
- Dovecot deliver LDA problem
- [LLVMdev] introducing sign extending halfword loads into the LLVM IR
- [Bug 948] high CPU in sshd after tcp_wrappers deny
- [LLVMdev] introducing sign extending halfword loads into the LLVM IR