Is it possible to specify multiple authentication credentials within the UAC module? What I want to do is access multiple PSTN gateways that each require different credentials. The basic purpose of this is to allow least cost routing.
Example Provider 1 offers cheap calling to +44 (UK) Provider 2 offers cheap calling to +1 (US) When user dials a 44 destination ser should relay to Provider 1 gateway, which will require authentication using Credential 1. When user dials a 1 destination ser should relay to Provider 2 gateway, which will require authentication using Credential 2.
Any advice would be greatfully received.
Regards
Cameron
Hi,
I think the better way is to register your proxy - the one that your users are being routed through - to the PSTNs and simply forward their calls to the desired PSTN. So you would charge your users for using a particular PSTN on your own.
Regards,
Kaveh
-----Original Message----- From: "Cameron Beattie" kjcsb@orcon.net.nz To: serusers@lists.iptel.org Date: Wed, 8 Jun 2005 17:25:44 +1200 Subject: [Serusers] UAC module: multiple PSTN gateways
Is it possible to specify multiple authentication credentials within the UAC module? What I want to do is access multiple PSTN gateways that each require different credentials. The basic purpose of this is to allow least cost routing.
Example Provider 1 offers cheap calling to +44 (UK) Provider 2 offers cheap calling to +1 (US) When user dials a 44 destination ser should relay to Provider 1 gateway, which will require authentication using Credential 1. When user dials a 1 destination ser should relay to Provider 2 gateway, which will require authentication using Credential 2.
Any advice would be greatfully received.
Regards
Cameron
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Thanks.
Do you do this and if so what are you using to register SER? Sipsak?
I have tried using sipsak to register SER with nufone's Asterisk server but am having no luck.
Regards
Cameron Beattie ----- Original Message ----- From: "Kaveh Aasaraai" kaveh@iranet.ir To: serusers@lists.iptel.org Sent: Wednesday, June 08, 2005 7:19 PM Subject: Re: [Serusers] UAC module: multiple PSTN gateways
Hi,
I think the better way is to register your proxy - the one that your users are being routed through - to the PSTNs and simply forward their calls to the desired PSTN. So you would charge your users for using a particular PSTN on your own.
Regards,
Kaveh
-----Original Message----- From: "Cameron Beattie" kjcsb@orcon.net.nz To: serusers@lists.iptel.org Date: Wed, 8 Jun 2005 17:25:44 +1200 Subject: [Serusers] UAC module: multiple PSTN gateways
Is it possible to specify multiple authentication credentials within the UAC module? What I want to do is access multiple PSTN gateways that each require different credentials. The basic purpose of this is to allow least cost routing.
Example Provider 1 offers cheap calling to +44 (UK) Provider 2 offers cheap calling to +1 (US) When user dials a 44 destination ser should relay to Provider 1 gateway, which will require authentication using Credential 1. When user dials a 1 destination ser should relay to Provider 2 gateway, which will require authentication using Credential 2.
Any advice would be greatfully received.
Regards
Cameron
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
Hi Cameron,
You can specify multiple authentication credentials by just enumerating several "credential" parameters for the module: modparam("uac","credential","user1:realm1:passwd1") modparam("uac","credential","user2:realm2:passwd2") modparam("uac","credential","user3:realm3:passwd3")
The module will choose the correct credentials to use based on the "realm" from the auth challenge.
regards, Marian
Cameron Beattie wrote:
Is it possible to specify multiple authentication credentials within the UAC module? What I want to do is access multiple PSTN gateways that each require different credentials. The basic purpose of this is to allow least cost routing.
Example Provider 1 offers cheap calling to +44 (UK) Provider 2 offers cheap calling to +1 (US) When user dials a 44 destination ser should relay to Provider 1 gateway, which will require authentication using Credential 1. When user dials a 1 destination ser should relay to Provider 2 gateway, which will require authentication using Credential 2.
Any advice would be greatfully received.
Regards
Cameron
Did you guys was able to use UAC module successfully? If yes, would you please tell what version of ser and uac module you are using?
Thanks, MOhammad
Marian Dumitru wrote:
Hi Cameron,
You can specify multiple authentication credentials by just enumerating several "credential" parameters for the module: modparam("uac","credential","user1:realm1:passwd1") modparam("uac","credential","user2:realm2:passwd2") modparam("uac","credential","user3:realm3:passwd3")
The module will choose the correct credentials to use based on the "realm" from the auth challenge.
regards, Marian
Cameron Beattie wrote:
Is it possible to specify multiple authentication credentials within the UAC module? What I want to do is access multiple PSTN gateways that each require different credentials. The basic purpose of this is to allow least cost routing.
Example Provider 1 offers cheap calling to +44 (UK) Provider 2 offers cheap calling to +1 (US) When user dials a 44 destination ser should relay to Provider 1 gateway, which will require authentication using Credential 1. When user dials a 1 destination ser should relay to Provider 2 gateway, which will require authentication using Credential 2.
Any advice would be greatfully received.
Regards
Cameron
Hi Mohammad,
have a look at an example: http://www.voice-system.ro/docs/uac/ar01s06.html#ex_auth
the UAC module is present only in CVS head.
regards, Marian
Mohammad Khan wrote:
Did you guys was able to use UAC module successfully? If yes, would you please tell what version of ser and uac module you are using?
Thanks, MOhammad
Marian Dumitru wrote:
Hi Cameron,
You can specify multiple authentication credentials by just enumerating several "credential" parameters for the module: modparam("uac","credential","user1:realm1:passwd1") modparam("uac","credential","user2:realm2:passwd2") modparam("uac","credential","user3:realm3:passwd3")
The module will choose the correct credentials to use based on the "realm" from the auth challenge.
regards, Marian
Cameron Beattie wrote:
Is it possible to specify multiple authentication credentials within the UAC module? What I want to do is access multiple PSTN gateways that each require different credentials. The basic purpose of this is to allow least cost routing.
Example Provider 1 offers cheap calling to +44 (UK) Provider 2 offers cheap calling to +1 (US) When user dials a 44 destination ser should relay to Provider 1 gateway, which will require authentication using Credential 1. When user dials a 1 destination ser should relay to Provider 2 gateway, which will require authentication using Credential 2.
Any advice would be greatfully received.
Regards
Cameron