Thx Psyber
But I donn't really understand e error...would u
continue to help me to solve?
here's wad e terminal promt:
0(9191) connect_db(): Access denied for user:
'ser@localhost' (Using password: YES)
0(9191) db_init(): Error while trying to connect
database
0(9191) mod_init(): Error while connecting database
0(9191) init_mod(): Error while initializing module
usrloc
ERROR: error while initializing modules
0(9191) MSILO: destory module ...
0(9191) DEBUG: tm_shutdown : start
0(9191) DEBUG: tm_shutdown : empting hash table
0(9191) DEBUG: tm_shutdown : releasing timers
0(9191) DEBUG: tm_shutdown : removing semaphores
0(9191) DEBUG: tm_shutdown : done
0(9191) shm_mem_destory
0(9191) destorying the shared memory lock
[FAILED]
Hope u can understand what are this...
Regards,
EricQ
--- Psyber <psyber1(a)gmail.com> wrote:
> It sounds like something in your ser.cfg file is
> broken (which
> will cause ser not to start). Add these lines to
> your ser.cfg file
> and try restarting it.
>
> debug=7
> fork=no
> log_stderror=yes
>
> You will then see (via your terminal) whatever
> error(s) ser is
> encountering while attempting to start.
>
>
>
>
>
>
> On Wed, 9 Mar 2005 14:22:52 +0800 (CST), eric quek
> <ericquek2002(a)yahoo.com.sg> wrote:
> > Hi all,
> >
> > Im a new user who is still learning.
> >
> > This is my OS:
> > Linux ISPL-PC-0034 2.4.20-8 #1 Thu Mar 13 17:54:28
> EST
> > 2003 i686 i686 i386 GNU/Linux
> >
> > ser distribution:
> > ser-0.8.12-0.i386.rpm
> > ser-0.8.12-0.src.rpm
> > ser-debuginfo-0.8.12-0.i386.rpm
> > ser-jabber-0.8.12-0.i386.rpm
> > ser-mysql-0.8.12-0.i386.rpm
> > ser-radius-0.8.12-0.i386.rpm
> >
> > I was unable to restart SER in the terminal after
> I
> > eidted the 'ser.cfg' file.
> > When I type 'service ser restart', stopping ser:
> > FAILED
> > But.......Starting ser: OK
> >
> > Seem like the SER just wont stop as I had try out
> > 'service ser stop', result fail.
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Download the latest ringtones, games, and more!
> > http://sg.mobile.yahoo.com
> >
> > _______________________________________________
> > Serusers mailing list
> > serusers(a)lists.iptel.org
> > http://lists.iptel.org/mailman/listinfo/serusers
> >
>
__________________________________________________
Do You Yahoo!?
Download the latest ringtones, games, and more!
http://sg.mobile.yahoo.com
Madan,
but if my freeradius server work with mysql database on a different server,
wath type of configuration is adottable?
This is the scenario:
SIP PROXY(Ser) <----> Radius + MySQL
Thank Madan
Antonio
Hi
In the usr_prefrences table for callfwd I need to be able to write sip
addresses and pstn numbers.
Problemis when I callforward using
if (avp_db_load("$ruri/username", "s:callfwd")) {
avp_pushto("$ruri/username", "s:callfwd");
append_branch();
route(11);
break;
};
we get success if the pstn number is entered as 12124234(a)sip.domain
and the sip address is entered as iqbal(a)sip.domain
However when I look at the Contact header it displays
Contact: sip:12124234@sip.domain@sip.domain,
sip:12124234@sip.domain@sip.domain.
But the calls goes through, similaryly if the forward is to a sip address
I get
Contact: sip:iqbal@sip.domain@sip.domain, sip:iqbal@sip.domain@sip.domain.
Agai with a successful call....now this doesnt seem write even though it
works.
If I replace
avp_pushto("$ruri/username", "s:callfwd");
with
avp_pushto("$ruri", "s:callfwd");
then the sip.domain part does not display, and the call fails.
I need to store all values with the domain, since I might need to relay a
call to a different domain eg fwd..
Whats the best way of doing this...
Iqbal
Hi
I seem to be seeing this in my debug with 0.9 ser, when using the
following
if (avp_db_load("$ruri/username", "s:donotdisturb"))
I think its because i have a empty uuid field in my DB for
user_preferences...can someone confirm this, if this is the case what
should the uuid in the table be, since it is NULL in subscribers also.
iqbal
Paul,
I was thinking the same, maybe that's the problem.
What about the tear down of the sessions?
Thanks!
Regards,
Ricardo.-
> -----Mensaje original-----
> De: Java Rockx [mailto:javarockx@gmail.com]
> Enviado el: Viernes, 11 de Marzo de 2005 15:09
> Para: Ricardo Martinez
> CC: serusers(a)lists.iptel.org
> Asunto: Re: [Serusers] Mediaproxy consuming RAM resources.
>
>
> Ricardo,
>
> I think the release notes on mediaproxy-1.2 say that some resource
> leaks have been fixed.
>
> Perhaps you can try version 1.2
>
> Regards,
> Paul
>
> On Fri, 11 Mar 2005 16:01:59 -0400, Ricardo Martinez
> <rmartinez(a)redvoiss.net> wrote:
> > Hello list.
> > I was looking the process in my SER sip-proxy with the
> mediaproxy running.
> > Every time i look, the percetage of used RAM is increasing.
> It seems like
> > for some reason mediaproxy is not releasing the resources
> used in RAM. You
> > can look this in the next lines :
> >
> > PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM
> TIME CPU COMMAND
> > 1952 root 15 0 284M 266M 1628 S 0.0 26.4
> 19:22 0
> > mediaproxy.py
> >
> > Can someone tell me if this is a bug of mediaproxy or maybe a
> > missconfiguration in my ser.cfg?
> >
> > I want to ask a question regarding to tear down sessions
> with mediaproxy
> > also. In my ser.cfg i have :
> > if (loose_route()) {
> > if (method=="BYE" || method=="CANCEL") {
> > log(1, "NAT: BYE o CANCEL recibido
> --> terminando la
> > sesion de media\n");
> > end_media_session();
> > setflag(1);
> > };
> > t_relay();
> > break;
> > };
> >
> > Is this ok? I think in some cases (i'm still unable to
> determine which
> > ones), SER does not tear down a mediaproxy session. You
> can see for example
> > this two session, both of them were ended, but it seems to
> be active even
> > before that. (i ommited the source, via and destination
> IP's in the output
> > of the session.py)
> >
> > Status Duration Codec Type Traffic
> >
> --------------------------------------------------------------
> --------------
> > ---
> > hold (2430) 40'40" G729 Audio 11.53k/29.58k/18.45k
> > inactive 0'02" Unknown Audio 0/0/0
> >
> > Can someone tell me what's happening?
> > I'm runnig :
> > [root mediaproxy]# ./mediaproxy.py --version
> > mediaproxy.py 1.0
> >
> > Thanks in advance.
> > Regards,
> >
> > Ricardo M.
> >
> > _______________________________________________
> > Serusers mailing list
> > serusers(a)lists.iptel.org
> > http://lists.iptel.org/mailman/listinfo/serusers
> >
>
I'm tearing down my sessions the same way you showed in your first
email. So AFAIK, that is OK.
Regards,
Paul
On Fri, 11 Mar 2005 16:15:38 -0400, Ricardo Martinez
<rmartinez(a)redvoiss.net> wrote:
> Paul,
> I was thinking the same, maybe that's the problem.
> What about the tear down of the sessions?
>
> Thanks!
>
> Regards,
> Ricardo.-
>
> > -----Mensaje original-----
> > De: Java Rockx [mailto:javarockx@gmail.com]
> > Enviado el: Viernes, 11 de Marzo de 2005 15:09
> > Para: Ricardo Martinez
> > CC: serusers(a)lists.iptel.org
> > Asunto: Re: [Serusers] Mediaproxy consuming RAM resources.
> >
> >
> > Ricardo,
> >
> > I think the release notes on mediaproxy-1.2 say that some resource
> > leaks have been fixed.
> >
> > Perhaps you can try version 1.2
> >
> > Regards,
> > Paul
> >
> > On Fri, 11 Mar 2005 16:01:59 -0400, Ricardo Martinez
> > <rmartinez(a)redvoiss.net> wrote:
> > > Hello list.
> > > I was looking the process in my SER sip-proxy with the
> > mediaproxy running.
> > > Every time i look, the percetage of used RAM is increasing.
> > It seems like
> > > for some reason mediaproxy is not releasing the resources
> > used in RAM. You
> > > can look this in the next lines :
> > >
> > > PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM
> > TIME CPU COMMAND
> > > 1952 root 15 0 284M 266M 1628 S 0.0 26.4
> > 19:22 0
> > > mediaproxy.py
> > >
> > > Can someone tell me if this is a bug of mediaproxy or maybe a
> > > missconfiguration in my ser.cfg?
> > >
> > > I want to ask a question regarding to tear down sessions
> > with mediaproxy
> > > also. In my ser.cfg i have :
> > > if (loose_route()) {
> > > if (method=="BYE" || method=="CANCEL") {
> > > log(1, "NAT: BYE o CANCEL recibido
> > --> terminando la
> > > sesion de media\n");
> > > end_media_session();
> > > setflag(1);
> > > };
> > > t_relay();
> > > break;
> > > };
> > >
> > > Is this ok? I think in some cases (i'm still unable to
> > determine which
> > > ones), SER does not tear down a mediaproxy session. You
> > can see for example
> > > this two session, both of them were ended, but it seems to
> > be active even
> > > before that. (i ommited the source, via and destination
> > IP's in the output
> > > of the session.py)
> > >
> > > Status Duration Codec Type Traffic
> > >
> > --------------------------------------------------------------
> > --------------
> > > ---
> > > hold (2430) 40'40" G729 Audio 11.53k/29.58k/18.45k
> > > inactive 0'02" Unknown Audio 0/0/0
> > >
> > > Can someone tell me what's happening?
> > > I'm runnig :
> > > [root mediaproxy]# ./mediaproxy.py --version
> > > mediaproxy.py 1.0
> > >
> > > Thanks in advance.
> > > Regards,
> > >
> > > Ricardo M.
> > >
> > > _______________________________________________
> > > Serusers mailing list
> > > serusers(a)lists.iptel.org
> > > http://lists.iptel.org/mailman/listinfo/serusers
> > >
> >
>
Hello list.
I was looking the process in my SER sip-proxy with the mediaproxy running.
Every time i look, the percetage of used RAM is increasing. It seems like
for some reason mediaproxy is not releasing the resources used in RAM. You
can look this in the next lines :
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND
1952 root 15 0 284M 266M 1628 S 0.0 26.4 19:22 0
mediaproxy.py
Can someone tell me if this is a bug of mediaproxy or maybe a
missconfiguration in my ser.cfg?
I want to ask a question regarding to tear down sessions with mediaproxy
also. In my ser.cfg i have :
if (loose_route()) {
if (method=="BYE" || method=="CANCEL") {
log(1, "NAT: BYE o CANCEL recibido --> terminando la
sesion de media\n");
end_media_session();
setflag(1);
};
t_relay();
break;
};
Is this ok? I think in some cases (i'm still unable to determine which
ones), SER does not tear down a mediaproxy session. You can see for example
this two session, both of them were ended, but it seems to be active even
before that. (i ommited the source, via and destination IP's in the output
of the session.py)
Status Duration Codec Type Traffic
----------------------------------------------------------------------------
---
hold (2430) 40'40" G729 Audio 11.53k/29.58k/18.45k
inactive 0'02" Unknown Audio 0/0/0
Can someone tell me what's happening?
I'm runnig :
[root mediaproxy]# ./mediaproxy.py --version
mediaproxy.py 1.0
Thanks in advance.
Regards,
Ricardo M.
Dear SIP experts,
I've set up XTen clients on the two hosts, one on the simple Windows
host, and another to VmWare virtual machine, which shares the single
IP with the Linux host through the NAT. There are no login problem with
login on the stand-alone Windows, but there are with the Windows
under VmWare, where Xten complains that `Login time out'. I guess the
problem is not connected to the Xten, but with the SIP clients under
NAT et all. However, two my friends sit behing NAT too (although, on
the standalone Windows hosts, not VmWare's), and they are both have no
problems with logging, and even with talking to each other.
Thanks a lot for any suggestions!
--
Best regards,
Timur V. Elzhov
COO
Warelex LLC
Hi All.
I have a question about how Juha's LCR module and CANCEL messages interact.
If a call is being setup and the caller cancels the call, the CANCEL
message must essentially follow the same logic in ser.cfg that the
INVITE followed.
However, is there a way to make sure the CANCEL message goes out the
same PSTN gateway that the LCR module chose for the INVITE?
Regards,
Paul