mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
add VAD
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1222 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -77,8 +77,12 @@ struct switch_caller_profile {
|
||||
char *ani;
|
||||
/*! ANI II (when applicable) */
|
||||
char *ani2;
|
||||
/*! RDNIS */
|
||||
char *rdnis;
|
||||
/*! Destination Number */
|
||||
char *destination_number;
|
||||
/*! channel type */
|
||||
char *source;
|
||||
/*! channel name */
|
||||
char *chan_name;
|
||||
/*! unique id */
|
||||
@@ -154,6 +158,8 @@ SWITCH_DECLARE(switch_caller_profile *) switch_caller_profile_new(switch_memory_
|
||||
char *network_addr,
|
||||
char *ani,
|
||||
char *ani2,
|
||||
char *rdnis,
|
||||
char *source,
|
||||
char *destination_number);
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user