Re: [SR-Users] starting kamailio method

2011-11-29 Thread Uri Shacked
hi, both methods run the same cfg file. when i run kamailio i get the following output and syslog running (i like it...) when i run the /etc/init.d/kamailio start i do not get this output and can't follow the debug on line... [root@kamailiolabroute /]# kamailio loading modules under

[SR-Users] Kamailio v3.2.0 Development Guide published

2011-11-29 Thread Daniel-Constantin Mierla
Hello, development guide for Kamailio has been updated for v3.2.0 - it goes through internal components, presenting the APIs for pkg/shm memory, locking/synchronization, config file interpreter, database connectors, a.s.o., as well as guiding how to write a new module. There is a section

[SR-Users] unable to install utils module

2011-11-29 Thread Uri Shacked
i need the utils module... tried to install it with - make install-modules modules=modules/utils and got the following: make install-modules modules=modules/utils CC (gcc) [M utils.so] conf.o CC (gcc) [M utils.so] functions.o CC (gcc) [M utils.so] pidf.o

Re: [SR-Users] Kamailio v3.2.0 Development Guide published

2011-11-29 Thread CT Radu
Hello Daniel, I notice that you still haven't solved the problem with the service provider for asipto.com . Still this domain (any website on it) is not reachable directly from România. I'm still hoping this will be solved. Regards Costin Radu On 29.noiembrie.2011 10:44, Daniel-Constantin

Re: [SR-Users] [Kamailio-Business] Kamailio v3.2.0 Development Guide published

2011-11-29 Thread Alex Balashov
Daniel, This is great! Thanks a lot for it, it will help third-party contributors enormously. -- Alex -- Alex Balashov - Principal Evariste Systems LLC 260 Peachtree Street NW Suite 2200 Atlanta, GA 30303 Tel: +1-678-954-0670 Fax: +1-404-961-1892 Web: http://www.evaristesys.com/

Re: [SR-Users] unable to install utils module

2011-11-29 Thread Daniel-Constantin Mierla
Hello, looks like you don't have libxml2-dev installed on your system and it is needed by pidf.c from utils module. Install that package and try again. Cheers, Daniel On 11/29/11 10:59 AM, Uri Shacked wrote: i need the utils module... tried to install it with - make install-modules

Re: [SR-Users] unable to install utils module

2011-11-29 Thread Uri Shacked
works great, thanks. On Tue, Nov 29, 2011 at 12:50 PM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, looks like you don't have libxml2-dev installed on your system and it is needed by pidf.c from utils module. Install that package and try again. Cheers, Daniel On 11/29/11

Re: [SR-Users] Kamailio v3.2.0 Development Guide published

2011-11-29 Thread Henning Westerholt
On Tuesday 29 November 2011, Daniel-Constantin Mierla wrote: development guide for Kamailio has been updated for v3.2.0 - it goes through internal components, presenting the APIs for pkg/shm memory, locking/synchronization, config file interpreter, database connectors, a.s.o., as well as

Re: [SR-Users] Kamailio v3.2.0 Development Guide published

2011-11-29 Thread Gaston Draque
Daniel, Thanks !!! Ill go re-tweet asap! :P On Tue, Nov 29, 2011 at 5:44 AM, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, development guide for Kamailio has been updated for v3.2.0 - it goes through internal components, presenting the APIs for pkg/shm memory,

[SR-Users] transport=TLS

2011-11-29 Thread Bruno Bresciani
Hi All, kamailio 3.1.2 recognize value transport=TLS on contact header or only transport=tls? kamailio forwards (t_relay function) the message with UDP protocol when value transport=TLS is on contact header. Cheers ___ SIP Express Router (SER) and

Re: [SR-Users] Kamailio v3.2.0 Development Guide published

2011-11-29 Thread Javier Gallart
Daniel, This is great! Thanks a lot for it, it will help third-party contributors enormously. -- Alex I agree, excellent document, thank you -though I must say that, not being a developer, I understood very little :) -. Regards Javi ___

Re: [SR-Users] transport=TLS

2011-11-29 Thread Andrew Pogrebennyk
Hi Bruno, What I have done is an explicit check if (uri_param(transport,tls) || uri_param(transport,TLS)) to call force_send_socket with either udp or tls port. It would be cool for kamailio to select the proper socket automatically, I think there was a discussion on that previously but I can't

[SR-Users] using kamailio as load balancer

2011-11-29 Thread Albert Petit
Hello, I'm trying to setup kamailio as load balancer Behind that load balancer I've a registrar and a presence server. When I start a client for the REGISTER and subscribe messages all looks to work fine. The messages from clients are properly balanced to the backend and responses are

Re: [SR-Users] transport=TLS

