audio: handle special case when going offline during call
commit3176489d37a8e9901987f17fa1cf6172f2c10f20
authorJakub Adam <jakub.adam@ktknet.cz>
Sat, 24 Jul 2010 21:43:14 +0000 (24 23:43 +0200)
committerJakub Adam <jakub.adam@ktknet.cz>
Sat, 24 Jul 2010 21:43:14 +0000 (24 23:43 +0200)
tree5098836773214391ee41a7c328bc8ae47d2ca943
parent18f9761fe6f8c2be2af2158222b7a047fd977eb6
audio: handle special case when going offline during call

When call from remote participant is ringing, respond with 480 Temporarily Unavailable.
Sending BYE in this state will not end the call on the caller's side, leaving it ringing forever
(at least until timeout expires).
src/api/sipe-backend.h
src/core/sipe-core.c
src/core/sipe-media.c
src/core/sipe-media.h
src/purple/purple-media.c