sip: fix infinite ringtone loop
by making sure the call-added signal is emitted early enough
so that all consumers (display, ringer, etc) have a chance of getting
notified when the call state changes from f.e. DIALING to DISCONNECTED
similar to how its done in 03d960ccaf
for the dummy provider.
This commit is contained in:
@@ -140,8 +140,6 @@ hang_up (CallsCall *call)
|
||||
default:
|
||||
g_warning ("Hanging up not possible in state %d", self->state);
|
||||
}
|
||||
|
||||
calls_sip_call_set_state (self, CALLS_CALL_STATE_DISCONNECTED);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user