Hello,
Kamailio SIP Server v3.1.4 stable release is out.
This is a maintenance release of latest stable branch, 3.1, that
includes fixes since release of v3.1.3. There is no change to database
schema or configuration language structure. Deployments running previous
v3.1.x versions are strongly recommended to be upgraded to v3.1.4.
For more details about version 3.1.4, visit:
http://www.kamailio.org/w/2011/05/kamailio-v3-1-4-released/
Cheers,
Daniel
--
Daniel-Constantin Mierla -- http://www.asipto.comhttp://linkedin.com/in/miconda -- http://twitter.com/miconda
I am using the kamailio default script on 3.1.3.
I was wondering what happens when I added an Alias in dbaliases?
For example if I add 18005551212(a)mydomain.com alias to 1001(a)mydomain.com
when an invite comes in; it works perfect I got a 200 back. (1001 Device
rings.)
If I add another alias to a remote server; ie.
18005551213(a)mydomain.com alias to 1800555124(a)someotherdomain.com
I get a 404 back.
I wonder what happens internally?
What should I modify to enable this case;
Thanks.
Later today I will package v3.1.4, so if you have something to commit in
branch 3.1, please do it before 15:00GMT.
Thanks,
Daniel
--
Daniel-Constantin Mierla
http://www.asipto.com
Daniel-Constantin Mierla writes:
> I am thinking of packaging v3.1.4 next week on Thursday -- last minor
> release was more than 1.5month ago.
> Any comments against it?
the bug still exists, where AVP_CLASS_DOMAIN avps are not saved in the
transaction. i guess jan forgot about it.
-- juha
Hi
I am just wondering if it is possible to use a wildcard certificate with TLS.
I have hundreds of customers who are using subdomains of the main
domain name on a virtual PBX platform. i.e if the main domain is
example.org I have customers using
cust1.example.orgcust2.example.orgcust3.example.org
.......
I want to start offering TLS on a per customer basis. However I don't
want to have to create a TLS certificate per customer if I don't need
to. So I need to know if I can create a *.example.org certificate and
use that for all customers who want TLS?
Is this possible?
Regards
Jon
--
Jon Farmer
Tel: 07795 118140
Email: viperdudeuk(a)gmail.com
Twitter: @viperdudeuk
Hi all,
I'm using kamailio with the dispatcher module.
I would like to know if there are some API to get an average of the service
execution
time. In other words, I need to get the time between sending the request
and
receiving the response for every request, but also to have this values
separate
per server.
I know also that this could be a little heavy for the dispatcher, but for
some
test I need this information.
Your help is kindly appreciated!
Thanks in advance,
Giuseppe
Dear all,
I'm trying to change the From uri and Dsplay but without sucess.
My config is as follow:
if(dp_translate("1111", "$avp(s:frm_user_name)/$avp(s:test_frm_user_name)"))
--> i'm sending 2112202701 and I get back corectly 701
{
$avp(s:display) = $avp(s:test_frm_user_name);
$avp(s:fu_uri) = "sip:"
+ $avp(s:test_frm_user_name) + "@" + $fd;
xlog("alx ------- The avp(s:display):
$avp(s:display) ---- avp(s:fu_uri)=$avp(s:fu_uri) ----------\n"); --> I
see values 701 and sip:701@my_IP_address
uac_replace_from("$avp(s:display)","$avp(s:fu_uri)");
Here I log the fu and I see that nothing has
changed..
}
Do you have any ideas on that ?
I use Kamailio 3.1.3
Thank you in advance
Alex
Hi,
Someone know tell me why kamailio generate the following error when I try
load the route.so module:
May 24 10:21:43 sswpst00 kamailio: ERROR: <core> [sr_module.c:523]: ERROR:
load_module: could not open module
</home2/local/kamailio/lib/kamailio/modules/route.so>:
/home2/local/kamailio/lib/kamailio/modules/route.so: undefined symbol:
db_use_table
I don't know why this error have been generate. I'm porting this module to
use with kamailio 3.1.2.