i removed corex from loaded modules and added string argument to send:
send("192.98.102.20:5070");
that gave error:
0(15695) ERROR: <core> [cfg.y:3415]: cfg. parser: failed to find command send 0(15695) : <core> [cfg.y:3554]: parse error in config file /etc/sip-proxy/sip-proxy.cfg, line 1578, column 34: unknown command, missing loadmodule?
according to 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");
does anyone know what is going on?
-- juha
As I said yesterday, it was moved from core to corex module, the wiki most likely was not updated at that time:
- http://lists.sip-router.org/pipermail/sr-users/2013-April/077402.html
You can remove from wiki.
Cheers, Daniel
On 4/7/13 8:06 AM, Juha Heinanen wrote:
i removed corex from loaded modules and added string argument to send:
send("192.98.102.20:5070");
that gave error:
0(15695) ERROR: <core> [cfg.y:3415]: cfg. parser: failed to find command send 0(15695) : <core> [cfg.y:3554]: parse error in config file /etc/sip-proxy/sip-proxy.cfg, line 1578, column 34: unknown command, missing loadmodule?
according to 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");
does anyone know what is going on?
-- 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:
As I said yesterday, it was moved from core to corex module, the wiki most likely was not updated at that time:
You can remove from wiki.
sorry, i somehow missed your earlier response. i removed send and send_tcp from devel wiki.
-- juha