mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
Let's go Camping!
Call Campon (part of bridge app) Variables: campon=[true|false] campon_retries=<number of call attempts> campon_timeout=<duration of each call attempt> campon_sleep=<seconds to sleep between retries> campon_fallback_exten=<extension to transfer to on failure> campon_fallback_dialplan=<dialplan> campon_fallback_context=<context> campon_hold_music=<alternate music> git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15201 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1080,7 +1080,7 @@ SWITCH_DECLARE(int) switch_channel_test_ready(switch_channel_t *channel, switch_
|
||||
ret = 0;
|
||||
|
||||
if (!channel->hangup_cause && channel->state > CS_ROUTING && channel->state < CS_HANGUP && channel->state != CS_RESET &&
|
||||
!switch_channel_test_flag(channel, CF_TRANSFER)) {
|
||||
!switch_channel_test_flag(channel, CF_TRANSFER) && !switch_channel_test_flag(channel, CF_NOT_READY)) {
|
||||
ret++;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user