Hello,
some bits were left with the old project name OpenSER, not to disturb
too much at that time and see where everything goes.
Other voices expressed same idea in the past, now everything is stable
and development goes smooth, so it is good to make a decision because
openser is too way back and new comers could be confused.
In my list is renaming from openser to kamailio next attributes:
- default database name (exiting configs should not be impacted that
much as most of them have database provided by module parameter)
- default database access usernames and passwords, respectively openser,
openserro and openserrw should become kamailio, kamailioro and kamailiorw
- perl module API is packed as OpenSER - this could affect some people
using it, but a search and replace should do it
- snmpstats mibs - probably it is going to have some impact as well
Eventually we can start doing it gradually, one or two per release, but
is probably better to do all at once, so people will do one upgrade with
next major release.
Another thing is sercmd, it is in conflict for packaging as both ser and
kamailio install it. It means that one cannot install both kamailio and
ser at same time from packages. One option is to install it as kamcmd.
Because these changes affect users and devels, I sent the message to
both mailing lists. Opinions?
Cheers,
Daniel
--
Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio Advanced Training, Berlin, Nov 5-8, 2012 - http://asipto.com/u/kat
Kamailio Advanced Training, Miami, USA, Nov 12-14, 2012 - http://asipto.com/u/katu
Hi!
Are there any means to store the route set of a dialog (on dialog
creation) and use the stored route set when forwarding in-dialog
requests instead of using the requests' route set?
thanks
Klaus
Hi,
I am doing some performance tests and I cannot force SIP INVITEs to
use mediaproxy within LAN, without any NAT. I'm using
engage_media_proxy or rtpproxy_manage but phones are still exchanging
voice data between them, not through the proxy. Is there some trick
how to forcibly tell kamailio to use media/rtp proxy ? Maybe kamailio
finds out that there is no nat and therefore will not use any nat
traversal mechanism.
Mino
Hi,
If i have two keys on a HTABLE that are the same. i undestand i need to set
the key type to 1 (array).
i use the $shtcn and get 3 (size is an entry as well).
so far, so good.
But, now i am trying to get all the values from the table to an AVP oto say
it in another way - i need all values because i parse it afterwards.
So, what is the syntax? using $sht() didn't work.....
Uri
Hello,
kamailio cores when receives a corrupted route header.
For example, this was causing the core.
Route: sip:10.236.236.100;transport=tcp;r2=on;lr;ftag=1348218287134-Test-553188;osb-tag=NM;nat=yes;twan=yes?[=&
[=<sip:10.236.236.100;transport=tcp;r2=on;lr;ftag=1348218287134-Test-553188;osb-tag=NM;nat=yes;twan=yes?[=&%20[=>
I found the problem, the pointer was not initializing to null after freeing
it. Please apply this fix in the next version.
Here is the diff with the original(3.2.2) and changed version.
PGA:/mnt/o/kamailio-3.2.2/parser # diff -u parse_param.c.orig parse_param.c
--- parse_param.c.orig 2012-10-09 09:42:58.372003500 -0300
+++ parse_param.c 2012-10-09 21:34:14.556367900 -0300
@@ -545,6 +545,7 @@
error:
if (t) pkg_free(t);
free_params(*_p);
+ *_p = 0;
return -2;
ok:
Thanks
Jijo
Dear All,
I have set up my kamailio server successfully and it is working very
fine. i have followed the below link for setup:
http://kb.asipto.com/kamailio:presence:k31-made-simple. Now i want to
enable xmpp module. At Kamailio wiki page, i have found that there can
be two way to implement
xmpp module in kamilio. And they are (1) Inside the server (2) Remoter
jabber server. But there is no specific "how to" to enable this module.
How can i compile and enable this module in kamailio. And after this
what will be the setting of my kamailio.cfg. Currently jabberd2 is not
available as directed in wiki.
Can i use openfire with kamailio for xmpp? How ?
Kindly point me any direction.
With Warm Wishes,
Vijay Thakur information intended for a specific individual and purpose,
and is protected by law. If you are not the intended recipient, you
should delete this message and are hereby notified that any disclosure,
copying, or distribution of this message, or the taking of any action
based on it, is strictly prohibited.
-----------------------------------------------------------------------------------------------------------------
Dear All,
I have set up my kamailio server successfully and it is working very
fine. i have followed the below link for setup:
http://kb.asipto.com/kamailio:presence:k31-made-simple. Now i want to
enable xmpp module. At Kamailio wiki page, i have found that there can
be two way to implement
xmpp module in kamilio. And they are (1) Inside the server (2) Remoter
jabber server. But there is no specific "how to" to enable this module.
How can i compile and enable
this module in kamailio. And after this what will be the setting of my
kamailio.cfg.
Kindly point me any direction.
With Warm Wishes,
Vijay Thakur
Hello,
I'm looking at getting richer content for the FAQ wiki page:
* http://www.kamailio.org/wiki/tutorials/faq/main
Probably we can get it good enough with a bit of mobilization for one
week. If anyone is having some questions fitting the purpose of the FAQ,
just add them to the page or send via email.
If you don't have the right answer, just leave it as TBA in the wiki,
via email is fine to send just the question.
Cheers,
Daniel
--
Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio Advanced Training, Berlin, Nov 5-8, 2012 - http://asipto.com/u/kat
Kamailio Advanced Training, Miami, USA, Nov 12-14, 2012 - http://asipto.com/u/katu
peter suggested using nginx for dispatching xcap requests and that works
fine.
has someone tried using nginx to dispatch also sip over websocket
requests? is there some drawbacks?
-- juha
I have Kamailio 3.3 with Presence, RLS and integrated XCAP.
Now I am noticing the errors in the attached syslog capture.
The only thing I have changes is the DB mode to DB Only.
Thanks,
Sangeeta
--
Sangeeta Shah