Hello !
My company currently uses SER to handle all internationl calls. Recently, we switched to another SIP VOIP service provider, that requires from us to authenticate using an username and password in order to send the calls to him. What configuration do i need to do in the sip.cfg file for that ? His sip address is: sip.voipcom.ro, username is "user" and password is "pass" (without the ").
Thank you !
havent tried it, but uac module will do what you want
Narcis GRATIANU wrote:
Hello !
My company currently uses SER to handle all internationl calls. Recently, we switched to another SIP VOIP service provider, that requires from us to authenticate using an username and password in order to send the calls to him. What configuration do i need to do in the sip.cfg file for that ? His sip address is: sip.voipcom.ro, username is "user" and password is "pass" (without the ").
Thank you !
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
.
Here is the info from Marian about uac_auth usage
The basic frame for having client authentication is SER is:
Set the users and passwords: modparam("uac","credential","user1:domainX:pwd1") modparam("uac","credential","user2:domainY:pwd2")
Before relaying the request set a failure route: t_on_failure(2); t_relay();
Set failure route to perform client authentication:
failure_route[1] { if (t_check_status("401|407")) { uac_auth(); append_branch(); t_relay(); } }
Aster
On Tue, 29 Mar 2005 20:29:39 +0100, Iqbal iqbal@gigo.co.uk wrote:
havent tried it, but uac module will do what you want
Narcis GRATIANU wrote:
Hello !
My company currently uses SER to handle all internationl calls. Recently, we switched to another SIP VOIP service provider, that requires from us to authenticate using an username and password in order to send the calls to him. What configuration do i need to do in the sip.cfg file for that ? His sip address is: sip.voipcom.ro, username is "user" and password is "pass" (without the ").
Thank you !
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers