Hello the List,
I saw a strange behavior on the last Kamailio v4.
The Kamailio is binding on port 5060.
If (from_uri==myself){
......
}
* When the From uri in the INVITE is <xxxx@myalias:5070>
* When the myalias is an alias > No issue the IF routine is executed.
* When the myalias is the ip address of the server > The IF Routine is NOT executed
because there is a mismatch in the port (5060 >< 5070)
Is it the expected behavior ?
Thanks
Show replies by date