Re: [SR-Users] Issue with xpath in kamailio 4.0.2

2013-09-04 Thread Ram Anji
Here is the capture from server, ## T 2013/09/05 12:06:22.298929 192.168.41.60:53983 -> 192.168.41.10:5060 [AP] GET /xcap-root/pidf-manipulation/users/sip:t...@kamailio.com/perm-presenceHTTP/1.1^@ Host: kamailio.com^@ Keep-Alive: 115^@ Connection: keep-alive^@ TE: trailers^@ ^@ # T 2013/09/05 12:

Re: [SR-Users] PUBLISH/SUBSCRIBE in pidf format

2013-09-04 Thread Rupayan Dutta
Thanks Daniel.May be I couldn't express my doubt properly.Actually we were testing OfficeSIP server with SipML5 client for multiparty videoconferencing with presence enabled for showing buddy list and it is working properly.Now as we moved to kamailio with same client and configuring kamailio with

[SR-Users] kamailio's load balancing with DNS SRV

2013-09-04 Thread hspproduct
Hi community, We develop a sip client using pjsip. Now we want to do kamailio load balancing.   We want to run a kamailio instance as the dispatcher, others to help make calls. Who have ever do this? Please give me some help. kamailio's twitter tell me that I can use DNS SRV to achieve it, but I'm

[SR-Users] Auth credentials on ACK, 13.2.2.4

2013-09-04 Thread David K
Hello, I am having difficulties with one of my SIP Trunk providers who insists that the dropped calls are my fault. Long story short, I send the final ACK for the INVITE 200 OK messages to the provider's SBC and 15% of the time the provider's SBC just drops the packet without any justification

Re: [SR-Users] tls nat

2013-09-04 Thread hiro
For this installation I used the .deb from http://deb.kamailio.org/kamailio Sorry I forgot to include this critical information. Is 4.0.3 new enough? Else I can also compile tip, or head or whatever it's called ;) kamailio -V version: kamailio 4.0.3 (x86_64/linux) flags: STATS: Off, USE_IPV6, USE

Re: [SR-Users] NAT function

2013-09-04 Thread Kethzer Docteur
U 179.52.15.139:5060 -> 6*.21*.*.*:5060 REGISTER sip:6*.21*.*.* SIP/2.0. Via: SIP/2.0/UDP 179.52.15.139:5060 ;branch=z9hG4bK8fe063f82c46944f82f41453570cb68b. Via: SIP/2.0/UDP 192.168.20.101:5060 ;branch=z9hG4bK-353933-c9dc9e0471de485344da7fe4c88613a9. From: "dsysadmin" ;tag=4b5777f. To: "dsysadmin"

Re: [SR-Users] Issue with xpath in kamailio 4.0.2

2013-09-04 Thread Daniel-Constantin Mierla
Hello, the error is thrown by xmlXPathEvalExpression() from libxml2, meaning that it considers the xpath expression to be invalid. I am not that familiar with the grammar for xpath, but probably libxml2 has a good implementation and 'presence/pdm:person?xmlns(pdm=urn:ietf:params:xml:ns:pidf:

[SR-Users] sip distributed architecture with kamailio

2013-09-04 Thread Marek Červenka
hello, i'm searching documentation/publications/blogs howto make distributed architecture with kamailio - spread over several datacenters - highly available - N+1 p.s. i know google, but i'm sure in your bookmarks are hidden more "valuable" links -- --- Mar

Re: [SR-Users] Issue with xpath in kamailio 4.0.2

