summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2009-09-07 15:48:41 +0000
committerOlle Johansson <oej@edvina.net>2009-09-07 15:48:41 +0000
commit2e1d7378bebb5a0243bf86489b03ba0866bca441 (patch)
tree0fa5179a4eeb1d5941bc513acfd2863a15e8a214
parent9c63a09344ca88abfae25bdf343eec328c3ea7fb (diff)
After many years, remove VOCAL_DATA_HACK definition
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@216803 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--channels/chan_sip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index accf6029a..6bef96730 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -563,8 +563,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#define SIP_RESERVED ";/?:@&=+$,# " /*!< Reserved characters in the username part of the URI */
-/* #define VOCAL_DATA_HACK */
-
#define DEFAULT_DEFAULT_EXPIRY 120
#define DEFAULT_MIN_EXPIRY 60
#define DEFAULT_MAX_EXPIRY 3600