I am doing some tests between Cisco ATA186 and AS5300 by using SER as the proxy server. AS5300 sent back 503 (service unavailable). Anyone has any clue on this?
Thanks
we got from somewhere Alan Hawrylyshen's stun client/server
implementation version 0.8.2, but doesn't appear to implement the latest
stun draft draft-ietf-midcom-stun-05.txt, but some earlier version.
does anyone know if there exists an open source stun client/server that
would conform to the latest stun draft?
-- juha
Hi,
I think there is a bug in the tm module of he CVS tree:
timer.c line 283:
if (SEND_BUFFER( r_buf )<=0) {
SEND_BUFFER returns -1 on error, and 0 on success, so it should be
if (SEND_BUFFER( r_buf )==-1) {
SER always sends "503 Service Unavailable" respond after sending INVITE
retransmissions in our test environment. Modifying timer.c solved this problem.
I can attach my syslog or udp-log if necessary.
--
---------------------------------------------------------------------------
Miklos Tirpak
Computer and Automation Research Institute e-mail : mtirpak(a)sztaki.hu
of the Hungarian Academy of Sciences phone : (361) 279-6011
H-1132. Budapest, Victor Hugo u 18-22 fax : (361) 279-6021
Hello!
I am interested in the presence support that ser offers. Are there any
documents for this topic or something else available? My interest in that
topic grounds in the needs of information for the diploma thesis I am currently
writing.
Best Regards
Christoph
--
+++ GMX - Mail, Messaging & more http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!
Hello,
I`ve downloaded todays cvs and installed is, now, I am trying to
register my SIP phone ( Snom 100 ), with it and authorize it.
The phone sends a REGISTER and the ser sends it a 401 Unauthorized.
-----------
0.000000 172.20.0.199 -> 172.20.0.50 SIP Request: SUBSCRIBE
sip:phila@phila.dg
0.002626 172.20.0.50 -> 172.20.0.199 SIP Status: 404 Not Found
0.038876 172.20.0.199 -> 172.20.0.50 SIP Request: REGISTER sip:phila.dg
0.042129 172.20.0.50 -> 172.20.0.199 SIP Status: 401 Unauthorized
-------------
I`ve added the user to the mysql database and, am using the
configuration included in the example ser.cfg ( I`ve uncommented the 4
lines).
---------------------------
# Uncomment this if you want to use digest authentication
if (!www_authorize("dg", "subscriber")) {
www_challenge("dg", "0");
break;
};
---------------------------
it seems that the www_challenge sends this message.
How to fix this? And what is the SUBSCRIBE request?
Thanks a lot,
--
Anton Yurchenko<phila(a)dg.net.ua>
Digital Generation
I've been testing a bunch of soft clients out
and Microsoft Messenger seems to work very well.
It has the notion of contacts that are online.
I guess this is what the Jabber modules is for, right?
Right now, for me to start a phone call with Messenger it is
weird, I have to:
1) click on 'Start a Voice Conversation'
2) click on the 'Other' tab when the new window pops up.
3) Enter a long email address '4695461235(a)augustvoice.net' in the
prompted box.
...
Then my phone call starts. It would be much better if
I could just pick from my list of contacts. Is the jabber
configuration and deployment pretty easy? Does it play well
with non-jabber clients?
By the way, we have about 20 beta users registering with SER
routing calls to and from the PSTN. It is working very well.
---greg
Greg Fausak