Hi,
I have a registered Linksys, behind a USR 9108 modem. I can detect its nat, call Linksys and speak normally, but when I try to make a call from Linksys, call breaks down right after call setup. Linksys sends the via and contact ip's as 0.0.0.0 in invite messages and fix_nated_contact does not work. This is possibly because of the modem but, there are no extra configurations that can cause this in the modem. I will be glad if you can direct me with your experiences. thank you...
_________________________________________________________________
Live.com'u deneyin: çevrimiçi dünyanýzý bir araya getirin; haberler, spor, hava durumu ve çok daha fazlasý.
http://www.live.com/getstarted
Hi all,
I just installed 1.2.1 on my test server and wanted to try out some of the
new features. The perl module is exactly what I need. So I wrote a pl script
to test avp manipulation. Now the problem is that there is no AVP.pm
anywhere in the tarball. Can I get one somewhere?
Thanks,
Fero
--- reklama -----------------------------------------------------
Si muž? A chceš porozumieť ženám?
http://www.lesk.sk
Hi,
When I try to store message in the database I get the following errors in the syslog (There are no messages stored in the database):
May 14 15:26:40 sen ser[5853]: ERROR: parse_uri: uri too short: <> (0)
May 14 15:26:40 sen ser[5853]: ERROR: uri2dst: bad_uri:
May 14 15:26:40 sen ser[5853]: t_uac: no socket found
And here is ser.cfg:
xlog("L_INFO", " route[INBOUND]: (m_store (0, )) \n");
if (m_store ("0", ""))
{
xlog("L_INFO", " route[INBOUND]: offline message stored \n");
xlog("L_INFO", " route[INBOUND]: (!t_reply(202,Accepted) \n");
if (!t_reply("202", "Accepted"))
{
xlog("L_INFO", " route[INBOUND]: sl_reply_error() \n");
sl_reply_error();
}
}
the error appears in the following place accordin to my logging:
May 14 15:26:40 sen ser[5853]: route[INBOUND]: (m_store (0, ))
May 14 15:26:40 sen ser[5853]: ERROR: parse_uri: uri too short: <> (0)
May 14 15:26:40 sen ser[5853]: ERROR: uri2dst: bad_uri:
May 14 15:26:40 sen ser[5853]: t_uac: no socket found
May 14 15:26:40 sen ser[5853]: route[INBOUND]: offline message stored
May 14 15:26:40 sen ser[5853]: route[INBOUND]: (!t_reply(202,Accepted)
May 14 15:26:40 sen ser[5853]: route[INBOUND]: drop <MESSAGE> <sip:hulk@voip.rd.touk.pl>
Below is the Message transaction sent through SER:
U 2007/05/14 15:26:40.746835 192.168.0.165:7089 -> 192.168.0.165:5060
MESSAGE sip:hulk@voip.rd.touk.pl SIP/2.0.
CSeq: 64 MESSAGE.
Via: SIP/2.0/UDP 192.168.0.165:7089;branch=z9hG4bK24d4276b-8c00-dc11-982b-00148539376e;rport.
From: "Sen" <sip:sen@voip.rd.touk.pl>;tag=a0d0276b-8c00-dc11-982b-00148539376e.
Call-ID: 32c6276b-8c00-dc11-982b-00148539376e@sen.
To: "hulk@" <sip:hulk@voip.rd.touk.pl>.
Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,NOTIFY,REFER,MESSAGE.
Content-Type: text/plain;charset=UTF-8.
Content-Length: 12.
Max-Forwards: 70.
.
test message
#
U 2007/05/14 15:26:40.790793 192.168.0.165:5060 -> 192.168.0.165:7089
SIP/2.0 202 Accepted.
CSeq: 64 MESSAGE.
Via: SIP/2.0/UDP 192.168.0.165:7089;branch=z9hG4bK24d4276b-8c00-dc11-982b-00148539376e;rport=7089.
From: "Sen" <sip:sen@voip.rd.touk.pl>;tag=a0d0276b-8c00-dc11-982b-00148539376e.
Call-ID: 32c6276b-8c00-dc11-982b-00148539376e@sen.
To: "hulk@" <sip:hulk@voip.rd.touk.pl>;tag=a6a1c5f60faecf035a1ae5b6e96e979a-fd05.
Server: Sip EXpress router (2.0.0-rc1 (x86_64/linux)).
Content-Length: 0.
Warning: 392 192.168.0.165:5060 "Noisy feedback tells: pid=5853 req_src_ip=192.168.0.165 req_src_port=7089 in_uri=sip:hulk@voip.rd.touk.pl out_uri=sip:hulk@voip.rd.touk.pl via_cnt==1".
.
Thanks for any feedback!
Cheers
Tomasz
Hi' All
I'm have installed Openser 1.2.1 and CPL module. I'm having problems to set some
parameters for CPL module:
The following parameters can be loaded:
loadmodule "cpl-c.so"
modparam("cpl-c","db_url","mysql://openser:openserrw@localhost/openser")
modparam("cpl-c","cpl_table","cpl")
modparam("cpl-c","cpl_dtd_file","/usr/local/etc/openser/cpl-06.dtd")
modparam("cpl-c","log_dir","/var/log/openser/cpl")
modparam("cpl-c","proxy_recurse",2)
modparam("cpl-c","proxy_route",0)
modparam("cpl-c","lookup_domain","location")
These parameters are showing an error "No module matching cpl_c found"
#modparam("cpl_c","username_column","username")
#modparam("cpl_c","domain_column","domain")
#modparam("cpl_c","cpl_xml_column","cpl_xml")
#modparam("cpl_c","cpl_bin_column","cpl_bin")
#modparam("cpl_c","case_sensitive",0)
#modparam("cpl_c","lookup_append_branches",1)
#modparam("cpl_c","use_domain",0)
LOG MESSAGES:
0(4660) loading module /usr/local/lib/openser/modules/cpl-c.so
0(4660) set_mod_param_regex: cpl-c matches module cpl-c
0(4660) set_mod_param_regex: found <db_url> in module cpl-c
[/usr/local/lib/openser/modules/]
0(4660) set_mod_param_regex: cpl-c matches module cpl-c
0(4660) set_mod_param_regex: found <cpl_table> in module cpl-c
[/usr/local/lib/openser/modules/]
0(4660) set_mod_param_regex: cpl-c matches module cpl-c
0(4660) set_mod_param_regex: found <cpl_dtd_file> in module cpl-c
[/usr/local/lib/openser/modules/]
0(4660) set_mod_param_regex: cpl-c matches module cpl-c
0(4660) set_mod_param_regex: found <log_dir> in module cpl-c
[/usr/local/lib/openser/modules/]
0(4660) set_mod_param_regex: cpl-c matches module cpl-c
0(4660) set_mod_param_regex: found <proxy_recurse> in module cpl-c
[/usr/local/lib/openser/modules/]
0(4660) set_mod_param_regex: cpl-c matches module cpl-c
0(4660) set_mod_param_regex: found <proxy_route> in module cpl-c
[/usr/local/lib/openser/modules/]
0(4660) set_mod_param_regex: cpl-c matches module cpl-c
0(4660) set_mod_param_regex: found <lookup_domain> in module cpl-c
[/usr/local/lib/openser/modules/]
0(4660) set_mod_param_regex: No module matching cpl_c found
| 0(4660) parse error (105,18-19): Can't set module parameter
0(4660) set_mod_param_regex: No module matching cpl_c found
| 0(4660) parse error (106,18-19): Can't set module parameter
0(4660) set_mod_param_regex: No module matching cpl_c found
| 0(4660) parse error (107,18-19): Can't set module parameter
0(4660) set_mod_param_regex: No module matching cpl_c found
| 0(4660) parse error (108,18-19): Can't set module parameter
0(4660) set_mod_param_regex: No module matching cpl_c found
| 0(4660) parse error (109,17-18): Can't set module parameter
0(4660) set_mod_param_regex: No module matching cpl_c found
| 0(4660) parse error (110,17-18): Can't set module parameter
0(4660) set_mod_param_regex: No module matching cpl_c found
| 0(4660) parse error (111,17-18): Can't set module parameter
Is CPL module out of dated?
somebody has an example of openser configuration file in order ti work with CPL
Module?
Thanks in advance for your help.
Caco.
Hello,
I installed SER a few days ago and I am following the document "SER -
Getting Started" to familiarize with SER and understand how it works.
I've managed to run the first "hello world" application as well as including
authentication through mysql. However, understanding ser.cfg has become more
difficult than I thought.
To help understand the main route script, I have inserted into the ser.cfg
script several calls to xlog function to display information. Although the
information displayed is very useful, I don't understand the result of the
following sentence:
if (uri!=myself) {
.....
}
I mean, uri is the request uri, for intance, sip:1001@192.168.1.10, and
'myself' is, according to the document, the sip proxy itself, so it can't be
the same as uri. However, when the main route processes an INVITE message,
the 'if' statement seems to return false because it doesn't execute the
instrucion inside the 'if' block. And that would mean that uri is equal to
'myself'.
I am sure that I don't undertand what the value of 'myself' is......
Thanks in advance
how to make IPv6-to-PSTN work?
now I am using openser1.1 and rtpproxy.
the IPV4 to IPV4/IPV6 works fine.
But when I use IPV6 client call PSTN phone,I cann't
hear from the PSTN phone.
what is wrong?
did any one ever meet this problem?
thank you for any advice.
___________________________________________________________
雅虎免费邮箱-3.5G容量,20M附件
http://cn.mail.yahoo.com/