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.
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
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
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/
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
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,
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
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
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
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
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
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
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:
13 matches
Mail list logo