Hello,
I?m trying to write my module.
I need to read the uri in the contact header field of the ?302? response.
How can I get this header in the failure route block?
**********************************************************************
The information in this message is confidential and may be legally
privileged. It is intended solely for the addressee. Access to this message
by anyone else is unauthorized. If you are not the intended recipient, any
disclosure, copying, or distribution of the message, or any action or
omission taken by you in reliance on it, is prohibited and may be unlawful.
Please immediately contact the sender if you have received this message in
error.
**********************************************************************
Hi,all
I downloaded the serweb-2004-07-24,and untar it.I followed the instruction given by website.
But I can not find the file named 'config_paths.php' and 'config_data_layer.php'.
What is wrong with my TAR file?
And another problem,I want to add user in Redhat with SERCTL ADD command,but error occurs as follows:
////////////////////////////
[root@localhost root]# serctl add 118 118 118(a)192.168.1.10
MySql password:
MySql password:
Enter password:
ERROR 1045: Access denied for user: 'ser@localhost' (Using password: NO)
introducing a new user to the database failed
///////////////////////////
MySql Database's password is null.so I just type 'RETURN' in first and twice prompt.
In the third,'Enter password:' ? does the SER DATABASE have a password? and what's it?
Thanks In Advance.
Best Regards
Shibo
==============
Hi all.
Can anyone shoot me an example on proper use of Juha's LCR module.
I thought I had mine right, but then I realized that some re-INVITE
messages were not being handled properly and calls were being
disconnected.
Regards,
Paul
Hi,
I am working on SER and I m looking for acknowledgeable consultant that
provide offline support and some technical queries. If you are able to help
please quote me your rates and direct email to me. Thanks alot guys.
Regards,
SunShung
_________________________________________________________________
Dont just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/
Hi
I currently have several hundred prefixes which a user could dial to, now
the way my system is setup is that various of these occur in various
packages
eg PREF 011 - package A
PREF 022 - package B
etc etc
Is there anyway of looking these up in a DB, and then allowing to a
route, rather than putting the prefix in the ser.cfg file. I have all
the prefixes added in the lcr table, and each group of prefixes is
assigned to a package, and added in the grp table...with each
subscriber, and flags set for each group in ser.cfg as in example for
free-pstn etc etc
Now I need to check for each dial prefix, in ser.cfg so I can route, and
thats alot of check statements, even if I can work out some using regex.
if uri=011 and flag=1 then call, #
if uri =022 and flag =2 then call
flag 2 cant call 011, hence I need to have two separate checks...and for
all the prefixes I need to have lots and lots...is there a neater/nicer
way of doing this.
Iqbal
I'm trying to connect 2 GKs.
Version 2.2.0 is used in both GK.
GK_A has an EP registed to it with alias 1001, GK_B has an EP registed
to it with alias 2001.
In GK_B, I set GK_A as Permanent EP like
[RasSrv::PermanentEndpoints]
192.168.2.218=GK_A;1
When I dial 1001 from 2001, I see an ACF from the status port, right
after that I get a DCF.
By tracing the log in GK_B, I get :
ProxyChannel.cxx(1984) Q931 192.168.2.218:1720 DIDN'T ACCEPT THE CALL
where 192.168.2.218 is the IP for GK_A.
But in GK_A, nothing related to GK_B in the log.
Please help me to find out the problem.
Thanks.
Hello.
Returning to this subject. I upgraded to the new mediaproxy
version. 1.2.1, but i still have the same problem. I detected a increasing
amount of RAM memory used by mediaproxy. I don't know what's happening. Is
this something maybe related to the way i tear dow the session, i'm still
confuse with so many IDLE session in my mediaproxy. Can this be the cause of
the increasing amount of RAM memory used?
Also, is there a way to debug the mediaproxy? or something that help me to
understand what's going on?
Any help would be appreciated.
Thanks
Ricardo.-
> -----Mensaje original-----
> De: Java Rockx [mailto:javarockx@gmail.com]
> Enviado el: Viernes, 11 de Marzo de 2005 15:23
> Para: Ricardo Martinez
> CC: serusers(a)lists.iptel.org
> Asunto: Re: [Serusers] Mediaproxy consuming RAM resources.
>
>
> 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
> > > >
> > >
> >
>
Hi all,
I've Problem with ser and mysql databases:
In first time, I can connect to ser mysql database
without any problem, but when i try to do it twice, I'
have this errors :
Listening on
udp: 127.0.0.1 [127.0.0.1]:5060
udp: 192.168.1.20 [192.168.1.20]:5060
tcp: 127.0.0.1 [127.0.0.1]:5060
tcp: 192.168.1.20 [192.168.1.20]:5060
Aliases:
tcp: linux:5060
tcp: linux.local:5060
tcp: localhost:5060
udp: linux:5060
udp: linux.local:5060
udp: localhost:5060
stateless - initializing
0(0) Maxfwd module- initializing
textops - initializing
acc - initializing
0(4479) new_connection(): Can't connect to MySQL
server on '192.168.1.70' (111) 0(4479) db_init():
Could not create a connection
0(4479) ERROR: child_init(0): Error while connecting
database
0(4479) init_mod_child(): Error while initializing
module usrloc
0(4479) main: error in init_child
Thanks for advance.
Bouchra.
Découvrez nos promotions exclusives "destination de la Tunisie, du Maroc, des Baléares et la Rép. Dominicaine sur Yahoo! Voyages :
http://fr.travel.yahoo.com/promotions/mar14.html
Hi All.
I really need some help here. Attached is a call log between my
ser-0.9.1 sip proxy and a third party Sonus PSTN gateway.
The call was originated on a SIP phone so the Sonus gateway sends
re-INVITE messages during the call.
The problem is that the re-INIVITE is not properly processed and
therefore the PSTN gateway sends a BYE message (not shown).
I'm using Juha's LCR module because we have multiple PSTN gateways.
Anyhow, it seems like this is happening:
INVITE sent to PSTN gateway
PSTN GW sends 180 Ringing
PSTN GW sends 200 OK, which is sent to the SIP UA
SIP UA replied with ACK, which is sent to the PSTN GW
Time Elapses
PSTN GW sends re-INVITE, which is sent to the SIP UA
SIP UA replies with 200 OK, which is sent to the PSTN GW
PSTN GW sends another re-INVITE
PSTN GW sends an ACK, which is sent to the SIP UA
re-INVITE (received immediated before the ACK) is sent to the SIP UA
And the call falls apart from here.
It's like some sort of timing issue where another INIVITE is recieved
before the ACK.
My timers in ser.cfg are as follows:
modparam("tm", "fr_timer", 22)
modparam("tm", "fr_inv_timer", 27)
modparam("tm", "wt_timer", 5)
modparam("tm", "fr_inv_timer_avp", "inv_timeout")
Can anyone give a pointer please? I'm 100% lost on this one.
Regards,
Paul