Home
»
General
»
400 Invalid request
TekSIP - General issues
07.09.2009 21:19:45
 Douglas Posts: 1
|
Hello,
When receiving incoming call, I have log like this:
SIP req. from : 81.88.80.36:5060 (UDP) - 9/7/2009 8:07:47 PM
INVITE sip:my-ip SIP/2.0 [Record-Route] = <sip:mangosip.ru:5060;ftag=5f60c26e;lr=on> [Via] = SIP/2.0/UDP 192.168.11.22;branch=z9hG4bK3a89.5a9a3dac352c4e055a7268448e056ec7.0;i=1 [Via] = SIP/2.0/TCP 192.168.30.19:5060;branch=z9hG4bK-d8754z-d8c6ac090114596f-1---d8754z-;rport=33285 [Max-Forwards] = 16 [Contact] = <sip:my-phone-number@192.168.30.19:33285;transport=TCP> [To] = <sip:my-ip> [From] = <sip:my-phone-number@mangosip.ru>;tag=5f60c26e [Call-ID] = MTE4OTE0MzJiZTYwMWZkZmE4YjFjZTczNzRlZmM0ZWU. [CSeq] = 1 INVITE [Allow] = INVITE, ACK, CANCEL, OPTIONS, BYE, UPDATE, REGISTER [Content-Type] = application/sdp [User-Agent] = Softswitch2 [Content-Length] = 150
SIP req. to : 81.88.80.36:5060 (UDP) - 9/7/2009 8:07:47 PM
SIP/2.0 400 Invalid Request Via: SIP/2.0/UDP 192.168.11.22;branch=z9hG4bK3a89.5a9a3dac352c4e055a7268448e056ec7.0;i=1;received=81.88.80.36 Via: SIP/2.0/TCP 192.168.30.19:5060;branch=z9hG4bK-d8754z-d8c6ac090114596f-1---d8754z-;rport=33285 To: <sip:my-ip> From: <sip:my-phone-number@mangosip.ru>;tag=5f60c26e Call-ID: MTE4OTE0MzJiZTYwMWZkZmE4YjFjZTczNzRlZmM0ZWU. CSeq: 1 INVITE Server: TekSIP/2.2 Content-Length: 0
But when I set mapping from 5060 port to computer with Asterisk, its log shows that request is normal, has body etc. What can it mean?
|
|
0
• permalink
|
08.09.2009 13:15:32
 Admin Administrator Posts: 254
|
Hi,
TekSIP requires a user-id added with "@" to the host portion in the address of record found in From header. In the example above there is not a user-id (Like my-phone-number@) attached to host portion my-ip. The same problem is also found şn the Request URI of the INVITE message.
Best regards,
Yasin KAPLAN
|
|
0
• permalink
|