Hi,
maybe this has been discussed before and maybe I'm not too good in
reading mailinglists, but anyhow.
If you have two OpenSER proxies, no replication, and storing to the same
location table, is there a way of disregading the socket information?
I see in my logs: ERROR:usrloc:dbrow2info: non-local socket...ignoring,
and I'm not really sure the implications of this message.
Is the message ignored or is the socket information ignored?
If this is not crucial, might this message be supressed in some way?
br hw
--
Helge Waastad
Senior Konsulent
Smartnet
I need to proxy and modify the Invite SDP. Can I do this from the cfg or do
I need to look at a module like nathelper to modify the SDP? Below is an
example
Inbound to openser
---Non-Working SDP---
v=0
o=nt01-1w-lax 1234 1146761158 IN IP4 152.92.17.27 s=sip call t=0 0 m=audio
38936 RTP/AVP 0 18 101 c=IN IP4 152.92.17.27
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-15
converted to - >
Outbound to my gateway
v=0
o=ast12345sg 1220177409 1220177409 IN IP4 152.92.17.27
s=-
c=IN IP4 152.92.17.27
t=0 0
a=sendrecv
m=audio 18006 RTP/AVP 0 18 18
a=fmtp:18 annexb=no
a=fmtp:18 annexb=yes
TIA,
Shane
Hi,
I have ser (0.9.x) compiled with my debian testing ... (gcc 4.0.3 ...
). In what other linux distros may i expect the binaries to run "out
of the box"? what should i look for when saying "this will run here
... but not there"?
Cesc
Hello!
I need to monitoring the work done for the SER server
is there a mechanism log?
Thank's.
Alex.
___________________________________________________________
Do You Yahoo!?
La mejor conexión a Internet y <b >2GB</b> extra a tu correo por $100 al mes. http://net.yahoo.com.mx
Hi all
I have the following URI rewriting for emergency end others special kind of numbers..
if ((uri=~"^sip:80[0-9]+@") | (uri=~"^sip:1[0-9][0-9]@")) {
rewritehost("my ip address");
forward(uri:host, uri:port);
break;
};
I would like someone explain me how to use [] ..for instance I want to apply uri rewriting to all numbers that start with 800.xx.xx.xx, is the first one I wrote ok?
Giuseppe
Hi folks!
First of all apologies if this mail shouldn't be targeted to this list
but since this is full of VoIP gurus, may be somebody can help me (if
anybody knows which is the most convenient list, please, point it to
me).
I've got a problem with a Linksys PAP2 (3.1.3) behind NAT. Both the
ATA and the NAT router (not yet found out vendor/model) are in a
customer's premises and I haven't got access to the internal
network....
I've got two users configured in the ATA registered with received
IP=NATdevice and two different ports.
When somebody calls one of these users, I got 180 Ringing from one NAT
port and after a few seconds I got 404 from the other port with a
different To-tag, which I guess is because the router/ATA is somehow
mixing users and doing some kind of forking....
SER receives the 180,404 sequence and relies back the 404, which makes
impossible to call any user.
This client has another ATA and both of them offers the same
behaviour. The customer recently shut down the ATAs and probably
there's something misconfigured....but I am completely new to the
f#@#ng ATAs and I would really appreciate any hint about which of the
config options of the Linksys can affect this behaviour.
Thanks in advance,
Samuel.
Please help!! I've been googling for an hour but I cannot find RTP Proxy
anywhere? Could someone please point me in the right direction?
Any help appreciated.
Luke.
Cheers!
-----Original Message-----
From: serusers-bounces(a)iptel.org [mailto:serusers-bounces@lists.iptel.org] On
Behalf Of Andrey Kouprianov
Sent: 11 May 2006 16:25
To: serusers(a)lists.iptel.org
Subject: Re: [Serusers] RTP Proxy - Download?????
hehehe... Google for these mailing list archives better ;) I just
asked this question like a day ago.
Anyway... It's avaialble in ftp://ftp.iptel.org/pub/rtpproxy
On 5/11/06, luke.2.pilgrim(a)bt.com <luke.2.pilgrim(a)bt.com> wrote:
>
>
>
>
>
> Please help!! I've been googling for an hour but I cannot find RTP
Proxy
> anywhere? Could someone please point me in the right direction?
>
>
>
> Any help appreciated.
>
>
>
> Luke.
>
>
> _______________________________________________
> Serusers mailing list
> serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>
>
>
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
I'm using SER 0.9.4 and MySql 4.1.19 on a Linux Suse 10 machine.
I 've installed Ser with rpm
If I uncomment the row with mysql.so module in the ser.cfg file, ser does not start anymore.
What Can I do ?
I 've attacched the cfg section and the konsole text.
--------
ser.cfg :
----
# ------------------ module loading ----------------------------------
# Uncomment this if you want to use SQL database
loadmodule "/usr/lib/ser/modules/mysql.so"
loadmodule "/usr/lib/ser/modules/sl.so"
loadmodule "/usr/lib/ser/modules/tm.so"
loadmodule "/usr/lib/ser/modules/rr.so"
loadmodule "/usr/lib/ser/modules/maxfwd.so"
loadmodule "/usr/lib/ser/modules/usrloc.so"
loadmodule "/usr/lib/ser/modules/registrar.so"
loadmodule "/usr/lib/ser/modules/textops.so"
# Uncomment this if you want digest authentication
# mysql.so must be loaded !
#loadmodule "/usr/lib/ser/modules/auth.so"
#loadmodule "/usr/lib/ser/modules/auth_db.so"
# ----------------- setting module-specific parameters ---------------
# -- usrloc params --
#modparam("usrloc", "db_mode", 0)
# Uncomment this if you want to use SQL database
# for persistent storage and comment the previous line
modparam("usrloc", "db_mode", 2)
modparam("usrloc", "db_ur1", "sql://ser:heslo@localhost/ser")
..
--------------------------------------
linux:~ # ser -D -E
0(1797) loading module /usr/lib/ser/modules/mysql.so
0(1797) ERROR: load_module: could not open module </usr/lib/ser/modules/mysql.so>: /usr/lib/ser/modules/mysql.so: cannot open shared object file: No such file or directory
0(1797) parse error (34,13-14): failed to load module
0(1797) loading module /usr/lib/ser/modules/sl.so
0(1797) loading module /usr/lib/ser/modules/tm.so
0(1797) loading module /usr/lib/ser/modules/rr.so
0(1797) loading module /usr/lib/ser/modules/maxfwd.so
0(1797) loading module /usr/lib/ser/modules/usrloc.so
0(1797) loading module /usr/lib/ser/modules/registrar.so
0(1797) loading module /usr/lib/ser/modules/textops.so
0(1797) set_mod_param_regex: usrloc matches module usrloc
0(1797) set_mod_param_regex: found <db_mode> in module usrloc [/usr/lib/ser/modules/usrloc.so]
0(1797) set_mod_param_regex: usrloc matches module usrloc
0(1797) set_mod_param_regex: parameter <db_ur1> not found in module <usrloc>
0(1797) parse error (59,20-21): Can't set module parameter
0(1797) set_mod_param_regex: rr matches module rr
0(1797) set_mod_param_regex: found <enable_full_lr> in module rr [/usr/lib/ser/modules/rr.so]
0(1797) find_export: found <mf_process_maxfwd_header> in module maxfwd [/usr/lib/ser/modules/maxfwd.so]
0(1797) find_export: found <sl_send_reply> in module sl_module [/usr/lib/ser/modules/sl.so]
0(1797) find_export: found <sl_send_reply> in module sl_module [/usr/lib/ser/modules/sl.so]
0(1797) find_export: found <record_route> in module rr [/usr/lib/ser/modules/rr.so]
0(1797) find_export: found <loose_route> in module rr [/usr/lib/ser/modules/rr.so]
0(1797) find_export: found <append_hf> in module textops [/usr/lib/ser/modules/textops.so]
0(1797) find_export: found <append_hf> in module textops [/usr/lib/ser/modules/textops.so]
0(1797) find_export: found <save> in module registrar [/usr/lib/ser/modules/registrar.so]
0(1797) find_export: found <lookup> in module registrar [/usr/lib/ser/modules/registrar.so]
0(1797) find_export: found <append_hf> in module textops [/usr/lib/ser/modules/textops.so]
0(1797) find_export: found <lookup> in module registrar [/usr/lib/ser/modules/registrar.so]
0(1797) find_export: found <sl_send_reply> in module sl_module [/usr/lib/ser/modules/sl.so]
0(1797) find_export: found <append_hf> in module textops [/usr/lib/ser/modules/textops.so]
0(1797) find_export: found <t_relay> in module tm [/usr/lib/ser/modules/tm.so]
0(1797) find_export: found <sl_reply_error> in module sl_module [/usr/lib/ser/modules/sl.so]
ERROR: bad config file (2 errors)
0(1797) DEBUG: tm_shutdown : start
0(1797) DEBUG: tm_shutdown : emptying hash table
0(1797) DEBUG: tm_shutdown : releasing timers
0(1797) DEBUG: tm_shutdown : removing semaphores
0(1797) DEBUG: tm_shutdown : destroying tmcb lists
0(1797) DEBUG: tm_shutdown : done
0(1797) shm_mem_destroy
Hi all,
I have a problem since last week,I am trying to make a call between two asterisk's,
SER is proxy between them on different machine on LAN. I can forward the call easily between
these two astrisk's by forward command in ser.cfg,
but there is no voice between these client's connected with asterisk's.
when i loads the module nathelper.so in ser.cfg and force_rtp_proxy() i get's this error
May 11 15:09:51 localhost /usr/sbin/ser[21556]: ERROR: extract_mediaip: no `c=' in SDP May 11 15:09:51 localhost /usr/sbin/ser[21556]: ERROR: send_rtpp_command: can't connect to RTP proxy
please help me how to solve this problem.
Thanks in advance,
Faisal
---------------------------------
New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.