mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-04 05:55:58 -07:00
Make sure overlap dial goes into "RING" state instead of just "RESERVED"
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3198 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -4426,6 +4426,7 @@ static void *ss_thread(void *data)
|
||||
/* Start the real PBX */
|
||||
strncpy(chan->exten, exten, sizeof(chan->exten));
|
||||
ast_dsp_digitreset(p->dsp);
|
||||
ast_setstate(chan, AST_STATE_RING);
|
||||
res = ast_pbx_run(chan);
|
||||
if (res) {
|
||||
ast_log(LOG_WARNING, "PBX exited non-zero!\n");
|
||||
|
||||
Reference in New Issue
Block a user