RohitJPatil / sipdroid

Automatically exported from code.google.com/p/sipdroid
GNU General Public License v3.0
0 stars 1 forks source link

Support clients which do not support subscription (like Fritz!box 7270) #260

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. activating local SIP registrar on fritz.box 7270
2. configure sipdroid properly -> green light
3. try to make a call

What is the expected output? What do you see instead?
Expected:
Register->401
Register+auth->200
Subscribe->403
Register->401
Register+auth->200

invite+auth(since no session)-> ....

what i get:
Register->401
Register+auth->200
Subscribe->403

invite->401
loop

What version of the product are you using? On what operating system?
Fritz!box 7270 Firmware-Version 54.04.80

Which SIP server are you using? What happens with PBXes?
Fritz!box 7270 Firmware-Version 54.04.80

Which type of network are you using?
Wireless

Please provide any additional information below.
The sip registrar on the box simply does not support subscribe, which is as 
far as i can see conform to the standard. However, tis is not forseen in 
sipdroid.

Original issue reported on code.google.com by metrospi...@gmail.com on 31 Dec 2009 at 3:11

GoogleCodeExporter commented 8 years ago
You can disable subscribe by unchecking voicemail in notification options.

Original comment by pmerl...@googlemail.com on 31 Dec 2009 at 7:57