<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hello David,</p>
<p>haven't looked in detail on the specific errors that you observed. But if you are still in the implementation of this project, you might want to give the upcoming 5.3 version IMC module as try. It was extended considerably and also refactored/optimzed:</p>
<p><a class="moz-txt-link-freetext" href="https://www.kamailio.org/wiki/features/new-in-devel#imc">https://www.kamailio.org/wiki/features/new-in-devel#imc</a></p>
<p>If you need to stay on stable branch, I would suggest to debug this as well with some SIP traces (e.g. ngrep or wireshark). This way you could check if the MESSAGE is actually send out and a routing problem might be the cause.<br>
</p>
<p>Cheers,</p>
<p>Henning<br>
</p>
<p><br>
</p>
<p>Cheers,</p>
<p>Henning<br>
</p>
<div class="moz-cite-prefix">Am 27.08.19 um 17:58 schrieb <a class="moz-txt-link-abbreviated" href="mailto:david@aslo.us">
david@aslo.us</a>:<br>
</div>
<blockquote type="cite" cite="mid:1566921497.98284982@apps.rackspace.com"><font size="2" face="arial">
<p style="margin:0;padding:0;color: #000000; font-style: normal;
          font-variant-ligatures: normal; font-variant-caps: normal;
          font-weight: 400; letter-spacing: normal; orphans: 2;
          text-align: start; text-indent: 0px; text-transform: none;
          widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
          text-decoration-style: initial; text-decoration-color:
          initial;">
<span style="font-family: arial, helvetica,
            sans-serif;">Hello everyone,</span>
</p>
<p style="margin:0;padding:0;color: #000000; font-style: normal;
          font-variant-ligatures: normal; font-variant-caps: normal;
          font-weight: 400; letter-spacing: normal; orphans: 2;
          text-align: start; text-indent: 0px; text-transform: none;
          widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
          text-decoration-style: initial; text-decoration-color:
          initial;">
<span style="font-family: arial, helvetica,
            sans-serif;">I'm runing Kamailio 5.2.4 with enabled mysql, usrlocdb, presence, aliasdb, auth and NAT.
</span><br>
<span style="font-family: arial, helvetica, sans-serif;">I can register clients, establish calls and video calls, send IMs, etc. imc_rooms and imc_members tables were created when kamailio was installed. I've also checked imc-create.sql script and tables are
 correctly created.</span> </p>
<p style="margin:0;padding:0;color: #000000; font-style: normal;
          font-variant-ligatures: normal; font-variant-caps: normal;
          font-weight: 400; letter-spacing: normal; orphans: 2;
          text-align: start; text-indent: 0px; text-transform: none;
          widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
          text-decoration-style: initial; text-decoration-color:
          initial;">
<span style="font-family: arial, helvetica,
            sans-serif;">I'm trying to configure the IMC module, but my problem is that I'm not receiving system messages and messages sent to a room aren't correctly broadcasted to its members.
</span><br>
<br>
<span style="font-family: arial, helvetica, sans-serif;">I'm using following code provided by the IMC module documentation:</span>
</p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;">modparam("imc", "rooms_table", "imc_rooms")</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;">modparam("imc", "members_table", "imc_members")</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;">modparam("imc", "hash_size", 8)</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;">modparam("imc", "imc_cmd_start_char", "#")</span></p>
<p style="margin:0;padding:0;color: #000000; font-style: normal;
          font-variant-ligatures: normal; font-variant-caps: normal;
          font-weight: 400; letter-spacing: normal; orphans: 2;
          text-align: start; text-indent: 0px; text-transform: none;
          widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
          text-decoration-style: initial; text-decoration-color:
          initial;">
<span style="font-size: 10pt; font-family: arial,
            helvetica, sans-serif;">## route block ###</span>
</p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;"><span class="Apple-converted-space">       
</span>if(is_method("MESSAGE") && (uri=~ "sip:chat-[0-9]+@") || (uri=~ "sip:chat-manager@")) {</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;"><span class="Apple-converted-space">               
</span>xlog("L_INFO", "going to imc: From [$fu] To [$tu] MSG [$rb]\n");</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;"><span class="Apple-converted-space">               
</span>if(imc_manager())</span></p>
<p class="p3" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;"><span class="Apple-converted-space">                       
</span>#log("MESSAGE received -> processing with imc\n");</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;"><span class="Apple-converted-space">                       
</span>sl_send_reply("200", "ok - imc_manager()");</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;"><span class="Apple-converted-space">               
</span>else</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;"><span class="Apple-converted-space">                       
</span>sl_send_reply("500", "command error");</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;"><span class="Apple-converted-space">       
</span>exit;</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;"><span class="Apple-converted-space">       
</span>}</span></p>
<p style="margin:0;padding:0;color: #000000; font-style: normal;
          font-variant-ligatures: normal; font-variant-caps: normal;
          font-weight: 400; letter-spacing: normal; orphans: 2;
          text-align: start; text-indent: 0px; text-transform: none;
          widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
          text-decoration-style: initial; text-decoration-color:
          initial;">
