git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8187 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West
2008-04-23 22:36:47 +00:00
parent 2303545ccf
commit 9066389721
3 changed files with 2 additions and 19 deletions
-3
View File
@@ -381,7 +381,6 @@ struct private_object {
char *gateway_name;
char *local_crypto_key;
char *remote_crypto_key;
char *record_route;
int crypto_tag;
unsigned char local_raw_key[SWITCH_RTP_MAX_CRYPTO_LEN];
unsigned char remote_raw_key[SWITCH_RTP_MAX_CRYPTO_LEN];
@@ -422,8 +421,6 @@ struct private_object {
uint32_t video_count;
sofia_dtmf_t dtmf_type;
int q850_cause;
char *remote_ip;
int remote_port;
};
struct callback_t {