<p></p>
<pre class="notranslate"><code class="notranslate">CC (gcc) [M app_python.so] python_msgobj.o
CC (gcc) [M app_python.so] python_support.o
LD (gcc) [M app_python.so] app_python.so
CC (gcc) [M app_python3.so] app_python3_mod.o
CC (gcc) [M app_python3.so] apy_kemi.o
apy_kemi.c: In function 'sr_apy_kemi_exec_func':
apy_kemi.c:1835:55: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'frame'; did you mean 'cframe'?
 1835 |                         if (pstate != NULL && pstate->frame != NULL) {
      |                                                       ^~~~~
      |                                                       cframe
apy_kemi.c:1836:50: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'frame'; did you mean 'cframe'?
 1836 |                                 pframe = pstate->frame;
      |                                                  ^~~~~
      |                                                  cframe
In file included from apy_kemi.c:28:
apy_kemi.c:1844:58: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1844 |                                         (pframe && pframe->f_code)?PyBytes_AsString(pframe->f_code->co_filename):"",
      |                                                          ^~
../../core/dprint.h:317:80: note: in definition of macro 'LOG_FX'
  317 |                                                 _ksr_slog_func(&__kld, fmt, ## args); \
      |                                                                                ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1844:91: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1844 |                                         (pframe && pframe->f_code)?PyBytes_AsString(pframe->f_code->co_filename):"",
      |                                                                                           ^~
../../core/dprint.h:317:80: note: in definition of macro 'LOG_FX'
  317 |                                                 _ksr_slog_func(&__kld, fmt, ## args); \
      |                                                                                ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1845:58: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1845 |                                         (pframe && pframe->f_code)?PyBytes_AsString(pframe->f_code->co_name):"",
      |                                                          ^~
../../core/dprint.h:317:80: note: in definition of macro 'LOG_FX'
  317 |                                                 _ksr_slog_func(&__kld, fmt, ## args); \
      |                                                                                ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1845:91: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1845 |                                         (pframe && pframe->f_code)?PyBytes_AsString(pframe->f_code->co_name):"",
      |                                                                                           ^~
../../core/dprint.h:317:80: note: in definition of macro 'LOG_FX'
  317 |                                                 _ksr_slog_func(&__kld, fmt, ## args); \
      |                                                                                ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1846:58: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1846 |                                         (pframe && pframe->f_code)?PyCode_Addr2Line(pframe->f_code, pframe->f_lasti):0);
      |                                                          ^~
../../core/dprint.h:317:80: note: in definition of macro 'LOG_FX'
  317 |                                                 _ksr_slog_func(&__kld, fmt, ## args); \
      |                                                                                ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1846:91: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1846 |                                         (pframe && pframe->f_code)?PyCode_Addr2Line(pframe->f_code, pframe->f_lasti):0);
      |                                                                                           ^~
../../core/dprint.h:317:80: note: in definition of macro 'LOG_FX'
  317 |                                                 _ksr_slog_func(&__kld, fmt, ## args); \
      |                                                                                ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1846:107: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1846 |                                         (pframe && pframe->f_code)?PyCode_Addr2Line(pframe->f_code, pframe->f_lasti):0);
      |                                                                                                           ^~
../../core/dprint.h:317:80: note: in definition of macro 'LOG_FX'
  317 |                                                 _ksr_slog_func(&__kld, fmt, ## args); \
      |                                                                                ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1844:58: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1844 |                                         (pframe && pframe->f_code)?PyBytes_AsString(pframe->f_code->co_filename):"",
      |                                                          ^~
../../core/dprint.h:326:99: note: in definition of macro 'LOG_FX'
  326 |                                                                 LOGV_FUNCSUFFIX_STR(funcname), ## args); \
      |                                                                                                   ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1844:91: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1844 |                                         (pframe && pframe->f_code)?PyBytes_AsString(pframe->f_code->co_filename):"",
      |                                                                                           ^~
../../core/dprint.h:326:99: note: in definition of macro 'LOG_FX'
  326 |                                                                 LOGV_FUNCSUFFIX_STR(funcname), ## args); \
      |                                                                                                   ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1845:58: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1845 |                                         (pframe && pframe->f_code)?PyBytes_AsString(pframe->f_code->co_name):"",
      |                                                          ^~
../../core/dprint.h:326:99: note: in definition of macro 'LOG_FX'
  326 |                                                                 LOGV_FUNCSUFFIX_STR(funcname), ## args); \
      |                                                                                                   ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1845:91: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1845 |                                         (pframe && pframe->f_code)?PyBytes_AsString(pframe->f_code->co_name):"",
      |                                                                                           ^~
../../core/dprint.h:326:99: note: in definition of macro 'LOG_FX'
  326 |                                                                 LOGV_FUNCSUFFIX_STR(funcname), ## args); \
      |                                                                                                   ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1846:58: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1846 |                                         (pframe && pframe->f_code)?PyCode_Addr2Line(pframe->f_code, pframe->f_lasti):0);
      |                                                          ^~
../../core/dprint.h:326:99: note: in definition of macro 'LOG_FX'
  326 |                                                                 LOGV_FUNCSUFFIX_STR(funcname), ## args); \
      |                                                                                                   ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1846:91: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1846 |                                         (pframe && pframe->f_code)?PyCode_Addr2Line(pframe->f_code, pframe->f_lasti):0);
      |                                                                                           ^~
../../core/dprint.h:326:99: note: in definition of macro 'LOG_FX'
  326 |                                                                 LOGV_FUNCSUFFIX_STR(funcname), ## args); \
      |                                                                                                   ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1846:107: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1846 |                                         (pframe && pframe->f_code)?PyCode_Addr2Line(pframe->f_code, pframe->f_lasti):0);
      |                                                                                                           ^~
../../core/dprint.h:326:99: note: in definition of macro 'LOG_FX'
  326 |                                                                 LOGV_FUNCSUFFIX_STR(funcname), ## args); \
      |                                                                                                   ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1844:58: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1844 |                                         (pframe && pframe->f_code)?PyBytes_AsString(pframe->f_code->co_filename):"",
      |                                                          ^~
../../core/dprint.h:337:99: note: in definition of macro 'LOG_FX'
  337 |                                                                 LOGV_FUNCSUFFIX_STR(funcname), ## args); \
      |                                                                                                   ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1844:91: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1844 |                                         (pframe && pframe->f_code)?PyBytes_AsString(pframe->f_code->co_filename):"",
      |                                                                                           ^~
../../core/dprint.h:337:99: note: in definition of macro 'LOG_FX'
  337 |                                                                 LOGV_FUNCSUFFIX_STR(funcname), ## args); \
      |                                                                                                   ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1845:58: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1845 |                                         (pframe && pframe->f_code)?PyBytes_AsString(pframe->f_code->co_name):"",
      |                                                          ^~
../../core/dprint.h:337:99: note: in definition of macro 'LOG_FX'
  337 |                                                                 LOGV_FUNCSUFFIX_STR(funcname), ## args); \
      |                                                                                                   ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1845:91: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1845 |                                         (pframe && pframe->f_code)?PyBytes_AsString(pframe->f_code->co_name):"",
      |                                                                                           ^~
../../core/dprint.h:337:99: note: in definition of macro 'LOG_FX'
  337 |                                                                 LOGV_FUNCSUFFIX_STR(funcname), ## args); \
      |                                                                                                   ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1846:58: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1846 |                                         (pframe && pframe->f_code)?PyCode_Addr2Line(pframe->f_code, pframe->f_lasti):0);
      |                                                          ^~
../../core/dprint.h:337:99: note: in definition of macro 'LOG_FX'
  337 |                                                                 LOGV_FUNCSUFFIX_STR(funcname), ## args); \
      |                                                                                                   ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1846:91: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1846 |                                         (pframe && pframe->f_code)?PyCode_Addr2Line(pframe->f_code, pframe->f_lasti):0);
      |                                                                                           ^~
