mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +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:
@@ -917,6 +917,8 @@ typedef enum {
|
||||
CF_XFER_ZOMBIE,
|
||||
CF_MEDIA_ACK,
|
||||
CF_THREAD_SLEEPING,
|
||||
CF_DISABLE_RINGBACK,
|
||||
CF_NOT_READY,
|
||||
/* WARNING: DO NOT ADD ANY FLAGS BELOW THIS LINE */
|
||||
CF_FLAG_MAX
|
||||
} switch_channel_flag_t;
|
||||
|
||||
Reference in New Issue
Block a user