<span style="font-size: 10pt; font-family: arial,
            helvetica, sans-serif;">I am creating a chat room with the following message sent to
<a class="moz-txt-link-abbreviated" href="mailto:sip:chat-manager@x.x.x.x">sip:chat-manager@x.x.x.x</a>: "#create chat-111"</span>
</p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
 </p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;">Aug 27 15:16:20 aslo_kamailio /usr/sbin/kamailio[17448]: INFO: {1 1 MESSAGE 670EAF5439D284FD2EBABC7ADBEAC47B12B07C1E} <script>: going to imc: From [<a class="moz-txt-link-abbreviated" href="mailto:sip:david@x.x.x.x:5060">sip:david@x.x.x.x:5060</a>]
 To [<a class="moz-txt-link-abbreviated" href="mailto:sip:chat-manager@x.x.x.x:5060">sip:chat-manager@x.x.x.x:5060</a>] MSG [#create chat-111]</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;">Aug 27 15:16:20 aslo_kamailio /usr/sbin/kamailio[17448]: DEBUG: {1 1 MESSAGE 670EAF5439D284FD2EBABC7ADBEAC47B12B07C1E} imc [imc.c:493]: ki_imc_manager(): found command</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;">Aug 27 15:16:20 aslo_kamailio /usr/sbin/kamailio[17448]: DEBUG: {1 1 MESSAGE 670EAF5439D284FD2EBABC7ADBEAC47B12B07C1E} imc [imc_cmd.c:144]: imc_parse_cmd(): command: [create]</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;">Aug 27 15:16:20 aslo_kamailio /usr/sbin/kamailio[17448]: DEBUG: {1 1 MESSAGE 670EAF5439D284FD2EBABC7ADBEAC47B12B07C1E} imc [imc_cmd.c:149]: imc_parse_cmd(): parameter 0=[chat-111]</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;">Aug 27 15:16:20 aslo_kamailio /usr/sbin/kamailio[17448]: DEBUG: {1 1 MESSAGE 670EAF5439D284FD2EBABC7ADBEAC47B12B07C1E} imc [imc_cmd.c:169]: imc_handle_create(): new room [chat-111]</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;">Aug 27 15:16:20 aslo_kamailio /usr/sbin/kamailio[17448]: DEBUG: {1 1 MESSAGE 670EAF5439D284FD2EBABC7ADBEAC47B12B07C1E} imc [imc_cmd.c:184]: imc_handle_create(): added room uri=
<a class="moz-txt-link-abbreviated" href="mailto:sip:chat-111@x.x.x.x">sip:chat-111@x.x.x.x</a></span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;">Aug 27 15:16:20 aslo_kamailio /usr/sbin/kamailio[17448]: DEBUG: {1 1 MESSAGE 670EAF5439D284FD2EBABC7ADBEAC47B12B07C1E} imc [imc_mng.c:320]: imc_add_member(): [uri]=
<a class="moz-txt-link-abbreviated" href="mailto:sip:david@x.x.x.x">sip:david@x.x.x.x</a></span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;">Aug 27 15:16:20 aslo_kamailio /usr/sbin/kamailio[17448]: DEBUG: {1 1 MESSAGE 670EAF5439D284FD2EBABC7ADBEAC47B12B07C1E} imc [imc_mng.c:324]: imc_add_member(): [user]= david</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span class="s1" style="font-size: 10pt;">Aug 27 15:16:20 aslo_kamailio /usr/sbin/kamailio[17448]: DEBUG: {1 1 MESSAGE 670EAF5439D284FD2EBABC7ADBEAC47B12B07C1E} imc [imc_cmd.c:193]: imc_handle_create(): added the owner as the first member [<a class="moz-txt-link-abbreviated" href="mailto:sip:david@x.x.x.x">sip:david@x.x.x.x</a>]</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
 </p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
 </p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span style="font-family: arial, helvetica, sans-serif;">Then, from a different user, I send the following command to <a class="moz-txt-link-abbreviated" href="mailto:sip:chat-111@x.x.x.x">sip:chat-111@x.x.x.x</a>:</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span style="font-family: arial, helvetica, sans-serif;">"#join"</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
 </p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
 </p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: INFO: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} <script>: going to imc: From [<a class="moz-txt-link-abbreviated" href="mailto:sip:eduardo@x.x.x.x:5060">sip:eduardo@x.x.x.x:5060</a>]
 To [<a class="moz-txt-link-abbreviated" href="mailto:sip:chat-111@x.x.x.x:5060">sip:chat-111@x.x.x.x:5060</a>] MSG [#join]</span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} imc [imc.c:493]: ki_imc_manager(): found command</span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} imc [imc_cmd.c:144]: imc_parse_cmd(): command: [join]</span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} imc [imc_cmd.c:290]: imc_handle_join(): found room [chat-111]</span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} imc [imc_cmd.c:295]: imc_handle_join(): room [chat-111] is public</span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} imc [imc_cmd.c:298]: imc_handle_join(): adding new member [eduardo]</span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} imc [imc_mng.c:320]: imc_add_member(): [uri]=
<a class="moz-txt-link-abbreviated" href="mailto:sip:eduardo@x.x.x.x">sip:eduardo@x.x.x.x</a></span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} imc [imc_mng.c:324]: imc_add_member(): [user]= eduardo</span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} imc [imc_cmd.c:1097]: imc_room_broadcast(): nr = 2</span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} imc [imc_cmd.c:1101]: imc_room_broadcast(): to uri =
<a class="moz-txt-link-abbreviated" href="mailto:sip:david@x.x.x.x">sip:david@x.x.x.x</a></span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} tm [uac.c:429]: t_uac_prepare(): next_hop=<a class="moz-txt-link-rfc2396E" href="mailto:sip:david@x.x.x.x"><sip:david@x.x.x.x></a></span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} tm [uac.c:152]: dlg2hash(): hashid 34678</span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} tm [uac.c:656]: send_prepared_request_impl(): uac: 0x7f894faaed28 branch: 0 to x.x.x.x:5060</span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} tm [../../core/onsend.h:69]: run_onsend(): required parameters are not available - ignoring</span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} imc [imc_cmd.c:1101]: imc_room_broadcast(): to uri =
<a class="moz-txt-link-abbreviated" href="mailto:sip:eduardo@x.x.x.x">sip:eduardo@x.x.x.x</a></span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} tm [uac.c:429]: t_uac_prepare(): next_hop=<a class="moz-txt-link-rfc2396E" href="mailto:sip:eduardo@x.x.x.x"><sip:eduardo@x.x.x.x></a></span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} tm [uac.c:152]: dlg2hash(): hashid 34679</span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} tm [uac.c:656]: send_prepared_request_impl(): uac: 0x7f894faabfa8 branch: 0 to x.x.x.x:5060</span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} tm [../../core/onsend.h:69]: run_onsend(): required parameters are not available - ignoring</span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} <core> [core/receive.c:354]: receive_msg(): request-route executed in: 438 usec</span><br>
<span style="font-size: 10pt;">Aug 27 15:24:10 aslo_kamailio /usr/sbin/kamailio[17452]: DEBUG: {1 1 MESSAGE 1A16E53DE339181E4F970B9DC16BB8E18B0DBF98} <core> [core/usr_avp.c:636]: destroy_avp_list(): destroying list (nil)</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
 </p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
 </p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span style="font-size: 10pt;">And finally, I send messages from a user to <span style="color: #000000; font-style: normal;
              font-variant-ligatures: normal; font-variant-caps: normal;
              font-weight: 400; letter-spacing: normal; orphans: 2;
              text-align: start; text-indent: 0px; text-transform: none;
              white-space: normal; widows: 2; word-spacing: 0px;
              -webkit-text-stroke-width: 0px; background-color: #ffffff;
              text-decoration-style: initial; text-decoration-color:
              initial; float: none; display: inline !important;"><a class="moz-txt-link-abbreviated" href="mailto:sip:chat-111@x.x.x.x">sip:chat-111@x.x.x.x</a>:</span></span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
 </p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
 </p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span style="font-family: arial, helvetica, sans-serif;"><span style="color: #000000; font-style: normal;
              font-variant-ligatures: normal; font-variant-caps: normal;
              font-weight: 400; letter-spacing: normal; orphans: 2;
              text-align: start; text-indent: 0px; text-transform: none;
              white-space: normal; widows: 2; word-spacing: 0px;
              -webkit-text-stroke-width: 0px; background-color: #ffffff;
              text-decoration-style: initial; text-decoration-color:
              initial; float: none; display: inline !important;">Aug
 27 15:32:45 aslo_kamailio /usr/sbin/kamailio[17449]: INFO: {1 1 MESSAGE CD6C7043E1FF56D32DEAC097718DBE9D35E9FAA2} <script>: going to imc: From [<a class="moz-txt-link-abbreviated" href="mailto:sip:eduardo@x.x.x.x:5060">sip:eduardo@x.x.x.x:5060</a>] To [<a class="moz-txt-link-abbreviated" href="mailto:sip:chat-111@x.x.x.x:5060">sip:chat-111@x.x.x.x:5060</a>]
 MSG [Hello Everyone]<br>
