Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ t_add_reason
Function
t_add_reason
modules/tm/t_fwd.c:636–639 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
634
635
636
int t_add_reason(struct sip_msg *msg, str *reason)
637
{
638
return t_set_reason(msg, reason);
639
}
640
641
void get_cancel_reason(struct sip_msg *msg, int flags, str *reason)
642
{
Callers
nothing calls this directly
Calls
1
t_set_reason
Function · 0.85
Tested by
no test coverage detected