Re: [OpenSIPS-Devel] Sending INFO from MI

2010-09-21 Thread Alex Massover
es). With the BYE this is not a problem as after BYE there is not other "following in-dialog requests" ;) Regards, Bogdan Alex Massover wrote: > > Hi, > > I need to pass events generated by the external application during the > call. I'm thinking about to implement

Re: [OpenSIPS-Devel] Sending INFO from MI

2010-09-15 Thread Alex Massover
e BYE this is not a problem as after BYE there is not other "following in-dialog requests" ;) Regards, Bogdan Alex Massover wrote: > > Hi, > > I need to pass events generated by the external application during the > call. I'm thinking about to implement this with IN

Re: [OpenSIPS-Devel] Sending INFO from MI

2010-09-15 Thread Alex Massover
-boun...@lists.opensips.org [mailto:devel-boun...@lists.opensips.org] On Behalf Of Sa?l Ibarra Corretg? Sent: Wednesday, September 15, 2010 1:05 PM To: OpenSIPS devel mailling list Subject: Re: [OpenSIPS-Devel] Sending INFO from MI Hi, On 09/15/2010 11:17 AM, Alex Massover wrote: > Hi, > >

Re: [OpenSIPS-Devel] Sending INFO from MI

2010-09-15 Thread Alex Massover
Little correction: str met = {"BYE", 3}; need to change it to str met = {"INFO", 4}; ☺ From: devel-boun...@lists.opensips.org [mailto:devel-boun...@lists.opensips.org] On Behalf Of Alex Massover Sent: Wednesday, September 15, 2010 11:54 AM To: OpenSIPS devel maill

Re: [OpenSIPS-Devel] Sending INFO from MI

2010-09-15 Thread Alex Massover
what is 3 btw? b. Remove callback: 267 bye_reply_cb, /* callback function*/ 267 NULL, /* callback function*/ c. Some minor fixes And it supposed to work. Am I right or I totally miss something? From: devel-boun...@lists.opensips.org [mailto:devel-boun...@lists.ope

[OpenSIPS-Devel] Sending INFO from MI

2010-09-15 Thread Alex Massover
e dialog module ready for such extension (I'll look at how 'dlg_end_dlg' is implemented and do similar) or it will require more advanced understanding and major changes to the module design? -- Best Regards, Alex Massover Telephony Group Manager R&D Department Jajah

Re: [OpenSIPS-Devel] New Transformations Available

2010-08-18 Thread Alex Massover
Hi, Cool! Will it be backported to 1.6? -Original Message- From: devel-boun...@lists.opensips.org [mailto:devel-boun...@lists.opensips.org] On Behalf Of Vlad Paiu Sent: Tuesday, August 17, 2010 6:31 PM To: devel@lists.opensips.org; us...@lists.opensips.org; n...@lists.opensips.org Subjec

Re: [OpenSIPS-Devel] 1.6.3 release

2010-07-10 Thread Alex Massover
Hi, The corrupted BYE. Maybe also to open a bug to be sure it is not going to be missed? -Original Message- From: devel-boun...@lists.opensips.org [mailto:devel-boun...@lists.opensips.org] On Behalf Of Bogdan-Andrei Iancu Sent: יום ו 09 יולי 2010 21:18 To: us...@lists.opensips.org; dev

Re: [OpenSIPS-Devel] pkg_malloc question

2010-03-22 Thread Alex Massover
nal app. Your external daemon will > just read from fifo/uixsock. > > Regards, > Bogdan > > Stanisław Pitucha wrote: > > On 21.03.2010 14:26, Alex Massover wrote: > > > >> The idea is to have a queue of accounting messages and thread pool > that takes

Re: [OpenSIPS-Devel] pkg_malloc question

2010-03-21 Thread Alex Massover
really fixes the performance problem for me, but I just realized that pkg_malloc can be a problem :) -- Best Regards, Alex Massover VoIP R&D TL Jajah Inc. This mail was sent via Mail-SeCure System. ___ Devel mailing list Devel@lists.open

[OpenSIPS-Devel] pkg_malloc question

2010-03-21 Thread Alex Massover
safe, so I can't use it and should switch to system malloc. b) If compiled with system malloc, memory is allocated dynamically and pre-allocating a chunk of shared memory (-m flag) is not a case anymore. -- Best Regards, Alex Massover VoIP R&D TL Jajah Inc. This mail was sent via

Re: [OpenSIPS-Devel] [Memcached module] Adding cache_increment/cache_decrement methods

2010-02-24 Thread Alex Massover
I'm also interested in this functionality, would you like to share it? :) Maybe Andrei will like to apply your patches to the trunk :) From: devel-boun...@lists.opensips.org [mailto:devel-boun...@lists.opensips.org] On Behalf Of Abhinav Jha Subject: Re: [OpenSIPS-Devel] [Memcached module] Adding

Re: [OpenSIPS-Devel] Patch for auth_aaa module

2010-02-22 Thread Alex Massover
Cool, thanks! :) -Original Message- From: devel-boun...@lists.opensips.org [mailto:devel-boun...@lists.opensips.org] On Behalf Of Irina Stanescu Sent: יום ו 19 פברואר 2010 18:57 To: OpenSIPS devel mailling list Subject: Re: [OpenSIPS-Devel] Patch for auth_aaa module Alex Massover wrote

Re: [OpenSIPS-Devel] Debugging crash

2010-01-15 Thread Alex Massover
ished next week or so. It will solve all these problems. > > Regards, > Bogdan > > Regards, > Bogdan > > Alex Massover wrote: > > Hi! > > > > I use DNS. As far as I understand the reason could be that > libradiusclient use gethostbyaddr() which is n

Re: [OpenSIPS-Devel] Debugging crash

2010-01-14 Thread Alex Massover
_MALLOCK_CHECK=1, meanwhile it's ok. Can you think about any special complication of opening threads to make accounting non-blocking? -- Sincerely yours, Alex Massover VoIP R&D TL Jajah Inc. > -Original Message- > From: devel-boun...@lists.opensips.org [mailt

Re: [OpenSIPS-Devel] Debugging crash

2010-01-11 Thread Alex Massover
Hmmm... -D_REENTRANT supposed to help here? -- Best Regards, Alex Massover VoIP R&D TL Jajah Inc. From: devel-boun...@lists.opensips.org [mailto:devel-boun...@lists.opensips.org] On Behalf Of Alex Massover Sent: Monday, January 11, 2010 12:21 PM To: OpenSIPS devel mailling list Subject

Re: [OpenSIPS-Devel] Debugging crash

2010-01-11 Thread Alex Massover
r/lib/opensips/modules/acc.so #18 0xb7ba54c0 in start_thread () from /lib/i686/cmov/libpthread.so.0 #19 0xb7f3161e in clone () from /lib/i686/cmov/libc.so.6 -- Best Regards, Alex Massover VoIP R&D TL Jajah Inc. From: devel-boun...@lists.opensips.org [mailto:devel-boun...@lists.opensips.org] On

[OpenSIPS-Devel] Debugging crash

2010-01-11 Thread Alex Massover
184] [New Thread 29136] [New Thread 29132] [New Thread 11596] Core was generated by `/usr/sbin/opensips -P /var/run/opensips/opensips.pid -m 32 -u opensips -g opens'. Program terminated with signal 6, Aborted. #0 0xb7fcf424 in __kernel_vsyscall () -- Best Regards, Alex Massover VoIP R&D T

Re: [OpenSIPS-Devel] Patch for auth_aaa module

2009-11-09 Thread Alex Massover
pass whatever he needs. -- Best Regards, Alex Massover VoIP R&D TL Jajah Inc. > -Original Message- > From: devel-boun...@lists.opensips.org [mailto:devel- > boun...@lists.opensips.org] On Behalf Of WhiteWind > Sent: Monday, November 09, 2009 2:15 AM > To: OpenSIPS devel

[OpenSIPS-Devel] FW: [OpenSIPS-Users] aaa_radius and ipaddr type

2009-10-27 Thread Alex Massover
aram("aaa_radius","sets","set1=(Login-IP-Host=$avp(s:ip))") The patch is also more clean than the first one, so I removed the first one. -- Best Regards, Alex Massover VoIP R&D TL Jajah Inc. From: users-boun...@lists.opensips.org [mailto:users-boun...@lists.o

Re: [OpenSIPS-Devel] Using dialog module functions from LOCAL_ROUTE

2009-09-29 Thread Alex Massover
Hi Bogdan! The patch works perfectly for me, thank you! Do you plan to commit it to SVN? -- Best Regards, Alex Massover VoIP R&D TL Jajah Inc. -Original Message- From: devel-boun...@lists.opensips.org [mailto:devel-boun...@lists.opensips.org] On Behalf Of Bogdan-Andrei Iancu

Re: [OpenSIPS-Devel] Using dialog module functions from LOCAL_ROUTE

2009-09-27 Thread Alex Massover
Hi! Here's a patch that worked for me (for 1.5.3). Probably there're better ways to do it. -- Best Regards, Alex Massover VoIP R&D TL Jajah Inc. -Original Message- From: devel-boun...@lists.opensips.org [mailto:devel-boun...@lists.opensips.org] On Behalf Of Bogdan-And

Re: [OpenSIPS-Devel] Using dialog module functions from LOCAL_ROUTE

2009-09-27 Thread Alex Massover
)==NULL) ) { return -1; } Why not to enable something like this in the version? The only obstacle I can think of is a race condition (dialog can be destroyed) - but the same can happen in any other type or route as well. > -- > Sincerely yours, > Alex Massover

Re: [OpenSIPS-Devel] Using dialog module functions from LOCAL_ROUTE

2009-09-27 Thread Alex Massover
It fails in dialog.c in w_fetch_dlg_value () here: if ( (dlg=get_current_dialog())==NULL ) { return -1; get_current_dialog() doesn't return a dialog :( -- Sincerely yours, Alex Massover VoIP R&D TL Jajah Inc. > -Original Message- > F

Re: [OpenSIPS-Devel] Using dialog module functions from LOCAL_ROUTE

2009-09-27 Thread Alex Massover
... ") ... ... ... local_route { if(is_method("BYE")) { fetch_dlg_value("internal_callid","$avp(s:info)"); acc_rad_request("200"); } } This works for me for regular BYEs, but not with locally gen

[OpenSIPS-Devel] Using dialog module functions from LOCAL_ROUTE

2009-09-27 Thread Alex Massover
E }, Now I can write fetch_dlg_value() inside the LOCAL_ROUTE, but I'm getting NULLs always. Can anybody point me what else do I need to hack to have access to dialog variables from LOCAL_ROUTE? Also what is the reason not to enable all dialog functions from LOCAL_ROUTE? -- Best Regards, Al

Re: [OpenSIPS-Devel] [NEW] Per-dialog flags and attributes

2009-01-15 Thread Alex Massover
That's really cool feature! -- Best Regards, Alex Massover -Original Message- From: devel-boun...@lists.opensips.org [mailto:devel-boun...@lists.opensips.org] On Behalf Of Bogdan-Andrei Iancu Sent: Wednesday, January 14, 2009 8:57 PM To: us...@lists.opensips.org;