Aug 27 15:32:45 aslo_kamailio /usr/sbin/kamailio[17449]: DEBUG: {1 1 MESSAGE CD6C7043E1FF56D32DEAC097718DBE9D35E9FAA2} imc [imc_mng.c:371]: imc_get_member(): found member<br>
Aug 27 15:32:45 aslo_kamailio /usr/sbin/kamailio[17449]: DEBUG: {1 1 MESSAGE CD6C7043E1FF56D32DEAC097718DBE9D35E9FAA2} imc [imc_cmd.c:1057]: imc_handle_message(): broadcast to room [<a class="moz-txt-link-abbreviated" href="mailto:sip:chat-111@x.x.x.x">sip:chat-111@x.x.x.x</a>]<br>
Aug 27 15:32:45 aslo_kamailio /usr/sbin/kamailio[17449]: DEBUG: {1 1 MESSAGE CD6C7043E1FF56D32DEAC097718DBE9D35E9FAA2} imc [imc_cmd.c:1097]: imc_room_broadcast(): nr = 2<br>
Aug 27 15:32:45 aslo_kamailio /usr/sbin/kamailio[17449]: DEBUG: {1 1 MESSAGE CD6C7043E1FF56D32DEAC097718DBE9D35E9FAA2} imc [imc_cmd.c:1101]: imc_room_broadcast(): to uri =
<a class="moz-txt-link-abbreviated" href="mailto:sip:david@x.x.x.x">sip:david@x.x.x.x</a><br>
Aug 27 15:32:45 aslo_kamailio /usr/sbin/kamailio[17449]: DEBUG: {1 1 MESSAGE CD6C7043E1FF56D32DEAC097718DBE9D35E9FAA2} tm [uac.c:429]: t_uac_prepare(): next_hop=<a class="moz-txt-link-rfc2396E" href="mailto:sip:david@x.x.x.x"><sip:david@x.x.x.x></a><br>
Aug 27 15:32:45 aslo_kamailio /usr/sbin/kamailio[17449]: DEBUG: {1 1 MESSAGE CD6C7043E1FF56D32DEAC097718DBE9D35E9FAA2} tm [uac.c:152]: dlg2hash(): hashid 50535<br>
Aug 27 15:32:45 aslo_kamailio /usr/sbin/kamailio[17449]: DEBUG: {1 1 MESSAGE CD6C7043E1FF56D32DEAC097718DBE9D35E9FAA2} tm [uac.c:656]: send_prepared_request_impl(): uac: 0x7f894faaed28 branch: 0 to x.x.x.x:5060<br>
Aug 27 15:32:45 aslo_kamailio /usr/sbin/kamailio[17449]: DEBUG: {1 1 MESSAGE CD6C7043E1FF56D32DEAC097718DBE9D35E9FAA2} tm [../../core/onsend.h:69]: run_onsend(): required parameters are not available - ignoring<br>
Aug 27 15:32:45 aslo_kamailio /usr/sbin/kamailio[17449]: DEBUG: {1 1 MESSAGE CD6C7043E1FF56D32DEAC097718DBE9D35E9FAA2} imc [imc_cmd.c:1101]: imc_room_broadcast(): to uri =
<a class="moz-txt-link-abbreviated" href="mailto:sip:eduardo@x.x.x.x">sip:eduardo@x.x.x.x</a><br>
Aug 27 15:32:45 aslo_kamailio /usr/sbin/kamailio[17449]: DEBUG: {1 1 MESSAGE CD6C7043E1FF56D32DEAC097718DBE9D35E9FAA2} <core> [core/receive.c:354]: receive_msg(): request-route executed in: 318 usec<br>
Aug 27 15:32:45 aslo_kamailio /usr/sbin/kamailio[17449]: DEBUG: {1 1 MESSAGE CD6C7043E1FF56D32DEAC097718DBE9D35E9FAA2} <core> [core/usr_avp.c:636]: destroy_avp_list(): destroying list (nil)<br>
Aug 27 15:32:45 aslo_kamailio /usr/sbin/kamailio[17449]: message repeated 5 times: [ DEBUG: {1 1 MESSAGE CD6C7043E1FF56D32DEAC097718DBE9D35E9FAA2} <core> [core/usr_avp.c:636]: destroy_avp_list(): destroying list (nil)]<br>
Aug 27 15:32:45 aslo_kamailio /usr/sbin/kamailio[17449]: DEBUG: {1 1 MESSAGE CD6C7043E1FF56D32DEAC097718DBE9D35E9FAA2} <core> [core/xavp.c:495]: xavp_destroy_list(): destroying xavp list (nil)<br>
Aug 27 15:32:45 aslo_kamailio /usr/sbin/kamailio[17449]: DEBUG: {1 1 MESSAGE CD6C7043E1FF56D32DEAC097718DBE9D35E9FAA2} <core> [core/receive.c:458]: receive_msg(): cleaning up<br>
Aug 27 15:32:45 aslo_kamailio /usr/sbin/kamailio[17456]: DEBUG: tm [t_reply.c:1266]: t_should_relay_response(): ->>>>>>>>> T_code=0, new_code=408<br>
Aug 27 15:32:45 aslo_kamailio /usr/sbin/kamailio[17456]: DEBUG: tm [t_reply.c:1494]: t_should_relay_response(): rps completed - uas status: 0 branch: 0<br>
Aug 27 15:32:45 aslo_kamailio /usr/sbin/kamailio[17456]: DEBUG: tm [t_reply.c:2117]: local_reply(): branch=0, save=0, winner=0<br>
Aug 27 15:32:45 aslo_kamailio /usr/sbin/kamailio[17456]: DEBUG: tm [t_reply.c:2156]: local_reply(): local transaction completed 408/0 (totag retr: 0/0)</span></span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
 </p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
 </p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span style="font-family: arial, helvetica, sans-serif;"><span style="color: #000000; font-style: normal;
              font-variant-ligatures: normal; font-variant-caps: normal;
              font-weight: 400; letter-spacing: normal; orphans: 2;
              text-align: start; text-indent: 0px; text-transform: none;
              white-space: normal; widows: 2; word-spacing: 0px;
              -webkit-text-stroke-width: 0px; background-color: #ffffff;
              text-decoration-style: initial; text-decoration-color:
              initial; float: none; display: inline !important;">This
 is the sip trace when I send a message from eduardo to the conference chat-111 (being david the other user in the room):</span></span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
 </p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
 </p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
