[SR-Users] Presence data to users behind NAT

2015-03-22 Thread Olli Attila
Hello, Im running kamailio 4.2.3 and I'm trying to build a system where I could have the following features: SIP proxy, RTP proxy, Presence XCAP service for IM messaging. I have a problem with the Presence service with users that are located behind nat. When Kamailio sends presence info to

Re: [SR-Users] Kamailio with websocket as transport

2015-03-22 Thread Austin Einter
Thanks Daniel. Is there any example kamailio.cfg file with websocket enabled. I downloaded one from https://gist.github.com/jesusprubio/4066845/download# , it shows around 74 config errors. Thanks Austin On Fri, Mar 20, 2015 at 1:27 PM, Daniel-Constantin Mierla mico...@gmail.com wrote:

Re: [SR-Users] remove_hf_value

2015-03-22 Thread Slava Bendersky
Hello Daniel, I end up insert routes like this. And right now on client side I see only public ip route and private side only private ip routes. route[ROUTE_HDR_ORG] { # Getting record routes if(is_present_hf(Route)) { xlog(L_INFO, [$rm], Inbound connection from $si\n);

Re: [SR-Users] kamailio asterisk NOTIFY

2015-03-22 Thread Slava Bendersky
Hello Daniel, I still can't understand clearly why when asterisk send NOTIFY to client through kamailio it coming back with with 408. I I tried different case event change Contact:, but no luck can't I see what the issue all routes in first SUBSCRIBE looks ok . Any though or help will be

[SR-Users] Websocket kamailio.cfg doubt

2015-03-22 Thread Austin Einter
The README of websocket suggests to modify kamailio.cfg as below *# Handle requests within SIP dialogsroute[WITHINDLG] {if (has_totag()) {# sequential request withing a dialog should# take the path determined by record-routing

Re: [SR-Users] Siremis error Call to a member function getQuoted()

2015-03-22 Thread canuck15
I think I found the root cause. Siremis database has a table called group. That is a reserved word in mysql that cannot be used as a table name. http://dev.mysql.com/doc/refman/5.5/en/reserved-words.html Do the following to prove it. mysql USE siremis; SELECT * FROM group; error RENAME