Search found 6 matches

by toffifee
Tue Mar 26, 2013 6:59 am
Forum: Brekeke SIP Server Forum
Topic: Authentication Plugin - Change Username
Replies: 1
Views: 6065

Authentication Plugin - Change Username

1. Brekeke Product Name and Version: v3.1.7.0 2. Java version: 7 3. OS type and the version: Windows 8 x64 4. UA (phone), gateway or other hardware/software involved: 5. Your problem: Hi, I have again a problem with the authentication Plugin. In the "lookup" method, I create a new UserRecord like ...
by toffifee
Thu Mar 21, 2013 12:36 am
Forum: Brekeke SIP Server Forum
Topic: GET Password information in AuthenticationPlugin
Replies: 3
Views: 7116

I know this. But there I can only set the "new" password.

My question was, how can I get the password, entered in the sip client. (e.g. Zoiper)

Just as I get the "username" as parameter in the lookup() method.
by toffifee
Wed Mar 20, 2013 8:24 am
Forum: Brekeke SIP Server Forum
Topic: GET Password information in AuthenticationPlugin
Replies: 3
Views: 7116

GET Password information in AuthenticationPlugin

1. Brekeke Product Name and Version: v3.1.7.0 2. Java version: 7 3. OS type and the version: Windows 8 x64 4. UA (phone), gateway or other hardware/software involved: 5. Your problem: Hi, I would like to know if it is possible to get the Password in the method: public UserRecord lookup( String ...
by toffifee
Wed Mar 20, 2013 1:00 am
Forum: Brekeke SIP Server Forum
Topic: Cannot load Authentication Plugin
Replies: 5
Views: 8165

It finally worked. Thank you very much :)
by toffifee
Tue Mar 19, 2013 9:15 am
Forum: Brekeke SIP Server Forum
Topic: Cannot load Authentication Plugin
Replies: 5
Views: 8165

If you don't know about CLASSPATH, I recommend that you copy your JAR file under the following folder. <sip_server_install_dir>\webapps\sip\WEB-INF\lib Hi, thank you for the fast answer. Must it be a .jar file or can it also be the .class file? If I copy it to this location I don't have to care ...
by toffifee
Tue Mar 19, 2013 5:05 am
Forum: Brekeke SIP Server Forum
Topic: Cannot load Authentication Plugin
Replies: 5
Views: 8165

Cannot load Authentication Plugin

1. Brekeke Product Name and Version: v3.1.7.0 2. Java version: 7 3. OS type and the version: Windows 8 x64 4. UA (phone), gateway or other hardware/software involved: 5. Your problem: Hi, I followed the Authentication Plug-in Developer’s Guide, but stillt could not get it to work. Some thinks aren't ...