<span style="font-family: arial, helvetica, sans-serif;">23547 84639.636444071 148.x.x.x → 192.y.y.y SIP 602 Request: MESSAGE
<a class="moz-txt-link-abbreviated" href="mailto:sip:chat-111@148.z.z.z:5060">sip:chat-111@148.z.z.z:5060</a> | (text/plain)</span><br>
<span style="font-family: arial, helvetica, sans-serif;">23548 84639.636859382 192.y.y.y → 148.z.z.z SIP 492 Request: MESSAGE
<a class="moz-txt-link-abbreviated" href="mailto:sip:david@148.z.z.z">sip:david@148.z.z.z</a> | (text/plain)</span><br>
<span style="font-family: arial, helvetica, sans-serif;">23549 84639.636936241 192.y.y.y → 148.x.x.x SIP 464 Status: 200 ok - imc_manager() |
</span><br>
<span style="font-family: arial, helvetica, sans-serif;">23550 84640.123596134 192.y.y.y → 148.z.z.z SIP 492 Request: MESSAGE
<a class="moz-txt-link-abbreviated" href="mailto:sip:david@148.z.z.z">sip:david@148.z.z.z</a> | (text/plain)</span><br>
<span style="font-family: arial, helvetica, sans-serif;">23551 84641.123591836 192.y.y.y → 148.z.z.z SIP 492 Request: MESSAGE
<a class="moz-txt-link-abbreviated" href="mailto:sip:david@148.z.z.z">sip:david@148.z.z.z</a> | (text/plain)</span><br>
<span style="font-family: arial, helvetica, sans-serif;">23552 84643.123615246 192.y.y.y → 148.z.z.z SIP 492 Request: MESSAGE
<a class="moz-txt-link-abbreviated" href="mailto:sip:david@148.z.z.z">sip:david@148.z.z.z</a> | (text/plain)</span><br>
<span style="font-family: arial, helvetica, sans-serif;">23553 84647.123607208 192.y.y.y → 148.z.z.z SIP 492 Request: MESSAGE
<a class="moz-txt-link-abbreviated" href="mailto:sip:david@148.z.z.z">sip:david@148.z.z.z</a> | (text/plain)</span><br>
<span style="font-family: arial, helvetica, sans-serif;">23556 84651.123605257 192.y.y.y → 148.z.z.z SIP 492 Request: MESSAGE
<a class="moz-txt-link-abbreviated" href="mailto:sip:david@148.z.z.z">sip:david@148.z.z.z</a> | (text/plain)</span><br>
<span style="font-family: arial, helvetica, sans-serif;">23557 84655.123586963 192.y.y.y → 148.z.z.z SIP 492 Request: MESSAGE
<a class="moz-txt-link-abbreviated" href="mailto:sip:david@148.z.z.z">sip:david@148.z.z.z</a> | (text/plain)
</span><br>
<span style="font-family: arial, helvetica, sans-serif;">23561 84659.123587125 192.y.y.y → 148.z.z.z SIP 492 Request: MESSAGE
<a class="moz-txt-link-abbreviated" href="mailto:sip:david@148.z.z.z">sip:david@148.z.z.z</a> | (text/plain)</span><br>
<span style="font-family: arial, helvetica, sans-serif;">23563 84663.123605383 192.y.y.y → 148.z.z.z SIP 492 Request: MESSAGE
<a class="moz-txt-link-abbreviated" href="mailto:sip:david@148.z.z.z">sip:david@148.z.z.z</a> | (text/plain)</span><br>
<span style="font-family: arial, helvetica, sans-serif;">23564 84665.297801577 192.y.y.y → 148.x.x.x UDP 48 5060 → 50613 Len=4</span><br>
<span style="font-family: arial, helvetica, sans-serif;">23565 84667.123592273 192.y.y.y → 148.z.z.z SIP 492 Request: MESSAGE
<a class="moz-txt-link-abbreviated" href="mailto:sip:david@148.z.z.z">sip:david@148.z.z.z</a> | (text/plain)</span><br>
<span style="font-family: arial, helvetica, sans-serif;">23566 84669.063509921 148.x.x.x → 192.y.y.y STUN 72 Binding Request</span></p>
<p class="p1" style="margin:0;padding:0;font-family: arial;
          font-size: 10pt; overflow-wrap: break-word;">
 </p>
