(closes issue #17946)
Reported by: bluecrow76
Patches:
asterisk-1.8.0-beta4-multipark-fixes-2010SEP02.diff
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@307231
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
--- Functionality changes from Asterisk 1.8 to Asterisk 1.10 -----------------
------------------------------------------------------------------------------
+Parking
+-------
+ * parkedmusicclass can now be set for non-default parking lots.
+
Asterisk Manager Interface
--------------------------
* PeerStatus now includes Address and Port.
} else if (!strcasecmp(confvar->value, "callee")) {
parkinglot->parkedcallrecording = AST_FEATURE_FLAG_BYCALLEE;
}
+ } else if (!strcasecmp(confvar->name, "parkedmusicclass")) {
+ ast_copy_string(parkinglot->mohclass, confvar->value, sizeof(parkinglot->mohclass));
}
confvar = confvar->next;
}