2013-09-04 Thread Ram Anji
I found the following statement in log which causes to fail. xcap_server [xcap_misc.c:475]: xcaps_xpath_set(): unable to evaluate xpath expression [/presence/pdm:person?xmlns(pdm=urn:ietf:params:xml:ns:pidf:data-model)] Here are the logs which are requested. Aug 30 21:31:11 kamailio kamailio[94

Re: [SR-Users] Forward registrations

2013-09-04 Thread Keith
Hi, At the moment I use kamailio to handle registrations. I have multiple Asterisk servers behind this, is it possible to forward registrations on to these servers? Is there a good way to do this? Thanks, Keith ___ SIP Express Router (SER) and Kamailio

Re: [SR-Users] Call Baring

2013-09-04 Thread arun Jayaprakash
Thank you Daniel. From: Daniel-Constantin Mierla To: arun Jayaprakash ; Kamailio (SER) - Users Mailing List Sent: Wednesday, September 4, 2013 5:06 AM Subject: Re: [SR-Users] Call Baring Hello, On 8/27/13 12:04 AM, arun Jayaprakash wrote: Hello, with o

[SR-Users] t_replicate() and Contact

2013-09-04 Thread Marc Soda
Hey all, I have 2 Kamailio systems replicating REGISTER's to each other. However, I've noticed that the Contact header seems to be wrong on the second server. For example, if I have endpoint 1.1.1.1 registering to 2.2.2.2, then 2.2.2.2 is calling t_replicate() to 3.3.3.3, the Contact header once

Re: [SR-Users] NAT function

2013-09-04 Thread Daniel-Constantin Mierla
Hello, can you provide ngrep with a signaling flow for a call that doesn't work? It should show if the rtpproxy control functions were executed. Cheers, Daniel On 8/28/13 9:28 PM, Kethzer Docteur wrote: I need help to fixed my NAT configuration I have nat module load but nat configuration is

Re: [SR-Users] PUBLISH/SUBSCRIBE in pidf format

2013-09-04 Thread Daniel-Constantin Mierla
Hello, On 8/29/13 2:32 PM, Rupayan Dutta wrote: Can anybody suggest me whether kamailio 4.0.3 supports pidf format for handling presence related stuff instead of XCAP server.If yes what are the corrosponding changes in the kamaolio cfg file? If not, then how can I test my kamailio presence wi

Re: [SR-Users] tls nat

2013-09-04 Thread Daniel-Constantin Mierla
Hello, On 8/29/13 10:22 PM, hiro wrote: After many failures because of broken libraries I managed to decrypt my problematic TLS sessions providing the private key of kamailio to wireshark. With TLS+SRTP enabled my nokia phones send session progress and pracks with rtp port. This breaks NAT/rtpp

Re: [SR-Users] Pseudo-variables and branches

2013-09-04 Thread Daniel-Constantin Mierla
Hello, $rd is the domain from the latest r-uri, not from original r-uri. Can you check to be sure there is no revert_uri() used somewhere around? If still a problem, then load debugger module, set its parameter cfgtrace to 1 and send the log messages here to see what actions are executed, ma

Re: [SR-Users] Call Baring

2013-09-04 Thread Daniel-Constantin Mierla
Hello, On 8/27/13 12:04 AM, arun Jayaprakash wrote: Hello, with outgoing white list/black list I am able to put a prefix in the user preference table to block certain out going calls. In the same way is it possible to block incoming calls depending on certain prefixes ( like 1-800)? yes, just

Re: [SR-Users] Modules required by Web socket

2013-09-04 Thread Daniel-Constantin Mierla
Hello, On 8/28/13 8:44 AM, Vijay Thakur wrote: Hi All Members, I am trying to compiling Kamailio 4.0 with websocket support. Please tell that what modules should I compile during installation. Is there any list of all available modules. Is it possible to compile kamailio with all available

Re: [SR-Users] Issue with xpath in kamailio 4.0.2

2013-09-04 Thread Daniel-Constantin Mierla
Hello, can you run with debug=3 in kamailio config and send over the log messages (they are written typically in /var/log/syslog or /var/log/messages)? That will help to see what is going wrong. Cheers, Daniel On 9/1/13 6:46 PM, Ram Anji wrote: Hi, I am facing issue with modifying the xdm d

Re: [SR-Users] unregister user when kamailio looses TCP connection.

2013-09-04 Thread Daniel-Constantin Mierla
Hello, I applied your patches with some changes. There is no need to store tcp connection id in other structure in the core, it is stored in msg->rcv.proto_reserved1. You have to add the documentation for the new usrloc parameter, in xml files from modules/usrloc/doc/ - send over the patch a

Re: [SR-Users] dialogs in database

2013-09-04 Thread Daniel-Constantin Mierla
Hello, yes, the dialog module loads db records at startup, not during runtime. It doesn't have a db only mode. Cheers, Daniel On 9/4/13 10:25 AM, Victor V. Kustov wrote: Hi, all! Dialogs can store in database, but seems they never read from DB, only on start. Isn't it? -- WBR, Victor

Re: [SR-Users] Kamailio 4.0.x and Asterisk 11.3.0 - Music On Hold

2013-09-04 Thread Daniel-Constantin Mierla
Hello, the calls are routed via asterisk, thus you should be able to play music on hold in asterisk. Run asterisk in debug mode and see if the appropriate command are executed and there is no error. Cheers, Daniel On 9/3/13 1:41 AM, mrdave wrote: Hey Guys, I've done a fair bit of researc

[SR-Users] dialogs in database

2013-09-04 Thread Victor V. Kustov
Hi, all! Dialogs can store in database, but seems they never read from DB, only on start. Isn't it? -- WBR, Victor JID: coy...@bks.tv JID: coy...@bryansktel.ru I use FREE operation system: 3.10.9-calculate GNU/Linux ___ SIP Express Router (SER)