Hello all,
I have RCS based client.
I would like to implement MUC(multi chat user) in existing Kamailio IMS
Server.
Please help me to input the procedure.Is it really possible to do it ?
Please share me URL for any existing "C" source code which I can directly
imbibe into Kamailio IMS serve
--
View this message in context: http://sip-router.1086192.n5.nabble.com/Regarding-multi-user-chat-in-Kamail…
Sent from the Users mailing list archive at Nabble.com.
Hi there,
I have noticed that my kamailio proxy, version 4.2.2 is originating core
dumps.
This happens when Kamailio receives an INVITE in failure route, then
execute the function async_sleep(3), after that changes request uri, then
it stops with following error message shown below:
<core> [mem/f_malloc.c:586]: fm_free(): BUG: fm_free: bad pointer
0x7f8d26605ed8 (out of memory block!), called from <core>:
parser/msg_parser.c:
set_path_vector(822) - aborting
Please see the attachment that contains the " gdb bt full" from core.dump
originated
Thank you for your attention
Best Regards
--
Cumprimentos
José Seabra
Hello,
I am considering to release a new maintenance version from latest stable
branch - to be v4.2.4 - next week, most likely on Thursday, April 2. If
there is anything important to get in and not discussed yet, bring the
topic on development mailing list.
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio World Conference, May 27-29, 2015
Berlin, Germany - http://www.kamailioworld.com
Using Kamailio 4.2-dev and MSILO, is it possible to "toggle" the auto-
notification reply MESSAGE using something similar to the following where
"$var(msilo_reply)" is emtpy at startup (or are there suggestions for a better
method):
modparam("msilo", "from_address", "$var(msilo_reply)")
...
if(CONDITION WHERE I WANT THE AUTO-REPLY RETURNS POSITIVE) {
$var(msilo_reply)="$rU(a)example.net";
}
m_store($rU)
...
My use case is that I would like the auto-notification reply to occur in some
instances, but not others. I also do not want to create a loop where the
auto-notification replies are also stored. I was originally using a simple
test: if(src_ip!=myself), but I have begun to use the IMC module as well as
the EXEC module and these MESSAGEs appear to originate from "myself."
Looking at the MSILO documentation I see there is "extra_hdrs(string)," but
this appears to be designed to add headers to dumped MESSAGEs. I was hoping
there would be a way to add a custom header to the auto-notification, on which
I could filter/drop generated replies earlier in the route, but it doesn't
appear that this exists.
My preference for the best-case scenario would be to control the generation of
the auto-notification reply in the first place rather than having to add a
control to detect the reply and drop it.
Thanks in advance for any recommendations.
--
Anthony - https://messinet.com/ - https://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
Hi,
I have a problem with stale nonces being reused by a UA. I'd like to do two things;
* Set the nonce lifetime to a lower value
* Handle stale nonces in my authentication route
For the first, I'm interpreting the RADIUS module documentation so that
it gets such parameters from the generic auth module and, therefore,
I should be good with something like:
...
modparam("auth", "nonce_expire", 60) # Set nonce_expire to 60s
...
For the second, I'd appreciate pointers on how to set stale=true in the
401 reply, if special handling is required. I have incomplete packet
traces to work from right now, so can't tell if it is being set already.
Thanks,
--
Måns Nilsson primary/secondary/besserwisser/machina
MN-1334-RIPE +46 705 989668
I'm wearing PAMPERS!!
Hi,
We are having problem with persisting htable.
There are 4 hashtables defined in kamailio config, like:
modparam("htable", "db_url", DBURL)
modparam("htable", "htable", "vtp=>size=10;autoexpire=120;dbtable=htable;dbmode=1;")
modparam("htable", "htable", "a=>size=6;")
modparam("htable", "htable", "rpn=>size=10;autoexpire=0;dbtable=htable;dbmode=1;");
modparam("htable", "htable", "rpnn=>size=10;autoexpire=0;dbtable=htable;dbmode=1;");
The strange behavior is that if I restart kamailio, the hash table is not persisted into the database.
If I change e.g. rpn's dbtable to e.g. htable_1 (which should be created in the kamailio mysql database schema upfront, then the rpn hashtable will be presisted successfully at every stop and will be reload at every start.
What is wrong in my config?
Kamailio version is 4.2.3
Thanks,
Attila
Hi all
I'm sharing a location table between two kamailio 3.3 and kamailio 4.2 servers.
Table versions are 5 and 6 but I don't know how to skip table version checking
to prevent one of them from running.
Any tips?
thanks,
Jon
Hi All,
As far as I can see if a child dies due to segmentation fault Kamailio
stops all the childs and it exits.
Is there a possibility to change this behaviour to a kind of "respawn
the child" way ?
What do you think is the best way to keep Kamailio running on Ubuntu ?
On RHEL ?
Thanks,
Misi
Hi,
I’m trying to setup kamailio as proxy to asterisk.
Asterisk server running on public IP. I want to hide the asterisk behind
kamailio.
UAC à Kamailio à Asterisk media services à PSTN
PSTN à Asterisk media services à Kamailio à UAC
I like to use dispatcher or load balancer modules.
I have tried Kamailio 4.0.x and Asterisk 11.3.0 Real time Integration no
luck.
Can some mail me working scripts or some sort of idea?
Appreciate.
Sathees