Hello,
I was wondering that is there a command / procedure available in
Kamailio that would do dialplan.dump on a certain dialplan and then
export/write the output to another sql database where another
dialplan table is present? This would be a sort of backup procedure
that I'm planning.
Cheers,
Olli
Hello everyone, I'm starting at Kamailio IMS. However, some tutorials are
outdated and the download links did not work.
I need help with the installation process, basic settings. Thank you !
Hello,
during the last IRC devel meeting, we approached when the next major
release of Kamailio (v5.3.0) should be done, considering two options:
1) before the mid of summer: try to freeze during the second part of
May (latest beginning of June) and release during end of June/beginning
of July. Afterwards is expected many developers to be in summer vacation
(at least July and August are the common holidays months across Europe)
2) during autumn: let the summer pass, allow few weeks so everyone
gets sync'ed with what happened during the holidays, freeze by end of
September of so, release after 1-1.5 months
Right now we have a few new modules, some interesting new features to
existing components (e.g., rtpengine ...).
If any of you has a strong preference for one option, let us know.
This message was sent to both sr-users and sr-dev, you can reply to the
one you feel more comfortable with, I will watch both of them and send a
summary if we get to some conclusion soon.
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio World Conference - May 6-8, 2019 -- www.kamailioworld.com
Kamailio Advanced Training - Mar 25-27, 2019, in Washington, DC, USA -- www.asipto.com
Hello,
I'm trying to implement Kamailio IMS and registration by using Boghe IMS.
Registration profiles are default profiles provided by FHoSS ( Alice &
Bob). While trying registration, I am facing some problems.
REGISTER message behaves as intended and results with 200 OK. After 200 OK
message, Boghe IMS is sending SUBSCRIBE message to S-CSCF (via P-CSCF),
this message results with a 407 Proxy Authentication Required, I have some
questions about this scenario.
1-) Why do I have this SUBSCRIBE message? Even though i commented out
WITH_AUTH function, why do I have 407 Proxy Authentication Required message?
2-) On IMS Client side, when informaion about Alice or Bob is entered,
login process results with success, but I can't send any message or do come
calls. Is is related about this 407 message?
3-) On FHoSS interface, when I check IMPU values of those users,
User-Status is marked as REGISTERED. From this perspective, should I
consider registration is successful or not?
4-) How can I handle with this 407 Proxy Authentication Required message?
Best Regards,
Yağız
--
Greetings,
When i receive a message in Kamailio i want to add "5060" to the URI's port
info when it's value is not specified.
I can do it with pseudovariables but i was wondering if there's any config
or setting that would do this automatically?
Best Regards,
Duarte Rocha
Hi,
I wanted to achieve the following scenario with Kamailio and Asterisk/FreeSwitch
Kamailio as a trunk for Receiving incoming calls and forward to Asterisk and Make outgoing calls. My current working setup like this
VoIP Provider -> Kamailio -> Asterisk Clusters
Where Kamailio(NAT for public) and Asterisk in the same local network, So I had to do only one thing just create the SIP trunk in Asterisk for authenticating all the Kamailio Incoming calls and making outgoing calls like this
[kamailio]
host=172.18.1.1
type=friend
disallow=all
allow=ulaw
context=trunkinbound
This is IP based authentication, This is working fine since both servers are in the same local network or having the public IP's
What I want is, I want to register the Kamailio Trunk in an asterisk with Username Password authentication,
My current setup for making that,
VoIP Provider -> Kamailio(Public) -> Asterisk(Randomly Changing Public IP, Broadband Connection)
I want to register Kamailio SIP in asterisk trunk so that I can forward the incoming calls to asterisk via SIP extension
[kamailio]
host=172.18.1.1
user=user
secret=password
type=friend
disallow=all
allow=ulaw
context=trunkinbound
Let me know if anyone doesn't understand my concern
This e-mail message and any documents attached to it are confidential and may contain information that is protected from disclosure by various federal and state laws, including the HIPAA privacy rule (45 C.F.R., Part 164). This information is intended to be used solely by the entity or individual to whom this message is addressed. If you are not the intended recipient, be advised that any use, dissemination, forwarding, printing, or copying of this message without the sender's written permission is strictly prohibited and may be unlawful. Accordingly, if you have received this message in error, please notify the sender immediately by return e-mail or call (insert phone number), and then delete this message.
Hello!
We are using radius_www_authorize() function to authorize incoming SIP
REGISTERs, but sometimes happens case -1: for valid credentials (as I could
see this in sngrep).
And this time I did not detect corresponding Access-Request to RADIUS
server side.
Setting Kamailio debug level does not help to catch the real reason for
this case in syslog.
How to investigate this issue?
Simple script example:
if (!radius_www_authorize("$td")) {
switch ($rc) {
case -1:
send_reply("400", "Bad Request");
exit;
default:
};
};
# -1 (error) - some error occurred during authorization (see syslog);
[root@kamaili]# kamailio -v
version: kamailio 4.4.2 (x86_64/linux) 892ad6
flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS,
DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC,
Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX,
FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR,
USE_DST_BLACKLIST, HAVE_RESOLV_RES
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16,
MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: 892ad6
compiled on 14:33:45 Apr 18 2018 with gcc 4.8.5
[root@kamailio]# rpm -qa | grep freeradius-client
freeradius-client-1.1.7-16.el7.centos.x86_64
--
BR,
Denys Pozniak
Hi,
I wanted to achieve the following scenario with Kamailio and
Asterisk/FreeSwitch
Kamailio as a trunk for Receiving incoming calls and forward to Asterisk
and Make outgoing calls. My current working setup like this
VoIP Provider -> Kamailio -> Asterisk Clusters
Where Kamailio(NAT for public) and Asterisk in the same local network, So I
had to do only one thing just create the SIP trunk in Asterisk for
authenticating all the Kamailio Incoming calls and making outgoing calls
like this
[kamailio]
host=172.18.1.1
type=friend
disallow=all
allow=ulaw
context=trunkinbound
This is IP based authentication, This is working fine since both servers
are in the same local network or having the public IP's
What I want is, I want to register the Kamailio Trunk in an asterisk with
Username Password authentication,
My current setup for making that,
VoIP Provider -> Kamailio(Public) -> Asterisk(Randomly Changing Public IP,
Broadband Connection)
I want to register Kamailio SIP in asterisk trunk so that I can forward the
incoming calls to asterisk via SIP extension
[kamailio]
host=172.18.1.1
user=user
secret=password
type=friend
disallow=all
allow=ulaw
context=trunkinbound
Let me know if anyone doesn't understand my concern
Thanks & Regards,
Isravel Raja N. Thangamani
Work US: +1 424 354 8443 | Home US: +1 480 588 2008
Mobile PH: +63 998 596 7805 | Off Ext: 7901
Address: 15th Fl., Cebu IT Tower - 1, Cebu Business Park, Cebu City,
Philippines 6000
Website: www.azpired.com | Email: iraja(a)ebusinessbpo.com
<iraja(a)ebusinessbpo.com>
Follow us
<https://facebook.com/azpiredinc/>. <https://twitter.com/azpired>.
<https://plus.google.com/+AzpiredCebuCity>.
<https://www.youtube.com/channel/UCrFkeO0pxugkGMtcTRjGxpQ>
The information contained in this email message and any attachments is
confidential and intended only for the addressee(s). If you are not an
addressee, you may not copy or disclose the information, or act upon it,
and you should delete it entirely from your email system. Please notify the
sender that you received this email in error.
Hello,
I am testing ims setup with kamailio 5.2 using the default configuration
provided here:
https://github.com/kamailio/kamailio/tree/master/misc/examples/ims/ . Тhere
is an issue I am facing with cdp avp in request sent to hss. There are some
missing mandatory parameters in capabilities exchange request like 257
host-ip-address for example. Any idea how to add it via icscf.xml or
kamailio.cfg ? The same parameter is passed to hss with kamailio 5.1 using
default ims configuration. I read cdp and cdp_avp documentation but
couldn't understand if it is possible to add it.
Regards,
Pavel Siderov