mike-xu / doubango

Automatically exported from code.google.com/p/doubango
0 stars 0 forks source link

does doubango support session timers in sip? #411

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the latest revision of doubango is 1173. Does the revision support session 
timers?

Original issue reported on code.google.com by andrewm...@gmail.com on 15 Nov 2014 at 8:37

GoogleCodeExporter commented 9 years ago
Yes, since day zero: 
https://code.google.com/p/doubango/source/browse/branches/2.0/doubango/tinySIP/s
rc/dialogs/tsip_dialog_invite.timers.c
To enable on a call: 
https://code.google.com/p/doubango/source/browse/branches/2.0/doubango/bindings/
_common/SipSession.h?r=1086#190

Original comment by boss...@yahoo.fr on 15 Nov 2014 at 11:13

GoogleCodeExporter commented 9 years ago
I use imsdroid and telepresence to the function of session timer. the revision 
of imsdroid is 2.548.870, while that of telepresence is 143. Telepresence 
doesn't support session-timers, because there is no 'supported: timer' in 200 
response when invite message is sent to telepresence containing 'supported: 
timer'.

When will telepresence support the feature?

Original comment by andrewm...@gmail.com on 17 Nov 2014 at 2:27