const is evil?

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3488 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara
2004-07-21 00:49:06 +00:00
parent b5ad8c24be
commit 405d0be9fe

View File

@@ -98,13 +98,13 @@ typedef struct call_options {
asterisk channels to acutal h.323 connections */
typedef struct call_details {
unsigned int call_reference;
const char *call_token;
const char *call_source_aliases;
const char *call_dest_alias;
const char *call_source_name;
const char *call_source_e164;
const char *call_dest_e164;
const char *sourceIp;
char *call_token;
char *call_source_aliases;
char *call_dest_alias;
char *call_source_name;
char *call_source_e164;
char *call_dest_e164;
char *sourceIp;
} call_details_t;
typedef struct rtp_info {