[svn-commits] rmudgett: branch rmudgett/hold_retrieve r299090 - in /team/rmudgett/hold_retr...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 20 17:05:21 UTC 2010


Author: rmudgett
Date: Mon Dec 20 11:05:17 2010
New Revision: 299090

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=299090
Log:
Remove deprecated documentation for mohinterpret=passthourgh.

Modified:
    team/rmudgett/hold_retrieve/channels/sig_pri.c
    team/rmudgett/hold_retrieve/configs/chan_dahdi.conf.sample

Modified: team/rmudgett/hold_retrieve/channels/sig_pri.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/hold_retrieve/channels/sig_pri.c?view=diff&rev=299090&r1=299089&r2=299090
==============================================================================
--- team/rmudgett/hold_retrieve/channels/sig_pri.c (original)
+++ team/rmudgett/hold_retrieve/channels/sig_pri.c Mon Dec 20 11:05:17 2010
@@ -4195,7 +4195,10 @@
 	switch (event) {
 	case SIG_PRI_MOH_EVENT_HOLD:
 		if (!strcasecmp(pvt->mohinterpret, "passthrough")) {
-			/* The old way did not send MOH just in case the notification was ignored. */
+			/*
+			 * This config setting is deprecated.
+			 * The old way did not send MOH just in case the notification was ignored.
+			 */
 			pri_notify(pvt->pri->pri, pvt->call, pvt->prioffset, PRI_NOTIFY_REMOTE_HOLD);
 			next_state = SIG_PRI_MOH_STATE_NOTIFY;
 			break;

Modified: team/rmudgett/hold_retrieve/configs/chan_dahdi.conf.sample
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/hold_retrieve/configs/chan_dahdi.conf.sample?view=diff&rev=299090&r1=299089&r2=299090
==============================================================================
--- team/rmudgett/hold_retrieve/configs/chan_dahdi.conf.sample (original)
+++ team/rmudgett/hold_retrieve/configs/chan_dahdi.conf.sample Mon Dec 20 11:05:17 2010
@@ -918,10 +918,6 @@
 ; channel with Set(CHANNEL(musicclass)=whatever) in the dialplan, and the peer
 ; channel putting this one on hold did not suggest a music class.
 ;
-; If this option is set to "passthrough", then the hold message will always be
-; passed through as signalling instead of generating hold music locally. This
-; setting is only valid when used on a channel that uses digital signalling.
-;
 ; This option may be set globally or on a per-channel basis.
 ;
 ;mohinterpret=default




More information about the svn-commits mailing list