<p>The rtjson module is modifying the "from" header twice and the "to" header keeps unchanged.</p>
<p>`[root@dwrfsd01 kamailio]# git diff<br>
diff --git a/modules/rtjson/rtjson_routing.c b/modules/rtjson/rtjson_routing.c<br>
index 5542e63..60bdcad 100644<br>
--- a/modules/rtjson/rtjson_routing.c<br>
+++ b/modules/rtjson/rtjson_routing.c<br>
@@ -481,7 +481,7 @@ int rtjson_prepare_branch(sip_msg_t *msg, srjson_doc_t *jdoc, srjson_t *nj)<br>
xuri.len = strlen(xuri.s);<br>
}<br>
if(xdsp.len>0 || xuri.len>0) {</p>
<ul>
<li>
<pre><code>                          uacb.replace_from(msg, &xdsp, &xuri);
</code></pre>
</li>
</ul>
<ul>
<li>
<pre><code>                          uacb.replace_to(msg, &xdsp, &xuri);
                  }
          }
  }
</code></pre>
</li>
</ul>
<p>`</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/kamailio/kamailio/pull/867'>https://github.com/kamailio/kamailio/pull/867</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>pkg/rpm: update spec files for v4.4.2</li>
  <li>pkg/kamailio: version updates in some spec files</li>
  <li>Makefile.defs: version set to 4.4.2</li>
  <li>ChangeLog: content updated for v4.4.2</li>
  <li>dmq Correct README</li>
  <li>modules: readme files regenerated - dmq ...</li>
  <li>topos: note in docs that masking callid is not implemented yet</li>
  <li>db_unixodbc: detect DB disconnection with generic HY000 status</li>
  <li>core: fix Sun Studio build</li>
  <li>counters: fix return statement in void function</li>
  <li>dialog: remove return statement from void functions</li>
  <li>ctl: remove return statement from void function</li>
  <li>uid_avp_db: remove GCC specific -Wall</li>
  <li>core: ensure cfg_block structure is 8 byte aligned</li>
  <li>modules: readme files regenerated - topos ...</li>
  <li>userblacklist: fix typo on evaluating the table parameter</li>
  <li>userblacklist: more debug info when failing to do the query</li>
  <li>userblacklist: fixed copy-paste typo when evaluating table parameter</li>
  <li>rr: fix spelling errors catched by lintian #688</li>
  <li>rr: refactored the check route params to detect properly if same message is used</li>
  <li>dialog: open db connection from rpc processes</li>
  <li>tm: check branch uri against current uri when deciding if append a new branch</li>
  <li>rtpengine: init rtp engine sockets array after allocation</li>
  <li>rtpproxy: init rtpproxy sockets array after allocation</li>
  <li>tm: execut cfg_update() inside t_continue()</li>
  <li>janssonrpc-c: init cfg framework for additional process</li>
  <li>kazoo: init cfg framework in child processes</li>
  <li>http_async_client: don't stop routing script execution for a POST query if transaction is not suspended</li>
  <li>http_async_client: init PV API sooner</li>
  <li>Makefile.rules: exclude test folder from tags generation paths</li>
  <li>core: structure to pass cfg env attributes between components</li>
  <li>dialog: pass info on cseq update tracking via cfg environment</li>
  <li>uac: add cookie header for cseq tracking</li>
  <li>core: helper functions for header management with strz values</li>
  <li>dialog: use cookie header to detect cseq auth increment needs</li>
  <li>db_mongodb: fix warning for bool comparison</li>
  <li>pv: return 5061 for port variables (e.g., $dp) when transport is tls</li>
  <li>rtpproxy: comment about child init rank filtering</li>
  <li>core: fix regex error for modules parameters</li>
  <li>modules/ipops: fix subnet matching for mask /0</li>
  <li>tls: test if ssl crypto locking callback is already set</li>
  <li>core/mem: qm - test and print status for chunks start/end markers for mem status</li>
  <li>core: mem - qm: coherent indentation and whitespacing</li>
  <li>core: mem_status_all - added to cfg core structure</li>
  <li>core: mem/qm - test cfg core mem_status_all to print memory status</li>
  <li>core: fix offset to in hdr add helper added recently</li>
  <li>dialog: buffer-based remove of custome header tracking cseq updates</li>
  <li>core: added mem_status_mode parameter</li>
  <li>dialog: parse all headers to check if cseq increment is needed</li>
  <li>avpops: note that avp_copy() is reversing the order of the values</li>
  <li>core: helper functions to add headers with str parameters</li>
  <li>core: srapi - cseq update field update to be a function</li>
  <li>core: add header helper uses after lump anchor insert</li>
  <li>uac: use cseq update callback exported by dialog via core srapi</li>
  <li>dialog: cseq update callback implemented inside the module</li>
  <li>tm: wrap uri values in brackets inside error messages</li>
  <li>tls: more detailed log message when tls module cannot set libssl memory manager</li>
  <li>tls: coherent whitespacing and indentation</li>
  <li>tls: added note in docs about loading tls module first</li>
  <li>tls: print ssl memory functions if they cannot be set</li>
  <li>topos: skip options from contact header check</li>
  <li>presence: fix potential double free in shutdown routine</li>
  <li>presence: Always check if a record exists for this dialog before inserting</li>
  <li>core: parse rr - removed function name from logs</li>
  <li>core: print content when failing to parse rr body</li>
  <li>presence: fix memory leak introduced by last commit</li>
  <li>registrar: Add warnings if contact is invalid and REGISTER will be rejected</li>
  <li>registrar: Check max URI size of contact also for first contact header</li>
  <li>presence: log when presentity is deleted due to already existing</li>
  <li>presentity: don't update terminated presentity entries in the database</li>
  <li>uac: uac_reg: fix uac_reg_get_byuser()</li>
  <li>http_async_client: fixed small typo in docs</li>
  <li>core: msg_parser log output adaptations</li>
  <li>dialog: jump to error if fails to parse requests in cseq update callback</li>
  <li>tm: Set tcx.branch_index to picked branch before running failure route.</li>
  <li>rtimer: Validate mode parameter</li>
  <li>dispatcher: free memory on shutdown</li>
  <li>pv: xavp: log error message when memory allocation fails</li>
  <li>core: Enable SIGUSR1 for child processes</li>
  <li>mqueu: Convert items to single linked list</li>
  <li>tmx: Try to get branch_index for all replies</li>
  <li>jsonrpc_s: Return an error when JSON parsing fails</li>
  <li>core: Don't bind to IPv6 addresses if auto_bind_ipv6 is disabled</li>
  <li>topos: skip comma at the end when reinserting rr headers</li>
  <li>sl: Reset timeout before sending the message</li>
  <li>presence: fix crash when field value is null</li>
  <li>dialog: set DLG_FLAG_CHANGED for changed dialog variables</li>
  <li>topos: force checking of Contact header for INVITE only</li>
  <li>core: fix some logging in tcp_read.c</li>
  <li>outbound: use pkg-config for libcrypto in makefile</li>
  <li>presence: fix multiple double free on shutdown caught with memlog=1</li>
  <li>core: fix double free on clearing hdr</li>
  <li>core: fix double free on clearing lump</li>
  <li>core: parser - safety check and clean log messages for disposition header</li>
  <li>dialog: refresh cseq update if it was incremented in the past</li>
  <li>topos: record routing storage for handling sip responses</li>
  <li>dialog: proper safety test if cseq value in via is larger than hdr</li>
  <li>dialog: proper refresh of cseq for requests withing dialog after an increment</li>
  <li>core: handle return code for tcp read headers/ws before printing extra debug logs</li>
  <li>core: tcp read - proper safety when priting log messages for read error case</li>
  <li>topos: error message about missing uuid when loading dlg made dbg</li>
  <li>path: added section ids in docs</li>
  <li>topos: store record route set only for initial 200ok response</li>
  <li>jansson: test if pkg-config knows about jansson library</li>
  <li>dialog: ensure all headers are parsed to find the custom ones for cseq refresh</li>
  <li>topos: more appropriate error log when attepting to delete header</li>
  <li>tcpops: add documentation for tcp:closed</li>
  <li>core: macro helper to trim zeros from str value</li>
  <li>topos: trim values before reinserting the route header</li>
  <li>topos: proper check if the last char in headr value is eol</li>
  <li>http_client: added semicolons in the examples</li>
  <li>core: try to catch dash immediately after ID in define/ifdef</li>
  <li>uac: updated the docs for uac registration refresh rpc command</li>
  <li>mohqueue: prevent calls sticking in queue</li>
  <li>utils Add missing semi-colons to documentation</li>
  <li>modules: readme files regenerated - avpops ...</li>
  <li>evapi: fixed the communication with dispatcher after initializing it as rpc worker</li>
  <li>jsonrpc-c: set the cpm pipe for all child processes</li>
  <li>janssonrpc-c: set the cmd pipe for all child processes</li>
  <li>db_mongodb: elaborated the docs for usage with tls module</li>
  <li>ndb_mongodb: elaborated the docs for usage with tls module</li>
  <li>modules: readme files regenerated - db_mongodb ...</li>
  <li>pkg/rpm: spec files updated for v4.4.3</li>
  <li>textops: more details for set_body_multipart() and need of msg_apply_changes()</li>
  <li>modules: readme files regenerated - textops ...</li>
  <li>pkg/kamailio/deb: set version to 4.4.3</li>
  <li>Makefile.defs: version set to 4.4.3</li>
  <li>ChangeLog: content updated for v4.4.3</li>
  <li>presence: test if event is dialog for checking terminated state in presentity update</li>
  <li>presence: free db result when get_dialog_state() retrieves no rows</li>
  <li>presence: Fix memory leak in DB code</li>
  <li>pkg/kamailio/deb: add Ubuntu Xenial support</li>
  <li>presence: fix crash when no dialog.id on dialog-info xml</li>
  <li>dispatcher: proper selection of the gateway  when the maxload is 0</li>
  <li>http_client Terminate exported commands list</li>
  <li>dialog: wrapper defines for ref/unref operations to get file name and line</li>
  <li>dialog: no need to release the dialog when refreshing cseq</li>
  <li>core: allow '_' in event route name</li>
  <li>presence: expire value kept and printed in logs as unsigned int</li>
  <li>core: fixed misleading indentation for return statement</li>
  <li>core: proper code block when saving chosen naptr record</li>
  <li>core: ut - fix misleading indentation for IF blocks</li>
  <li>auth_identity: fix misleading indentation level</li>
  <li>counters: fixed rpc command to get counter by group and name</li>
  <li>utils: coherent indentation for xcap functions</li>
  <li>core: rely on msg->last_header to get the anchor inside sr_hdr_add()</li>
  <li>core: print sip message on error related to missing body</li>
  <li>websocket: handle CRLF received inside a frame (as SIP layer ping)</li>
  <li>presence: fix crush if dialog id is NULL</li>
  <li>core: defined macro for CRLFCRLF</li>
  <li>websocket: catch CRLFCRLF pings over websocket connections</li>
  <li>tmx: fix condition for private copy of the message</li>
  <li>modules/tmx: fix mi command t_uac_cancel</li>
  <li>auth_identity: switched to use pointer of X509_STORE_CTX</li>
  <li>auth_identity: still use ASN1_STRING_data() for libssl < v1.1.0</li>
  <li>crypto: updated to be compatible with api from libssl v1.1.0</li>
  <li>tls: updates for compatibilty with libssl v1.1.0 api</li>
  <li>tls: updated bio functions to support libssl v1.1.0 api</li>
  <li>core: parser - removed level and function prefix from log messages for identity info</li>
  <li>tm: fixed misleading indentation of block after an IF (reported by gcc 6.2)</li>
  <li>pv: adjusted indentation after if blocks to avoid gcc 6.2 warnings</li>
  <li>ldap: removed unused variable</li>
  <li>db_perlvdb: fixed warning of using static function inside inline one</li>
  <li>presence: remove unused variable</li>
  <li>pua_xmpp: fixed misleading missing guard for if block</li>
  <li>purple: Fix multiple memory leaks in DB code</li>
  <li>core: print the len for added header in debug message</li>
  <li>core: msg parser - relocated static inline functions from header file</li>
  <li>core: msg parser - more log message for get body function</li>
  <li>ctl: split the definition of default ctl socket</li>
  <li>ctl: take in consideration runtime_dir when creation the ctl socket</li>
  <li>Makefile.defs: option to disable raw sockets at compile time</li>
  <li>Presence: Fix startup inconsistency in presentity hash table</li>
  <li>dialog: propre reparse of msg structure when doing cseq refresh ops</li>
  <li>janssonrpc-c: fix memory leak when using janssonrpc_notification</li>
  <li>mem: TLSF bit ops cleanup / 64 bits improvement</li>
  <li>pv: Use memcpy to copy len bytes instead of strcpy</li>
  <li>rr: more log details when 2nd rr with r2=on is not matching a local socket</li>
  <li>rr: fixed typo in log message</li>
  <li>permissions: update doc with missing MI and RPC commands:</li>
  <li>rr: use default port for protocol if it is omitted in route header</li>
  <li>lib/srdb1: fix the memset to 0 in util function</li>
  <li>db_postgres: safety check of str buffer pointer before writing</li>
  <li>htable: earlier init of jdoc used for dmq for proper clean on error cases</li>
  <li>pua: copy over subs flag in subscribe_cbparam()</li>
  <li>pua: one more proper propagation of ua_flags in subs_cbparam_indlg()</li>
  <li>pua: fix propagation of ua_flag - it is func param, not in subs</li>
  <li>core: parser - use square brakets for log messages of addr-spec parsing</li>
  <li>core: parse addr spec - removed old style log message prefixes</li>
  <li>permissions: doc typo fixed</li>
  <li>uac: coherent indentation of code for replace from/to values</li>
  <li>uac: safety check for new uri to include only printable characters</li>
  <li>ndb_redis: get the srv structure after checking parameter sanity</li>
  <li>lib/srutils: removed valueint field from json struct</li>
  <li>dialog: converted to use json helper macros for dlg profile</li>
  <li>dmq_usrloc: use usigned int for contact info values</li>
  <li>htable: switched to json macros for numbers in dmq operations</li>
  <li>rtjson: use json macros to retrieve int values</li>
  <li>jsonrpc-s: switched to use json helper macros for numbers</li>
  <li>lib/srutils: srjson - init number value for null, true and false</li>
  <li>modules/nathelper: fix small typo in documentation</li>
  <li>modules/sanity: fix small typo in documentation</li>
  <li>modules/dispatcher: fix small typo in documentation</li>
  <li>modules/crypto: fix small typo in documentation</li>
  <li>domain: fixed typo in the log message</li>
  <li>mi_datagram: safety check so the length of mi socket doesn't result in overflow</li>
  <li>core: parser/sdp - init pf variable to avoid compile time warnings</li>
  <li>rr: removed unused assignment</li>
  <li>janssonrpc-c: declare variables at beginning of netstring_read_fd()</li>
  <li>core: parser/parse_diversion - allow comma separated bodies</li>
  <li>modules: readme files regenerated - crypto ...</li>
  <li>xmpp: shift head of connection list when first is closed</li>
  <li>jansson: init structure to avoid compile warnings</li>
  <li>presence: free cloned dialog_id in case of errors</li>
  <li>auth_identity: safer condition not to overflow building date header</li>
  <li>statsd: increase buffer for miliseconds printing as function uses 21 size</li>
  <li>statsd: free srv variable in error handling</li>
  <li>statsd: one more increase for milliseconds buffer</li>
  <li>rtpengine: free addrinfo in case of unknown address family</li>
  <li>dialog: secure space in case \r\n needs to be added after extra headers</li>
  <li>janssonrpc-c: fix shared memory leak on notification requests</li>
  <li>app_python: dname is always allocated in system memory</li>
  <li>core: init structure to 0 for pass fd operations</li>
  <li>mi_fifo: close reply stream in case of continuing due to no response</li>
  <li>ratelimit: close file pointer in case of scan error</li>
  <li>janssonrpc-c: fix double free introduced by</li>
  <li>debugger: re-order loop condition to avoid out of bounds access</li>
  <li>ctl: proper trim for long error messages to avoid out of bounds access</li>
  <li>mi_fifo: close fifo stream in case of errors</li>
  <li>mi_rpc: init structures to avoid access to invalid content in case of errors</li>
  <li>rtpengine: init all struct to get rid of compile warnings</li>
  <li>lib/binrpc: memset addr variable to avoind uninitialized fields</li>
  <li>auth_ephemeral: re-ordered code so access to sip msg is done after NULL check</li>
  <li>app_lua: safety check of returned anchor before using it</li>
  <li>tm: print warn messages when failing to update r-uri and path</li>
  <li>usrloc: handle return code when registering the timer routine</li>
  <li>corex: handle return code for ftell</li>
  <li>pv: pv_var_to_xavp() - proper test for type int of script var</li>
  <li>pv: return false if pv_unset() fails</li>
  <li>textops: handle return code for parse_headers()</li>
  <li>pkg/kamailio/deb: version set to 4.4.4</li>
  <li>pkg: version set to 4.4.4 in rpm specs</li>
  <li>Makefile.defs: version set to 4.4.4</li>
  <li>ChangeLog: content updated for v4.4.4</li>
  <li>dispatcher: updates to sameple config file</li>
  <li>dispatcher: docs - removed extra spaces and rephrased sample config text</li>
  <li>modules: readme files regenerated - dispatcher ...</li>
  <li>pua_dialoginfo: safety check of paramters for __dialog_sendpublish()</li>
  <li>lib/srdb1: schema - don't set default value for text/blob columns of topos</li>
  <li>kamctl: regenerated database schema</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-0">.travis.yml</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-1">ChangeLog</a>
    (18577)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-2">INSTALL</a>
    (116)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-3">Makefile.defs</a>
    (351)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-4">Makefile.radius</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-5">Makefile.rules</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-6">README</a>
    (32)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-7">README.md</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-8">action.c</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-9">atomic/atomic_sparc64.h</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-10">cfg.lex</a>
    (20)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-11">cfg.y</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-12">cfg/cfg_struct.h</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-13">cfg_core.c</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-14">cfg_core.h</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-15">config.h</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-16">data_lump.c</a>
    (120)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-17">data_lump.h</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-18">data_lump_rpl.c</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-19">docbook/entities.xml</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-20">dprint.h</a>
    (112)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-21">io_wait.h</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-22">ip_addr.h</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-23">lib/binrpc/binrpc_api.c</a>
    (25)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-24">lib/kcore/radius.h</a>
    (11)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-25">lib/srdb1/db_ut.c</a>
    (59)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-26">lib/srdb1/db_ut.h</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-27">lib/srdb1/schema/location.xml</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-28">lib/srdb1/schema/topos_d.xml</a>
    (63)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-29">lib/srdb1/schema/topos_t.xml</a>
    (118)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-30">lib/srutils/sha256.c</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-31">lib/srutils/srjson.c</a>
    (11)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-32">lib/srutils/srjson.h</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-33">lib/trie/dtrie.c</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-34">main.c</a>
    (23)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-35">mem/f_malloc.c</a>
    (93)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-36">mem/f_malloc.h</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-37">mem/memapi.h</a>
    (22)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-38">mem/pkg.c</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-39">mem/pkg.h</a>
    (20)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-40">mem/q_malloc.c</a>
    (202)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-41">mem/q_malloc.h</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-42">mem/shm.c</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-43">mem/shm.h</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-44">mem/tlsf_malloc.c</a>
    (24)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-45">mem/tlsf_malloc.h</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-46">mem/tlsf_malloc_bits.h</a>
    (85)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-47">modparam.c</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-48">modules/acc/README</a>
    (138)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-49">modules/acc/acc.c</a>
    (14)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-50">modules/acc_radius/README</a>
    (36)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-51">modules/acc_radius/acc_radius_mod.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-52">modules/acc_radius/acc_radius_mod.h</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-53">modules/acc_radius/doc/acc_radius_admin.xml</a>
    (71)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-54">modules/alias_db/README</a>
    (22)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-55">modules/app_java/Makefile</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-56">modules/app_java/README</a>
    (16)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-57">modules/app_java/java_msgobj.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-58">modules/app_lua/README</a>
    (20)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-59">modules/app_lua/app_lua_sr.c</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-60">modules/app_mono/README</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-61">modules/app_perl/README</a>
    (106)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-62">modules/app_perl/lib/perl/Kamailio/LDAPUtils/LDAPConnection.pm</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-63">modules/app_perl/lib/perl/Kamailio/VDB.pm</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-64">modules/app_python/README</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-65">modules/app_python/mod_Core.c</a>
    (14)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-66">modules/app_python/mod_Logger.c</a>
    (188)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-67">modules/app_python/mod_Ranks.c</a>
    (38)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-68">modules/app_python/mod_Router.c</a>
    (16)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-69">modules/app_python/python_iface.c</a>
    (12)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-70">modules/app_python/python_mod.c</a>
    (616)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-71">modules/app_python/python_msgobj.c</a>
    (758)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-72">modules/app_python/python_support.c</a>
    (364)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-73">modules/async/README</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-74">modules/async/doc/async.xml</a>
    (11)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-75">modules/async/doc/async_admin.xml</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-76">modules/auth/README</a>
    (22)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-77">modules/auth/api.c</a>
    (80)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-78">modules/auth/api.h</a>
    (30)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-79">modules/auth/auth_mod.c</a>
    (352)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-80">modules/auth/auth_mod.h</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-81">modules/auth/challenge.c</a>
    (192)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-82">modules/auth/challenge.h</a>
    (18)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-83">modules/auth/nc.c</a>
    (33)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-84">modules/auth/nc.h</a>
    (18)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-85">modules/auth/nid.c</a>
    (19)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-86">modules/auth/nid.h</a>
    (14)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-87">modules/auth/nonce.c</a>
    (242)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-88">modules/auth/nonce.h</a>
    (34)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-89">modules/auth/ot_nonce.c</a>
    (29)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-90">modules/auth/ot_nonce.h</a>
    (18)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-91">modules/auth/rfc2617.c</a>
    (50)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-92">modules/auth/rfc2617.h</a>
    (77)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-93">modules/auth_db/README</a>
    (48)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-94">modules/auth_diameter/README</a>
    (20)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-95">modules/auth_ephemeral/authorize.c</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-96">modules/auth_identity/README</a>
    (177)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-97">modules/auth_identity/auth_crypt.c</a>
    (26)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-98">modules/auth_identity/auth_hdrs.c</a>
    (22)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-99">modules/auth_radius/README</a>
    (69)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-100">modules/auth_radius/authorize.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-101">modules/auth_radius/doc/auth_radius_admin.xml</a>
    (22)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-102">modules/auth_xkeys/README</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-103">modules/auth_xkeys/auth_xkeys.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-104">modules/avp/README</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-105">modules/avpops/README</a>
    (53)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-106">modules/avpops/doc/avpops_admin.xml</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-107">modules/benchmark/README</a>
    (24)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-108">modules/blst/README</a>
    (89)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-109">modules/call_control/README</a>
    (16)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-110">modules/call_control/call_control.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-111">modules/carrierroute/README</a>
    (112)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-112">modules/cdp/README</a>
    (63)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-113">modules/cdp/peermanager.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-114">modules/cdp/peerstatemachine.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-115">modules/cdp/peerstatemachine.h</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-116">modules/cdp/session.c</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-117">modules/cdp_avp/README</a>
    (38)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-118">modules/cfg_db/README</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-119">modules/cfg_rpc/README</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-120">modules/cfgutils/README</a>
    (12)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-121">modules/cfgutils/cfgutils.c</a>
    (31)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-122">modules/cfgutils/doc/cfgutils_admin.xml</a>
    (13)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-123">modules/cnxcc/Makefile</a>
    (42)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-124">modules/cnxcc/cnxcc_check.c</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-125">modules/cnxcc/cnxcc_mod.c</a>
    (74)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-126">modules/corex/README</a>
    (38)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-127">modules/corex/corex_mod.c</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-128">modules/corex/doc/corex_admin.xml</a>
    (30)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-129">modules/counters/README</a>
    (61)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-130">modules/counters/counters.c</a>
    (34)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-131">modules/cpl-c/README</a>
    (32)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-132">modules/crypto/README</a>
    (8)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-133">modules/crypto/crypto_mod.c</a>
    (77)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-134">modules/crypto/doc/crypto_admin.xml</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-135">modules/ctl/README</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-136">modules/ctl/binrpc_run.c</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-137">modules/ctl/ctl.c</a>
    (19)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-138">modules/ctl/ctl_defaults.h</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-139">modules/ctl/init_socks.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-140">modules/db2_ldap/README</a>
    (93)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-141">modules/db2_ldap/ld_fld.c</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-142">modules/db2_ops/README</a>
    (271)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-143">modules/db_berkeley/km_db_berkeley.c</a>
    (3)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-144">modules/db_cluster/README</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-145">modules/db_flatstore/README</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-146">modules/db_mongodb/README</a>
    (10)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-147">modules/db_mongodb/doc/db_mongodb_admin.xml</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-148">modules/db_mongodb/mongodb_dbase.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-149">modules/db_mysql/README</a>
    (34)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-150">modules/db_mysql/my_cmd.c</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-151">modules/db_perlvdb/perlvdbfunc.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-152">modules/db_postgres/pg_fld.c</a>
    (22)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-153">modules/db_postgres/pg_sql.c</a>
    (12)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-154">modules/db_sqlite/README</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-155">modules/db_text/README</a>
    (14)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-156">modules/db_unixodbc/dbase.c</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-157">modules/debugger/README</a>
    (211)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-158">modules/debugger/debugger_json.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-159">modules/dialog/README</a>
    (1136)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-160">modules/dialog/dialog.c</a>
    (11)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-161">modules/dialog/dlg_cseq.c</a>
    (291)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-162">modules/dialog/dlg_cseq.h</a>
    (5)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-163">modules/dialog/dlg_db_handler.c</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-164">modules/dialog/dlg_handlers.c</a>
    (31)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-165">modules/dialog/dlg_hash.c</a>
    (15)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-166">modules/dialog/dlg_hash.h</a>
    (9)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-167">modules/dialog/dlg_profile.c</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-168">modules/dialog/dlg_req_within.c</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-169">modules/dialog/dlg_var.c</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-170">modules/dialog/doc/dialog_admin.xml</a>
    (40)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-171">modules/dialplan/README</a>
    (44)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-172">modules/dispatcher/README</a>
    (416)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-173">modules/dispatcher/dispatch.c</a>
    (31)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-174">modules/dispatcher/dispatcher.c</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-175">modules/dispatcher/doc/dispatcher.cfg</a>
    (64)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-176">modules/dispatcher/doc/dispatcher_admin.xml</a>
    (58)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-177">modules/diversion/README</a>
    (6)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-178">modules/dmq/README</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-179">modules/dmq/doc/dmq_admin.xml</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-180">modules/dmq_usrloc/README</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-181">modules/dmq_usrloc/usrloc_sync.c</a>
    (24)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-182">modules/dnssec/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-183">modules/domain/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-184">modules/domain/domain_mod.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-185">modules/domainpolicy/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-186">modules/drouting/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-187">modules/enum/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-188">modules/enum/enum.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-189">modules/erlang/cnode.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-190">modules/erlang/epmd.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-191">modules/erlang/epmd.h</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-192">modules/erlang/erl_api.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-193">modules/erlang/erl_helpers.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-194">modules/erlang/erl_helpers.h</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-195">modules/erlang/handle_emsg.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-196">modules/erlang/handle_emsg.h</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-197">modules/erlang/mod_erlang.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-198">modules/erlang/mod_erlang.h</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-199">modules/erlang/worker.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-200">modules/evapi/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-201">modules/evapi/doc/evapi_admin.xml</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-202">modules/evapi/evapi_dispatch.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-203">modules/evapi/evapi_mod.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-204">modules/exec/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-205">modules/geoip2/geoip2_pv.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-206">modules/group/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-207">modules/gzcompress/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-208">modules/htable/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-209">modules/htable/api.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-210">modules/htable/doc/htable_admin.xml</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-211">modules/htable/ht_api.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-212">modules/htable/ht_db.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-213">modules/htable/ht_dmq.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-214">modules/htable/ht_var.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-215">modules/htable/htable.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-216">modules/http_async_client/Makefile</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-217">modules/http_async_client/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-218">modules/http_async_client/async_http.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-219">modules/http_async_client/doc/http_async_client_admin.xml</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-220">modules/http_async_client/http_async_client_mod.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-221">modules/http_client/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-222">modules/http_client/curlcon.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-223">modules/http_client/doc/http_client_admin.xml</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-224">modules/http_client/functions.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-225">modules/http_client/http_client.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-226">modules/http_client/http_client.h</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-227">modules/imc/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-228">modules/imc/imc_mng.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-229">modules/ims_auth/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-230">modules/ims_charging/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-231">modules/ims_dialog/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-232">modules/ims_dialog/dlg_hash.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-233">modules/ims_icscf/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-234">modules/ims_isc/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-235">modules/ims_qos/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-236">modules/ims_registrar_pcscf/save.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-237">modules/ims_registrar_pcscf/service_routes.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-238">modules/ims_registrar_scscf/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-239">modules/ims_usrloc_pcscf/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-240">modules/ims_usrloc_scscf/impurecord.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-241">modules/ipops/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-242">modules/ipops/ipops_mod.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-243">modules/iptrtpproxy/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-244">modules/jansson/Makefile</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-245">modules/jansson/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-246">modules/jansson/doc/jansson.xml</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-247">modules/jansson/doc/jansson_admin.xml</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-248">modules/jansson/jansson_funcs.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-249">modules/jansson/jansson_utils.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-250">modules/janssonrpc-c/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-251">modules/janssonrpc-c/janssonrpc_io.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-252">modules/janssonrpc-c/janssonrpc_mod.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-253">modules/janssonrpc-c/netstring.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-254">modules/json/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-255">modules/json/json_funcs.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-256">modules/jsonrpc-c/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-257">modules/jsonrpc-c/jsonrpc.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-258">modules/jsonrpc-c/jsonrpc_mod.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-259">modules/jsonrpc-s/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-260">modules/jsonrpc-s/jsonrpc-s_mod.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-261">modules/kazoo/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-262">modules/kazoo/doc/kazoo_admin.xml</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-263">modules/kazoo/kazoo.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-264">modules/kex/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-265">modules/kex/doc/kex_admin.xml</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-266">modules/ldap/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-267">modules/ldap/ldap_escape.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-268">modules/log_custom/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-269">modules/log_custom/log_custom_mod.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-270">modules/malloc_test/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-271">modules/mangler/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-272">modules/matrix/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-273">modules/maxfwd/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-274">modules/mediaproxy/mediaproxy.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-275">modules/mi_datagram/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-276">modules/mi_datagram/mi_datagram.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-277">modules/mi_fifo/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-278">modules/mi_fifo/fifo_fnc.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-279">modules/mi_rpc/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-280">modules/mi_rpc/mi_rpc_mod.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-281">modules/mi_xmlrpc/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-282">modules/misc_radius/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-283">modules/misc_radius/doc/misc_radius_admin.xml</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-284">modules/misc_radius/functions.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-285">modules/mohqueue/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-286">modules/mohqueue/mohq.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-287">modules/mohqueue/mohq.h</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-288">modules/mohqueue/mohq_funcs.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-289">modules/mqueue/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-290">modules/mqueue/mqueue_api.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-291">modules/msilo/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-292">modules/msilo/doc/msilo.cfg</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-293">modules/msilo/doc/msilo_admin.xml</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-294">modules/msrp/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-295">modules/mtree/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-296">modules/nat_traversal/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-297">modules/nat_traversal/nat_traversal.c</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-298">modules/nathelper/README</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-299">modules/nathelper/doc/nathelper_admin.xml</a>
    (0)
  </li>
  <li>
    <strong>I</strong>
    <a href="https://github.com/kamailio/kamailio/pull/867/files#diff-300">modules/nathelper/sip_pinger.h</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/kamailio/kamailio/pull/867.patch'>https://github.com/kamailio/kamailio/pull/867.patch</a></li>
  <li><a href='https://github.com/kamailio/kamailio/pull/867.diff'>https://github.com/kamailio/kamailio/pull/867.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/pull/867">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AF36ZYK2oFa0HYMb_Zw9Bq7c7cVPkMJwks5rDFt-gaJpZM4K_Oji">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZT4bGYDqBsVts5NZpSjsaKzoQlsJks5rDFt-gaJpZM4K_Oji.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/kamailio/kamailio/pull/867"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/kamailio/kamailio","title":"kamailio/kamailio","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/kamailio/kamailio"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"4.4 (#867)"}],"action":{"name":"View Pull Request","url":"https://github.com/kamailio/kamailio/pull/867"}}}</script>