aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-11 00:38:23 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-11 00:38:23 +0000
commit00e26442c51a8c811b970a4dbc7820a428da9e21 (patch)
tree3aa246779afb53c18ab97755f31c5e20d7434e2e /CHANGES
parent328952d8d0950ac219b2b4c77f19844882a47f45 (diff)
Add a new global and per-peer option to chan_sip, qualifyfreq, which allows you
to set the qualify frequency. (closes issue #11597) Reported by: wilder Patches: qualifyfreq5.patch uploaded by wilder (license 362) -- with some mods by me git-svn-id: http://svn.digium.com/svn/asterisk/trunk@98027 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8200fb89f..95cfff1b1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -120,6 +120,8 @@ SIP changes
considered advanced, so don't use them unless you have a problem.
* Added a dial string option to be able to set the To: header in an INVITE to any
SIP uri.
+ * Added a new global and per-peer option, qualifyfreq, which allows you to configure
+ the qualify frequency.
IAX2 changes
------------