MUSICCLASS(Klasse
)
; abfragen: exten => 123,1,Set(foo=${MUSICCLASS()}) ; auf "HeavyMetal" setzen: exten => 123,1,Set(MUSICCLASS()=HeavyMetal)
Set(CHANNEL(musicclass)=default
)
verwenden, siehe Abschnitt D.11, „CHANNEL()
“.————————| 1.2 |————————| 1.4 | | |
-= Info about function 'MUSICCLASS' =-
[Syntax]
MUSICCLASS()
[Synopsis]
Read or Set the MusicOnHold class
[Description]
Deprecated. Use CHANNEL(musicclass) instead.
--- in Asterisk 1.2
+++ in Asterisk 1.4
@@ -7,4 +7,4 @@
Read or Set the MusicOnHold class
[Description]
- This function will read or set the music on hold class for a channel.
+ Deprecated. Use CHANNEL(musicclass) instead.