../../core/dprint.h:337:99: note: in definition of macro 'LOG_FX'
  337 |                                                                 LOGV_FUNCSUFFIX_STR(funcname), ## args); \
      |                                                                                                   ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
apy_kemi.c:1846:107: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'}
 1846 |                                         (pframe && pframe->f_code)?PyCode_Addr2Line(pframe->f_code, pframe->f_lasti):0);
      |                                                                                                           ^~
../../core/dprint.h:337:99: note: in definition of macro 'LOG_FX'
  337 |                                                                 LOGV_FUNCSUFFIX_STR(funcname), ## args); \
      |                                                                                                   ^~~~
../../core/dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
apy_kemi.c:1839:25: note: in expansion of macro 'LOG'
 1839 |                         LOG(cfg_get(core, core_cfg, latency_log),
      |                         ^~~
make[2]: *** [../../Makefile.rules:100: apy_kemi.o] Error 1
make[1]: Leaving directory '/root/rpmbuild/BUILD/kamailio-5.7.0-dev0/src'
make[1]: *** [Makefile:511: modules] Error 1
make: *** [Makefile:34: every-module] Error 2

RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.CVhj20 (%build)
    Bad exit status from /var/tmp/rpm-tmp.CVhj20 (%build)
Removing intermediate container debe25512367
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/3241">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZJUQ2LB3KDA4P2Z5V3V6VXZNANCNFSM6AAAAAAQO4TZAY">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/ABO7UZJBTH55A3VCK2NSK5LV6VXZNA5CNFSM6AAAAAAQO4TZA2WGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHFEDVWN4.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><kamailio/kamailio/issues/3241</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/issues/3241",
"url": "https://github.com/kamailio/kamailio/issues/3241",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>