aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-09 08:30:04 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-09 08:30:04 +0000
commit2199b7fdcbc5c8ccae8f4785eb7864a999d5251e (patch)
tree768a96d4d29dc811faf0e249629daca816615b3c /CHANGES
parent5638666a7734ff3ae27627448c923bc53e04d294 (diff)
Update with new features
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@74025 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3f1f1a74d..041d5324b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -31,6 +31,8 @@ Dialplan functions
fetch string representation of calling number presentation indicator
and numeric representation of type of calling number value.
* MailboxExists converted to dialplan function
+ * A new option to Dial() for telling IP phones not to count the call
+ as "missed" when dial times out and cancels.
CLI Changes
-----------
@@ -62,6 +64,8 @@ SIP changes
for more information.
* Added rtpdest option to CHANNEL() dialplan function.
* Added SIPREFERRINGCONTEXT and SIPREFERREDBYHDR variables which are set when a transfer takes place.
+ * SIP now adds a header to the CANCEL if the call was answered by another phone
+ in the same dial command, or if the new c option in dial() is used.
IAX2 changes
------------