Re: [SR-Users] Help with SIP over Websocket audio call: 405 Method Not Allowed

2013-03-28 Thread Peter Dunkley
Hello, In SIP you can put an Allow: header in REGISTER requests to say which methods the registering end-point is capable of receiving. If you get a -2 returned from lookup() it means that the method for the request (in this case INVITE) was not in the "Allow:" header in the REGISTER. You can ch

Re: [SR-Users] Iimitations of xcap server in kamailio

2013-03-28 Thread Peter Dunkley
There are a number of core parameter and modparam values you need to increase from their defaults in order to be able to handle large HTTP requests (and therefore large XCAP documents). For example, * tcp_rd_buf_size (core parameter) * tcp_wq_max (core parameter) * sql_buffer_size (core parameter)

[SR-Users] Help with SIP over Websocket audio call: 405 Method Not Allowed

2013-03-28 Thread Brad Johns
Hi, New to Kamailio. I have my Kamailio 4.0 server with websocket support, and the users can register using the JsSIP Tryit sample WebRTC application. They can do 'chat' feature of JsSIP Tryit using kamailio 4.0 sip over websockets module. However, after registration, the users can't place an a

[SR-Users] Iimitations of xcap server in kamailio

2013-03-28 Thread David Thomson
Has anyone else noticed issues when adding a large number of contacts to your buddy list? I was using Jitsi and at about 40 contacts I was encountering issues in that the subsequent contacts would not get added to my buddy list. Ttyl, Dave ___ SIP

[SR-Users] Help with SIP over Websocket audio call

2013-03-28 Thread Brad Johns
Hi, New to Kamailio. I have my Kamailio 4.0 server with websocket support, and the users can register using the JsSIP Tryit sample WebRTC application. However, after registration, the users can't place an audio call. I see no ringing on the remote browser. I don't know how to debug this furthe

Re: [SR-Users] base64 transformation

2013-03-28 Thread Skyler
+1 for me too. Great idea. Skyler On 3/28/2013 3:06 AM, Alex Balashov wrote: I'm all in favour of it, as it would be quite useful to us likewise! Andreas Granig wrote: Hi guys Maybe I missed something, but looks like there is no base64 encode/decode transformation in PV, right? I think we'

Re: [SR-Users] Homer / Kamailio / Freeswitch

2013-03-28 Thread Alexandr Dubovikov
Hi, can you show your sofia's config ? btw, better send this question to homer's list. Wbr, Alexandr -Original Message- From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Antonio Teixeira Sent: Thursday, March 28, 2013 6:37 PM To: sr-

[SR-Users] Homer / Kamailio / Freeswitch

2013-03-28 Thread Antonio Teixeira
Hello. First of all i just did a fresh install of Homer and this thing is perfect only really missing the RTP analysis. Anyway I have a Freeswitch PBX with several internal profiles and also external profiles binded into external Ips ( Public not Private). Capture on the private network profi

[SR-Users] kamailio 4.0.0; km_append_branch problem

2013-03-28 Thread Pavel Miskov
Hi all, I installed Kamailio 4.0.0 from source an tried configuration from Kamailio 3.3.2. problem is with km_append_branch function. Not starting Kamailio400: invalid configuration file! -e 0(20346) ERROR: [cfg.y:3431]: cfg. parser: failed to find command km_append_branch 0(20346) : [cfg.y:3

Re: [SR-Users] Tag maximum size/length

2013-03-28 Thread Jiri Kuthan
On 3/28/13 12:41 PM, Grant Bagdasarian wrote: Do you mean "implementation" in the context of Kamailio's implementation of SIP? yes If so, what if certain SIP clients implement it in a different way and their Tag values exceed this limitation? that depends on the application how a loss of

Re: [SR-Users] Tag maximum size/length

2013-03-28 Thread Grant Bagdasarian
Do you mean "implementation" in the context of Kamailio's implementation of SIP? If so, what if certain SIP clients implement it in a different way and their Tag values exceed this limitation? -Original Message- From: Jiri Kuthan [mailto:j...@iptel.org] Sent: Thursday, March 28, 2013 1

Re: [SR-Users] Tag maximum size/length

2013-03-28 Thread Jiri Kuthan
On 3/28/13 11:21 AM, Grant Bagdasarian wrote: Hello, Is there a maximum length/size defined for the From and To Tag? The RFC states: “it MUST be globally unique and cryptographically random with at least 32 bits of randomness”. Though I can’t find anything in the RFC about the maximum. The s

[SR-Users] Tag maximum size/length

2013-03-28 Thread Grant Bagdasarian
Hello, Is there a maximum length/size defined for the From and To Tag? The RFC states: "it MUST be globally unique and cryptographically random with at least 32 bits of randomness". Though I can't find anything in the RFC about the maximum. The sip_capture table stores the to_tag and from_tag in

Re: [SR-Users] base64 transformation

2013-03-28 Thread Alex Balashov
I'm all in favour of it, as it would be quite useful to us likewise! Andreas Granig wrote: >Hi guys > >Maybe I missed something, but looks like there is no base64 >encode/decode transformation in PV, right? >I think we're going to add one, as it might be handy to do such >transformations dire

[SR-Users] base64 transformation

2013-03-28 Thread Andreas Granig
Hi guys Maybe I missed something, but looks like there is no base64 encode/decode transformation in PV, right? I think we're going to add one, as it might be handy to do such transformations directly from within the config file. One case where this could be used is that some UAs are picky in

Re: [SR-Users] IPv4 / v6 request to global parameter "TOS"

2013-03-28 Thread Daniel-Constantin Mierla
Hello, there is a patch attempting to set the tos for IPv6: - http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=084be456bc0fab015cf9964ac85651fa60ea77c9 For now is only for UDP, but if it works I will propagate to tcp/tls. I tested it compiles, but had no IPv6 testbed around

[SR-Users] Need help with Kamailio+RLS configuration.

2013-03-28 Thread Aleksandrs Semenenko
Hello everyone, I am running Kamailio 3.3.2 server and I need to configure it to support RLS to avoid big amounts of SUBSCRIBE requests from clients. By this moment I have managed to configure XCAP server and learned the XML structure for press-rules, rls-services and resource-list documents.