Does anyone know if there is a way to authenticate SER to MS Active
Directory? I'd like to use an existing user database instead of
having to manage users myself, and most of our users are in Active
Directory.
Has anyone tried this?
What are most SER users using for authentication? Is anyone here
tying into any kind of existing organization user database?
Greetings,
For some reason enum_query("") failed in our setup to properly
resolve NAPTR records.
When I do a SIP INVITE to something like +41446336297(a)test.ethz.ch
with debug=9 in ser.cfg, I get syslog entries
get_record: lookup(7.9.2.6.3.3.6.4.4.1.4, 35) failed
enum_query(): No NAPTR record found for 7.9.2.6.3.3.6.4.4.1.4.
and the SIP ENUM call fails.
__
However, if we apply the following unified patch
--- modules/enum.ori/enum.c Fri Sep 3 10:15:09 2004
+++ modules/enum/enum.c Fri Sep 3 12:51:37 2004
@@ -258,6 +258,8 @@
memcpy(name + j, suffix->s, suffix->len + 1);
+ strcat(name, "e164.arpa");
+
head = get_record(name, T_NAPTR);
if (head == 0) {
to vanilla ser-0.8.14, all goes well.
Apparently, the domain_suffix parameter in the enum module can be set
but is not automatically appended. Can someone confirm this?
Cheers,
Marcel
Hi all,
I'm trying serweb with ser 0.8.14 with php 4.3.7 + apache 1.3 I found
several error in apache log and authentication doesn't work...
Do you have any suggestions?
The apache log is:
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: text
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 235
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: name
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 71
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: name
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 72
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: size
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 71
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: size
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 72
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index:
maxlength in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 71
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index:
maxlength in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 72
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: value
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 71
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: value
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 72
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index:
minlength in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 71
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index:
minlength in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 72
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index:
length_e in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 71
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index:
length_e in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 72
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index:
extrahtml in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 71
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index:
extrahtml in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 72
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined property:
isfile in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 250
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined property:
hidden in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 253
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: text
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 235
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: name
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 71
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: name
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 72
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: value
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 71
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: value
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 72
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: size
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 71
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: size
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 72
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index:
maxlength in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 71
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index:
maxlength in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 72
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: pass
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 71
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: pass
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 72
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index:
extrahtml in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 71
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index:
extrahtml in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 72
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined property:
isfile in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 250
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined property:
hidden in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 253
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: submit
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 235
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: name
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 71
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: name
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 72
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: src in
/home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 71
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: src in
/home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 72
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index:
extrahtml in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 71
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index:
extrahtml in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 72
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined property:
isfile in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 250
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined property:
hidden in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 253
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined variable:
okey_x in /home/voip/ser/serweb_2004-07-27/html/admin/index.php on line 67
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined variable:
errors in /home/voip/ser/serweb_2004-07-27/html/admin/index.php on line 82
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined variable:
message in /home/voip/ser/serweb_2004-07-27/html/admin/index.php on line 83
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: frozen
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 284
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: frozen
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 284
[Wed Jul 28 11:46:46 2004] [error] PHP Notice: Undefined index: frozen
in /home/voip/ser/serweb_2004-07-27/phplib/oohforms.inc on line 284
Getting closer here to making SER and Radius work together, but what
does Response is OK, but nonce is stale
mean. Why is it stale, and how can i freshen it?
Hello,
I am have having difficulty getting rtpproxy and ser
to work together correctly. Each time I start ser
(after first starting rtpproxy) I get the following
errors:
textops - initializing
stateless - initializing
Maxfwd module- initializing
0(0) INFO: udp_init: SO_RCVBUF is initially 42080
0(0) INFO: udp_init: SO_RCVBUF is finally 231808
0(0) INFO: udp_init: SO_RCVBUF is initially 42080
0(0) INFO: udp_init: SO_RCVBUF is finally 231808
5(2195) 4(2194) 2(2192) 1(2191) ERROR:
send_rtpp_command: can't read reply from a RTP proxy
ERROR: send_rtpp_command: can't read reply from a RTP
proxy 13(2203) 14(2204) 15(2205) 16(2206) 17(2207)
ERROR: send_rtpp_command: can't read reply from a RTP
proxy 3(2193)
ERROR: send_rtpp_command: can't read reply from a RTP
proxy 5(2195) 4(2194)
ERROR: send_rtpp_command: can't connect to RTP proxy
<rest of errors removed; more of the same>
Looking through the list I thought it was an incorrect
rtpproxy version and downloaded and installed the
stable 0.8.14 ser version and latest rtpproxy from
CVS. But I still see the same errors. I can see the
rtpproxy process running and rtpproxy.sock is present.
Currently I have ser 0.8.14 and rtpproxy 1.21
2004/08/13 running on freebsd 4.10. Aside from these
errors the calls set up fine but with no audio.
I have been searching through the list and google for
a couple of days but still seem to be missing
something.
Any thoughts on what I should try next?
Regards,
Allan
______________________________________________________________________
Post your free ad now! http://personals.yahoo.ca
Hi All,
I have a question regarding the functioning of the Iptel proxy server. As
far as I know, only when there is "rports" field present in the "via"
header field in a SIP request(INVITE for ex.), the proxy server should send
the responses to the source port from which the request is sent. I would
like to know if there is any other case in which the responses are sent to
the source port instead of the VIA port.
Please provide me with the details on this.
thanks
Mahesh