Re: [OpenSIPS-Devel] 1.4 to 1.5 migration

2009-03-30 Thread Bogdan-Andrei Iancu
Hi, the migration doc is available at: http://www.opensips.org/index.php?n=Resources.DocsMigration14to15 If there are any missings, please point them out. The page is free to edit for the people who registered on the web site (free subscription). Posting comments is allowed for everybod

[OpenSIPS-Devel] SF.net SVN: opensips:[5561] trunk/packaging/solaris

2009-03-30 Thread Sergio Gutierrez
Revision: 5561 http://opensips.svn.sourceforge.net/opensips/?rev=5561&view=rev Author: saguti Date: 2009-03-30 15:27:05 + (Mon, 30 Mar 2009) Log Message: --- - Updated to development version. - Added packaging files for new modules. Modified Paths: -- t

[OpenSIPS-Devel] SF.net SVN: opensips:[5560] branches/1.5/scripts/osipsconsole

2009-03-30 Thread Iulia Bublea
Revision: 5560 http://opensips.svn.sourceforge.net/opensips/?rev=5560&view=rev Author: iulia_bublea Date: 2009-03-30 15:12:04 + (Mon, 30 Mar 2009) Log Message: --- Help command was added. Info on all commands can be obtained either by typing: help in th

[OpenSIPS-Devel] SF.net SVN: opensips:[5559] branches/1.4/packaging/solaris

2009-03-30 Thread Sergio Gutierrez
Revision: 5559 http://opensips.svn.sourceforge.net/opensips/?rev=5559&view=rev Author: saguti Date: 2009-03-30 15:07:47 + (Mon, 30 Mar 2009) Log Message: --- - New packaging files for module mi_xmlrpc Added Paths: --- branches/1.4/packaging/solaris/xmlrpc-P

[OpenSIPS-Devel] SF.net SVN: opensips:[5558] branches/1.5/packaging/solaris

2009-03-30 Thread Sergio Gutierrez
Revision: 5558 http://opensips.svn.sourceforge.net/opensips/?rev=5558&view=rev Author: saguti Date: 2009-03-30 15:00:57 + (Mon, 30 Mar 2009) Log Message: --- - Updated packing files to last version. - Added packaging files for new modules. Modified Paths: -

[OpenSIPS-Devel] SF.net SVN: opensips:[5557] trunk/scripts/osipsconsole

2009-03-30 Thread Iulia Bublea
Revision: 5557 http://opensips.svn.sourceforge.net/opensips/?rev=5557&view=rev Author: iulia_bublea Date: 2009-03-30 14:43:11 + (Mon, 30 Mar 2009) Log Message: --- Help command was added. Info on all commands can be obtained by typing ---help--- in the console or by ty

[OpenSIPS-Devel] SF.net SVN: opensips:[5556] branches/1.4/packaging/solaris

2009-03-30 Thread Sergio Gutierrez
Revision: 5556 http://opensips.svn.sourceforge.net/opensips/?rev=5556&view=rev Author: saguti Date: 2009-03-30 14:42:59 + (Mon, 30 Mar 2009) Log Message: --- - Updated packaging files to last version. Modified Paths: -- branches/1.4/packaging/solaris/ba

Re: [OpenSIPS-Devel] SUBSCRIBE uses RURI as target instead of To URI

2009-03-30 Thread Iñaki Baz Castillo
2009/3/30 Anca Vamanu : > The presence module inspects the R-URI  considering it to hold the > presentity uri as is ought to be. > Indeed, the proxy must not change the R-URI. Ok, thanks for the clarification. It's ok then, sorry for the invalid warning :) -- Iñaki Baz Castillo __

Re: [OpenSIPS-Devel] SUBSCRIBE uses RURI as target instead of To URI

2009-03-30 Thread Anca Vamanu
Hi Inaki, Iñaki Baz Castillo wrote: > Hi, I've read some threads/reports about presence in OpenSER/OpenSIPS. > Some of them suggest that the presence should be done for the To URI > in the SUBSCRIBE instead of getting it from the RURI. For example: > > https://sourceforge.net/tracker/index.php?

[OpenSIPS-Devel] SUBSCRIBE uses RURI as target instead of To URI

2009-03-30 Thread Iñaki Baz Castillo
Hi, I've read some threads/reports about presence in OpenSER/OpenSIPS. Some of them suggest that the presence should be done for the To URI in the SUBSCRIBE instead of getting it from the RURI. For example: https://sourceforge.net/tracker/index.php?func=detail&aid=2305495&group_id=139143&atid=74

[OpenSIPS-Devel] call_control, dialog and BYE messages patch

2009-03-30 Thread Mauro Davi'
Hi All, using the callcontrol module I see that if the opensips server goes down, on the next start the BYE message aren't sent to the call control module (i.e. the stop message). Attached there is the dialog module patch. I modified the register_dlgcb (dialog, type, cb, param, free_par

[OpenSIPS-Devel] build opensips from source (Solaris 10)

2009-03-30 Thread kirati
Hi all, I have a question about the installation of opensips on Solaris 10. I am trying to install the opensips from source using: gmake clean gmake gmake install I can compile the source successfully. However, after "gmake", i could not find the opensips binary on the source folder. It seems

Re: [OpenSIPS-Devel] Memory Leak related to db_mysql/sip_trace

2009-03-30 Thread Chevio
After a lot of debugging and testing 1. I bypassed the db and mysql modules, embedded mysql codde into my custom module and the behavior was the same. 2. I tested my mysql calls against valgrind and passed fine withoug memory leaks. 3. I disabled all mysql related modules including my cu

[OpenSIPS-Devel] alias_db_lookup SIGCHLD

2009-03-30 Thread Jan D.
I'm compiled opensips 1.5 on a debian 64 unstable platform. If I get a incomming call opensips stops with an CRITICAL:core error: opensips /usr/sbin/opensips[5849]: CRITICAL:core:receive_fd: EOF on 11 opensips /usr/sbin/opensips[5817]: INFO:core:handle_sigs: child process 5823 exited by a signa

Re: [OpenSIPS-Devel] alias_db_lookup SIGCHLD

2009-03-30 Thread Jan D.
More information (debug level 4) DBG:core:db_do_query: SYNC-DBG - SELECT successfully executed! DBG:db_mysql:db_mysql_do_prepared_query: new query=|select username,domain from dbaliases where alias_username=?| DBG:db_mysql:db_mysql_do_prepared_query: prepared statement successfully set... DBG:db