2011-11-29 Thread Daniel-Constantin Mierla
On 11/29/11 3:08 PM, Andrew Pogrebennyk wrote: Hi Bruno, What I have done is an explicit check if (uri_param(transport,tls) || uri_param(transport,TLS)) to call force_send_socket with either udp or tls port. It would be cool for kamailio to select the proper socket automatically, I think there

Re: [SR-Users] using kamailio as load balancer

2011-11-29 Thread Daniel-Constantin Mierla
Hello, you have to do load balancing only for initial requests, not for requests within dialog. For requests within dialog (like NOTIFY) is better to rely on record routing. A good way to build your load balancing config for kamailio is to start from disptacher module example:

Re: [SR-Users] transport=TLS

2011-11-29 Thread Bruno Bresciani
In my case the transport=TLS is present in contact header, has the same treatment of R-URI? Cheers 2011/11/29 Daniel-Constantin Mierla mico...@gmail.com On 11/29/11 3:08 PM, Andrew Pogrebennyk wrote: Hi Bruno, What I have done is an explicit check if (uri_param(transport,tls) ||

Re: [SR-Users] transport=TLS

2011-11-29 Thread Andrew Pogrebennyk
Bruno, the address from contact header is put into R-URI on outgoing request to that user. This is where I catch that parameter. I think we should debug why kamailio sends the request using UDP, it is not clear, as Daniel pointed out it should work automatically. I think I had to do these

Re: [SR-Users] transport=TLS

2011-11-29 Thread Bruno Bresciani
Thank's for attention Andrew I'm reading the source code of tm module to try understand better this behavior... I can't understand what meaning that the outbound proxy address is set... where I define this address? 2011/11/29 Andrew Pogrebennyk apogreben...@sipwise.com Bruno, the address

Re: [SR-Users] undefined symbol: dprint_crit

2011-11-29 Thread Ovidiu Sas
Probably you are having a linker issue. For which platform are you trying to build? In the trunk, there are a couple of fixes for cross compiling but the work is not 100% completed. Regards, Ovidiu Sas -- VoIP Embedded, Inc. http://www.voipembedded.com On Mon, Nov 28, 2011 at 1:55 PM, Ämin

Re: [SR-Users] transport=TLS

2011-11-29 Thread Daniel-Constantin Mierla
On 11/29/11 6:07 PM, Andrew Pogrebennyk wrote: Bruno, the address from contact header is put into R-URI on outgoing request to that user. The contact header address is not used for routing SIP requests, only Route headers and R-URI addresses -- all SIP requests may have a contact header,

Re: [SR-Users] transport=TLS

2011-11-29 Thread Daniel-Constantin Mierla
On 11/29/11 6:24 PM, Bruno Bresciani wrote: Thank's for attention Andrew I'm reading the source code of tm module to try understand better this behavior... I can't understand what meaning that the outbound proxy address is set... where I define this address? Outbound proxy address is

Re: [SR-Users] CANCEL not matching INVITES !

2011-11-29 Thread Daniel-Constantin Mierla
Hello, I will look over it soon - since you sent pcap I couldn't look at it directly from the email. ngrep outputs plain text which is easy to read from email, the reason I am asking mainly for ngrep traces since many times I am not around a computer where is convenient to open pcap file. On

Re: [SR-Users] undefined symbol: dprint_crit

2011-11-29 Thread Ämin Baumeler
Hi Ovidiu I tried to build it for a Linux systems that runs on a ARM processor. Am 29.11.2011 um 20:27 schrieb Ovidiu Sas: Probably you are having a linker issue. For which platform are you trying to build? In the trunk, there are a couple of fixes for cross compiling but the work is not

Re: [SR-Users] sr-users Digest, Vol 78, Issue 79

2011-11-29 Thread Gary Tabachnik
Training, Dec 5-8, Berlin: http://asipto.com/u/kathttp://linkedin.com/in/miconda -- http://twitter.com/miconda -- next part -- An HTML attachment was scrubbed... URL: http://lists.sip-router.org/pipermail/sr-users/attachments/2029/2deca4c6/attachment-0001.htm

Re: [SR-Users] undefined symbol: dprint_crit

2011-11-29 Thread albertpetit
-Original Message- From: Ämin Baumeler amin.baume...@zitune.ch Sender: sr-users-boun...@lists.sip-router.org Date: Tue, 29 Nov 2011 21:15:52 To: SIP Router - Kamailio and SIP Express Router - Users Mailing Listsr-users@lists.sip-router.org Reply-To: SIP Router - Kamailio \(OpenSER\) and

Re: [SR-Users] undefined symbol: dprint_crit

2011-11-29 Thread albertpetit
-Original Message- From: Ämin Baumeler amin.baume...@zitune.ch Sender: sr-users-boun...@lists.sip-router.org Date: Tue, 29 Nov 2011 21:15:52 To: SIP Router - Kamailio and SIP Express Router - Users Mailing Listsr-users@lists.sip-router.org Reply-To: SIP Router - Kamailio \(OpenSER\)