Hi Guys,
Anybody knows if each 'socket' specified in routes struct should be use to send the messages?
The socket is configured in kamailio.
In kamailio.cfg
json struct
"routes": [
{
"headers": {
"from": {
"display": "Alice",
"uri": "sip:alice@127..
In our kamailio has two eth and I want to select which one to use but I can't make it work through rtjson.
In the code of the module I can't find where is being assigned the socket.
Thanks in advance!
Diego