mod_rayo: reply with temporary failure if no clients available to accept call

This commit is contained in:
Chris Rienzo 2013-08-08 11:59:17 -04:00
parent 6f2671b2d5
commit 6fd5c9fd9d
1 changed files with 1 additions and 1 deletions

View File

@ -2885,7 +2885,7 @@ SWITCH_STANDARD_APP(rayo_app)
/* nobody to offer to */
if (!ok) {
switch_channel_hangup(channel, RAYO_CAUSE_DECLINE);
switch_channel_hangup(channel, SWITCH_CAUSE_NORMAL_TEMPORARY_FAILURE);
}
}