HI, My problem is unknown authenfication with radius digest authorization work properly with x-lite but doesnt work with kerio softphone and dlink hardware gateway in debug messages i have
where is problem ?
7(18572) SIP Request: 7(18572) method: <REGISTER> 7(18572) uri: sip:195.138.96.157 7(18572) version: <SIP/2.0> 7(18572) parse_headers: flags=1 7(18572) end of header reached, state=5 7(18572) parse_headers: Via found, flags=1 7(18572) parse_headers: this is the first via 7(18572) After parse_msg... 7(18572) preparing to run routing scripts... 7(18572) DEBUG : is_maxfwd_present: searching for max_forwards header 7(18572) parse_headers: flags=128 7(18572) DEBUG: is_maxfwd_present: value = 70 7(18572) parse_headers: flags=8 7(18572) DEBUG: add_param: tag=62db317e3f8f6cd7 7(18572) end of header reached, state=29 7(18572) parse_headers: flags=256 7(18572) end of header reached, state=9 7(18572) DEBUG: get_hdr_field: <To> [36]; uri=[sip:1002@evgeniy.riscom.net] 7(18572) DEBUG: to body [1002 sip:1002@evgeniy.riscom.net] 7(18572) get_hdr_field: cseq <CSeq>: <276> <REGISTER> 7(18572) DEBUG: get_hdr_body : content_length=0 7(18572) found end of header 7(18572) find_first_route(): No Route headers found 7(18572) loose_route(): There is no Route HF 7(18572) receive_msg: cleaning up
You have attached wrong part of the log. It doesn't say anything about authentication.
Jan.
On 01-12 12:23, Rudakov Evgeniy wrote:
HI, My problem is unknown authenfication with radius digest authorization work properly with x-lite but doesnt work with kerio softphone and dlink hardware gateway in debug messages i have
where is problem ?
7(18572) SIP Request: 7(18572) method: <REGISTER> 7(18572) uri: sip:195.138.96.157 7(18572) version: <SIP/2.0> 7(18572) parse_headers: flags=1 7(18572) end of header reached, state=5 7(18572) parse_headers: Via found, flags=1 7(18572) parse_headers: this is the first via 7(18572) After parse_msg... 7(18572) preparing to run routing scripts... 7(18572) DEBUG : is_maxfwd_present: searching for max_forwards header 7(18572) parse_headers: flags=128 7(18572) DEBUG: is_maxfwd_present: value = 70 7(18572) parse_headers: flags=8 7(18572) DEBUG: add_param: tag=62db317e3f8f6cd7 7(18572) end of header reached, state=29 7(18572) parse_headers: flags=256 7(18572) end of header reached, state=9 7(18572) DEBUG: get_hdr_field: <To> [36]; uri=[sip:1002@evgeniy.riscom.net] 7(18572) DEBUG: to body [1002 sip:1002@evgeniy.riscom.net] 7(18572) get_hdr_field: cseq <CSeq>: <276> <REGISTER> 7(18572) DEBUG: get_hdr_body : content_length=0 7(18572) found end of header 7(18572) find_first_route(): No Route headers found 7(18572) loose_route(): There is no Route HF 7(18572) receive_msg: cleaning up
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
On Monday 01 December 2003 13:50, Jan Janak wrote:
You have attached wrong part of the log. It doesn't say anything about authentication.
This is the my ser.cfg based on examples. That can i do anything else for report about problem ?
Jan.
On 01-12 12:23, Rudakov Evgeniy wrote:
HI, My problem is unknown authenfication with radius digest authorization work properly with x-lite but doesnt work with kerio softphone and dlink hardware gateway in debug messages i have
where is problem ?
7(18572) SIP Request: 7(18572) method: <REGISTER> 7(18572) uri: sip:195.138.96.157 7(18572) version: <SIP/2.0> 7(18572) parse_headers: flags=1 7(18572) end of header reached, state=5 7(18572) parse_headers: Via found, flags=1 7(18572) parse_headers: this is the first via 7(18572) After parse_msg... 7(18572) preparing to run routing scripts... 7(18572) DEBUG : is_maxfwd_present: searching for max_forwards header 7(18572) parse_headers: flags=128 7(18572) DEBUG: is_maxfwd_present: value = 70 7(18572) parse_headers: flags=8 7(18572) DEBUG: add_param: tag=62db317e3f8f6cd7 7(18572) end of header reached, state=29 7(18572) parse_headers: flags=256 7(18572) end of header reached, state=9 7(18572) DEBUG: get_hdr_field: <To> [36]; uri=[sip:1002@evgeniy.riscom.net] 7(18572) DEBUG: to body [1002 sip:1002@evgeniy.riscom.net] 7(18572) get_hdr_field: cseq <CSeq>: <276> <REGISTER> 7(18572) DEBUG: get_hdr_body : content_length=0 7(18572) found end of header 7(18572) find_first_route(): No Route headers found 7(18572) loose_route(): There is no Route HF 7(18572) receive_msg: cleaning up
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
On 01-12 14:32, Rudakov Evgeniy wrote:
On Monday 01 December 2003 13:50, Jan Janak wrote:
You have attached wrong part of the log. It doesn't say anything about authentication.
This is the my ser.cfg based on examples. That can i do anything else for report about problem ?
Send us SIP message dumps.
Jan.
On Monday 01 December 2003 16:10, you wrote:
On 01-12 14:32, Rudakov Evgeniy wrote:
On Monday 01 December 2003 13:50, Jan Janak wrote:
You have attached wrong part of the log. It doesn't say anything about authentication.
This is the my ser.cfg based on examples. That can i do anything else for report about problem ?
Send us SIP message dumps.
Hi, i have same debuging information if i try to connect with dlink gateway i have this error message.
7(7153) pre_auth(): Invalid nonce value received, very suspicious !
after i make debug print in the modules/auth
LOG(L_ALERT,"check_nonce(): %d and %d\n", NONCE_LEN, _nonce->len); if (NONCE_LEN != _nonce->len) { return 1; /* Lengths must be equal */ }
as result i found : what connection from xlite 7(7153) check_nonce(): 40 and 40
return normal code (40) but connection from dlink return: 6(32153) check_nonce(): 40 and 32
may problem in the parsing /* Pointer to the parsed credentials */ c = (auth_body_t*)((*_h)->parsed);
Jan.
On Tuesday 02 December 2003 12:00, Rudakov Evgeniy wrote:
On Monday 01 December 2003 16:10, you wrote:
On 01-12 14:32, Rudakov Evgeniy wrote:
On Monday 01 December 2003 13:50, Jan Janak wrote:
You have attached wrong part of the log. It doesn't say anything about authentication.
This is the my ser.cfg based on examples. That can i do anything else for report about problem ?
Send us SIP message dumps.
Hi, i have same debuging information if i try to connect with dlink gateway i have this error message.
7(7153) pre_auth(): Invalid nonce value received, very suspicious !
after i make debug print in the modules/auth
LOG(L_ALERT,"check_nonce(): %d and %d\n", NONCE_LEN, _nonce->len); if (NONCE_LEN != _nonce->len) { return 1; /* Lengths must be equal */ }
as result i found : what connection from xlite 7(7153) check_nonce(): 40 and 40
return normal code (40) but connection from dlink return: 6(32153) check_nonce(): 40 and 32
i find what nonce code in header from my dlink is 32Bites but needed 40.
how a can fix it this problem.
may problem in the parsing /* Pointer to the parsed credentials */ c = (auth_body_t*)((*_h)->parsed);
Jan.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
On Tuesday 02 December 2003 13:29, Rudakov Evgeniy wrote:
On Tuesday 02 December 2003 12:00, Rudakov Evgeniy wrote:
On Monday 01 December 2003 16:10, you wrote:
On 01-12 14:32, Rudakov Evgeniy wrote:
On Monday 01 December 2003 13:50, Jan Janak wrote:
You have attached wrong part of the log. It doesn't say anything about authentication.
This is the my ser.cfg based on examples. That can i do anything else for report about problem ?
Send us SIP message dumps.
Hi, i have same debuging information if i try to connect with dlink gateway i have this error message.
7(7153) pre_auth(): Invalid nonce value received, very suspicious !
after i make debug print in the modules/auth
LOG(L_ALERT,"check_nonce(): %d and %d\n", NONCE_LEN, _nonce->len); if (NONCE_LEN != _nonce->len) { return 1; /* Lengths must be equal */ }
as result i found : what connection from xlite 7(7153) check_nonce(): 40 and 40
return normal code (40) but connection from dlink return: 6(32153) check_nonce(): 40 and 32
i find what nonce code in header from my dlink is 32Bites but needed 40.
how a can fix it this problem.
may problem in the parsing /* Pointer to the parsed credentials */ c = (auth_body_t*)((*_h)->parsed);
Jan.
very big thanks problem is solved %) if (NONCE_LEN != _nonce->len) { return 1; /* Lengths must be equal */ } after i disable Len Check for nonce. because dlink gateway send 32b nonce key.
anyone can tell me about how to enable radius accounting in statefull mode ?
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
On 02-12 17:02, Rudakov Evgeniy wrote:
very big thanks problem is solved %) if (NONCE_LEN != _nonce->len) { return 1; /* Lengths must be equal */ } after i disable Len Check for nonce. because dlink gateway send 32b nonce key.
That's absolutely wrong and dangerous. Nonce is generated by ser and the gateway is not supposed to touch it, it must return the nonce as it is, otherwise ser will not authenticate it.
Jan.
The problem is simply that the URI in the REGISTER is not like you specified in your if (uri=~""). In this case nothing is specified to do with the request.
Regards Nils
On Monday 01 December 2003 13:32, Rudakov Evgeniy wrote:
On Monday 01 December 2003 13:50, Jan Janak wrote:
You have attached wrong part of the log. It doesn't say anything about authentication.
This is the my ser.cfg based on examples. That can i do anything else for report about problem ?
Jan.
On 01-12 12:23, Rudakov Evgeniy wrote:
HI, My problem is unknown authenfication with radius digest authorization work properly with x-lite but doesnt work with kerio softphone and dlink hardware gateway in debug messages i have
where is problem ?
7(18572) SIP Request: 7(18572) method: <REGISTER> 7(18572) uri: sip:195.138.96.157 7(18572) version: <SIP/2.0> 7(18572) parse_headers: flags=1 7(18572) end of header reached, state=5 7(18572) parse_headers: Via found, flags=1 7(18572) parse_headers: this is the first via 7(18572) After parse_msg... 7(18572) preparing to run routing scripts... 7(18572) DEBUG : is_maxfwd_present: searching for max_forwards header 7(18572) parse_headers: flags=128 7(18572) DEBUG: is_maxfwd_present: value = 70 7(18572) parse_headers: flags=8 7(18572) DEBUG: add_param: tag=62db317e3f8f6cd7 7(18572) end of header reached, state=29 7(18572) parse_headers: flags=256 7(18572) end of header reached, state=9 7(18572) DEBUG: get_hdr_field: <To> [36]; uri=[sip:1002@evgeniy.riscom.net] 7(18572) DEBUG: to body [1002 sip:1002@evgeniy.riscom.net] 7(18572) get_hdr_field: cseq <CSeq>: <276> <REGISTER> 7(18572) DEBUG: get_hdr_body : content_length=0 7(18572) found end of header 7(18572) find_first_route(): No Route headers found 7(18572) loose_route(): There is no Route HF 7(18572) receive_msg: cleaning up
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers