i could not find any documentation about tm.t_uac_wait rpc command. is it documented somewhere?
-- juha
The rpc commands supposed to have documentation in the code, so you can do:
kamcmd help tm.t_uac_wait
There should be a char* array with doc strings when registering the command in sources. But while not a really bad idea, it is not easy to access and a bit odd place to add enhanced documentation, like with examples.
So probably we should decide to add dedicated section in module docs (some have actually already) or have a wiki page as for variables.
Cheers, Daniel
On 25/09/14 16:05, Juha Heinanen wrote:
i could not find any documentation about tm.t_uac_wait rpc command. is it documented somewhere?
-- juha
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Daniel-Constantin Mierla writes:
The rpc commands supposed to have documentation in the code, so you can do:
kamcmd help tm.t_uac_wait
i did figure that out, but help text is not comprehensive. for example, it appears that host !! of contact uri in headers is replaced by ip address of the proxy and it has not been mentioned anywhere.
i then started to wonder what happens if listen= line has advertise option. is !! replaced by advertise address or not. i tried to look answer from the source, but could not.
can you point me where in the source contact host !! is handled?
-- juha
On 25/09/14 20:43, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
The rpc commands supposed to have documentation in the code, so you can do:
kamcmd help tm.t_uac_wait
i did figure that out, but help text is not comprehensive. for example, it appears that host !! of contact uri in headers is replaced by ip address of the proxy and it has not been mentioned anywhere.
This specific function appears to be implemented by Andrei. IIRC, there was a discussion with you about a version of t_uac that waits for response, as the one from MI. But the !! could be inherited from the SER version of the rpc call, and probably no much documentation.
Cheers, Daniel
i then started to wonder what happens if listen= line has advertise option. is !! replaced by advertise address or not. i tried to look answer from the source, but could not.
can you point me where in the source contact host !! is handled?
-- juha