Hi does anyone know were I can find a SEMS how to for the ser.cfg section?
I am using SER with mysql and mediaproxy.
I have SEMS installed and running but I am a little lost with the ser.cfg
file.
Does anyone have an example of there working SEMS in the ser.cfg file I can
look at for ideas?
Thank you
Hi everyone,
I have installed ser version 0.8.11 and I want to install the mysql
package.But the problem is that the installation fails and I have the
message:
error: Failed dependencies:
libmysqlclient.so.10 is needed by ser-mysql-0.8.11-0
ser = 0.8.11 is needed by ser-mysql-0.8.11-0
In fact I use the command : rpm -i ser-mysql-0.8.11-0.i386.rpm
Can anyone explain me the source of the problem and how can I resolve
it!!!???
Thanks in advance!!!!
_________________________________________________________________
Ne cherchez plus, trouvez ! Avec le nouveau MSN Search.
http://search.msn.fr/
Hi All.
I'm using ser-0.9.2 and testing how it works when the location table has
many thousands of rows.
ser will not start when the location table has many rows. SER loads the
first 1344 records and then pukes on the 1345th record with an out of memory
error. I've started ser with "-m 512" but that doesn't seem to make any
difference.
Am I doing something wrong?
Also, for my "test" data I simply created a bunch of bogus records in the
location table. I did not do anything with the subscriber table. Does this
matter? If so, what needs to be done in order to create a large number of
"registered" users?
Regards,
Paul
Hi serusers,
I am trying to set up rtpproxy for video sessions, and I found some problems
in my particular situation: I am running ser on a machine with private IP
behind a router with public IP which forwards SIP and RTP traffic (ports 5060
and 35000-35xxx). In such a situation I have to modify rtpproxy source with
the patch posted some times ago by Greger which makes rtpproxy advertise his
public IP. In latest cvs versions of rtpproxy video support has been
introduced, so I tried to modify the patch to work with latest cvs rtpproxy.
Rtpproxy compiles and runs fine as long as I use audio only sessions, but
video can't be seen. I suspect the problem is in the patch because when I
test with non-patched rtpproxy, video works.
Is there anyone with a deeper understandig (greger? maxim?) of rtpproxy
internals who dares to provide a working patch for latest rtpproxy? (will
this patch be included in cvs head?)
thanks a lot
ciao
PS
I am not registered in serdev list and I can't post there, is there anyone
willing to forward my message there?
--
Giovanni Balasso
giaso(a)yahoo.it
Thanks for the report, it should be fixed now in CVS.
Jan.
On 31-05-2005 01:58, Bayan William Towfiq wrote:
> I'm running CVS Head. I'm now able to recreate the situation in
> approximately 5 minutes by running test calls through the system and
> moving + doing flat_rotate every few seconds.
>
> These are the first messages that come up:
>
> WARNING: no fork mode
> stateless - initializing
> acc - initializing
> 0(0) Maxfwd module- initializing
> textops - initializing
> 0(0) Default allow file (/etc/ser/permissions.allow) not found => empty
> rule set
> 0(0) Default deny file (/etc/ser/permissions.deny) not found => empty
> rule set
>
> 0(30644) ERROR: get_name: memory allocation failure
> 0(30644) flat_reopen_connection: Invalid parameter value
> 0(30644) BUG: flat_db_insert: Uninitialized connection
> 0(30644) ERROR: acc_request: Error while inserting to database
>
> I added some debugging statements as well and PATHMAX seems to be 4096
> so the input seems to be okay. I think this is a memory leak in
> flatstore where the previously allocated names are not freed.
>
> int flat_rotate_logs(void) calls flat_reopen_connection(ptr) in a loop,
> but flat_reopen_connection(ptr) just calls get_name without freeing the
> last buffer.
>
> William
>
>
> Jan Janak wrote:
>
> >That looks like a bug in flatstore module. Could you tell me what SER
> >version are you using ?
> >
> > Jan.
> >
> >On 23-05-2005 11:54, William Towfiq wrote:
> >
> >
> >>I couldn't get much debugging info from all of this because it happened
> >>somewhat randomly. I just want to see if anyone else has ever
> >>encountered similar problems with flatstore.
> >>
> >>Thanks,
> >>William
> >>
> >>0(12417) entering route[1]
> >>0(12417) ERROR: build_req_buf_from_sip_req: out of memory
> >>0(12417) ERROR: print_uac_request: no pkg_mem
> >>0(12417) ERROR: t_forward_nonack: failure to add branches
> >>0(12417) BUG: flat_db_insert: Uninitialized connection
> >>0(12417) ERROR: acc_request: Error while inserting to database
> >>0(12417) -------------------------------------------
> >>
> >>_______________________________________________
> >>Serusers mailing list
> >>serusers(a)lists.iptel.org
> >>http://lists.iptel.org/mailman/listinfo/serusers
> >>
> >>
>
Hi,
Any idea why usrloc entries start having negative values in the Expires
Parameter and never seem to go away? We have a ton of users like this:
...Record(0xb57f93f0)...
domain: 'location'
aor : '305421XXXX(a)maui.telesip.net'
~~~Contact(0xb57ecf50)~~~
domain : 'location'
aor : '305421XXXX(a)maui.telesip.net'
Contact : 'sip:305421XXXX@205.X.X.X:58061'
Expires : -645 <=============CHECK THIS OUT???
q :
Call-ID : 'bd58393-5bfdccb9(a)192.168.1.100'
CSeq : 1477
replic : 0
User-Agent: 'Linksys/PAP2-2.0.12(LS)'
received : ''
State : CS_NEW
Flags : 0
next : 0xb5bcf2ac
prev : (nil)
~~~/Contact~~~~
~~~Contact(0xb5bcf2ac)~~~
domain : 'location'
aor : '305421XXXX(a)maui.telesip.net'
Contact : 'sip:305421XXXX@205.X.X.X:57915'
Expires : 602 <= SAME USER...HERE HE IS FINE
q :
Call-ID : 'de2f27c3-22fcf655(a)192.168.1.100'
CSeq : 6
replic : 0
User-Agent: 'Linksys/PAP2-2.0.12(LS)'
received : ''
State : CS_NEW
Flags : 0
next : (nil)
prev : 0xb57ecf50
~~~/Contact~~~~
--
Andres
Network Admin
http://www.telesip.net
Yes it is. You need to use the AVPOPS module and the
failure_route directive to make it happen. Look at the
avpops docs and in there you will see an example
Dave
--- Kapil Dhawan <sersavvy(a)hotmail.com> wrote:
> Hi List
>
> Is it possible to do Call Hunting with SER.
>
>
_________________________________________________________________
> Adore Arshad Warsi?
> http://server1.msn.co.in/sp05/iifa/ Think he is the
> funniest?
>
> _______________________________________________
> Serusers mailing list
> serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>
__________________________________
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html
Environtment variables are set for the current session (terminal). If you want them to alwaya have a preconfigured value, edit .bash_profile (or the appropriate file for your host) and add there the export SIP_DOMAIN=localhost line.
Samuel.
Unclassified.
>>> <diarmuid.oneill24(a)mail.dcu.ie> 05/30/05 12:03PM >>>
Hello,
I am a student in DCU University in Dublin, Ireland, and i was down loading
the SIP Express Router onto a Sun Blade and i cant seem to permanently set
the environment variable "SIP_DOMAIN" to my localhost. I use the followng
commands in the terminal to set the variable SIP_DOMAIN to the localhost
and it works but when i reboot the Sun Blade and type in "#echo ${SIP_DOMAIN}"
i dont get back localhost. If you have any solutions to this problem, i would
be delighted to hear of them.
#SIP_DOMAIN=localhost
#export SIP_DOMAIN
#echo ${SIP_DOMAIN}
Regards,
Diarmuid.
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers