Re: [Kamailio-Users] Trying to compile openser 1.3.3 without PKG_MALLOC support

2009-02-13 Thread toly
We observe the crashes after about 30 calls, in the asterisk code. Alex Balashov wrote: > > How is Asterisk an SBC? > > toly wrote: > >> >> Hi Henning, >> >> We are running the test: >> >> hammer->sbc(asterisk 1.4)->openser1.3.

Re: [Kamailio-Users] Trying to compile openser 1.3.3 without PKG_MALLOC support

2009-02-13 Thread toly
ze((log_name==0)?argv[0]:log_name) <0 ) goto error; } Regards, Toly. Henning Westerholt-2 wrote: > > On Friday 13 February 2009, toly wrote: >> We are running the test: >> >> hammer->sbc(asterisk 1.4)->openser1.3.3->media

Re: [Kamailio-Users] Trying to compile openser 1.3.3 without PKG_MALLOC support

2009-02-12 Thread toly
age. When running not on proxy - no dups. My hunch is that it's recording all stuff from on_reply_route and loose_route? Can anybody enlighten this subject. Regards, Toly Henning Westerholt-2 wrote: > > On Wednesday 04 February 2009, toly wrote: >> the problem was: >> >&

Re: [Kamailio-Users] Trying to compile openser 1.3.3 without PKG_MALLOC support

2009-02-04 Thread toly
the problem was: file mem/mem.h 8th line from the bottom original: define pkg_free(p) do{ LM_DBG("free %p\n", (p)); free((p)); }while(0); the semicolon at the end of the line must be removed. Toly miconda wrote: > > Hello, > > On 02/02/2009 03:50 AM, toly wrot

Re: [Kamailio-Users] Trying to compile openser 1.3.3 without PKG_MALLOC support

2009-02-01 Thread toly
I got it. Thanks anyway. toly wrote: > > Greetings, > > Trying to compile openser 1.3.3 without PKG_MALLOC, just using OS malloc > > Here's me Makefile.defs > > DEFS+= $(extra_defs) \ >-DNAME='"$(MAIN_NAME)"' -DVERSION=

[Kamailio-Users] Trying to compile openser 1.3.3 without PKG_MALLOC support

2009-02-01 Thread toly
ass blacklists.c:446: error: syntax error before '}' token make: *** [blacklists.o] Error 1 Did anybody had a problem compiling openser without pkg_malloc support? I would appreciate any help. TIA Toly. -- View this message i

Re: [Kamailio-Users] presence module, events

2008-10-13 Thread toly
openser is 1.3.3 toly wrote: > > Greetings, > This is a question to the author: bogdan_iancu, but if anybody can answer, > I'd appreciate it. > Softphone client is Bria. > > Here is publish event from ngrep > > PUBLISH sip:[EMAIL PROTECTED] SIP/2.0. >

[Kamailio-Users] presence module, events

2008-10-13 Thread toly
er field value 10/13 16:34:57 13030 err ERROR:presence:handle_publish: event=[presence] What semicolon it is looking? If I do (*end)== ' ') it still can't parse. Is Bria message has incorrect format? What was the format of message the parser was written for? Thanks a lot, To

Re: [Kamailio-Users] openser 1.3.3 domain module

2008-10-07 Thread toly
Thanks guys for clarification. Toly toly wrote: > > Greetings, > > In domain module, command is_domain_local - using parameter_fixup where > there is a call pkg_malloc, > but nowhere function free_fixup is used. > This will be memory leak, or I'm missing some

[Kamailio-Users] openser 1.3.3 domain module

2008-10-07 Thread toly
Greetings, In domain module, command is_domain_local - using parameter_fixup where there is a call pkg_malloc, but nowhere function free_fixup is used. This will be memory leak, or I'm missing something. Thanks for the prompt reply, Toly -- View this message in context:

Re: [Kamailio-Users] [offtopic] update vs delete/insert

2008-10-05 Thread toly
Hello Daniel, I can answer about Sybase: update is delete/insert, and optimizer will do it more effectively the executing 2 different transaction. Toly miconda wrote: > > Hello, > > I am trying to get out you knowledge as DBA ... in some discussions in > the past was brou

[Kamailio-Users] kamailio 1.4.1 and mediaproxy 1.9.1

2008-09-29 Thread toly
Greetings, I'm looking for the short answer, most likely no way. Thanks, Toly -- View this message in context: http://www.nabble.com/kamailio-1.4.1-and-mediaproxy-1.9.1-tp19728623p19728623.html Sent from the OpenSER Users Mailing List mailing list archive at Nabbl

Re: [Kamailio-Users] custom module depends on usrloc, the load order

2008-09-11 Thread toly
Hello Daniel, What about usrloc_api which which does not have get_number_of_users() listed? Should I fix it, will it work? Thanks, Toly. Daniel-Constantin Mierla-4 wrote: > > Hello, > > On 09/11/08 03:02, toly wrote: >> Greetings, >> >> I have 2 questions

[Kamailio-Users] custom module depends on usrloc, the load order

2008-09-10 Thread toly
update_ucontact; register_watcher_t register_watcher; unregister_watcher_t unregister_watcher; register_ulcb_t register_ulcb; } usrloc_api_t; Thanks, Toly -- View this message in context: http://www.nabble.com/custom-module-depends-on-usrloc%2C-the-load-o

[Kamailio-Users] two proxies sharing the same database

2008-09-05 Thread toly
ing to it's own timer. So record is gone, when primary trying to updated the record on re-register it of course fails, as a result location table is wrong. What will be a solution? Thanks, Toly -- View this message in context: http://www.nabble.com/two-proxies-sharing-the-same-database-tp19

Re: [Kamailio-Users] custom routing

2008-09-05 Thread toly
Klaus, suppose to I wrote my own routing module. If the call originated from workerA, will failure route hit the same wrokerA? Thanks, Toly -- View this message in context: http://www.nabble.com/custom-routing-tp19322478p19334164.html Sent from the OpenSER Users Mailing List mailing list

Re: [Kamailio-Users] FW: Call Hangup from Caller-End not working with TLS

2008-09-04 Thread toly
Klaus Darilion-2 wrote: > > > > Ali Jawad schrieb: >> Hi Klaus >> >> You are referring to line 17 right ? That part of traffic is from >> openser to the pstn gw ..and both of those are UDP..should it be >> transport=tls there or transport=udp? > > The Contact is the contact of the caller. T

[Kamailio-Users] custom routing

2008-09-04 Thread toly
next_provider and so on. Will it work across multiple messages? Will it work correctly for each child - I mean [EMAIL PROTECTED] and [EMAIL PROTECTED] should be handled according their own providers? Any other suggestions? Thanks, Toly -- View this message in context: http://www.nabble.com/custom

Re: [Kamailio-Users] openser children parameter

2008-08-28 Thread toly
Thank you guys for clearing it out. On the tcp transport question: When softphone registers, does openser opens blocking connection and keeps it up to the duration of the registration? If so would proxy run out of the connections pretty soon? Thanks, Toly -- View this message in context

[Kamailio-Users] openser children parameter

2008-08-27 Thread toly
Greetings, What would be value of children parameter for few thousands user? Thanks, Toly -- View this message in context: http://www.nabble.com/openser-children-parameter-tp19192868p19192868.html Sent from the OpenSER Users Mailing List mailing list archive at Nabble.com

Re: [Kamailio-Users] openser 1.2.1 errors in the log

2008-08-21 Thread toly
hive.com/[EMAIL PROTECTED]/msg02011.html Do you know by the chance what are children and tcp_children values set up at iptel.org? Thanks, Toly -- View this message in context: http://www.nabble.com/openser-1.2.1-errors-in-the-log-tp19007938p19100748.html Sent from the OpenSER Users Mailing Lis

Re: [Kamailio-Users] openser 1.2.1 errors in the log - tcp blocking

2008-08-21 Thread toly
Here's another example: 08/21 19:19:57 8012 notice TRACKING [0] NEW REQUEST - M=MESSAGE RURI=sip:[EMAIL PROTECTED] F=sip:[EMAIL PROTECTED] T=sip:[EMAIL PROTECTED] IP=64.10 8.238.66 ID=64.108.238.66 08/21 19:19:57 8012 notice TRACKING [0] RECORD ROUTE - M=MESSAGE RURI=sip:[EMAIL PROTECTED] F=s

[Kamailio-Users] openser 1.2.1 errors in the log - tcp blocking

2008-08-21 Thread toly
And I get a lot of it. Eventually I may get SO_ERROR(111) and then I have to restart proxy. I can post entire config script if anybody had/resolved/willing to take a look at the problem. Thanks a lot, Toly -- View this message in context: http://www.nabble.com/openser-1.2.1-errors-in-t

Re: [Kamailio-Users] openser 1.2.1 errors in the log

2008-08-18 Thread toly
Daniel, Could you explain what does these messages mean? Lack or resources? I have configured children=20. What are the calculation for number of children? Thanks, Toly -- View this message in context: http://www.nabble.com/openser-1.2.1-errors-in-the-log-tp19007938p19042450.html Sent from

[Kamailio-Users] openser 1.2.1 errors in the log

2008-08-15 Thread toly
? Thanks a lot, Toly. this is from log: receive_msg: cleaning up 08/15 20:12:58 29156 debug tcpconn_new: new tcp connection to: xxx.xxx.xxx.xx 08/15 20:12:58 29156 debug tcpconn_new: on port 58544, type 2 08/15 20:12:58 29156 debug tcpconn_add: hashes: 96, 45 08/15 20:12:58 29156 debug

[Kamailio-Users] openser 1.2.1 errors in the log

2008-08-13 Thread toly
Greetings, This is openser 1.2.1 compiled with TLS support. TLS is not turned on Did anybody experienced with the errors listed below: 08/13 16:28:05 13648 debug tcp_send: no open tcp connection found, opening new one 08/13 16:28:05 13651 err ERROR: tcp_blocking_connect: timeout 10 s elapse