Betreff: | kamailio doc update |
---|---|
Datum: | Tue, 15 Jan 2013 14:50:14 +0000 |
Von: | FEICHTINGER Klaus <Klaus.FEICHTINGER@frequentis.com> |
An: | Klaus Feichtinger (klaus.feichtinger@inode.at) <klaus.feichtinger@inode.at> |
Please update 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");
Is not a valid example. Correct would be:
send(10.10.10.10,
5070); for IP address + port
or
send(“myHost.com”);