Thanks, I believed for some unkown reason that msg_send returned number
of bytes sent on success.
-jiri
At 09:34 AM 3/17/2003, Tirpák Miklós wrote:
I think that the 503 response was caused by the second
INVITE of SER. When SER sended this INVITE the msg_send function returned 0 which means
success, but the tm module processed it as if it were an error. I captured the massages,
so I'm sure the INVITE was sent correctly.
Andrei Pelinescu-Onciul wrote:
msg_send returns 0 on success and -1 on error.