Re: [OpenSIPS-Users] drouting module 1.6.3 with b2b

2010-12-20 Thread Anton Zagorskiy
Hi. Please see dumps in the attach WBR, Anton Zagorskiy VoIP Developer, Oyster Telecom Phone.: +7 812 601-0666 Fax: +7 812 601-0593 a.zagors...@oyster-telecom.ru www.oyster-telecom.ru -Original Message- From: users-boun...@lists.opensips.org [mailto:users-

Re: [OpenSIPS-Users] references in rls-services documents

2010-12-20 Thread Anca Vamanu
Hi Juha, On 12/16/2010 04:55 PM, Juha Heinanen wrote: i have a sip client that instead of listing members of a list in rls document, it puts there a reference to another document in the same xcap server that contains the member info: ?xml version=1.0 encoding=UTF-8? rls-services

[OpenSIPS-Users] TEXTOPS module

2010-12-20 Thread Denis Putyato
Hello! In kamailio project there is a function msg_apply_changes() in textops module for applying changes (for example add or subst some header field) in SIP messages. Is there some way on opensips for doing such operation? Now I need make signaling “loop” for change header fields which I,

Re: [OpenSIPS-Users] TEXTOPS module

2010-12-20 Thread Bogdan-Andrei Iancu
Hello Denis, So far there is no good arguments for such a function, but there are a lot of performance penalties while using such a function. Basically, to apply the change to a message, opensips/kamilio has to 1) take the received buffer and the changes and to generate a new buffer with

Re: [OpenSIPS-Users] TEXTOPS module

2010-12-20 Thread Denis Putyato
Thank you Bogdan for your answer. Now I understood that apply changes is a bad idea. But during process a call I have to make some changes to INVITE message. For example, I need to add Remote-Party-ID (RPI) and/or P-Asserted-ID (PAI) and make uac_replace_from(). If I make it for the first time

Re: [OpenSIPS-Users] TEXTOPS module

2010-12-20 Thread Stanisław Pitucha
On 20/12/10 13:51, Denis Putyato wrote: Thank you Bogdan for your answer. Now I understood that apply changes is a bad idea. But during process a call I have to make some changes to INVITE message. For example, I need to add Remote-Party-ID (RPI) and/or P-Asserted-ID (PAI) and make

Re: [OpenSIPS-Users] [UPDATE] OpenSIPS 1.6.4 release - timeline

2010-12-20 Thread Bogdan-Andrei Iancu
Hi Taisto, You mean you cannot make a diff between success with: - no serialization was done - serialize was successfully done... the tricky question is what to return when the function did no serialization at all (as all branches have the same q): - error ? there was no error, but nothing

Re: [OpenSIPS-Users] TEXTOPS module

2010-12-20 Thread Denis Putyato
Hello Stan I will try to do what you say. -Original Message- From: users-boun...@lists.opensips.org [mailto:users-boun...@lists.opensips.org] On Behalf Of Stanislaw Pitucha Sent: Monday, December 20, 2010 5:10 PM To: users@lists.opensips.org Subject: Re: [OpenSIPS-Users] TEXTOPS module

Re: [OpenSIPS-Users] references in rls-services documents

2010-12-20 Thread Juha Heinanen
Anca Vamanu writes: Yes, now referencing resource-list documents in a rls-services documents is not supported. But we should implement this as it is much requested. Can you please make a feature request entry with this on sourceforge? anca, i just added such a feature request and

Re: [OpenSIPS-Users] TEXTOPS module

2010-12-20 Thread Bogdan-Andrei Iancu
Hi Denis, the best way to do it is via branch_route (http://www.opensips.org/Resources/DocsCoreRoutes16#toc2) . Whatever changes you do there will be applied only for that particular branch and not for all branches. When you do changes in the request route, the changes will be applied to all

[OpenSIPS-Users] several crashes in a row

2010-12-20 Thread Juha Heinanen
today my presence server based on quite recent opensips source from svn trunk crashed several times. backtrace of each crash looked liked this: Program terminated with signal 11, Segmentation fault. [New process 2447] #0 0xb74ad4cb in strlen () from /lib/i686/cmov/libc.so.6 (gdb) where #0

Re: [OpenSIPS-Users] TEXTOPS module

2010-12-20 Thread Denis Putyato
Thank you Bogdan I will try and let you know -Original Message- From: users-boun...@lists.opensips.org [mailto:users-boun...@lists.opensips.org] On Behalf Of Bogdan-Andrei Iancu Sent: Monday, December 20, 2010 5:27 PM To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] TEXTOPS

