Hi all folks, Hello people, I'm new and I've been reading, so I have
some but not much knowledge.
I must integrate as work, two asterisk to the kamailio, a month ago I
started with the real time guide [1] with only one kamailio, register,
start the call, etc.. I am with the basics and it works.
Now I must put two asterisk and using dispatcher, but although I read
the documentation of the module.. use it and so then configure a list
of file (with the asterisk where to dispatch) and not in the
database..
MY HELP REQUEST QUESTION: How do I use dispatcher in load balancing
mode, but taking in consideration my already working realtime-asterisk
worling setup?
THE PROBLEM: since with what I did it simply sends the call to both
asterisk. i setup only 4 easy steps.. load module, then setup params
(where i set the asterisk lists by file, and not db) and then added a
"ds_select_dst(1, 4);" before the "route(RELAY);" line. please help!
as i know.. the ds_select_dst(1, 4); prepare wicht asterisk will be
choose to use and then when the routing RELAY happends no cares if in
the realtime previously guide are a main asterisk? right?
NOTE: I know it's a big world... but I can't keep reading the kamailio
theory, i must goon forward due i have to lear later once are property
working..
[1] https://kb.asipto.com/asterisk:realtime:kamailio-4.0.x-asterisk-11.3.0-astdb
Hello,
any help with this error?
ERROR 1067 (42000) at line 1: Invalid default value for 'action'
ERROR: Creating extra tables failed at secfilter!
Kamilio version 5.3.3 compiled from source.
Thank you
--
---
I'm SoCIaL, MayBe
Hello,
Kamailio SIP Server v5.3.4 stable release is out.
This is a maintenance release of the latest stable branch, 5.3, that
includes fixes since the release of v5.3.3. There is no change to
database schema or configuration language structure that you have to do
on previous installations of v5.3.x. Deployments running previous v5.3.x
versions are strongly recommended to be upgraded to v5.3.4.
For more details about version 5.3.4 (including links and guidelines to
download the tarball or from GIT repository), visit:
* https://www.kamailio.org/w/2020/05/kamailio-v5-3-4-released/
RPM, Debian/Ubuntu packages will be available soon as well.
Many thanks to all contributing and using Kamailio!
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
Hi, I have connected Kamailio like SBC with Teams, and Calls from Teams to
Kamailio works..
Now, I have problems with calls from Kamailio to Teams, not works.
How have I send the call? I set record_route_preset, but how send the call
to Teams?
Thanks so much
Hello,
based on the discussions from yesterday's online devel meeting, I am
planning to release next week (likely on Wednesday, May 6) the next
minor version out of branch 5.3, respectively 5.3.4.
Should anyone be aware of issues not reported to the bug tracker or
commits for fixes in master not backported to 5.3 branch, let us know.
For new issues, the best is to report them on the tracker. For commits,
you can provide links/hashids or make pull requests.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
Hi,
has anyone been using db_redis with the Presence/PUA modules?
If yes, can you share your experience and the proper key definition?
Thanks,
Carsten
--
Carsten Bock I CTO & Founder
ng-voice GmbH
Trostbrücke 1 I 20457 Hamburg I Germany
T +49 40 524 75 93-40 | M +49 179 2021244 I www.ng-voice.com
Registry Office at Local Court Hamburg, HRB 120189
Managing Directors: Dr. David Bachmann, Carsten Bock
Hello,
I am going to send a few emails on different topics to inform the
broader community on mailing lists about what was discussed during the
last online development meeting that happened last Wednesday, so
everyone becomes aware and add own opinions and suggestions.
First here is about the next major release, which is considered for the
mid of summer. To allow the usual 1-1.5 months of testing time frame,
the development has to be frozen in the first part of June (more or less
one month from now on).
If there will be no other proposals in the near future that end up in
postponing the release target date, then try to push to master branch
(or do pull requests) any new features that you want in Kamailio 5.4.x
in the next 4-5 weeks. Once the code is frozen, you would have to wait
for another release cycle to get new features in a stable branch.
During the online meeting there was no major missing feature reported,
if anyone here knows any, describe it and maybe some developer has time
to implement it.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
Hello,
the presentity records (PUBLISH data) stored by the presence module
needed always an external storage backend (sql/no-sql database), for
subscriptions (active watchers) it was possible to use memory caching only.
I recently added support for cache-only module for PUBLISH data as well,
more details are presented in the news article:
* https://www.kamailio.org/w/2020/05/in-memory-presentity-records/
That could help simplifying network architecture on distributed
platforms leveraging cloud infrastructure and using replications
mechanisms (e.g., dmq, evapi+pua_json, nsq, ...) between the Kamailio nodes.
The impact on the code was quite significant, given that any PUBLISH
triggers a series of internal tasks (apply xcap rules, update watchers,
...), therefore I am calling for community testing to be sure old
operational modes were not affected as well as testing the new mode to
discover eventual issues -- just open an item on bug tracker when a
problem is discovered.
Special credits to Fred Posner (lod.com) for supporting the development
of this feature and to Emmanuel Schmidbauer for testing and
troubleshooting in the early phase of development.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
Hi,
kamailio version - 5.3.3
I have configured rtpproxy in pcscf .
rtpproxy 17002 1 0 18:40 ? 00:00:00 /usr/bin/rtpproxy -s
udp:10.40.10.3 7722 -u rtpproxy rtpproxy -p /var/run/rtpproxy/rtpproxy.pid
-l 10.45.4.22 -d DBUG LOG_LOCAL0
I have configured rtpproxy in kamailio.cfg as well.
modparam("rtpproxy", "rtpproxy_sock", "udp:10.40.10.3:7722")
10.40.10.3 - private IP
10.45.4.22 - public IP
I have enabled NAT configuration also.
When i make a call from zoiper client , rtp packets are going to some other
public ip
Could anyone please help me in this issue.
Kindly help.