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] 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 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
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 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

[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.