Hi, very strange:
- I call to OpenSer using a TCP client.
- The INVITE arrives via TCP to OpenSer.
- I do: $rd=ASTERISK_IP; t_relay(); exit;
- Asterisk only speaks UDP of course.
- And OpenSer sends the INVITE to Asterisk by UDP.
WHY does it work??? I hoped it would fail trying to forward the INVITE by TCP to Asterisk since I didn't force the outgoing socket, just the two lines above.
Thanks for any explanation.