search for: ast_test_flag64

Displaying 2 results from an estimated 2 matches for "ast_test_flag64".

Did you mean: ast_test_flag
2009 Dec 01
2
Patch for app_dial.c: exit when just one ext is busy.
..._ELSEWHERE), AST_APP_OPTION('d', OPT_DTMF_EXIT), *************** *** 626,635 **** --- 630,650 ---- watchers[pos++] = in; for (o = outgoing; o; o = o->next) { /* Keep track of important channels */ + if (ast_test_flag64(o, OPT_SINGLE_BUSY)) + ast_verb(2, "OPT_SINGLE_BUSY set\n"); /* always set, why? */ if (ast_test_flag64(o, DIAL_STILLGOING) && o->chan) watchers[pos++] = o->chan; n...
2013 Jul 15
2
ignore 183 session progress in parallel call scenarios
Hi, I am using asterisk 1.8.22 and have a problem when calling in parallel several SIP endpoints and I am not sure how to resolve it. In this case Asterisk will not bridge any audio to the caller before the 200 OK. Which means any progress announcements, including remotely generated ringback, are not passed back to the caller. This behavior is completely correct, because there is no way to know