Re: [OpenSER-Users] id openser mising?

2008-02-07 Thread Kalinda G
Openser admins! I did installation of OpenSER using the source from SVN, and noticed that openser unix id no longer added by itself during installation (i.e. make all; make install). See the following file which state that openser to be started by id openser. $ egrep "USER|GROUP" /etc/default/ope

Re: [OpenSER-Users] How to set a fixed string as acc "extra" field?

2008-02-07 Thread Iñaki Baz Castillo
El Viernes, 8 de Febrero de 2008, Jesus Rodriguez escribió: > > PD: Yes, I know I can do a bit "dirty" trick: > > modparam("acc", "radius_extra", "Source-IP=$si; Proxy-IP=$var(proxy- > > ip)") > > ... > > $var(proxy-ip) = "88.88.88.88"; > > > > but I'd prefer not to do it. > > Try something lik

Re: [OpenSER-Users] How to set a fixed string as acc "extra" field?

2008-02-07 Thread Jesus Rodriguez
Hola Iñaki, > Hi, imagine I need to log two extra fields in accounting: > > - Source-IP > - Proxy-IP > > "Source-IP" will be dynamic containing the value of $si. > "Proxy-IP" is a fixed string value = "88.88.88.88", but... how to > log this > value?: > > * modparam("acc", "radius_extra", "Sou

[OpenSER-Users] How to set a fixed string as acc "extra" field?

2008-02-07 Thread Iñaki Baz Castillo
Hi, imagine I need to log two extra fields in accounting: - Source-IP - Proxy-IP "Source-IP" will be dynamic containing the value of $si. "Proxy-IP" is a fixed string value = "88.88.88.88", but... how to log this value?: * modparam("acc", "radius_extra", "Source-IP=$si; Proxy-IP=88.88.88.88

Re: [OpenSER-Users] [OpenSER-Devel] Implemented RFCs

2008-02-07 Thread Victor Pascual Ávila
Jerome, On Feb 7, 2008 7:05 PM, Jerome Martin <[EMAIL PROTECTED]> wrote: > I would say such a document would be terribly difficult to write as RFC > conformance also depends a lot on what you do in the configuration > scripts ... Yes, you are right. But actually could be listed which RFCs may be

Re: [OpenSER-Users] [OpenSER-Devel] Implemented RFCs

2008-02-07 Thread Jerome Martin
Hi, I would say such a document would be terribly difficult to write as RFC conformance also depends a lot on what you do in the configuration scripts ... Regards, Jerome On Thu, 2008-02-07 at 18:05 +0100, Victor Pascual Ávila wrote: > Hi Folks, > Is there any document where I can find the imple

[OpenSER-Users] Tech prefix and CarrierRoute

2008-02-07 Thread TCB
I need to append the callerid as tech prefix to all outgoing calls for complience with my billing Server. I'm using carrierroute model for routing. Can i do this or do i have to resort to do it from within the openser script -- TC ___ Users mailing list

[OpenSER-Users] Implemented RFCs

2008-02-07 Thread Victor Pascual Ávila
Hi Folks, Is there any document where I can find the implemented RFCs in Openser? Creating a wiki document would be useful. Cheers, -- Victor Pascual Ávila Research Engineer Tel. +34 93 542 2906 Fax. +34 93 542 2517 Research Group on Network Technologies and Strategies (NeTS) Universitat Pompe

[OpenSER-Users] Compilation problem on Debian Stable/SPARC architexture

2008-02-07 Thread Schumann Sebastian
Dear all I am facing problems installing OpenSER 1.3 from branch on a Debian 4.0R2 running on a SUN UltraSPARC IIi server (sparc64). After retrieving all required files and executing # make mode=debug, the second file's compilation fails already: Compiling blacklist.c Error: Architecture

Re: [OpenSER-Users] Local Call

2008-02-07 Thread VoIP Forums www . Go4Calls . com
I have added curly brackets after each else if but still local call is not working. Regards, www.Go4Calls.Com VoIP Forums > Date: Thu, 7 Feb 2008 06:11:42 -0500 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: [OpenSER-Users] Local Call > CC: users@lists.openser.org > > Us

Re: [OpenSER-Users] Local Call

2008-02-07 Thread Ovidiu Sas
Use curly brackets after each "else if" line. Regards, Ovidiu Sas On Feb 7, 2008 5:12 AM, VoIP Forums www. Go4Calls. com <[EMAIL PROTECTED]> wrote: > > Hi friends, > > Could you please help me how i can make dialplan to call local each > subscriber using some special prefix? > > I tried the fol

Re: [OpenSER-Users] How to handle messages received in WeSIP?

2008-02-07 Thread Rajat Dudeja
Hi Henning>> 2. In case, some one wants to modify the received message then is there a>> possibilty to send the modified message back to OpenSER?>> 3. I have used the above tar file, to me it appears that this file only>> contains the binary form of WeSIP. So where can I get the complete source>> c

[OpenSER-Users] Local Call

2008-02-07 Thread VoIP Forums www . Go4Calls . com
Hi friends, Could you please help me how i can make dialplan to call local each subscriber using some special prefix? I tried the following but it did not work. if (uri=~"sip:[EMAIL PROTECTED]") { strip(2); rewritehostport("pstncarrier:5060"); ro

Re: [OpenSER-Users] newbie questions

2008-02-07 Thread Nicolas Palix
On Feb 7, 2008, at 4:52 AM, Alex Balashov wrote: > Doug, > > Doug McLetchie wrote: > >> I've been reading manuals & sip specs all day, and I think that I >> found >> my answer, and it really is an easy one. here's my own answer to my >> question, can you let me know if this sounds right? >> >>

Re: [OpenSER-Users] Accounting through Mediaproxy

2008-02-07 Thread Iñaki Baz Castillo
On Thursday 07 February 2008 00:44:27 Abdul wrote: > Is Mediaproxy will be best choice to get trust able AcctSessionTime? > > If Mediaproxy AcctSessionTime is trustable, i have to use ACC module of > Openser or only dbaccounting configuration will be enough to store records > direct from Mediapro