aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-01 20:25:37 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-01 20:25:37 +0000
commitf8ffe3550e8ea1ef8ace24eb161647266ef3c701 (patch)
tree138371e6ef48d042f1119254a8628301ce549b89 /build_tools
parent0ac398d617b84934e59e8d1f7fefbff858021f0b (diff)
Disable the old, slow search for matching callno in chan_iax2 (but allow it to be reenabled for debugging)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@127133 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools')
-rw-r--r--build_tools/cflags.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_tools/cflags.xml b/build_tools/cflags.xml
index db140d6aa..b027cb017 100644
--- a/build_tools/cflags.xml
+++ b/build_tools/cflags.xml
@@ -13,6 +13,8 @@
</member>
<member name="STATIC_BUILD" displayname="Build static binaries">
</member>
+ <member name="IAX_OLD_FIND" displayname="Use the old, slow method of searching for IAX callnos">
+ </member>
<member name="LOADABLE_MODULES" displayname="Runtime module loading">
<defaultenabled>yes</defaultenabled>
</member>