aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2-parser.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-02 01:56:08 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-10-02 01:56:08 +0000
commitf01f076e6db68ee2c429ab2eaf96bc6ea22409a4 (patch)
tree3fa35d5b85db5c4cfded6403f497e02659d963f8 /channels/iax2-parser.h
parent8c00c4e642dacfd3e0d2a19c9f6d1d336ab117ac (diff)
Add iax2 parsing for TNS/TON/PRES
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3877 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/iax2-parser.h')
-rwxr-xr-xchannels/iax2-parser.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/channels/iax2-parser.h b/channels/iax2-parser.h
index f17fb1b39..70bbdc781 100755
--- a/channels/iax2-parser.h
+++ b/channels/iax2-parser.h
@@ -5,7 +5,7 @@
*
* Copyright (C) 2003, Digium
*
- * Mark Spencer <markster@linux-support.net>
+ * Mark Spencer <markster@digium.com>
*
* This program is free software, distributed under the terms of
* the GNU General Public License
@@ -19,6 +19,9 @@ struct iax_ies {
char *calling_number;
char *calling_ani;
char *calling_name;
+ int calling_ton;
+ int calling_tns;
+ int calling_pres;
char *called_context;
char *username;
char *password;