Re: [OpenSIPS-Users] drouting module 1.6.3 with b2b

2010-12-20 Thread Bogdan-Andrei Iancu
Hi Anton, I think we look in the wrong direction. If you look in the logs you sent me : 1. Dec 17 01:59:44 centospbx [softswitch][25404]: DBG:core:db_free_result: freeing result set at 0x81d4ad8 2. Dec 17 01:59:44 centospbx [softswitch][25404]: DBG:drouting:do_routing:

Re: [OpenSIPS-Users] Drouting module parameters not found

2010-12-20 Thread Bogdan-Andrei Iancu
Ronald, use the SVN check out for 1.6 branch - http://www.opensips.org/Resources/Downloads#svn Regards, Bogdan Ronald Cepres wrote: Not actually from SVN but from the website. Here is the actual download link: http://opensips.org/pub/opensips/latest/src/opensips-1.6.3-tls_src.tar.gz

Re: [OpenSIPS-Users] drouting module 1.6.3 with b2b

2010-12-20 Thread Anton Zagorskiy
Hi Bogdan-Andrei, As I told in the devel list the problem is dereferencing invalid pointer in the drouting module. From this point of view it is drouting's fail. But everything is okay if fork=no. From this point of view it is core's fail. Without drouting module openSIPS doesn't crash. Again

Re: [OpenSIPS-Users] references in rls-services documents

2010-12-20 Thread Anca Vamanu
On 12/20/2010 04:13 PM, Juha Heinanen wrote: Anca Vamanu writes: Yes, now referencing resource-list documents in a rls-services documents is not supported. But we should implement this as it is much requested. Can you please make a feature request entry with this on sourceforge? anca, i

[OpenSIPS-Users] Using dispatcher and t_replicate()

2010-12-20 Thread Jody Rudolph
This was added and working at one time but in the latest SVN it seems to have reverted back to non-working. Am I missing a setting that has changed? ds_select_dst(1, 4); t_replicate($du); Dec 20 13:16:02 [12858] ERROR:core:parse_uri: uri too short: $du (3) Dec 20 13:16:02 [12858]

[OpenSIPS-Users] OpenSIPS Server behind a NAT firewall

2010-12-20 Thread Damon Miller
Hi all. I'm trying to deploy an OpenSIPS server behind a NAT firewall. I've searched the various list archives for references on how this can be accomplished, but this far the only example I found was essentially left unresolved. A quick illustration seems helpful, so here's my attempt:

[OpenSIPS-Users] [OpenSIPS-Devel] [RELEASE] OpenSIPS 1.6.4 major release is out

2010-12-20 Thread Bogdan-Andrei Iancu
Hello all, OpenSIPS 1.6.4 is a major release and it is the third release following the new release policy . 1.6.4 release brings both new features / enhancement and a lot of fixes. The most important additions : - CDR support in ACC module - Media timeout and call termination with

[OpenSIPS-Users] Shared DB tables among several opensips instances

2010-12-20 Thread James Lamanna
Hi, Is it possible to share the same DB tables among several running OpenSIPs instances? What I'm trying to do is use OpenSIPs as a registration front-end to Asterisk. The idea is to have a cluster of registration servers, and then a cluster of Asterisk servers. Can an Asterisk server pass a call

Re: [OpenSIPS-Users] Drouting module parameters not found

2010-12-20 Thread Ronald Cepres
Thanks Bogdan! Regards, Ronald On Mon, Dec 20, 2010 at 10:48 PM, Bogdan-Andrei Iancu bog...@voice-system.ro wrote: Ronald, use the SVN check out for 1.6 branch - http://www.opensips.org/Resources/Downloads#svn Regards, Bogdan Ronald Cepres wrote: Not actually from SVN but from the