]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 12 Mar 2008 01:25:05 +0000 (01:25 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 12 Mar 2008 01:25:05 +0000 (01:25 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7872 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c

index 792cc7fd48173dbd23976213971efcaa5f98be52..3a284b2be61f203f41fcce64abc4822236b82dfb 100644 (file)
@@ -121,6 +121,7 @@ static int parse_exten(switch_core_session_t *session, switch_caller_profile_t *
                                        }
 
                                        switch_caller_extension_add_application(session, *extension, application, data);
+                                       proceed = 1;
                                }
 
                                if (do_break_i == BREAK_ON_FALSE || do_break_i == BREAK_ALWAYS) {
@@ -264,7 +265,7 @@ SWITCH_STANDARD_DIALPLAN(dialplan_hunt)
 
                proceed = parse_exten(session, caller_profile, xexten, &extension);
 
-               if (proceed && !switch_true(cont)) {
+               if (proceed && !switch_true(cont)) { 
                        break;
                }