Hello, please increase the debug level to a higher value (debug=9), try again and send the logs to us. From your previous mail on the seruser list (subj: radius issue) seems that the Radius server authenticates OK the user.
}Daniel
On 11/13/2003 12:08 PM, Madan wrote:
Hi Daniel, i have posted few queries to the list but have nt got any reply..since i can see you are only one replying here..i thought to share my problem with you.
i m trying to get ser working with radius but i can nt seems to get thru.
here is my ser.cfg file...please let me know what is wrong with that..or if u need any another conf file like radius etc..do let me know
----ser.cfg------------
# # ----------- global configuration parameters ------------------------ debug=3 # debug level (cmd line: -dddddddddd) fork=no log_stderror=yes # (cmd line: -E) listen=202.71.135.219 /* Uncomment these lines to enter debugging mode debug=7 fork=no log_stderror=yes */
check_via=no # (cmd. line: -v) dns=no # (cmd. line: -r) rev_dns=no # (cmd. line: -R) port=5060 children=4 fifo="/tmp/ser_fifo"
# ------------------ module loading ----------------------------------
# Uncomment this if you want to use SQL database loadmodule "/usr/local/lib/ser/modules/mysql.so" loadmodule "/usr/local/lib/ser/modules/sl.so" loadmodule "/usr/local/lib/ser/modules/tm.so" loadmodule "/usr/local/lib/ser/modules/rr.so" loadmodule "/usr/local/lib/ser/modules/maxfwd.so" loadmodule "/usr/local/lib/ser/modules/usrloc.so" loadmodule "/usr/local/lib/ser/modules/registrar.so" loadmodule "/usr/local/lib/ser/modules/auth.so" loadmodule "/usr/local/lib/ser/modules/acc.so" loadmodule "/usr/local/lib/ser/modules/auth_radius.so"
# ----------------- setting module-specific parameters ---------------
# -- usrloc params --
modparam("usrloc", "db_mode", 2) modparam("auth_radius", "radius_config","/usr/local/etc/radiusclient/radiusclient.conf") modparam("auth_radius", "service_type", 15)
# -- rr params -- # add value to ;lr param to make some broken UAs happy modparam("rr", "enable_full_lr", 1) #modparam("acc", "log_level", 1) #modparam("acc", "radius_flag", 1)
# ------------------------- request routing logic ------------------- # main routing logic
route{ # initial sanity checks -- messages with # max_forwards==0, or excessively long requests if (!mf_process_maxfwd_header("10")) { sl_send_reply("483","Too Many Hops"); break; }; if (len_gt( max_len )) { sl_send_reply("513", "Message too big"); break; };
# we record-route all messages -- to make sure that # subsequent messages will go through our proxy; that's # particularly good if upstream and downstream entities # use different transport protocol record_route(); # loose-route processing if (loose_route()) { t_relay(); break; };
# if the request is for other domain use UsrLoc # (in case, it does not work, use the following command # with proper names and addresses in it)
if (method=="REGISTER") { log(1, "REGISTER: Authenticating user\n"); if (!radius_www_authorize("")) { log(1, "REGISTER: challenging user\n"); www_challenge("", "2"); break; }; save("location"); break; }; if (method=="INVITE") { log(1, "INVITE\n"); setflag(1); /* set for accounting (the same value as in
log_flag!) */ };
if (method=="MESSAGE") { log(1, "MESSAGE\n"); setflag(1); /* set for accounting (the same value as in
log_flag!) */ };
if (method=="BYE" || method=="CANCEL") { log (1, "BYE or CANCEL\n"); setflag(1); }; # native SIP destinations are handled using our USRLOC DB if (!lookup("location")) { sl_send_reply("404", "Not Found"); break; }; if (!t_relay()) { sl_reply_error(); break; };
}
-----------------logs---------
0(13437) mod_init(): Database connection opened successfuly acc - initializing 0(0) INFO: udp_init: SO_RCVBUF is initially 65535 0(0) INFO: udp_init: SO_RCVBUF is finally 262142 2(13439) INFO: fifo process starting: 13439 2(13439) SER: open_uac_fifo: fifo server up at /tmp/ser_fifo... 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user
i can not get my sipua registered, please help me to get out of this
----- Original Message ----- From: "Daniel-Constantin Mierla" Daniel-Constantin.Mierla@fokus.fraunhofer.de To: "Santosh M Hulkund" santoshmh@indts.com Cc: serusers@lists.iptel.org Sent: Thursday, November 13, 2003 3:42 PM Subject: Re: [Serusers] Integrating Ser to Jabberd
Hello, try with this one: http://www.iptel.org/ser/doc/jabgw/xjab-manual.html
Best regards, }Daniel
On 11/13/2003 8:01 AM, Santosh M Hulkund wrote:
Hi Gurus,
Is there any clear document on integrating ser with jabberd.
Any pointers, greatly appreciated.
Regards, Santosh M Hulkund
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 Daniel, here is the debug-9 level logs
0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards header 0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 0(13462) DEBUG: add_param: tag=b012f0317df24bc28c22c024cfa027f3 0(13462) DEBUG: add_param: epid=4afef3ee8a 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30]; uri=[sip:1111@sip.net4india.com] 0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <1> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) parse_headers: flags=4096 0(13462) pre_auth(): Credentials with given realm not found 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com", nonce="3fb37a01834a42156a764ee9df05ad19d7687a 23", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up 0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards header 0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 (13462) DEBUG: add_param: tag=0809578b00894f62bdb457bee0c4234b 0(13462) DEBUG: add_param: epid=85dccaccd6 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30]; uri=[sip:1111@sip.net4india.com] 0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <1> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) parse_headers: flags=4096 0(13462) pre_auth(): Credentials with given realm not found 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com", nonce="3fb37a088e0d83f2084b0221f11e7ac8d6709b e0", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up 0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards header 0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 0(13462) DEBUG: add_param: tag=0809578b00894f62bdb457bee0c4234b 0(13462) DEBUG: add_param: epid=85dccaccd6 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30]; uri=[sip:1111@sip.net4india.com] 0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <2> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) check_nonce(): comparing [3fb37a088e0d83f2084b0221f11e7ac8d6709be0] and [3fb37a088e0d83f2084b0221f11e7ac8d6709be0] 0(13462) radius_authorize_sterman(): Failure 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com", nonce="3fb37a088e0d83f2084b0221f11e7ac8d6709b e0", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up
----- Original Message ----- From: "Daniel-Constantin Mierla" Daniel-Constantin.Mierla@fokus.fraunhofer.de To: "Madan" madan.r@net4india.net Cc: "serusers" serusers@lists.iptel.org Sent: Thursday, November 13, 2003 5:01 PM Subject: Re: [Serusers] ser/radius
Hello, please increase the debug level to a higher value (debug=9), try again and send the logs to us. From your previous mail on the seruser list (subj: radius issue) seems that the Radius server authenticates OK the
user.
}Daniel
On 11/13/2003 12:08 PM, Madan wrote:
----ser.cfg------------
# # ----------- global configuration parameters ------------------------ debug=3 # debug level (cmd line: -dddddddddd) fork=no log_stderror=yes # (cmd line: -E) listen=202.71.135.219 /* Uncomment these lines to enter debugging mode debug=7 fork=no log_stderror=yes */
check_via=no # (cmd. line: -v) dns=no # (cmd. line: -r) rev_dns=no # (cmd. line: -R) port=5060 children=4 fifo="/tmp/ser_fifo"
# ------------------ module loading ----------------------------------
# Uncomment this if you want to use SQL database loadmodule "/usr/local/lib/ser/modules/mysql.so" loadmodule "/usr/local/lib/ser/modules/sl.so" loadmodule "/usr/local/lib/ser/modules/tm.so" loadmodule "/usr/local/lib/ser/modules/rr.so" loadmodule "/usr/local/lib/ser/modules/maxfwd.so" loadmodule "/usr/local/lib/ser/modules/usrloc.so" loadmodule "/usr/local/lib/ser/modules/registrar.so" loadmodule "/usr/local/lib/ser/modules/auth.so" loadmodule "/usr/local/lib/ser/modules/acc.so" loadmodule "/usr/local/lib/ser/modules/auth_radius.so"
# ----------------- setting module-specific parameters ---------------
# -- usrloc params --
modparam("usrloc", "db_mode", 2) modparam("auth_radius", "radius_config","/usr/local/etc/radiusclient/radiusclient.conf") modparam("auth_radius", "service_type", 15)
# -- rr params -- # add value to ;lr param to make some broken UAs happy modparam("rr", "enable_full_lr", 1) #modparam("acc", "log_level", 1) #modparam("acc", "radius_flag", 1)
# ------------------------- request routing logic ------------------- # main routing logic
route{ # initial sanity checks -- messages with # max_forwards==0, or excessively long requests if (!mf_process_maxfwd_header("10")) { sl_send_reply("483","Too Many Hops"); break; }; if (len_gt( max_len )) { sl_send_reply("513", "Message too big"); break; };
# we record-route all messages -- to make sure that # subsequent messages will go through our proxy; that's # particularly good if upstream and downstream entities # use different transport protocol record_route(); # loose-route processing if (loose_route()) { t_relay(); break; };
# if the request is for other domain use UsrLoc # (in case, it does not work, use the following command # with proper names and addresses in it)
if (method=="REGISTER") { log(1, "REGISTER: Authenticating user\n"); if (!radius_www_authorize("")) { log(1, "REGISTER: challenging user\n"); www_challenge("", "2"); break; }; save("location"); break; }; if (method=="INVITE") { log(1, "INVITE\n"); setflag(1); /* set for accounting (the same value as in
log_flag!) */ };
if (method=="MESSAGE") { log(1, "MESSAGE\n"); setflag(1); /* set for accounting (the same value as in
log_flag!) */ };
if (method=="BYE" || method=="CANCEL") { log (1, "BYE or CANCEL\n"); setflag(1); }; # native SIP destinations are handled using our USRLOC DB if (!lookup("location")) { sl_send_reply("404", "Not Found"); break; }; if (!t_relay()) { sl_reply_error(); break; };
}
-----------------logs---------
0(13437) mod_init(): Database connection opened successfuly acc - initializing 0(0) INFO: udp_init: SO_RCVBUF is initially 65535 0(0) INFO: udp_init: SO_RCVBUF is finally 262142 2(13439) INFO: fifo process starting: 13439 2(13439) SER: open_uac_fifo: fifo server up at /tmp/ser_fifo... 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user
i can not get my sipua registered, please help me to get out of this
----- Original Message ----- From: "Daniel-Constantin Mierla" Daniel-Constantin.Mierla@fokus.fraunhofer.de To: "Santosh M Hulkund" santoshmh@indts.com Cc: serusers@lists.iptel.org Sent: Thursday, November 13, 2003 3:42 PM Subject: Re: [Serusers] Integrating Ser to Jabberd
Hello, try with this one: http://www.iptel.org/ser/doc/jabgw/xjab-manual.html
Best regards, }Daniel
On 11/13/2003 8:01 AM, Santosh M Hulkund wrote:
Hi Gurus,
Is there any clear document on integrating ser with jabberd.
Any pointers, greatly appreciated.
Regards, Santosh M Hulkund
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
Hello, now it seems that the authentication in Radius side failed :) :
0(13462) radius_authorize_sterman(): Failure
So I need the logs from Radius server, too. Better reproduce again the case and send both ser and radius logs in a mail.
}Daniel
On 11/13/2003 1:12 PM, Madan wrote:
Hi Daniel, here is the debug-9 level logs
0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards header 0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 0(13462) DEBUG: add_param: tag=b012f0317df24bc28c22c024cfa027f3 0(13462) DEBUG: add_param: epid=4afef3ee8a 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30]; uri=[sip:1111@sip.net4india.com] 0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <1> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) parse_headers: flags=4096 0(13462) pre_auth(): Credentials with given realm not found 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com", nonce="3fb37a01834a42156a764ee9df05ad19d7687a 23", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up 0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards header 0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 (13462) DEBUG: add_param: tag=0809578b00894f62bdb457bee0c4234b 0(13462) DEBUG: add_param: epid=85dccaccd6 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30]; uri=[sip:1111@sip.net4india.com] 0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <1> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) parse_headers: flags=4096 0(13462) pre_auth(): Credentials with given realm not found 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com", nonce="3fb37a088e0d83f2084b0221f11e7ac8d6709b e0", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up 0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards header 0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 0(13462) DEBUG: add_param: tag=0809578b00894f62bdb457bee0c4234b 0(13462) DEBUG: add_param: epid=85dccaccd6 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30]; uri=[sip:1111@sip.net4india.com] 0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <2> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) check_nonce(): comparing [3fb37a088e0d83f2084b0221f11e7ac8d6709be0] and [3fb37a088e0d83f2084b0221f11e7ac8d6709be0] 0(13462) radius_authorize_sterman(): Failure 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com", nonce="3fb37a088e0d83f2084b0221f11e7ac8d6709b e0", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up
----- Original Message ----- From: "Daniel-Constantin Mierla" Daniel-Constantin.Mierla@fokus.fraunhofer.de To: "Madan" madan.r@net4india.net Cc: "serusers" serusers@lists.iptel.org Sent: Thursday, November 13, 2003 5:01 PM Subject: Re: [Serusers] ser/radius
Hello, please increase the debug level to a higher value (debug=9), try again and send the logs to us. From your previous mail on the seruser list (subj: radius issue) seems that the Radius server authenticates OK the
user.
}Daniel
On 11/13/2003 12:08 PM, Madan wrote:
----ser.cfg------------
# # ----------- global configuration parameters ------------------------ debug=3 # debug level (cmd line: -dddddddddd) fork=no log_stderror=yes # (cmd line: -E) listen=202.71.135.219 /* Uncomment these lines to enter debugging mode debug=7 fork=no log_stderror=yes */
check_via=no # (cmd. line: -v) dns=no # (cmd. line: -r) rev_dns=no # (cmd. line: -R) port=5060 children=4 fifo="/tmp/ser_fifo"
# ------------------ module loading ----------------------------------
# Uncomment this if you want to use SQL database loadmodule "/usr/local/lib/ser/modules/mysql.so" loadmodule "/usr/local/lib/ser/modules/sl.so" loadmodule "/usr/local/lib/ser/modules/tm.so" loadmodule "/usr/local/lib/ser/modules/rr.so" loadmodule "/usr/local/lib/ser/modules/maxfwd.so" loadmodule "/usr/local/lib/ser/modules/usrloc.so" loadmodule "/usr/local/lib/ser/modules/registrar.so" loadmodule "/usr/local/lib/ser/modules/auth.so" loadmodule "/usr/local/lib/ser/modules/acc.so" loadmodule "/usr/local/lib/ser/modules/auth_radius.so"
# ----------------- setting module-specific parameters ---------------
# -- usrloc params --
modparam("usrloc", "db_mode", 2) modparam("auth_radius", "radius_config","/usr/local/etc/radiusclient/radiusclient.conf") modparam("auth_radius", "service_type", 15)
# -- rr params -- # add value to ;lr param to make some broken UAs happy modparam("rr", "enable_full_lr", 1) #modparam("acc", "log_level", 1) #modparam("acc", "radius_flag", 1)
# ------------------------- request routing logic ------------------- # main routing logic
route{ # initial sanity checks -- messages with # max_forwards==0, or excessively long requests if (!mf_process_maxfwd_header("10")) { sl_send_reply("483","Too Many Hops"); break; }; if (len_gt( max_len )) { sl_send_reply("513", "Message too big"); break; };
# we record-route all messages -- to make sure that # subsequent messages will go through our proxy; that's # particularly good if upstream and downstream entities # use different transport protocol record_route(); # loose-route processing if (loose_route()) { t_relay(); break; };
# if the request is for other domain use UsrLoc # (in case, it does not work, use the following command # with proper names and addresses in it)
if (method=="REGISTER") { log(1, "REGISTER: Authenticating user\n"); if (!radius_www_authorize("")) { log(1, "REGISTER: challenging user\n"); www_challenge("", "2"); break; }; save("location"); break; }; if (method=="INVITE") { log(1, "INVITE\n"); setflag(1); /* set for accounting (the same value as in
log_flag!) */ };
if (method=="MESSAGE") { log(1, "MESSAGE\n"); setflag(1); /* set for accounting (the same value as in
log_flag!) */ };
if (method=="BYE" || method=="CANCEL") { log (1, "BYE or CANCEL\n"); setflag(1); }; # native SIP destinations are handled using our USRLOC DB if (!lookup("location")) { sl_send_reply("404", "Not Found"); break; }; if (!t_relay()) { sl_reply_error(); break; };
}
-----------------logs---------
0(13437) mod_init(): Database connection opened successfuly acc - initializing 0(0) INFO: udp_init: SO_RCVBUF is initially 65535 0(0) INFO: udp_init: SO_RCVBUF is finally 262142 2(13439) INFO: fifo process starting: 13439 2(13439) SER: open_uac_fifo: fifo server up at /tmp/ser_fifo... 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user
i can not get my sipua registered, please help me to get out of this
----- Original Message ----- From: "Daniel-Constantin Mierla" Daniel-Constantin.Mierla@fokus.fraunhofer.de To: "Santosh M Hulkund" santoshmh@indts.com Cc: serusers@lists.iptel.org Sent: Thursday, November 13, 2003 3:42 PM Subject: Re: [Serusers] Integrating Ser to Jabberd
Hello, try with this one: http://www.iptel.org/ser/doc/jabgw/xjab-manual.html
Best regards, }Daniel
On 11/13/2003 8:01 AM, Santosh M Hulkund wrote:
Hi Gurus,
Is there any clear document on integrating ser with jabberd.
Any pointers, greatly appreciated.
Regards, Santosh M Hulkund
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
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
here is the log file of radius
-=-------radiuslogs---------------------
rad_recv: Access-Request packet from host 202.71.135.219:32770, id=205, length=286 User-Name = "2222@sip.net4india.com" Digest-Attributes = "\n\0062222" Digest-Attributes = "\001\023sip.net4india.com" Digest-Attributes = "\002*3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4" Digest-Attributes = "\004\027sip:sip.net4india.com" Digest-Attributes = "\003\nREGISTER" Digest-Attributes = "\005\006auth" Digest-Attributes = "\t\n00000003" Digest-Attributes = "\010"EDB2B98710FD4AC6B4022AD2E3A83BFF" Digest-Response = "3c3d66cbf7c39f286d2cb37e3c8caa37" Service-Type = Sip-Session Sip-Uri-User = "2222@sip.net4india.com" NAS-IP-Address = 202.71.135.219 NAS-Port = 5060 modcall: entering group authorize for request 0 modcall[authorize]: module "preprocess" returns ok for request 0 rlm_digest: Converting Digest-Attributes to something sane... Digest-User-Name = "2222" Digest-Realm = "sip.net4india.com" Digest-Nonce = "3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4" Digest-Uri = "sip:sip.net4india.com" Digest-Method = "REGISTER" Digest-Qop = "auth" Digest-Nonce-Count = "00000003" Digest-Cnonce = "EDB2B98710FD4AC6B4022AD2E3A83BFF" rlm_digest: Adding Auth-Type = DIGEST modcall[authorize]: module "digest" returns ok for request 0 modcall[authorize]: module "chap" returns noop for request 0 rlm_eap: EAP-Message not found modcall[authorize]: module "eap" returns noop for request 0 rlm_digest: Converting Digest-Attributes to something sane... Digest-User-Name = "2222" Digest-Realm = "sip.net4india.com" Digest-Nonce = "3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4" Digest-Uri = "sip:sip.net4india.com" Digest-Method = "REGISTER" Digest-Qop = "auth" Digest-Nonce-Count = "00000003" Digest-Cnonce = "EDB2B98710FD4AC6B4022AD2E3A83BFF" modcall[authorize]: module "digest" returns ok for request 0 rlm_realm: Looking up realm "sip.net4india.com" for User-Name = "2222@sip.net4india.com" rlm_realm: No such realm "sip.net4india.com" modcall[authorize]: module "suffix" returns noop for request 0 users: Matched DEFAULT at 152 users: Matched 2222@sip.net4india.com at 224 modcall[authorize]: module "files" returns ok for request 0 modcall[authorize]: module "mschap" returns noop for request 0 modcall: group authorize returns ok for request 0 rad_check_password: Found Auth-Type Digest auth: type "DIGEST" modcall: entering group Auth-Type for request 0 A1 = 2222:sip.net4india.com:test A2 = REGISTER:sip:sip.net4india.com KD = f386a675cf9d0e8941be95dac13b40d1:3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4:00000003:EDB2B98710FD4AC6B4022AD2E3A83BFF:auth :4f5b38da39851b9b27477c4ea50c375b modcall[authenticate]: module "digest" returns ok for request 0 modcall: group Auth-Type returns ok for request 0 radius_xlat: 'Authenticated' Sending Access-Accept of id 205 to 202.71.135.219:32770 Reply-Message = "Authenticated" Sip-Rpid = "1234" Finished request 0 Going to the next request --- Walking the entire request list --- Waking up in 6 seconds... --- Walking the entire request list --- Cleaning up request 0 ID 205 with timestamp 3fb37f3e
----- Original Message ----- From: Daniel-Constantin Mierla To: Madan Cc: serusers Sent: Thursday, November 13, 2003 5:58 PM Subject: Re: [Serusers] ser/radius
Hello, now it seems that the authentication in Radius side failed :) :
0(13462) radius_authorize_sterman(): FailureSo I need the logs from Radius server, too. Better reproduce again the case and send both ser and radius logs in a mail.
}Daniel
On 11/13/2003 1:12 PM, Madan wrote:
Hi Daniel, here is the debug-9 level logs
0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards header 0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 0(13462) DEBUG: add_param: tag=b012f0317df24bc28c22c024cfa027f3 0(13462) DEBUG: add_param: epid=4afef3ee8a 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30]; uri=[sip:1111@sip.net4india.com] 0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <1> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) parse_headers: flags=4096 0(13462) pre_auth(): Credentials with given realm not found 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com", nonce="3fb37a01834a42156a764ee9df05ad19d7687a 23", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up 0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards header 0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 (13462) DEBUG: add_param: tag=0809578b00894f62bdb457bee0c4234b 0(13462) DEBUG: add_param: epid=85dccaccd6 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30]; uri=[sip:1111@sip.net4india.com] 0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <1> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) parse_headers: flags=4096 0(13462) pre_auth(): Credentials with given realm not found 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com", nonce="3fb37a088e0d83f2084b0221f11e7ac8d6709b e0", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up 0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards header 0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 0(13462) DEBUG: add_param: tag=0809578b00894f62bdb457bee0c4234b 0(13462) DEBUG: add_param: epid=85dccaccd6 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30]; uri=[sip:1111@sip.net4india.com] 0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <2> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) check_nonce(): comparing [3fb37a088e0d83f2084b0221f11e7ac8d6709be0] and [3fb37a088e0d83f2084b0221f11e7ac8d6709be0] 0(13462) radius_authorize_sterman(): Failure 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com", nonce="3fb37a088e0d83f2084b0221f11e7ac8d6709b e0", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up
----- Original Message ----- From: "Daniel-Constantin Mierla" Daniel-Constantin.Mierla@fokus.fraunhofer.de To: "Madan" madan.r@net4india.net Cc: "serusers" serusers@lists.iptel.org Sent: Thursday, November 13, 2003 5:01 PM Subject: Re: [Serusers] ser/radius
Hello, please increase the debug level to a higher value (debug=9), try again and send the logs to us. From your previous mail on the seruser list (subj: radius issue) seems that the Radius server authenticates OK the user. }Daniel
On 11/13/2003 12:08 PM, Madan wrote:
----ser.cfg------------
# # ----------- global configuration parameters ------------------------ debug=3 # debug level (cmd line: -dddddddddd) fork=no log_stderror=yes # (cmd line: -E) listen=202.71.135.219 /* Uncomment these lines to enter debugging mode debug=7 fork=no log_stderror=yes */
check_via=no # (cmd. line: -v) dns=no # (cmd. line: -r) rev_dns=no # (cmd. line: -R) port=5060 children=4 fifo="/tmp/ser_fifo"
# ------------------ module loading ----------------------------------
# Uncomment this if you want to use SQL database loadmodule "/usr/local/lib/ser/modules/mysql.so" loadmodule "/usr/local/lib/ser/modules/sl.so" loadmodule "/usr/local/lib/ser/modules/tm.so" loadmodule "/usr/local/lib/ser/modules/rr.so" loadmodule "/usr/local/lib/ser/modules/maxfwd.so" loadmodule "/usr/local/lib/ser/modules/usrloc.so" loadmodule "/usr/local/lib/ser/modules/registrar.so" loadmodule "/usr/local/lib/ser/modules/auth.so" loadmodule "/usr/local/lib/ser/modules/acc.so" loadmodule "/usr/local/lib/ser/modules/auth_radius.so"
# ----------------- setting module-specific parameters ---------------
# -- usrloc params --
modparam("usrloc", "db_mode", 2) modparam("auth_radius", "radius_config","/usr/local/etc/radiusclient/radiusclient.conf") modparam("auth_radius", "service_type", 15)
# -- rr params -- # add value to ;lr param to make some broken UAs happy modparam("rr", "enable_full_lr", 1) #modparam("acc", "log_level", 1) #modparam("acc", "radius_flag", 1)
# ------------------------- request routing logic ------------------- # main routing logic
route{ # initial sanity checks -- messages with # max_forwards==0, or excessively long requests if (!mf_process_maxfwd_header("10")) { sl_send_reply("483","Too Many Hops"); break; }; if (len_gt( max_len )) { sl_send_reply("513", "Message too big"); break; };
# we record-route all messages -- to make sure that # subsequent messages will go through our proxy; that's # particularly good if upstream and downstream entities # use different transport protocol record_route(); # loose-route processing if (loose_route()) { t_relay(); break; };
# if the request is for other domain use UsrLoc # (in case, it does not work, use the following command # with proper names and addresses in it)
if (method=="REGISTER") {
log(1, "REGISTER: Authenticating user\n");
if (!radius_www_authorize("")) { log(1, "REGISTER: challenging user\n"); www_challenge("", "2"); break; }; save("location"); break; };
if (method=="INVITE") {
log(1, "INVITE\n"); setflag(1); /* set for accounting (the same value as in log_flag!) */ };
if (method=="MESSAGE") { log(1, "MESSAGE\n"); setflag(1); /* set for accounting (the same value as in log_flag!) */ };
if (method=="BYE" || method=="CANCEL") { log (1, "BYE or CANCEL\n"); setflag(1); };
# native SIP destinations are handled using our USRLOC DB if (!lookup("location")) { sl_send_reply("404", "Not Found"); break; }; if (!t_relay()) { sl_reply_error(); break; };
}
-----------------logs---------
0(13437) mod_init(): Database connection opened successfuly acc - initializing 0(0) INFO: udp_init: SO_RCVBUF is initially 65535 0(0) INFO: udp_init: SO_RCVBUF is finally 262142 2(13439) INFO: fifo process starting: 13439 2(13439) SER: open_uac_fifo: fifo server up at /tmp/ser_fifo... 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user
i can not get my sipua registered, please help me to get out of this
----- Original Message ----- From: "Daniel-Constantin Mierla" Daniel-Constantin.Mierla@fokus.fraunhofer.de To: "Santosh M Hulkund" santoshmh@indts.com Cc: serusers@lists.iptel.org Sent: Thursday, November 13, 2003 3:42 PM Subject: Re: [Serusers] Integrating Ser to Jabberd
Hello, try with this one: http://www.iptel.org/ser/doc/jabgw/xjab-manual.html
Best regards, }Daniel
On 11/13/2003 8:01 AM, Santosh M Hulkund wrote:
Hi Gurus,
Is there any clear document on integrating ser with jabberd.
Any pointers, greatly appreciated.
Regards, Santosh M Hulkund
_______________________________________________ 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
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hello,
From the attached logs I would say that the authentication in radius
server succeeded, because it returns "Authenticated".
If ser doesn't authenticate in this case then you proabably:
- didn't updated dictionaries properly - configured wrong secret
Read the ser-radius howto again and make sure that you have configured everything properly.
Jan.
On 13-11 18:10, Madan wrote:
here is the log file of radius
-=-------radiuslogs---------------------
rad_recv: Access-Request packet from host 202.71.135.219:32770, id=205, length=286 User-Name = "2222@sip.net4india.com" Digest-Attributes = "\n\0062222" Digest-Attributes = "\001\023sip.net4india.com" Digest-Attributes = "\002*3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4" Digest-Attributes = "\004\027sip:sip.net4india.com" Digest-Attributes = "\003\nREGISTER" Digest-Attributes = "\005\006auth" Digest-Attributes = "\t\n00000003" Digest-Attributes = "\010"EDB2B98710FD4AC6B4022AD2E3A83BFF" Digest-Response = "3c3d66cbf7c39f286d2cb37e3c8caa37" Service-Type = Sip-Session Sip-Uri-User = "2222@sip.net4india.com" NAS-IP-Address = 202.71.135.219 NAS-Port = 5060 modcall: entering group authorize for request 0 modcall[authorize]: module "preprocess" returns ok for request 0 rlm_digest: Converting Digest-Attributes to something sane... Digest-User-Name = "2222" Digest-Realm = "sip.net4india.com" Digest-Nonce = "3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4" Digest-Uri = "sip:sip.net4india.com" Digest-Method = "REGISTER" Digest-Qop = "auth" Digest-Nonce-Count = "00000003" Digest-Cnonce = "EDB2B98710FD4AC6B4022AD2E3A83BFF" rlm_digest: Adding Auth-Type = DIGEST modcall[authorize]: module "digest" returns ok for request 0 modcall[authorize]: module "chap" returns noop for request 0 rlm_eap: EAP-Message not found modcall[authorize]: module "eap" returns noop for request 0 rlm_digest: Converting Digest-Attributes to something sane... Digest-User-Name = "2222" Digest-Realm = "sip.net4india.com" Digest-Nonce = "3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4" Digest-Uri = "sip:sip.net4india.com" Digest-Method = "REGISTER" Digest-Qop = "auth" Digest-Nonce-Count = "00000003" Digest-Cnonce = "EDB2B98710FD4AC6B4022AD2E3A83BFF" modcall[authorize]: module "digest" returns ok for request 0 rlm_realm: Looking up realm "sip.net4india.com" for User-Name = "2222@sip.net4india.com" rlm_realm: No such realm "sip.net4india.com" modcall[authorize]: module "suffix" returns noop for request 0 users: Matched DEFAULT at 152 users: Matched 2222@sip.net4india.com at 224 modcall[authorize]: module "files" returns ok for request 0 modcall[authorize]: module "mschap" returns noop for request 0 modcall: group authorize returns ok for request 0 rad_check_password: Found Auth-Type Digest auth: type "DIGEST" modcall: entering group Auth-Type for request 0 A1 = 2222:sip.net4india.com:test A2 = REGISTER:sip:sip.net4india.com KD = f386a675cf9d0e8941be95dac13b40d1:3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4:00000003:EDB2B98710FD4AC6B4022AD2E3A83BFF:auth :4f5b38da39851b9b27477c4ea50c375b modcall[authenticate]: module "digest" returns ok for request 0 modcall: group Auth-Type returns ok for request 0 radius_xlat: 'Authenticated' Sending Access-Accept of id 205 to 202.71.135.219:32770 Reply-Message = "Authenticated" Sip-Rpid = "1234" Finished request 0 Going to the next request --- Walking the entire request list --- Waking up in 6 seconds... --- Walking the entire request list --- Cleaning up request 0 ID 205 with timestamp 3fb37f3e
----- Original Message ----- From: Daniel-Constantin Mierla To: Madan Cc: serusers Sent: Thursday, November 13, 2003 5:58 PM Subject: Re: [Serusers] ser/radius
Hello, now it seems that the authentication in Radius side failed :) :
0(13462) radius_authorize_sterman(): FailureSo I need the logs from Radius server, too. Better reproduce again the case and send both ser and radius logs in a mail.
}Daniel
On 11/13/2003 1:12 PM, Madan wrote:
Hi Daniel, here is the debug-9 level logs
0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards header 0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 0(13462) DEBUG: add_param: tag=b012f0317df24bc28c22c024cfa027f3 0(13462) DEBUG: add_param: epid=4afef3ee8a 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30]; uri=[sip:1111@sip.net4india.com] 0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <1> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) parse_headers: flags=4096 0(13462) pre_auth(): Credentials with given realm not found 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com", nonce="3fb37a01834a42156a764ee9df05ad19d7687a 23", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up 0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards header 0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 (13462) DEBUG: add_param: tag=0809578b00894f62bdb457bee0c4234b 0(13462) DEBUG: add_param: epid=85dccaccd6 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30]; uri=[sip:1111@sip.net4india.com] 0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <1> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) parse_headers: flags=4096 0(13462) pre_auth(): Credentials with given realm not found 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com", nonce="3fb37a088e0d83f2084b0221f11e7ac8d6709b e0", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up 0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards header 0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 0(13462) DEBUG: add_param: tag=0809578b00894f62bdb457bee0c4234b 0(13462) DEBUG: add_param: epid=85dccaccd6 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30]; uri=[sip:1111@sip.net4india.com] 0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <2> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) check_nonce(): comparing [3fb37a088e0d83f2084b0221f11e7ac8d6709be0] and [3fb37a088e0d83f2084b0221f11e7ac8d6709be0] 0(13462) radius_authorize_sterman(): Failure 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com", nonce="3fb37a088e0d83f2084b0221f11e7ac8d6709b e0", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up
----- Original Message ----- From: "Daniel-Constantin Mierla" Daniel-Constantin.Mierla@fokus.fraunhofer.de To: "Madan" madan.r@net4india.net Cc: "serusers" serusers@lists.iptel.org Sent: Thursday, November 13, 2003 5:01 PM Subject: Re: [Serusers] ser/radius
Hello, please increase the debug level to a higher value (debug=9), try again and send the logs to us. From your previous mail on the seruser list (subj: radius issue) seems that the Radius server authenticates OK the user. }Daniel
On 11/13/2003 12:08 PM, Madan wrote:
----ser.cfg------------
# # ----------- global configuration parameters ------------------------ debug=3 # debug level (cmd line: -dddddddddd) fork=no log_stderror=yes # (cmd line: -E) listen=202.71.135.219 /* Uncomment these lines to enter debugging mode debug=7 fork=no log_stderror=yes */
check_via=no # (cmd. line: -v) dns=no # (cmd. line: -r) rev_dns=no # (cmd. line: -R) port=5060 children=4 fifo="/tmp/ser_fifo"
# ------------------ module loading ----------------------------------
# Uncomment this if you want to use SQL database loadmodule "/usr/local/lib/ser/modules/mysql.so" loadmodule "/usr/local/lib/ser/modules/sl.so" loadmodule "/usr/local/lib/ser/modules/tm.so" loadmodule "/usr/local/lib/ser/modules/rr.so" loadmodule "/usr/local/lib/ser/modules/maxfwd.so" loadmodule "/usr/local/lib/ser/modules/usrloc.so" loadmodule "/usr/local/lib/ser/modules/registrar.so" loadmodule "/usr/local/lib/ser/modules/auth.so" loadmodule "/usr/local/lib/ser/modules/acc.so" loadmodule "/usr/local/lib/ser/modules/auth_radius.so"
# ----------------- setting module-specific parameters ---------------
# -- usrloc params --
modparam("usrloc", "db_mode", 2) modparam("auth_radius", "radius_config","/usr/local/etc/radiusclient/radiusclient.conf") modparam("auth_radius", "service_type", 15)
# -- rr params -- # add value to ;lr param to make some broken UAs happy modparam("rr", "enable_full_lr", 1) #modparam("acc", "log_level", 1) #modparam("acc", "radius_flag", 1)
# ------------------------- request routing logic ------------------- # main routing logic
route{ # initial sanity checks -- messages with # max_forwards==0, or excessively long requests if (!mf_process_maxfwd_header("10")) { sl_send_reply("483","Too Many Hops"); break; }; if (len_gt( max_len )) { sl_send_reply("513", "Message too big"); break; };
# we record-route all messages -- to make sure that # subsequent messages will go through our proxy; that's # particularly good if upstream and downstream entities # use different transport protocol record_route(); # loose-route processing if (loose_route()) { t_relay(); break; };
# if the request is for other domain use UsrLoc # (in case, it does not work, use the following command # with proper names and addresses in it)
if (method=="REGISTER") { log(1, "REGISTER: Authenticating user\n"); if (!radius_www_authorize("")) { log(1, "REGISTER: challenging user\n"); www_challenge("", "2"); break; }; save("location"); break; }; if (method=="INVITE") { log(1, "INVITE\n"); setflag(1); /* set for accounting (the same value as in
log_flag!) */ };
if (method=="MESSAGE") { log(1, "MESSAGE\n"); setflag(1); /* set for accounting (the same value as in
log_flag!) */ };
if (method=="BYE" || method=="CANCEL") { log (1, "BYE or CANCEL\n"); setflag(1); }; # native SIP destinations are handled using our USRLOC DB if (!lookup("location")) { sl_send_reply("404", "Not Found"); break; }; if (!t_relay()) { sl_reply_error(); break; };
}
-----------------logs---------
0(13437) mod_init(): Database connection opened successfuly acc - initializing 0(0) INFO: udp_init: SO_RCVBUF is initially 65535 0(0) INFO: udp_init: SO_RCVBUF is finally 262142 2(13439) INFO: fifo process starting: 13439 2(13439) SER: open_uac_fifo: fifo server up at /tmp/ser_fifo... 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user
i can not get my sipua registered, please help me to get out of this
----- Original Message ----- From: "Daniel-Constantin Mierla" Daniel-Constantin.Mierla@fokus.fraunhofer.de To: "Santosh M Hulkund" santoshmh@indts.com Cc: serusers@lists.iptel.org Sent: Thursday, November 13, 2003 3:42 PM Subject: Re: [Serusers] Integrating Ser to Jabberd
Hello,
try with this one: http://www.iptel.org/ser/doc/jabgw/xjab-manual.html
Best regards, }Daniel
On 11/13/2003 8:01 AM, Santosh M Hulkund wrote:
Hi Gurus,
Is there any clear document on integrating ser with jabberd.
Any pointers, greatly appreciated.
Regards, Santosh M Hulkund
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
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 Jan, thx for the input, now after few attempts i have got ser working with radius but only the auth part, i can nt see any accounting details being logged in can somebody please tell me as to how would i get the accounting details
TIA Madan ----- Original Message ----- From: "Jan Janak" jan@iptel.org To: "Madan" madan.r@net4india.net Cc: Daniel-Constantin.Mierla@fokus.fraunhofer.de; "serusers" serusers@lists.iptel.org Sent: Friday, November 14, 2003 4:03 AM Subject: Re: [Serusers] ser/radius
Hello,
From the attached logs I would say that the authentication in radius
server succeeded, because it returns "Authenticated".
If ser doesn't authenticate in this case then you proabably:
- didn't updated dictionaries properly
- configured wrong secret
Read the ser-radius howto again and make sure that you have configured everything properly.
Jan.
On 13-11 18:10, Madan wrote:
here is the log file of radius
-=-------radiuslogs---------------------
rad_recv: Access-Request packet from host 202.71.135.219:32770, id=205,
length=286
User-Name = "2222@sip.net4india.com" Digest-Attributes = "\n\0062222" Digest-Attributes = "\001\023sip.net4india.com" Digest-Attributes =
"\002*3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4"
Digest-Attributes = "\004\027sip:sip.net4india.com" Digest-Attributes = "\003\nREGISTER" Digest-Attributes = "\005\006auth" Digest-Attributes = "\t\n00000003" Digest-Attributes = "\010"EDB2B98710FD4AC6B4022AD2E3A83BFF" Digest-Response = "3c3d66cbf7c39f286d2cb37e3c8caa37" Service-Type = Sip-Session Sip-Uri-User = "2222@sip.net4india.com" NAS-IP-Address = 202.71.135.219 NAS-Port = 5060
modcall: entering group authorize for request 0 modcall[authorize]: module "preprocess" returns ok for request 0 rlm_digest: Converting Digest-Attributes to something sane... Digest-User-Name = "2222" Digest-Realm = "sip.net4india.com" Digest-Nonce = "3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4" Digest-Uri = "sip:sip.net4india.com" Digest-Method = "REGISTER" Digest-Qop = "auth" Digest-Nonce-Count = "00000003" Digest-Cnonce = "EDB2B98710FD4AC6B4022AD2E3A83BFF" rlm_digest: Adding Auth-Type = DIGEST modcall[authorize]: module "digest" returns ok for request 0 modcall[authorize]: module "chap" returns noop for request 0 rlm_eap: EAP-Message not found modcall[authorize]: module "eap" returns noop for request 0 rlm_digest: Converting Digest-Attributes to something sane... Digest-User-Name = "2222" Digest-Realm = "sip.net4india.com" Digest-Nonce = "3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4" Digest-Uri = "sip:sip.net4india.com" Digest-Method = "REGISTER" Digest-Qop = "auth" Digest-Nonce-Count = "00000003" Digest-Cnonce = "EDB2B98710FD4AC6B4022AD2E3A83BFF" modcall[authorize]: module "digest" returns ok for request 0 rlm_realm: Looking up realm "sip.net4india.com" for User-Name =
"2222@sip.net4india.com"
rlm_realm: No such realm "sip.net4india.com"
modcall[authorize]: module "suffix" returns noop for request 0 users: Matched DEFAULT at 152 users: Matched 2222@sip.net4india.com at 224 modcall[authorize]: module "files" returns ok for request 0 modcall[authorize]: module "mschap" returns noop for request 0 modcall: group authorize returns ok for request 0 rad_check_password: Found Auth-Type Digest auth: type "DIGEST" modcall: entering group Auth-Type for request 0 A1 = 2222:sip.net4india.com:test A2 = REGISTER:sip:sip.net4india.com KD =
f386a675cf9d0e8941be95dac13b40d1:3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4:00 000003:EDB2B98710FD4AC6B4022AD2E3A83BFF:auth
:4f5b38da39851b9b27477c4ea50c375b modcall[authenticate]: module "digest" returns ok for request 0 modcall: group Auth-Type returns ok for request 0 radius_xlat: 'Authenticated' Sending Access-Accept of id 205 to 202.71.135.219:32770 Reply-Message = "Authenticated" Sip-Rpid = "1234" Finished request 0 Going to the next request --- Walking the entire request list --- Waking up in 6 seconds... --- Walking the entire request list --- Cleaning up request 0 ID 205 with timestamp 3fb37f3e
----- Original Message ----- From: Daniel-Constantin Mierla To: Madan Cc: serusers Sent: Thursday, November 13, 2003 5:58 PM Subject: Re: [Serusers] ser/radius
Hello, now it seems that the authentication in Radius side failed :) :
0(13462) radius_authorize_sterman(): FailureSo I need the logs from
Radius server, too. Better reproduce again the case and send both ser and radius logs in a mail.
}Daniel
On 11/13/2003 1:12 PM, Madan wrote:
Hi Daniel, here is the debug-9 level logs
0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards header 0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 0(13462) DEBUG: add_param: tag=b012f0317df24bc28c22c024cfa027f3 0(13462) DEBUG: add_param: epid=4afef3ee8a 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30];
uri=[sip:1111@sip.net4india.com]
0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <1> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) parse_headers: flags=4096 0(13462) pre_auth(): Credentials with given realm not found 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com", nonce="3fb37a01834a42156a764ee9df05ad19d7687a 23", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up 0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards header 0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 (13462) DEBUG: add_param: tag=0809578b00894f62bdb457bee0c4234b 0(13462) DEBUG: add_param: epid=85dccaccd6 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30];
uri=[sip:1111@sip.net4india.com]
0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <1> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) parse_headers: flags=4096 0(13462) pre_auth(): Credentials with given realm not found 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com", nonce="3fb37a088e0d83f2084b0221f11e7ac8d6709b e0", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up 0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards header 0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 0(13462) DEBUG: add_param: tag=0809578b00894f62bdb457bee0c4234b 0(13462) DEBUG: add_param: epid=85dccaccd6 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30];
uri=[sip:1111@sip.net4india.com]
0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <2> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) check_nonce(): comparing [3fb37a088e0d83f2084b0221f11e7ac8d6709be0] and [3fb37a088e0d83f2084b0221f11e7ac8d6709be0] 0(13462) radius_authorize_sterman(): Failure 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com", nonce="3fb37a088e0d83f2084b0221f11e7ac8d6709b e0", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up
----- Original Message ----- From: "Daniel-Constantin Mierla" Daniel-Constantin.Mierla@fokus.fraunhofer.de To: "Madan" madan.r@net4india.net Cc: "serusers" serusers@lists.iptel.org Sent: Thursday, November 13, 2003 5:01 PM Subject: Re: [Serusers] ser/radius
Hello, please increase the debug level to a higher value (debug=9), try again and send the logs to us. From your previous mail on the seruser list (subj: radius issue) seems that the Radius server authenticates OK the user. }Daniel
On 11/13/2003 12:08 PM, Madan wrote:
----ser.cfg------------
# # ----------- global configuration parameters ------------------------ debug=3 # debug level (cmd line: -dddddddddd) fork=no log_stderror=yes # (cmd line: -E) listen=202.71.135.219 /* Uncomment these lines to enter debugging mode debug=7 fork=no log_stderror=yes */
check_via=no # (cmd. line: -v) dns=no # (cmd. line: -r) rev_dns=no # (cmd. line: -R) port=5060 children=4 fifo="/tmp/ser_fifo"
# ------------------ module loading ----------------------------------
# Uncomment this if you want to use SQL database loadmodule "/usr/local/lib/ser/modules/mysql.so" loadmodule "/usr/local/lib/ser/modules/sl.so" loadmodule "/usr/local/lib/ser/modules/tm.so" loadmodule "/usr/local/lib/ser/modules/rr.so" loadmodule "/usr/local/lib/ser/modules/maxfwd.so" loadmodule "/usr/local/lib/ser/modules/usrloc.so" loadmodule "/usr/local/lib/ser/modules/registrar.so" loadmodule "/usr/local/lib/ser/modules/auth.so" loadmodule "/usr/local/lib/ser/modules/acc.so" loadmodule "/usr/local/lib/ser/modules/auth_radius.so"
# ----------------- setting module-specific parameters ---------------
# -- usrloc params --
modparam("usrloc", "db_mode", 2) modparam("auth_radius", "radius_config","/usr/local/etc/radiusclient/radiusclient.conf") modparam("auth_radius", "service_type", 15)
# -- rr params -- # add value to ;lr param to make some broken UAs happy modparam("rr", "enable_full_lr", 1) #modparam("acc", "log_level", 1) #modparam("acc", "radius_flag", 1)
# ------------------------- request routing logic ------------------- # main routing logic
route{ # initial sanity checks -- messages with # max_forwards==0, or excessively long requests if (!mf_process_maxfwd_header("10")) { sl_send_reply("483","Too Many Hops"); break; }; if (len_gt( max_len )) { sl_send_reply("513", "Message too big"); break; };
# we record-route all messages -- to make sure that # subsequent messages will go through our proxy; that's # particularly good if upstream and downstream entities # use different transport protocol record_route(); # loose-route processing if (loose_route()) { t_relay(); break; };
# if the request is for other domain use UsrLoc # (in case, it does not work, use the following command # with proper names and addresses in it)
if (method=="REGISTER") { log(1, "REGISTER: Authenticating user\n"); if (!radius_www_authorize("")) { log(1, "REGISTER: challenging user\n"); www_challenge("", "2"); break; }; save("location"); break; }; if (method=="INVITE") { log(1, "INVITE\n"); setflag(1); /* set for accounting (the same value as in
log_flag!) */ };
if (method=="MESSAGE") { log(1, "MESSAGE\n"); setflag(1); /* set for accounting (the same value as in
log_flag!) */ };
if (method=="BYE" || method=="CANCEL") { log (1, "BYE or CANCEL\n"); setflag(1); }; # native SIP destinations are handled using our USRLOC DB if (!lookup("location")) { sl_send_reply("404", "Not Found"); break; }; if (!t_relay()) { sl_reply_error(); break; };
}
-----------------logs---------
0(13437) mod_init(): Database connection opened successfuly acc - initializing 0(0) INFO: udp_init: SO_RCVBUF is initially 65535 0(0) INFO: udp_init: SO_RCVBUF is finally 262142 2(13439) INFO: fifo process starting: 13439 2(13439) SER: open_uac_fifo: fifo server up at /tmp/ser_fifo... 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user
i can not get my sipua registered, please help me to get out of this
----- Original Message ----- From: "Daniel-Constantin Mierla" Daniel-Constantin.Mierla@fokus.fraunhofer.de To: "Santosh M Hulkund" santoshmh@indts.com Cc: serusers@lists.iptel.org Sent: Thursday, November 13, 2003 3:42 PM Subject: Re: [Serusers] Integrating Ser to Jabberd
Hello,
try with this one: http://www.iptel.org/ser/doc/jabgw/xjab-manual.html
Best regards, }Daniel
On 11/13/2003 8:01 AM, Santosh M Hulkund wrote:
Hi Gurus,
Is there any clear document on integrating ser with jabberd.
Any pointers, greatly appreciated.
Regards, Santosh M Hulkund
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
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
Hello,
please read the ser-radius howto, it describes accounting as well.
Jan.
On 14-11 10:11, Madan wrote:
Hi Jan, thx for the input, now after few attempts i have got ser working with radius but only the auth part, i can nt see any accounting details being logged in can somebody please tell me as to how would i get the accounting details
TIA Madan ----- Original Message ----- From: "Jan Janak" jan@iptel.org To: "Madan" madan.r@net4india.net Cc: Daniel-Constantin.Mierla@fokus.fraunhofer.de; "serusers" serusers@lists.iptel.org Sent: Friday, November 14, 2003 4:03 AM Subject: Re: [Serusers] ser/radius
Hello,
From the attached logs I would say that the authentication in radius
server succeeded, because it returns "Authenticated".
If ser doesn't authenticate in this case then you proabably:
- didn't updated dictionaries properly
- configured wrong secret
Read the ser-radius howto again and make sure that you have configured everything properly.
Jan.
On 13-11 18:10, Madan wrote:
here is the log file of radius
-=-------radiuslogs---------------------
rad_recv: Access-Request packet from host 202.71.135.219:32770, id=205,
length=286
User-Name = "2222@sip.net4india.com" Digest-Attributes = "\n\0062222" Digest-Attributes = "\001\023sip.net4india.com" Digest-Attributes =
"\002*3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4"
Digest-Attributes = "\004\027sip:sip.net4india.com" Digest-Attributes = "\003\nREGISTER" Digest-Attributes = "\005\006auth" Digest-Attributes = "\t\n00000003" Digest-Attributes = "\010"EDB2B98710FD4AC6B4022AD2E3A83BFF" Digest-Response = "3c3d66cbf7c39f286d2cb37e3c8caa37" Service-Type = Sip-Session Sip-Uri-User = "2222@sip.net4india.com" NAS-IP-Address = 202.71.135.219 NAS-Port = 5060
modcall: entering group authorize for request 0 modcall[authorize]: module "preprocess" returns ok for request 0 rlm_digest: Converting Digest-Attributes to something sane... Digest-User-Name = "2222" Digest-Realm = "sip.net4india.com" Digest-Nonce = "3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4" Digest-Uri = "sip:sip.net4india.com" Digest-Method = "REGISTER" Digest-Qop = "auth" Digest-Nonce-Count = "00000003" Digest-Cnonce = "EDB2B98710FD4AC6B4022AD2E3A83BFF" rlm_digest: Adding Auth-Type = DIGEST modcall[authorize]: module "digest" returns ok for request 0 modcall[authorize]: module "chap" returns noop for request 0 rlm_eap: EAP-Message not found modcall[authorize]: module "eap" returns noop for request 0 rlm_digest: Converting Digest-Attributes to something sane... Digest-User-Name = "2222" Digest-Realm = "sip.net4india.com" Digest-Nonce = "3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4" Digest-Uri = "sip:sip.net4india.com" Digest-Method = "REGISTER" Digest-Qop = "auth" Digest-Nonce-Count = "00000003" Digest-Cnonce = "EDB2B98710FD4AC6B4022AD2E3A83BFF" modcall[authorize]: module "digest" returns ok for request 0 rlm_realm: Looking up realm "sip.net4india.com" for User-Name =
"2222@sip.net4india.com"
rlm_realm: No such realm "sip.net4india.com"
modcall[authorize]: module "suffix" returns noop for request 0 users: Matched DEFAULT at 152 users: Matched 2222@sip.net4india.com at 224 modcall[authorize]: module "files" returns ok for request 0 modcall[authorize]: module "mschap" returns noop for request 0 modcall: group authorize returns ok for request 0 rad_check_password: Found Auth-Type Digest auth: type "DIGEST" modcall: entering group Auth-Type for request 0 A1 = 2222:sip.net4india.com:test A2 = REGISTER:sip:sip.net4india.com KD =
f386a675cf9d0e8941be95dac13b40d1:3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4:00 000003:EDB2B98710FD4AC6B4022AD2E3A83BFF:auth
:4f5b38da39851b9b27477c4ea50c375b modcall[authenticate]: module "digest" returns ok for request 0 modcall: group Auth-Type returns ok for request 0 radius_xlat: 'Authenticated' Sending Access-Accept of id 205 to 202.71.135.219:32770 Reply-Message = "Authenticated" Sip-Rpid = "1234" Finished request 0 Going to the next request --- Walking the entire request list --- Waking up in 6 seconds... --- Walking the entire request list --- Cleaning up request 0 ID 205 with timestamp 3fb37f3e
----- Original Message ----- From: Daniel-Constantin Mierla To: Madan Cc: serusers Sent: Thursday, November 13, 2003 5:58 PM Subject: Re: [Serusers] ser/radius
Hello, now it seems that the authentication in Radius side failed :) :
0(13462) radius_authorize_sterman(): FailureSo I need the logs from
Radius server, too. Better reproduce again the case and send both ser and radius logs in a mail.
}Daniel
On 11/13/2003 1:12 PM, Madan wrote:
Hi Daniel, here is the debug-9 level logs
0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards header 0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 0(13462) DEBUG: add_param: tag=b012f0317df24bc28c22c024cfa027f3 0(13462) DEBUG: add_param: epid=4afef3ee8a 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30];
uri=[sip:1111@sip.net4india.com]
0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <1> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) parse_headers: flags=4096 0(13462) pre_auth(): Credentials with given realm not found 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com", nonce="3fb37a01834a42156a764ee9df05ad19d7687a 23", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up 0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards header 0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 (13462) DEBUG: add_param: tag=0809578b00894f62bdb457bee0c4234b 0(13462) DEBUG: add_param: epid=85dccaccd6 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30];
uri=[sip:1111@sip.net4india.com]
0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <1> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) parse_headers: flags=4096 0(13462) pre_auth(): Credentials with given realm not found 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com", nonce="3fb37a088e0d83f2084b0221f11e7ac8d6709b e0", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up 0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards header 0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 0(13462) DEBUG: add_param: tag=0809578b00894f62bdb457bee0c4234b 0(13462) DEBUG: add_param: epid=85dccaccd6 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30];
uri=[sip:1111@sip.net4india.com]
0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <2> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) check_nonce(): comparing [3fb37a088e0d83f2084b0221f11e7ac8d6709be0] and [3fb37a088e0d83f2084b0221f11e7ac8d6709be0] 0(13462) radius_authorize_sterman(): Failure 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com", nonce="3fb37a088e0d83f2084b0221f11e7ac8d6709b e0", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up
----- Original Message ----- From: "Daniel-Constantin Mierla" Daniel-Constantin.Mierla@fokus.fraunhofer.de To: "Madan" madan.r@net4india.net Cc: "serusers" serusers@lists.iptel.org Sent: Thursday, November 13, 2003 5:01 PM Subject: Re: [Serusers] ser/radius
Hello, please increase the debug level to a higher value (debug=9), try again and send the logs to us. From your previous mail on the seruser list (subj: radius issue) seems that the Radius server authenticates OK the user. }Daniel
On 11/13/2003 12:08 PM, Madan wrote:
----ser.cfg------------
# # ----------- global configuration parameters ------------------------ debug=3 # debug level (cmd line: -dddddddddd) fork=no log_stderror=yes # (cmd line: -E) listen=202.71.135.219 /* Uncomment these lines to enter debugging mode debug=7 fork=no log_stderror=yes */
check_via=no # (cmd. line: -v) dns=no # (cmd. line: -r) rev_dns=no # (cmd. line: -R) port=5060 children=4 fifo="/tmp/ser_fifo"
# ------------------ module loading ----------------------------------
# Uncomment this if you want to use SQL database loadmodule "/usr/local/lib/ser/modules/mysql.so" loadmodule "/usr/local/lib/ser/modules/sl.so" loadmodule "/usr/local/lib/ser/modules/tm.so" loadmodule "/usr/local/lib/ser/modules/rr.so" loadmodule "/usr/local/lib/ser/modules/maxfwd.so" loadmodule "/usr/local/lib/ser/modules/usrloc.so" loadmodule "/usr/local/lib/ser/modules/registrar.so" loadmodule "/usr/local/lib/ser/modules/auth.so" loadmodule "/usr/local/lib/ser/modules/acc.so" loadmodule "/usr/local/lib/ser/modules/auth_radius.so"
# ----------------- setting module-specific parameters ---------------
# -- usrloc params --
modparam("usrloc", "db_mode", 2) modparam("auth_radius", "radius_config","/usr/local/etc/radiusclient/radiusclient.conf") modparam("auth_radius", "service_type", 15)
# -- rr params -- # add value to ;lr param to make some broken UAs happy modparam("rr", "enable_full_lr", 1) #modparam("acc", "log_level", 1) #modparam("acc", "radius_flag", 1)
# ------------------------- request routing logic ------------------- # main routing logic
route{ # initial sanity checks -- messages with # max_forwards==0, or excessively long requests if (!mf_process_maxfwd_header("10")) { sl_send_reply("483","Too Many Hops"); break; }; if (len_gt( max_len )) { sl_send_reply("513", "Message too big"); break; };
# we record-route all messages -- to make sure that # subsequent messages will go through our proxy; that's # particularly good if upstream and downstream entities # use different transport protocol record_route(); # loose-route processing if (loose_route()) { t_relay(); break; };
# if the request is for other domain use UsrLoc # (in case, it does not work, use the following command # with proper names and addresses in it)
if (method=="REGISTER") { log(1, "REGISTER: Authenticating user\n"); if (!radius_www_authorize("")) { log(1, "REGISTER: challenging user\n"); www_challenge("", "2"); break; }; save("location"); break; }; if (method=="INVITE") { log(1, "INVITE\n"); setflag(1); /* set for accounting (the same value as in
log_flag!) */ };
if (method=="MESSAGE") { log(1, "MESSAGE\n"); setflag(1); /* set for accounting (the same value as in
log_flag!) */ };
if (method=="BYE" || method=="CANCEL") { log (1, "BYE or CANCEL\n"); setflag(1); }; # native SIP destinations are handled using our USRLOC DB if (!lookup("location")) { sl_send_reply("404", "Not Found"); break; }; if (!t_relay()) { sl_reply_error(); break; };
}
-----------------logs---------
0(13437) mod_init(): Database connection opened successfuly acc - initializing 0(0) INFO: udp_init: SO_RCVBUF is initially 65535 0(0) INFO: udp_init: SO_RCVBUF is finally 262142 2(13439) INFO: fifo process starting: 13439 2(13439) SER: open_uac_fifo: fifo server up at /tmp/ser_fifo... 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user
i can not get my sipua registered, please help me to get out of this
----- Original Message ----- From: "Daniel-Constantin Mierla" Daniel-Constantin.Mierla@fokus.fraunhofer.de To: "Santosh M Hulkund" santoshmh@indts.com Cc: serusers@lists.iptel.org Sent: Thursday, November 13, 2003 3:42 PM Subject: Re: [Serusers] Integrating Ser to Jabberd
Hello,
try with this one: http://www.iptel.org/ser/doc/jabgw/xjab-manual.html
Best regards, }Daniel
On 11/13/2003 8:01 AM, Santosh M Hulkund wrote:
Hi Gurus,
Is there any clear document on integrating ser with jabberd.
Any pointers, greatly appreciated.
Regards, Santosh M Hulkund
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
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
thx everybody, i got it working ----- Original Message ----- From: "Jan Janak" jan@iptel.org To: "Madan" madan.r@net4india.net Cc: Daniel-Constantin.Mierla@fokus.fraunhofer.de; "serusers" serusers@lists.iptel.org Sent: Saturday, November 15, 2003 2:29 PM Subject: Re: [Serusers] ser/radius
Hello,
please read the ser-radius howto, it describes accounting as well.
Jan.
On 14-11 10:11, Madan wrote:
Hi Jan, thx for the input, now after few attempts i have got ser working with
radius
but only the auth part, i can nt see any accounting details being logged
in
can somebody please tell me as to how would i get the accounting details
TIA Madan ----- Original Message ----- From: "Jan Janak" jan@iptel.org To: "Madan" madan.r@net4india.net Cc: Daniel-Constantin.Mierla@fokus.fraunhofer.de; "serusers" serusers@lists.iptel.org Sent: Friday, November 14, 2003 4:03 AM Subject: Re: [Serusers] ser/radius
Hello,
From the attached logs I would say that the authentication in radius
server succeeded, because it returns "Authenticated".
If ser doesn't authenticate in this case then you proabably:
- didn't updated dictionaries properly
- configured wrong secret
Read the ser-radius howto again and make sure that you have configured everything properly.
Jan.
On 13-11 18:10, Madan wrote:
here is the log file of radius
-=-------radiuslogs---------------------
rad_recv: Access-Request packet from host 202.71.135.219:32770,
id=205,
length=286
User-Name = "2222@sip.net4india.com" Digest-Attributes = "\n\0062222" Digest-Attributes = "\001\023sip.net4india.com" Digest-Attributes =
"\002*3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4"
Digest-Attributes = "\004\027sip:sip.net4india.com" Digest-Attributes = "\003\nREGISTER" Digest-Attributes = "\005\006auth" Digest-Attributes = "\t\n00000003" Digest-Attributes = "\010"EDB2B98710FD4AC6B4022AD2E3A83BFF" Digest-Response = "3c3d66cbf7c39f286d2cb37e3c8caa37" Service-Type = Sip-Session Sip-Uri-User = "2222@sip.net4india.com" NAS-IP-Address = 202.71.135.219 NAS-Port = 5060
modcall: entering group authorize for request 0 modcall[authorize]: module "preprocess" returns ok for request 0 rlm_digest: Converting Digest-Attributes to something sane... Digest-User-Name = "2222" Digest-Realm = "sip.net4india.com" Digest-Nonce = "3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4" Digest-Uri = "sip:sip.net4india.com" Digest-Method = "REGISTER" Digest-Qop = "auth" Digest-Nonce-Count = "00000003" Digest-Cnonce = "EDB2B98710FD4AC6B4022AD2E3A83BFF" rlm_digest: Adding Auth-Type = DIGEST modcall[authorize]: module "digest" returns ok for request 0 modcall[authorize]: module "chap" returns noop for request 0 rlm_eap: EAP-Message not found modcall[authorize]: module "eap" returns noop for request 0 rlm_digest: Converting Digest-Attributes to something sane... Digest-User-Name = "2222" Digest-Realm = "sip.net4india.com" Digest-Nonce = "3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4" Digest-Uri = "sip:sip.net4india.com" Digest-Method = "REGISTER" Digest-Qop = "auth" Digest-Nonce-Count = "00000003" Digest-Cnonce = "EDB2B98710FD4AC6B4022AD2E3A83BFF" modcall[authorize]: module "digest" returns ok for request 0 rlm_realm: Looking up realm "sip.net4india.com" for User-Name =
"2222@sip.net4india.com"
rlm_realm: No such realm "sip.net4india.com"
modcall[authorize]: module "suffix" returns noop for request 0 users: Matched DEFAULT at 152 users: Matched 2222@sip.net4india.com at 224 modcall[authorize]: module "files" returns ok for request 0 modcall[authorize]: module "mschap" returns noop for request 0 modcall: group authorize returns ok for request 0 rad_check_password: Found Auth-Type Digest auth: type "DIGEST" modcall: entering group Auth-Type for request 0 A1 = 2222:sip.net4india.com:test A2 = REGISTER:sip:sip.net4india.com KD =
f386a675cf9d0e8941be95dac13b40d1:3fb38069abf96aceab12c82e16d6cbdb9e4ecbf4:00
000003:EDB2B98710FD4AC6B4022AD2E3A83BFF:auth
:4f5b38da39851b9b27477c4ea50c375b modcall[authenticate]: module "digest" returns ok for request 0 modcall: group Auth-Type returns ok for request 0 radius_xlat: 'Authenticated' Sending Access-Accept of id 205 to 202.71.135.219:32770 Reply-Message = "Authenticated" Sip-Rpid = "1234" Finished request 0 Going to the next request --- Walking the entire request list --- Waking up in 6 seconds... --- Walking the entire request list --- Cleaning up request 0 ID 205 with timestamp 3fb37f3e
----- Original Message ----- From: Daniel-Constantin Mierla To: Madan Cc: serusers Sent: Thursday, November 13, 2003 5:58 PM Subject: Re: [Serusers] ser/radius
Hello, now it seems that the authentication in Radius side failed :) :
0(13462) radius_authorize_sterman(): FailureSo I need the logs from
Radius server, too. Better reproduce again the case and send both ser
and
radius logs in a mail.
}Daniel
On 11/13/2003 1:12 PM, Madan wrote:
Hi Daniel, here is the debug-9 level logs
0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards
header
0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 0(13462) DEBUG: add_param: tag=b012f0317df24bc28c22c024cfa027f3 0(13462) DEBUG: add_param: epid=4afef3ee8a 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30];
uri=[sip:1111@sip.net4india.com]
0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <1> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) parse_headers: flags=4096 0(13462) pre_auth(): Credentials with given realm not found 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com",
nonce="3fb37a01834a42156a764ee9df05ad19d7687a
23", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up 0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards
header
0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 (13462) DEBUG: add_param: tag=0809578b00894f62bdb457bee0c4234b 0(13462) DEBUG: add_param: epid=85dccaccd6 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30];
uri=[sip:1111@sip.net4india.com]
0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <1> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) parse_headers: flags=4096 0(13462) pre_auth(): Credentials with given realm not found 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com",
nonce="3fb37a088e0d83f2084b0221f11e7ac8d6709b
e0", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up 0(13462) SIP Request: 0(13462) method: <REGISTER> 0(13462) uri: sip:sip.net4india.com 0(13462) version: <SIP/2.0> 0(13462) parse_headers: flags=1 0(13462) end of header reached, state=5 0(13462) parse_headers: Via found, flags=1 0(13462) parse_headers: this is the first via 0(13462) After parse_msg... 0(13462) preparing to run routing scripts... 0(13462) DEBUG : is_maxfwd_present: searching for max_forwards
header
0(13462) parse_headers: flags=128 0(13462) DEBUG: is_maxfwd_present: value = 70 0(13462) parse_headers: flags=8 0(13462) DEBUG: add_param: tag=0809578b00894f62bdb457bee0c4234b 0(13462) DEBUG: add_param: epid=85dccaccd6 0(13462) end of header reached, state=29 0(13462) parse_headers: flags=256 0(13462) end of header reached, state=9 0(13462) DEBUG: get_hdr_field: <To> [30];
uri=[sip:1111@sip.net4india.com]
0(13462) DEBUG: to body [sip:1111@sip.net4india.com ] 0(13462) get_hdr_field: cseq <CSeq>: <2> <REGISTER> 0(13462) DEBUG: get_hdr_body : content_length=0 0(13462) found end of header 0(13462) find_first_route(): No Route headers found 0(13462) loose_route(): There is no Route HF 0(13462) REGISTER: Authenticating user 0(13462) check_nonce(): comparing [3fb37a088e0d83f2084b0221f11e7ac8d6709be0] and [3fb37a088e0d83f2084b0221f11e7ac8d6709be0] 0(13462) radius_authorize_sterman(): Failure 0(13462) REGISTER: challenging user 0(13462) build_auth_hf(): 'WWW-Authenticate: Digest realm="sip.net4india.com",
nonce="3fb37a088e0d83f2084b0221f11e7ac8d6709b
e0", qop="auth" ' 0(13462) parse_headers: flags=-1 0(13462) check_via_address(202.71.135.212, 202.71.135.212, 0) 0(13462) receive_msg: cleaning up
----- Original Message ----- From: "Daniel-Constantin Mierla" Daniel-Constantin.Mierla@fokus.fraunhofer.de To: "Madan" madan.r@net4india.net Cc: "serusers" serusers@lists.iptel.org Sent: Thursday, November 13, 2003 5:01 PM Subject: Re: [Serusers] ser/radius
Hello, please increase the debug level to a higher value (debug=9), try
again
and send the logs to us. From your previous mail on the seruser list (subj: radius issue) seems that the Radius server authenticates OK
the
user.
}Daniel
On 11/13/2003 12:08 PM, Madan wrote:
----ser.cfg------------
# # ----------- global configuration
parameters ------------------------
debug=3 # debug level (cmd line: -dddddddddd) fork=no log_stderror=yes # (cmd line: -E) listen=202.71.135.219 /* Uncomment these lines to enter debugging mode debug=7 fork=no log_stderror=yes */
check_via=no # (cmd. line: -v) dns=no # (cmd. line: -r) rev_dns=no # (cmd. line: -R) port=5060 children=4 fifo="/tmp/ser_fifo"
# ------------------ module
loading ----------------------------------
# Uncomment this if you want to use SQL database loadmodule "/usr/local/lib/ser/modules/mysql.so" loadmodule "/usr/local/lib/ser/modules/sl.so" loadmodule "/usr/local/lib/ser/modules/tm.so" loadmodule "/usr/local/lib/ser/modules/rr.so" loadmodule "/usr/local/lib/ser/modules/maxfwd.so" loadmodule "/usr/local/lib/ser/modules/usrloc.so" loadmodule "/usr/local/lib/ser/modules/registrar.so" loadmodule "/usr/local/lib/ser/modules/auth.so" loadmodule "/usr/local/lib/ser/modules/acc.so" loadmodule "/usr/local/lib/ser/modules/auth_radius.so"
# ----------------- setting module-specific
parameters ---------------
# -- usrloc params --
modparam("usrloc", "db_mode", 2) modparam("auth_radius", "radius_config","/usr/local/etc/radiusclient/radiusclient.conf") modparam("auth_radius", "service_type", 15)
# -- rr params -- # add value to ;lr param to make some broken UAs happy modparam("rr", "enable_full_lr", 1) #modparam("acc", "log_level", 1) #modparam("acc", "radius_flag", 1)
# ------------------------- request routing
logic -------------------
# main routing logic
route{ # initial sanity checks -- messages with # max_forwards==0, or excessively long requests if (!mf_process_maxfwd_header("10")) { sl_send_reply("483","Too Many Hops"); break; }; if (len_gt( max_len )) { sl_send_reply("513", "Message too big"); break; };
# we record-route all messages -- to make sure that # subsequent messages will go through our proxy; that's # particularly good if upstream and downstream entities # use different transport protocol record_route(); # loose-route processing if (loose_route()) { t_relay(); break; };
# if the request is for other domain use UsrLoc # (in case, it does not work, use the following command # with proper names and addresses in it)
if (method=="REGISTER") { log(1, "REGISTER: Authenticating user\n"); if (!radius_www_authorize("")) { log(1, "REGISTER: challenging user\n"); www_challenge("", "2"); break; }; save("location"); break; }; if (method=="INVITE") { log(1, "INVITE\n"); setflag(1); /* set for accounting (the same value as
in
log_flag!) */ };
if (method=="MESSAGE") { log(1, "MESSAGE\n"); setflag(1); /* set for accounting (the same value as
in
log_flag!) */ };
if (method=="BYE" || method=="CANCEL") { log (1, "BYE or CANCEL\n"); setflag(1); }; # native SIP destinations are handled using our USRLOC DB if (!lookup("location")) { sl_send_reply("404", "Not Found"); break; }; if (!t_relay()) { sl_reply_error(); break; };
}
-----------------logs---------
0(13437) mod_init(): Database connection opened successfuly acc - initializing 0(0) INFO: udp_init: SO_RCVBUF is initially 65535 0(0) INFO: udp_init: SO_RCVBUF is finally 262142 2(13439) INFO: fifo process starting: 13439 2(13439) SER: open_uac_fifo: fifo server up at /tmp/ser_fifo... 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user 0(13437) REGISTER: Authenticating user 0(13437) REGISTER: challenging user
i can not get my sipua registered, please help me to get out of this
----- Original Message ----- From: "Daniel-Constantin Mierla" Daniel-Constantin.Mierla@fokus.fraunhofer.de To: "Santosh M Hulkund" santoshmh@indts.com Cc: serusers@lists.iptel.org Sent: Thursday, November 13, 2003 3:42 PM Subject: Re: [Serusers] Integrating Ser to Jabberd
Hello,
try with this one: http://www.iptel.org/ser/doc/jabgw/xjab-manual.html
Best regards, }Daniel
On 11/13/2003 8:01 AM, Santosh M Hulkund wrote:
Hi Gurus,
Is there any clear document on integrating ser with jabberd.
Any pointers, greatly appreciated.
Regards, Santosh M Hulkund
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
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