Le ven 21/02/2003 à 12:14, Jiri Kuthan a écrit :
I retried it just now and it worked correctly. I guess
the error you
are observing lives somewhere else. A frequent reason is broken
Vias received from UAS.
I tried to send the following message to SER
<snip>
INVITE sip:alice@localhost SIP/2.0
Via: SIP/2.0/UDP 127.0.0.1:5070
To: Alice <sip:alice@localhost>
From: Bob <sip:bob@localhost>
Content-Length: 0
</snip>
With the onr.cfg file, and I do not get any 100 TRYING, instead SER
says:
<snip>
WARNING: no fork mode and more than one listen address found (will use
only the the first one)
stateless - initializing
0(0) INFO: udp_init: SO_RCVBUF is initially 65535
0(0) INFO: udp_init: SO_RCVBUF is finally 131070
0(0) WARNING: using only the first listen address (no fork)
0(17363) about to relay
0(17363) ERROR: t_newtran: EoH not parsed
0(17363) WARNING: receive_msg: error while trying script
</snip>
I guess that something is wrong with my SIP message, but I don't see
what... any ideas ?
-- Sebastien