From 995531248a14d3ac9e88ffc12836176688bb137e Mon Sep 17 00:00:00 2001 From: russell Date: Thu, 1 May 2008 19:05:36 +0000 Subject: Merge changes from team/russell/smdi-msg-searching This commit adds some new features to the SMDI_MSG_RETRIEVE() dialplan function. Previously, this function only allowed searching by the forwarding station. I have added some options to allow you to also search for messages in the queue by the message desk terminal ID, as well as the message desk number. This originally came up as a suggestion on the asterisk-dev mailing list. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@115021 f38db490-d61c-443f-a65b-d21fe96a405b --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 51b0e5ad7..e2a860202 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,10 @@ Dialplan Functions * Added two new dialplan functions from libspeex for audio gain control and denoise, AGC() and DENOISE(). Both functions can be applied to the tx and rx directions of a channel from the dialplan. + * The SMDI_MSG_RETRIEVE function now has the ability to search for SMDI messages + based on other parameters. The default is still to search based on the + forwarding station ID. However, there are new options that allow you to search + based on the message desk terminal ID, or the message desk number. Zaptel channel driver (chan_zap) Changes ---------------------------------------- -- cgit v1.2.3