mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-29 15:43:56 +00:00
make sure we really tell monitor clients when a call has died.
This commit is contained in:
parent
b40a468276
commit
fb7397a51b
1
vomp.c
1
vomp.c
@ -415,6 +415,7 @@ int vomp_call_destroy(vomp_call_state *call)
|
||||
call->local.did,call->remote.did);
|
||||
|
||||
/* tell everyone the call has died */
|
||||
call->local.state=VOMP_STATE_CALLENDED; call->remote.state=VOMP_STATE_CALLENDED;
|
||||
vomp_send_status(call,VOMP_TELLREMOTE|VOMP_TELLINTERESTED,NULL);
|
||||
|
||||
/* now release the call structure */
|
||||
|
Loading…
x
Reference in New Issue
Block a user