[SR-Users] forward to pseudo var destination
Juha Heinanen
jh at tutpro.com
Sat Apr 6 17:05:19 CEST 2013
looks like forward core function does not accept pseudo var argument.
then i found this:
I just committed a patch that allow using send() without any parameter:
* http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8e4db808bf9f94d3ccf0f14ed22e75586afd0f23
if that commit is still valid, it is not reflected by core cookbook:
send
Send the original SIP message to a specific destination in stateless
mode. No changes are applied to received message, no Via header is
added. Host can be an IP or hostname. Used protocol: UDP
Parameter is mandatory and has string format.
Example of usage:
send("10.10.10.10:5070");
so which way this is?
-- juha
More information about the sr-users
mailing list