]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
set init state sooner on outbound calls
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 31 Oct 2008 14:30:45 +0000 (14:30 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 31 Oct 2008 14:30:45 +0000 (14:30 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@605 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/openzap/mod_openzap/mod_openzap.c

index 2fcb44f171f0cafdd1c5d6691f8aa9a6411b1ece..0eeb9d21158d8c641ccbd2a3f8e86a3c46d94629 100644 (file)
@@ -1044,6 +1044,8 @@ static switch_call_cause_t channel_outgoing_channel(switch_core_session_t *sessi
             goto fail;
                }
 
+               zap_channel_init(zchan);
+               
                return SWITCH_CAUSE_SUCCESS;
        }