summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2008-01-11 00:38:23 +0000
committerRussell Bryant <russell@russellbryant.com>2008-01-11 00:38:23 +0000
commit5c2beee6c3a30b451595517f3c202f424fb6169d (patch)
tree3aa246779afb53c18ab97755f31c5e20d7434e2e /CHANGES
parentc0983033ff834732c4eae8dad93fd8890f2a0310 (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: https://origsvn.digium.com/svn/asterisk/trunk@98027 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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
------------