mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 01:49:05 +00:00
add transfer capability and small ways to test it
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1290 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -87,6 +87,9 @@ struct switch_caller_profile {
|
||||
char *chan_name;
|
||||
/*! unique id */
|
||||
char *uuid;
|
||||
/*! context */
|
||||
char *context;
|
||||
struct switch_caller_profile *next;
|
||||
};
|
||||
|
||||
/*! \brief An Abstract Representation of a dialplan Application */
|
||||
@@ -162,6 +165,7 @@ SWITCH_DECLARE(switch_caller_profile *) switch_caller_profile_new(switch_memory_
|
||||
char *ani2,
|
||||
char *rdnis,
|
||||
char *source,
|
||||
char *context,
|
||||
char *destination_number);
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user