[SR-Users] Table location, methods field

2011-06-30 Thread Andrew O. Zhukov
Can someone send me bitmasks for the Subj. Or just the reference to include file with comments in a source code. I can't find it in all set of availible document's since the SER router. :( I just have to know which UA except Grandstreams an CSipsample use RFC3311 :) Thanks in advance. Andrew O.

Re: [SR-Users] Table location, methods field

2011-06-30 Thread Henning Westerholt
On Thursday 30 June 2011, Andrew O. Zhukov wrote: > Can someone send me bitmasks for the Subj. > Or just the reference to include file with comments in a source code. > I can't find it in all set of availible document's since the SER router. :( > > I just have to know which UA except Grandstreams

Re: [SR-Users] Table location, methods field

2011-06-30 Thread Andrew O. Zhukov
On 06/30/2011 12:15 PM, Henning Westerholt wrote: On Thursday 30 June 2011, Andrew O. Zhukov wrote: Can someone send me bitmasks for the Subj. Or just the reference to include file with comments in a source code. I can't find it in all set of availible document's since the SER router. :( I just

Re: [SR-Users] Table location, methods field

2011-06-30 Thread Andrew O. Zhukov
What I'm doing wrong? select contact, User_agent, methods from location where (methods & 2048) > 0 and user_agent like 'snom%'; contact user_agent methods sip:3039200@10.0.1.55:2048;line=yd9qcfm9 snom320/7.3.14 7999 REGISTER sip:ipshka.com SIP/2.0 Via: SIP/

Re: [SR-Users] Table location, methods field

2011-06-30 Thread Andrew O. Zhukov
Sorry, You change it ... enum request_method { METHOD_UNDEF=0, /* 0 - --- */ METHOD_INVITE=1, /* 1 - 2^0 */ METHOD_CANCEL=2, /* 2 - 2^1 */ METHOD_ACK=4, /* 3 - 2^2 */ METHOD_BYE=8, /* 4 - 2^3 */ M

Re: [SR-Users] Table location, methods field

2011-06-30 Thread Henning Westerholt
On Thursday 30 June 2011, Andrew O. Zhukov wrote: > Sorry, > > You change it ... > > enum request_method { > METHOD_UNDEF=0, /* 0 - --- */ > METHOD_INVITE=1, /* 1 - 2^0 */ > METHOD_CANCEL=2, /* 2 - 2^1 */ > METHOD_ACK=4,

Re: [SR-Users] MWI handling

2011-06-30 Thread Ovidiu Sas
If you are using asterisk as a voicemail server, let asterisk to handle the SUBSCRIBE and don't involve the kamailio presence server in this process. If you really want to use kamailio as a mwi presence server, then you will need to build some external scripts for pooling the asterisk mwi db and se

Re: [SR-Users] MWI handling

2011-06-30 Thread Spinov Evgeniy
This makes the main problem as in documents I've found on asterisk is that it doesn't support PUBLISH, i.e. there is no way to force sending them on MWI event. It works only on SUBSCRIBE-NOTIFY scheme. Did you succeeded with PUBLISH on Asterisk in order to inform Kamailio about MWI? If yes, how? C

Re: [SR-Users] MWI handling

2011-06-30 Thread Spinov Evgeniy
I've done that in this fashion: Kamailio is only proxing SUBSCRIBEs to Asterisk and it's replying with NOTIFYs to Kamailio, Kamailio is just proxying reply to UAC. So Kamailio is transparent for MWI. But it looks like spike. I'd better send PUBLISHes from Asterisk to Kamailio for all the clients a

Re: [SR-Users] xcap server - http load–balancer: xcap authentication problem

2011-06-30 Thread laura testi
Thank you very much Daniel! It works! Following your suggestion, I have set the following parameters in the kamailio.cfg in both servers: modparam("auth", "secret", "samesecretparam") modparam("auth", "nonce_expire", 1800) modparam("auth", "nonce_auth_max_drift", 300) modparam("auth", "one_time_n

[SR-Users] Internet RTP filters

2011-06-30 Thread Dominguez Jover, Ricardo
Hi everybody, First to say sorry if this is not the right list to send this post, anyway we hope somebody can help us. We have Kamalio 3.1.3 working since many time ago. We use an RTP Proxy for NAT issues in the server side and STUN for NAT issues in the internet client side. Calls in Spain ar

Re: [SR-Users] Internet RTP filters

2011-06-30 Thread andreas kaschner
hi, have you tried TLS with Minimum encryption? regards Andreas On 30. juni 2011, at 19:43, "Dominguez Jover, Ricardo" wrote: > Hi everybody, > > First to say sorry if this is not the right list to send this post, anyway we > hope somebody can help us. > > We have Kamalio 3.1.3 working sinc

Re: [SR-Users] Internet RTP filters

2011-06-30 Thread Dominguez Jover, Ricardo
Hi Andreas, I've tried with TLS (using TCP port 5061) with no RTP encryption and with SRTP, but I don't know what minimum encryption means. Regards, Ricardo -Mensaje original- De: sr-users-boun...@lists.sip-router.org en nombre de andreas kaschner Enviado el: jue 30/06/2011 22:04 Para: