Does anybody know how can I send credentials to a gateway?
For example: I forward a call using forward(uri:host, uri:port);but my gateway needs authentication.
Tks, D.K.
Daniel Korndorfer wrote:
Does anybody know how can I send credentials to a gateway?
For example: I forward a call using forward(uri:host, uri:port);but my gateway needs authentication.
You can use the uac module. But this is a not standard conform way and may cause problems (e.g. when the gateway is Asterisk).
You need either a B2BUA (like asterisk) or use other ways of authentication - e.g. authentication based on IP address (use TCP as UDP can be spoofed easily) or TLS.
regards klaus
The UAC module does this:
================= 1.3.3. credential (string)
Contains a multiple definition of credentials used to perform authentication.
This parameter is required if UAC authentication is used.
Example 1-3. Set credential parameter
... modparam("uac","credential","username:domain:password") ...
On Tue, April 11, 2006 9:13 am, Daniel Korndorfer wrote:
Does anybody know how can I send credentials to a gateway?
For example: I forward a call using forward(uri:host, uri:port);but my gateway needs authentication.
Tks, D.K. _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
OK.. And what about using this with a lcr module?
On 4/11/06, Brett N brettlist@nemeroff.com wrote:
The UAC module does this:
================= 1.3.3. credential (string)
Contains a multiple definition of credentials used to perform authentication.
This parameter is required if UAC authentication is used.
Example 1-3. Set credential parameter
... modparam("uac","credential","username:domain:password") ...
On Tue, April 11, 2006 9:13 am, Daniel Korndorfer wrote:
Does anybody know how can I send credentials to a gateway?
For example: I forward a call using forward(uri:host, uri:port);but my gateway needs authentication.
Tks, D.K. _______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers