mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 04:36:42 +00:00
FS-6447 #close SUBSCRIBER_ABSENT also needs handling. Thanks to Ben Langfeld.
This commit is contained in:
parent
91d405a2c1
commit
3df080a79f
@ -2743,6 +2743,7 @@ static void *SWITCH_THREAD_FUNC rayo_dial_thread(switch_thread_t *thread, void *
|
|||||||
/* out of sessions, typically */
|
/* out of sessions, typically */
|
||||||
response = iks_new_error_detailed(iq, STANZA_ERROR_RESOURCE_CONSTRAINT, "DESTINATION_OUT_OF_ORDER");
|
response = iks_new_error_detailed(iq, STANZA_ERROR_RESOURCE_CONSTRAINT, "DESTINATION_OUT_OF_ORDER");
|
||||||
break;
|
break;
|
||||||
|
case SWITCH_CAUSE_SUBSCRIBER_ABSENT:
|
||||||
case SWITCH_CAUSE_USER_NOT_REGISTERED: {
|
case SWITCH_CAUSE_USER_NOT_REGISTERED: {
|
||||||
/* call session was never created, so we must fake it so that a call error is sent and
|
/* call session was never created, so we must fake it so that a call error is sent and
|
||||||
not a dial error */
|
not a dial error */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user