Hi,
In the docs at
http://kamailio.org/docs/modules/3.0.x/modules/tm.html#fr_inv_timer it
says that fr_inv_timer_avp should be defined like this, without $ or $avp:
modparam("tm", "fr_inv_timer_avp", "my_fr_inv_timer")
In kam <= 1.5 I did it like that:
modparam("tm", "fr_inv_timer_avp", "$avp(s:callee_fr_inv_timer)")
which doesn't give me an error on startup with kam-3.0 either, but the
timer doesn't get fired (I use seconds for that as noted in the docs).
If I change it to
modparam("tm", "fr_inv_timer_avp", "callee_fr_inv_timer")
then I get the error "malformed or non AVP callee_fr_inv_timer AVP
definition", same with setting it to "s:callee_fr_inv_timer".
Anyhow, it seems to be deprecated anyways, so I'm looking to get
t_set_fr() working. I'm just curious how I can use a var or AVP loaded
from DB to set the value on-the-fly? t_set_fr(...) seems to allow only
constants to be set. Couldn't find anything in the docs regarding that one.
Thanks,
Andreas
Hi,
Looks like behavior of drop has changed in Kamailio 3.0. Before, I was
able to drop() a specific branch in branch_route depending on various
checks.
http://www.kamailio.org/dokuwiki/doku.php/core-cookbook:3.0.x#drop still
says this is possible,
http://kamailio.org/docs/modules/3.0.x/modules/tm.html#t_on_branch says
it's not possible.
So calling drop() in branch_route has no effect, and I have no idea how
to mark a branch in branch_route to be dropped in onsend_route, because
checking a bflag doesn't work there, and neither does checking $rU.
Any ideas on how to accomplish dropping a specific branch?
Andreas
Hello,
I know some of devels are still in Easter vacation, but I hope we can
get together soon on irc to sketch the plan for 3.1 release.
I propose next week, Wednesday, April 14, 15:00UTC, on #sip-router
channel hosted by irc.freenode.net
If you are a developer and want to participate, please announce. If it
is not possible to attend for major contributors, we can look for
another date (eventually start a pool to see the day were most of us are
available).
Cheers,
Daniel
--
Daniel-Constantin Mierla * http://www.asipto.com/ *
http://twitter.com/miconda *
http://www.linkedin.com/in/danielconstantinmierla
Hi All,
Has anyone come up against an issue on 0.9.6 / 0.9.7 whereby a SIP App
Server, delivers a CANCEL to the SER.
The SER proxies the CANCELs to all the forked endpoints.
At the same time it sends "200 Cancelling" back to the SIP App
server...(this suppresses CANCEL retransmission from the SIP App
server).
If one of the CANCELs from the SER to the SIP UA gets lost....the phone
keeps ringing.
There is no CANCEL retransmission on the SER !!!
There is CANCEL retransmission on the SIP App, but when it sends SER
replies "no pending branches"
Ideally want the SER do CANCEL retransmissions. I understand the timers
were rewritten in 0.10.x but this is not hardened version like
0.9.6....any suggestions?
Thanks in advance
Rupert
Hello,
I propose to merge the users mailing lists, most of the traffic these
days is about 3.0 and even there are 2 stables branches now, they are
sync'ed, so same code more or less. For 3.1 will be one stable branch,
falvor selection will be only a matter of make command.
Lately common useful topics are discussed on those different mailing
lists, notifications and knowledge base building require cross-posting,
lot of overhead imo.
Any other opinion?
Like with devel mailing lists, existing email addresses for users ML can
still be used, just that end on same ML. Natural choice will be to have
users@kamailio and serusers@iptel to be directed to
sr-users(a)lists.sip-router.org
Cheers,
Daniel
--
Daniel-Constantin Mierla * http://www.asipto.com/
Hi all!
For easy editing kamailio configuration files I developed a syntax
highlighting scheme for mc.
Preview
The scheme includes basic syntactic structures of Kamailio 1.5,
all constants, variables, operators and standart core functions.
To install it, download the file kamailio.syntax from attachment and
copy it to /usr/share/mc/syntax (for Debian Etch)
Next, add to the file /usr/share/mc/syntax/Syntax including:
file ..\*\\.cfg$ Kamailio\sconfig
include kamailio.syntax
Thats all, I hope its helps someone ;)
--
Shpinev Konstantin mailto:kks_mail@inbox.ru
Hi List,
Anybody using this in production yet? If so what kind of volume and how is
reliability?
Looking to move to this platform, looks very good, interested to hear some
experiences.
Thanks,
Stephen
Yes,
i had installed self signed certificates via IE.
Bria shows it and validates them during registration process, its the call
initiation where it creates problem.
Kamailio starts without fix_nated_register.
With this function it gives configuration file error.
and i had load nathelper.so and that is been confirmed via logs
--
Regards,
Hemanshu Patel
SIS,Ahmedabad.
M: 09601295238
> Just checking...
>
> Some time ago, I made some tests with Bria and self signed certs... It
was a little tricky to find that I had to install the cert through IE.
Did you install them this way? Can you check Bria's log to ensure that
the cert is accepted?
>
> Edson.
>
> Henning Westerholt escreveu:
>> On Thursday 01 April 2010, Hemanshu Patel wrote:
>>> yes i did, and log shows that nathelper.so load without any problem.
kamailio loads and work perfectly with grandstream devices with TLS
and
>>> SRTp. it gives problem with Bria softphones only.
>>> I am using self signed certificates which works perfectly with
grandstream, can there be any chances that due to self sign ness of
the
>>> certificates, it doesnt work well with bria devices.
>> Hi Hemanshu,
>> ok, so the error you reported in your previous message is solved. It
could be
>> possible that the Bria softphone implement a more strict policy with
regards
>> to the check of the certificates. But you should be able to find
something in
>> the UA documentation about this, you could ask the vendor or other
users. As
>> the last resort just test with certificates that are not self signed. ;-)
>> Cheers,
>> Henning
>> _______________________________________________
>> Kamailio (OpenSER) - Users mailing list
>> Users(a)lists.kamailio.org
>> http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
>> http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
>