add execute_on function so you can have execute_on_answer_1 execute_on_answer_2 execute_on_answer_3 etc

This commit is contained in:
Anthony Minessale
2011-04-01 17:39:20 -05:00
parent ddb345636a
commit 27c6d1111c
3 changed files with 46 additions and 62 deletions
+3
View File
@@ -615,6 +615,9 @@ SWITCH_DECLARE(void) switch_channel_mark_hold(switch_channel_t *channel, switch_
/** @} */
SWITCH_DECLARE(switch_status_t) switch_channel_execute_on(switch_channel_t *channel, const char *variable_prefix);
SWITCH_END_EXTERN_C
#endif
/* For Emacs: