Implement load and restore of usrloc contact attributes in the t_load_contacts, t_next_contacts and t_next_contact_flows functions in tm module.
Includes documentation of the new tm parameter 'xavp_contact'
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/178
-- Commit Summary --
* usrloc: Update documentation concerning xavp_contact parameter
* tm: Load and restore contact attributes when serial forking
-- File Changes --
M modules/tm/README (310)
M modules/tm/doc/params.xml (21)
M modules/tm/t_serial.c (51)
M modules/tm/tm.c (2)
M modules/usrloc/README (6)
M modules/usrloc/doc/usrloc_admin.xml (6)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/178.patchhttps://github.com/kamailio/kamailio/pull/178.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/178
Hello,
is somebody currently working on compatibility to LIbreSSL?
My first try working on this causes a crash if the TLS connection is terminated, other stuff appears to work.
Fabian
Hi, Kamailio server is raising an internal error when recieves an "INVITE" request. I've increased the debug level value in kamailio config file but I cannot get further information. Some times it works with exactly the same configuration so I can't figure out what is wrong.
I attached below the few lines related with the internal error among the huge debug messages:
```
DEBUG: tm [t_hooks.c:288]: run_trans_callbacks_internal(): DBG: trans=0x7fe070bedb68, callback type 2, id 0 entered
12(13521) DEBUG: acc [acc_logic.c:644]: tmcb_func(): acc callback called for t(0x7fe070bedb68) event type 2, reply code 500
12(13521) DEBUG: tm [t_lookup.c:1141]: t_check_msg(): DEBUG: t_check_msg: msg id=12 global id=12 T end=0x7fe070bedb68
12(13521) DEBUG: tm [t_reply.c:2217]: reply_received(): DEBUG: reply_received: org. status uas=180, uac[0]=100 local=0 is_invite=1)
12(13521) DEBUG: <core> [mem/f_malloc.c:432]: fm_malloc(): fm_malloc(0x7fe070970000, 1423) called from tm: t_msgbuilder.c: build_local_reparse(369)
12(13521) DEBUG: <core> [mem/f_malloc.c:507]: fm_malloc(): fm_malloc(0x7fe070970000, 1424) returns address 0x7fe070c02c28
12(13521) DEBUG: <core> [mem/f_malloc.c:576]: fm_free(): fm_free(0x7fe070970000, 0x7fe070c02c28), called from tm: t_reply.c: reply_received(2271)
12(13521) DEBUG: <core> [mem/f_malloc.c:595]: fm_free(): fm_free: freeing block alloc'ed from tm: t_msgbuilder.c: build_local_reparse(369)
12(13521) DEBUG: <script>: incoming reply
12(13521) DEBUG: tm [t_reply.c:1311]: t_should_relay_response(): ->>>>>>>>> T_code=180, new_code=500
12(13521) DEBUG: tm [t_reply.c:1829]: relay_reply(): DEBUG: relay_reply: branch=0, save=1, relay=-1 icode=0
( ... )
DEBUG: <core> [parser/msg_parser.c:633]: parse_msg(): SIP Reply (status):
12(13521) DEBUG: <core> [parser/msg_parser.c:635]: parse_msg(): version: <SIP/2.0>
12(13521) DEBUG: <core> [parser/msg_parser.c:637]: parse_msg(): status: <500>
12(13521) DEBUG: <core> [parser/msg_parser.c:639]: parse_msg(): reason: <Internal Server Error>
```
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/202