[OpenSER-Users] R: CPL Errors

2007-12-05 Thread daniel grotti
Hi Bogdan, I think it's not the latest trunk version, so I will make an upgrade of the module. thanks. Regards, daniel -- Daniel Grotti D.E.I.S. - University of Bologna -- Via Venezia, 52 47023 Cesena (FC) - ITA

[OpenSER-Users] R: configure openser with cpl module

2007-12-05 Thread daniel grotti
Hi Martin, take a look at http://www.openser.org/docs/modules/1.2.x/cpl-c.html. Regards, daniel -- Daniel Grotti D.E.I.S. - University of Bologna -- Via Venezia, 52 47023 Cesena (FC) - ITALY

[OpenSER-Users] FreeRADIUS-CDRTool Prepaid Connector 1.1 Released

2007-12-05 Thread Dan-Cristian Bogos
Folks, for any of you using (or having interest in using) prepaid authentication based on CDRTool through FreeRADIUS Authorization methods, I announce the release 1.1 available to be downloaded from SourceForge.net. Changelog from version 1.0 to present: !Version 1.1 - 05.12.2007 by Dan-Cristi

Re: [OpenSER-Users] CPL Errors

2007-12-05 Thread Bogdan-Andrei Iancu
Hi Daniel, First of all be sure you are using the latest trunk version - there were several fixes in cpl module. If the errors persist, please report back with a ful debug log. Thanks and regards, Bogdan Daniel wrote: > Hi all, > What does this error means ? > It occurs only when I call a CPL

Re: [OpenSER-Users] OpeSer SVN presence error

2007-12-05 Thread Klaus Darilion
TCB schrieb: > I'm also having issues starting Oser with presence_xml module, its > crashes with no error in my log. Disable it and oser > start fine. Without presence_xml you can't use presence (this is the cause of your error messages). Fix loading of the modules. Increase debug level. Mayb

[OpenSER-Users] OpeSer SVN presence error

2007-12-05 Thread Juha Heinanen
TCB writes: > I'm trying to setup openser-svn-3261 with presence support and gettign the > following error. > > Dec 5 18:04:27 ss-za /usr/local/sbin/openser[7403]: Handle PUBLISH > Dec 5 18:04:27 ss-za /usr/local/sbin/openser[7403]: > ERROR:presence:handle_publish: Missing or unsupported

[OpenSER-Users] OpeSer SVN presence error

2007-12-05 Thread TCB
I'm trying to setup openser-svn-3261 with presence support and gettign the following error. Dec 5 18:04:27 ss-za /usr/local/sbin/openser[7403]: Handle PUBLISH Dec 5 18:04:27 ss-za /usr/local/sbin/openser[7403]: ERROR:presence:handle_publish: Missing or unsupported event header field value Dec 5

[OpenSER-Users] CPL Errors

2007-12-05 Thread Daniel
Hi all, What does this error means ? It occurs only when I call a CPL script af a natted User. Refer to OUTGOING CPL Script: 4(9914) ERROR:cpl_c: overflow detected ip=0xb608fa30 offset=506 in func. cpl_run.c, line 1000 4(9914) ERROR: t_reply: cannot send a t_reply to a message for which no T-stat

Re: [OpenSER-Users] Openser is giving compile errors for avp_write and avp_pushto

2007-12-05 Thread Daniel-Constantin Mierla
Hello, I assume you use 1.1. Beware that the prototype for these functions has changed since 1.0. Check the readme file of avpops module to see the new format for parameters. http://www.openser.org/docs/modules/1.1.x/avpops.html#AEN287 Mainly, the name of avps are gives as $avp(name) instead o

Re: [OpenSER-Users] [OpenSER-Devel] Openser is giving compile errors for avp_write and avp_pushto

2007-12-05 Thread Daniel-Constantin Mierla
Hello, it is better to avoid cross-posting unless it is an announcement or something with general interest. If it is a posting related to a stable version, then use users mailing list, if it is related to devel/testing version or new features, post on devel mailing list. We keep more coherence

[OpenSER-Users] Openser is giving compile errors for avp_write and avp_pushto

2007-12-05 Thread Sandeep Ammaladinna
avp_write("$ruri", "i:10"); avp_pushto("$ruri", "i:10"); What could be the issue; I am following the syntax from the cook book. Attached is my .cfg Thanks in advance. Cheers -Sandeep -- next part -- An HTML atta

[OpenSER-Users] Could someone help me with WeSIP ?

2007-12-05 Thread Daniel Grotti
Hi all, I'm trying to use WeSIP but I don't be able to connect to "Manager" link. I receive a 500 Http error. This is my server.xml file: where I hide Proxy IP Address with PROXY_IP and in OpenserSER I have setted modparam("seas", "listen_sockets","localhost:5080") **

Re: [OpenSER-Users] uac_replace_from issues

2007-12-05 Thread Henning Westerholt
On Tuesday 04 December 2007, Alex Hermann wrote: > Hello, > > I have 2 issues with uac_replace_from. > > 1) Can someone add a big fat warning to the documentation > that "append_fromtag" from the rr module MUST be enabled for automatic > restore to function? I got random memory locations copied int

Re: [OpenSER-Users] Openser is giving compile errors for avp_write and avp_pushto

2007-12-05 Thread Henning Westerholt
On Wednesday 05 December 2007, Sandeep Ammaladinna wrote: > Hi, > >When I am compiling my openser.cfg, Openser is throwing errors for > avp_write and avp_pushto. >The syntax I am using is as follows: > > avp_write("$ruri", "i:10"); > avp_pushto("$ruri", "i:10"); > > What cou

[OpenSER-Users] Openser is giving compile errors for avp_write and avp_pushto

2007-12-05 Thread Sandeep Ammaladinna
Hi, When I am compiling my openser.cfg, Openser is throwing errors for avp_write and avp_pushto. The syntax I am using is as follows: avp_write("$ruri", "i:10"); avp_pushto("$ruri", "i:10"); What could be the issue; I am following the syntax from the cook book. Attached