mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
XMLification (wave 1)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1401 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -137,6 +137,14 @@ SWITCH_DECLARE(void) switch_caller_extension_add_application(switch_core_session
|
||||
char *extra_data);
|
||||
|
||||
|
||||
/*!
|
||||
\brief Get the value of a field in a caller profile based on it's name
|
||||
\param caller_profile The caller profile
|
||||
\param name the name
|
||||
\note this function is meant for situations where the name paramater is the contents of the variable
|
||||
*/
|
||||
SWITCH_DECLARE(char *) switch_caller_get_field_by_name(switch_caller_profile_t *caller_profile, char *name);
|
||||
|
||||
/*!
|
||||
\brief Create a new caller profile object
|
||||
\param pool memory pool to use
|
||||
|
Reference in New Issue
Block a user