Hi...
Anybody could me help, I need account time within dialogue SIP( from reply
of the Invite -> OK until the BYE-> finish dialogue) and to save for a SGBD
(MySQL - That's autenthication's responsible).......
Does anyone know how...?
Any hints.....??
thx...
Marcio
Hello All!
I can't register in OpenSER using SIPp.
SIPp versions tested
2.0.1 Windows (TLS),
Latest from SVN on linux
X-Lite registers w/o any problems.
In pcap file & messages you can see 2 registration attempts. first
form x-lite (successful) and second from SIPp.
This looks like OpenSER and SIPp have some differences in MD5 authentication.
--
Vladimir Romanov
I can't register in OpenSER using SIPp.
SIPp versions tested
2.0.1 Windows (TLS),
Latest from SVN on linux
X-Lite registers w/o any problems.
In pcap file & messages you can see 2 regsitration attempts. first
form x-lite (sucessfull) and second from SIPp.
This looks like OpenSER and SIPp have some differences in MD5 authentification.
--
Vladimir Romanov
Hi!
I was assigned to explore OpenSer, however I'm more green on this stuff.
Is there a good basic documentation/tutorial on how sip servers and
systems around works (basic stuff like routing)?
--
(\__/)
(='.'=)
(")_(")
Hello Friends,
There is a auth_diameter module in the openser,But now no one is working
on that.
I want to make it compatible with the opendiameter. So that we can
implement AAA protocol in the complete manner.
For that i want your help for the completion of this module.
Regards,
Dilip
Which version do you use?
Does it work at all with current version of openser (1.3)?
PS: this is to find out if serweb supported can be removed from openser
regards
klaus
I got today this book on my desk, courtesy of one of its authors.
https://www.opensourcepress.de/index.php?26&backPID=178&tt_products=194
Whereas I was busy with a bunch of unrelated things, the book was
circulating in the iptel office all day and has found its keen readers.
Unfortunately still only in German lanugage.
-jiri
Hello,
is there a select to get the canonical username? or is 'canonical
username' now a deprecated concept?
I know there is the uid, but the problem is, with 36 characters uid is
too long for my purpose (user id for voicebox).
thanks
Stefan
--
Stefan Sayer
VoIP Services
stefan.sayer(a)iptego.com
www.iptego.com
iptego GmbH
Am Borsigturm 40
13507 Berlin
Germany
Amtsgericht Charlottenburg, HRB 101010
Geschaeftsfuehrer: Alexander Hoffmann
hi
i want to distribute tow alieas users use different pstn gw with same area code.
i add below in my cfg.but it doesnt work.any advice for me ? many many thx.
if (uri=~"^sip:0060.*@(my\.test\.com)"){
strip(2);
prefix("21");
rewritehostport("1.2.3.4:5060"); # This is where PSTN Gateway installed
route(1);
return;
};
if (uri=~"^sip:0060.*@(your\.test\.com)"){
strip(2);
prefix("22");
rewritehostport("5.6.7.8:5060"); # This is where PSTN Gateway installed
route(1);
return;
};
I am running OpenSER 1.3.1 on a Debian 4.0 system.
It seems that there's some sort of bug with OpenSER getting stuck and stops
processing requests at least once a day. The logs only show the following
line repeated every minute:
ERROR:registrar:update_contacts: invalid cseq for aor <1302>
At 1302 is a Cisco 7905 phone running the latest firmware. If I restart
OpenSER then things get back to normal.
Does anyone know what the problem might be?