emkei / sipml5

Automatically exported from code.google.com/p/sipml5
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Sipml5 SIP OPTIONS response SIP/2.0 405 Method Not Allowed #182

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
a) Before posting your issue you MUST answer to the questions otherwise it
will be rejected (invalid status) by us
b) Please check the issue tacker to avoid duplication
c) Please provide network capture (Wireshark) or Javascript console log
if you want quick response

What steps will reproduce the problem?
1. set up sipml5 sip client
2. sip.conf should contain qaualify=yes on sipml5 peer
3.

What is the expected output? What do you see instead?

expected output should be:

SIP/2.0 200 OK
....
....

but i see:

Reliably Transmitting (NAT) to 10.15.38.13:53091:
OPTIONS sip:xxxxxxx@df7jal23ls0d.invalid;rtcweb-breaker=no;transport=ws SIP/2.0
Via: SIP/2.0/WS 10.15.26.24:0;branch=z9hG4bK450701bd;rport
Max-Forwards: 70
From: "asterisk" <sip:asterisk@10.15.26.24:0>;tag=as77e917b0
To: <sip:xxxxxxx@df7jal23ls0d.invalid;rtcweb-breaker=no;transport=ws>
Contact: <sip:asterisk@10.15.26.24:0;transport=WS>
Call-ID: 43b537b843f17c725e56f5dc56da8ddd@10.15.26.24:0
CSeq: 102 OPTIONS
User-Agent: Asterisk PBX 11.10.0
Date: Fri, 30 May 2014 12:44:19 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, 
PUBLISH, MESSAGE
Supported: replaces, timer
Content-Length: 0

---

<--- SIP read from WS:10.15.38.13:53091 --->
SIP/2.0 405 Method Not Allowed
Via: SIP/2.0/WS 10.15.26.24;rport;branch=z9hG4bK450701bd
From: "asterisk"<sip:asterisk@10.15.26.24>;tag=as77e917b0
To: <sip:xxxxxxx@df7jal23ls0d.invalid;rtcweb-breaker=no;transport=ws>
Call-ID: 43b537b843f17c725e56f5dc56da8ddd@10.15.26.24:0
CSeq: 102 OPTIONS
Content-Length: 0

What version of the product are you using? On what operating system?
asterisk 11.10.0
Debian Wheeezy
SIPML5 API version = 1.4.217 

Please provide any additional information below.

Original issue reported on code.google.com by virmanta...@lamoda.ru on 30 May 2014 at 1:18