Hello,
Kamailio will be present at Astricon 2017 having a stand in the expo
area (Orlando, FL, during October 3-5 -- more details at www.astricon.net).
Should you participate at the event and have flyers/other materials with
products/solutions/services that use Kamailio or giveaways, you are
welcome to join the booth or just drop them there, we are more than
happy to promote and spread them. Also, you are very welcome to just
stop by and have a chat.
Besides the activity in the exhibition …
[View More]area, I and Fred Posner will have
presentations about using Kamailio together with Asterisk or other VoIP
applications. Be sure you do not miss them, the agenda is available at:
- http://www.asterisk.org/community/astricon-user-conference/schedule
Expect a consistent group from Kamailio community, it's a great event to
be at!
Looking forward to meeting many of you next week in Orlando!
Cheers,
Daniel
--
Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training - www.asipto.com
Kamailio World Conference - www.kamailioworld.com
[View Less]
Hello Kamailio list,
Hope you all doing well!
I am stuck with one problem that should be incredibly easy to be done, but
apparently it is not.... I want my dispatcher, LCR and nathelper modules to
always SIP ping my SIP clients. I have a Kamailio based SBC that is
separating two networks, and so I am using the 'mhomed' flag, but none of
these SIP pings are working.... for now I will only ask about the
dispatcher....
My dispatcher module has to talk with SIP servers in both networks, the
thing …
[View More]is when I enable SIP ping for it (modparam("dispatcher",
"ds_probing_mode", 1)), it gives me this type of error:
/usr/sbin/kamailio[6164]: ERROR: <core> [core/forward.c:181]:
get_out_socket(): no socket found
/usr/sbin/kamailio[6164]: ERROR: <core> [core/forward.c:183]:
get_out_socket(): no corresponding socket found for(udp:192.168.33.110:6060)
/usr/sbin/kamailio[6164]: ERROR: tm [ut.h:317]: uri2dst2(): no
corresponding socket found for "192.168.33.110" af 2 (udp:
192.168.33.110:6060)
/usr/sbin/kamailio[6164]: ERROR: tm [uac.c:443]: t_uac_prepare(): no socket
found
/usr/sbin/kamailio[6164]: ERROR: dispatcher [dispatch.c:2652]:
ds_ping_set(): unable to ping [sip:192.168.33.110:6060]
After research it seems I need to manually set a "socket" attribute for
each of my GWs in dispatcher list. After putting the socket parameter for
the GW, I got another error:
/usr/sbin/kamailio[14190]: ERROR: <core> [core/socket_info.c:2046]:
parse_protohostport(): bad port number in udp:192.168.33.100:5060
/usr/sbin/kamailio[14190]: ERROR: <core> [core/forward.c:181]:
get_out_socket(): no socket found
/usr/sbin/kamailio[14190]: ERROR: <core> [core/forward.c:183]:
get_out_socket(): no corresponding socket found for(udp:192.168.33.110:6060)
/usr/sbin/kamailio[14190]: ERROR: tm [ut.h:317]: uri2dst2(): no
corresponding socket found for "192.168.33.110" af 2 (udp:
192.168.33.110:6060)
/usr/sbin/kamailio[14190]: ERROR: tm [uac.c:443]: t_uac_prepare(): no
socket found
/usr/sbin/kamailio[14190]: ERROR: dispatcher [dispatch.c:2652]:
ds_ping_set(): unable to ping [sip:192.168.33.110:6060]
What can be wrong in my port info in the socket config? (I tried the socket
with and without quotes but had no luck...)
select * from dispatcher where id=2;
id | setid | destination | flags | priority
| attrs | description
----+-------+-------------------------+-------+----------+---------------------------------------------+---------------------
2 | 2 | sip:192.168.33.110:6060 | 0 | 0 | socket="udp:
192.168.33.100:5060";rweight=50 |
(1 row)
Anyhow, I was expecting the 'mhomed' parameter to do the socket selection
for me. Regular call routing either by the dispatcher or by LCR, also seems
to require me to explicitly set the socket otherwise Kamailio (or the OS)
may end up using the wrong socket. So, another question is why 'mhomed'
does not dictate the whole socket selection Kamailio has to do regardless
the module it is using to send SIP requests?
Sorry for the long e-mail....
Best regards,
Patrick Wakano
[View Less]