mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-17 02:02:22 +00:00
const is evil?
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3488 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user