add dialplan and context to sql table

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8276 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-05-06 20:00:43 +00:00
parent d313d9061a
commit 1454a52bf6
2 changed files with 52 additions and 42 deletions
+2
View File
@@ -158,6 +158,8 @@ SWITCH_DECLARE(switch_status_t) switch_event_set_priority(switch_event_t *event,
*/
_Ret_opt_z_ SWITCH_DECLARE(char *) switch_event_get_header(switch_event_t *event, char *header_name);
#define switch_event_get_header_nil(e, h) switch_str_nil(switch_event_get_header(e,h))
/*!
\brief Retrieve the body value from an event
\param event the event to read the body from