Re: [Devel] Re: [Users] TLS setup

2005-11-10 Thread Bogdan-Andrei Iancu
Hi Cesc, I will take a look to see what about.have ever you tried something similar? regards, bogdan Cesc wrote: See this thread at openssl-dev ... the guy has the patch, but the developers in openssl do not seem enthusiastic (i remember once one replied ... but then the guy with the p

Re: [Devel] module coding question, are optional arguments set to null by default?

2005-11-10 Thread Bogdan-Andrei Iancu
Hi Ron, if you want to have same function but with different no of params, you have to exported twice, for each no params: static cmd_export_t commands[] = { {"route_fubar", fubar, 1, 0, REQUEST_ROUTE }, {"route_fubar", fubar, 0, 0, REQUEST_ROUTE }, {0, 0,

[Devel] [ openser-Feature Requests-1353316 ] Support to insert headers on the top of the message

2005-11-10 Thread SourceForge.net
Feature Requests item #1353316, was opened at 2005-11-10 09:40 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1353316&group_id=139143 Please note that this message will contain

[Devel] module coding question, are optional arguments set to null by default?

2005-11-10 Thread Ron Winacott
Hello all, I have a question about the module C function arguments. After you map the route function to the module C function, the C function has three arguments, the struct sip_msg* msg, char* str1 and char* str2. So my question is, if the routing function is called without passing a

[Devel] CVS commitlog: sip-server/modules/osp README

2005-11-10 Thread Dmitry Isakbayev
User: isakdim Date: 2005/11/10 08:33:50 PST OpenSER CVS - Commit Details Modified files: modules/osp README Commit Log: Recompiled sgml files Revision ChangesPath 1.2 +221 -288 sip-server/modules/osp/README [ http://cvs.sourceforge.net/viewcvs.py/open

[Devel] CVS commitlog: sip-server/modules/osp/doc osp.sgml osp_devel.sgml osp_faq.sgml osp_user.sgml

2005-11-10 Thread Dmitry Isakbayev
User: isakdim Date: 2005/11/10 08:33:09 PST OpenSER CVS - Commit Details Modified files: modules/osp/doc osp.sgml osp_devel.sgml osp_faq.sgml osp_user.sgml Commit Log: Minor documentation updates Revision ChangesPath 1.2 +7 -6 si

Re: [Devel] roadmap to v1.1.0

2005-11-10 Thread Daniel-Constantin Mierla
Hi, the new roadmap is now online. http://openser.org/roadmap.php I collected all the suggestions sent on the mailing list, please let me know if something was missed. The roadmap is just a guide for the new release, many other features will be implemented till the next release, although some

[Devel] [ openser-Bugs-1353117 ] add_username RR parameter

2005-11-10 Thread SourceForge.net
Bugs item #1353117, was opened at 2005-11-10 14:33 Message generated for change (Settings changed) made by bogdan_iancu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1353117&group_id=139143 Please note that this message will contain a full copy of the c

[Devel] CVS commitlog: sip-server/modules/rr record.c

2005-11-10 Thread Bogdan-Andrei Iancu
User: bogdan_iancu Date: 2005/11/10 08:10:32 PST OpenSER CVS - Commit Details Modified files: modules/rr record.c Commit Log: bug fixed: add_username alters also the behaviour of record_route_preset() Revision ChangesPath 1.3 +14 -9 sip-server/modules/

[Devel] [ openser-Feature Requests-1353222 ] Support to insert headers on the top of the message

2005-11-10 Thread SourceForge.net
Feature Requests item #1353222, was opened at 2005-11-10 07:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1353222&group_id=139143 Please note that this message will contain

Re: [Users] Re: [Devel] roadmap to v1.1.0

2005-11-10 Thread Bogdan-Andrei Iancu
Hi Klaus, Klaus Darilion wrote: Daniel-Constantin Mierla wrote: - generic communication interface which must offer an abstract layer between core/modules and transports (e.g., fifo, unix sockets) - move the code of the implemented trasports as module - NAPTR lookup with failover to next

Re: [Users] Re: [Devel] roadmap to v1.1.0

2005-11-10 Thread Bogdan-Andrei Iancu
HI Raymond, I think was already mentioned in usrloc section as "cacheless usrloc" - integrating this into usrloc will be a more elegant way to do it than having another module. regards, bogdan Raymond Chen wrote: How about usrloc-cl? Ray -Original Message- From: [EMAIL PROTECTED

Re: [Devel] roadmap to v1.1.0

2005-11-10 Thread Bogdan-Andrei Iancu
Hi Norman, this makes perfectly sense. I was planning to do such a re-organize of the tables by splitting them in two: 1) tables which are used by openser (the DB core, which is by default deployed) 2) tables used only by serweb (which will be only on demand installed). regards, bogdan

Re: [Devel] customizable Server and User-Agent headers

2005-11-10 Thread Bogdan-Andrei Iancu
Hi Juha, I committed your patch on the cvs - the strange thing is that "user_agent_header" was never used; was the patch complete? anyhow, I added in TM support for "user_agent_header". If there are any missing parts, please let me know. regards, bogdan Juha Heinanen wrote: enclosed find

[Devel] CVS commitlog: sip-server cfg.lex cfg.y globals.h main.c msg_translator.c sip-server/modules/tm t_msgbuilder.c t_msgbuilder.h

2005-11-10 Thread Bogdan-Andrei Iancu
User: bogdan_iancu Date: 2005/11/10 06:52:24 PST OpenSER CVS - Commit Details Modified files: .cfg.y cfg.lex globals.h main.c msg_translator.c modules/tm t_msgbuilder.c t_msgbuilder.h Commit Log: - customizable Server and

[Devel] [ openser-Documentation-1353130 ] remove_hf not documeneted

2005-11-10 Thread SourceForge.net
Documentation item #1353130, was opened at 2005-11-10 14:54 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782960&aid=1353130&group_id=139143 Please note that this message will contain a f

[Devel] [ openser-Feature Requests-1353120 ] $rm in the reply route

2005-11-10 Thread SourceForge.net
Feature Requests item #1353120, was opened at 2005-11-10 14:36 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743023&aid=1353120&group_id=139143 Please note that this message will contain

[Devel] [ openser-Bugs-1353117 ] add_username RR parameter

2005-11-10 Thread SourceForge.net
Bugs item #1353117, was opened at 2005-11-10 14:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1353117&group_id=139143 Please note that this message will contain a full copy

Re: [Devel] Compile openser-tls error

2005-11-10 Thread Bogdan-Andrei Iancu
Hi, you need to disable the kerberos support in openssl. It's a known issue with the devel package. regards, bogdan Nguyen Duc Phi wrote: Hi all, I am compile openser-1.0.0-tls on Red Hat Linux 3.2.3-52 openssl-0.9.7a-33.17 openssl-devel-0.9.7a-33.17 It's show error : gcc -g -O9 -f

[Devel] Compile openser-tls error

2005-11-10 Thread Nguyen Duc Phi
Hi all,   I am compile openser-1.0.0-tls on   Red Hat Linux 3.2.3-52 openssl-0.9.7a-33.17openssl-devel-0.9.7a-33.17   It's show error :   gcc -g -O9 -funroll-loops  -Wcast-align  -Wall   -minline-all-stringops -malign-double -falign-loops -mcpu=athlon  -DNAME='"openser"' -DVERSION='"1.0