[svn-commits] tilghman: branch 1.4 r166953 - /branches/1.4/channels/chan_local.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Dec 31 13:20:36 CST 2008


Author: tilghman
Date: Wed Dec 31 13:20:35 2008
New Revision: 166953

URL: http://svn.digium.com/view/asterisk?view=rev&rev=166953
Log:
Also inherit the musiconhold class.
(Closes #14153)
Reported by: Jerry Geis, via the users list.
Patch by: me (license 14)

Modified:
    branches/1.4/channels/chan_local.c

Modified: branches/1.4/channels/chan_local.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_local.c?view=diff&rev=166953&r1=166952&r2=166953
==============================================================================
--- branches/1.4/channels/chan_local.c (original)
+++ branches/1.4/channels/chan_local.c Wed Dec 31 13:20:35 2008
@@ -490,6 +490,7 @@
 	p->chan->cid.cid_tns = p->owner->cid.cid_tns;
 	ast_string_field_set(p->chan, language, p->owner->language);
 	ast_string_field_set(p->chan, accountcode, p->owner->accountcode);
+	ast_string_field_set(p->chan, musicclass, p->owner->musicclass);
 	ast_cdr_update(p->chan);
 	p->chan->cdrflags = p->owner->cdrflags;
 




More information about the svn-commits mailing list