Route & Record-Route module, callback API. More...
#include "../../mem/mem.h"#include "rr_cb.h"
Go to the source code of this file.
Definition in file rr_cb.c.
| int register_rrcb | ( | rr_cb_t | f, | |
| void * | param | |||
| ) |
| f | callback register function | |
| param | callback parameter |
Definition at line 58 of file rr_cb.c.
References rr_callback::callback, rr_callback::id, rr_callback::next, and rr_callback::param.
| req | SIP request | |
| rr_param | callback list |
Definition at line 89 of file rr_cb.c.
References rr_callback::callback, rr_callback::id, _str::len, rr_callback::next, rr_callback::param, and _str::s.
Referenced by after_loose(), and after_strict().

1.7.1