<p style="margin:0;padding:0;color: #000000; font-style: normal;
          font-variant-ligatures: normal; font-variant-caps: normal;
          font-weight: 400; letter-spacing: normal; orphans: 2;
          text-align: start; text-indent: 0px; text-transform: none;
          widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
          text-decoration-style: initial; text-decoration-color:
          initial;">
<span style="font-size: 10pt; font-family: arial,
            helvetica, sans-serif;">Any help is greatly appreciated.</span>
</p>
<p style="margin:0;padding:0;color: #000000; font-style: normal;
          font-variant-ligatures: normal; font-variant-caps: normal;
          font-weight: 400; letter-spacing: normal; orphans: 2;
          text-align: start; text-indent: 0px; text-transform: none;
          widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
          text-decoration-style: initial; text-decoration-color:
          initial;">
<span style="font-size: 10pt; font-family: arial,
            helvetica, sans-serif;">Best regards, David Tirado</span>
</p>
<p style="margin:0;padding:0;font-family: arial; font-size:
          10pt; overflow-wrap: break-word;">
<span style="font-family:
            arial; font-size: small;"><!--WM_COMPOSE_SIGNATURE_END--></span></p>
</font><br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
Kamailio (SER) - Users Mailing List
<a class="moz-txt-link-abbreviated" href="mailto:sr-users@lists.kamailio.org">sr-users@lists.kamailio.org</a>
<a class="moz-txt-link-freetext" href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a>
</pre>
</blockquote>
<pre class="moz-signature" cols="72">-- 
Henning Westerholt - <a class="moz-txt-link-freetext" href="https://skalatan.de/blog/">https://skalatan.de/blog/</a>
Kamailio services - <a class="moz-txt-link-freetext" href="https://skalatan.de/services">https://skalatan.de/services</a></pre>
</body>
</html>