Changeset 1707039
- Timestamp:
- 08/02/2017 02:34:23 PM (9 years ago)
- File:
-
- 1 edited
-
wp-vbx-lite/trunk/applets/menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-vbx-lite/trunk/applets/menu.php
r1620997 r1707039 80 80 81 81 } else { 82 $gather = $this->twiml->Gather(array('timeout'=>$timeout ?: 5)); 82 $args = apply_filters('wp-vbx-menu-gather-arguments', array('timeout'=>$timeout ?: 5), $this); 83 $gather = $this->twiml->Gather($args); 83 84 $this->prompt_output('greeting', $gather); 84 85 $this->run();
Note: See TracChangeset
for help on using the changeset viewer.