search for: opt_cancel_elsewhere

Displaying 1 result from an estimated 1 matches for "opt_cancel_elsewhere".

2009 Dec 01
2
Patch for app_dial.c: exit when just one ext is busy.
...ancels this call, always set the flag to tell the channel\n" " driver that the call is answered elsewhere.\n" *************** *** 283,288 **** --- 285,291 ---- #define DIAL_NOFORWARDHTML ((uint64_t)1 << 32) /* flags are now 64 bits, so keep it up! */ #define OPT_CANCEL_ELSEWHERE ((uint64_t)1 << 33) #define OPT_PEER_H ((uint64_t)1 << 34) + #define OPT_SINGLE_BUSY ((uint64_t)1 << 35) enum { OPT_ARG_ANNOUNCE = 0, *************** *** 302,307 **** --- 305,311 ---- AST_APP_OPTIONS(dial_exec_options, BEGIN_OPTIONS AST_APP_O...