[SR-Users] Enable session_id in ServerHello for TLS

2012-03-10 Thread Kristijan Vrban
Hello, how to tell that Kamailio should juse a session_id for tls ? See ssldump output below. I reckon that this is the reason the client i use end with "handshake_failure". Because when is use opensips, there is the session_id, and it's working. Kristijan 2 1 0.0228 (0.0228) C>S Handshake

[SR-Users] XHTTP or XMLRPC modules

2012-03-10 Thread Uri Shacked
Hi, it worked. i had some kind of error in my config. a question - can XMLRPC and XHTTP work together on the same config? is there no collision there? BR, Uri >Hello, > >can you get the http request with ngrep and send it here? It will be >helpful to see it all, not only what kamailio could parse

Re: [SR-Users] PUA_XMPP: Notify in a non existing dialog

2012-03-10 Thread Dan-Cristian Bogos
Hey Daniel, This time I will have to take back my thoughts about the module not being in "stable" status ;). By using debug=3 I could see the reason of the subscribes not being generated (still could be good to have some error on xmpp side back, but I can live with that for now). The problem was

[SR-Users] Kamailio and MySQL/Galera Replication...

2012-03-10 Thread Krishna Kurapati
Hi, I am trying to setup Kamailio in an Active-Active configuration behind a TCP load balancer. On the database side, looking at MySQL cluster as independent node set vs. Kamailio/MySQL server with Galera synchronous replication. The first configuration requires 3 or 5 servers. 2 for Kamailio and

Re: [SR-Users] Best approach for TCP/TLS connection re-use for nated Contacts

2012-03-10 Thread Daniel-Constantin Mierla
Hello, you can do nat_uac_test() for reply and it will detect is it natted, then you can call fix_nated_contact() -- this being another option. Cheers, Daniel On Fri, Mar 9, 2012 at 8:56 PM, Giacomo Vacca wrote: > Hi all, > > I have a scenario where it’s not clear to me what the best approach

Re: [SR-Users] PUA_XMPP: Notify in a non existing dialog

2012-03-10 Thread Daniel-Constantin Mierla
Hello, to, from and type attributes are there, just that the uris are not the format expected. Can you send the log messages for debug=3? Cheers, Daniel On Sat, Mar 10, 2012 at 12:29 PM, Dan-Cristian Bogos < danb.li...@googlemail.com> wrote: > Hey Daniel, > > Here is the subscription coming fr

Re: [SR-Users] insert_hf in CANCEL message

2012-03-10 Thread Daniel-Constantin Mierla
Hello, yes, CANCEL in stateful relaying are re-generated hop by hop. There is a way to propagate headers from invite to cancel via: http://kamailio.org/docs/modules/stable/modules/tm.html#ac_extra_hdrs Do you want to add own headers or is about the reason header -- this one is added with latest

Re: [SR-Users] PUA_XMPP: Notify in a non existing dialog

2012-03-10 Thread Dan-Cristian Bogos
Hey Daniel, Here is the subscription coming from OpenFIRE towards Kamailio when the user is added in the roster on XMPP side: """ T 2012/03/02 09:49:57.743750 127.0.0.1:5275 -> 127.0.0.1:49965 [AP] http://jabber.org/protocol/caps"; ext="voice-v1 video-v1 camera-v1 " hash="sha-1" node="http://jits

Re: [SR-Users] CRLF Error with tcp_crlf_ping

2012-03-10 Thread Daniel-Constantin Mierla
Hello, looking at the code, it seems that CRLF is sent only after CRLFCRLF. Can you get a pcap for your case? Cheers, Daniel On Tue, Feb 28, 2012 at 5:28 PM, Jijo wrote: > Hi All. > > As per the tcp_crlf_ping description, kamailio shall reply CRLF only when > it receives "CRLF CRLF". But In t

Re: [SR-Users] SIP problems using a comrex Access

2012-03-10 Thread Daniel-Constantin Mierla
Hello, if you refer to the iptel.org free sip service, the mailing list for it is: http://lists.iptel.org/mailman/listinfo/services Cheers, Daniel On Thu, Mar 1, 2012 at 10:21 AM, Andy Bosley wrote: > ** > Hi Support, > > We have a comrex access unit that we have previously successfully used

Re: [SR-Users] PUA_XMPP: Notify in a non existing dialog

2012-03-10 Thread Daniel-Constantin Mierla
Hello, mqybe is faster to fix the handling of subscriptions from openfire. Can you get the xmpp request with ngrep and paste it here -- maybe it is easy to find and fix the reason the parser in xmpp module fails to understand it. I guess pua_xmpp has to know the dialog for the mapping between the

Re: [SR-Users] How to connect two legs of a call

2012-03-10 Thread Daniel-Constantin Mierla
Hello, On Tue, Mar 6, 2012 at 10:12 PM, Chester Wood wrote: > Hello, SIP newbie here. > > We are a new WISP offering voip to our residential customers. Due to > IP address scarcity we have to use large scale NAT in our network. In > order for our local customers to call each other and have good

Re: [SR-Users] XHTTP or XMLRPC modules

2012-03-10 Thread Daniel-Constantin Mierla
Hello, can you get the http request with ngrep and send it here? It will be helpful to see it all, not only what kamailio could parse. Also, if the http request is not sending content length header, set the global parameter: http://www.kamailio.org/wiki/cookbooks/devel/core#tcp_accept_no_cl Che