mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
res_musiconhold: Document the 'format' option
ASTERISK-26086 #close Reported by: Jens Bürger Change-Id: I6aab666c0bf01fd0c64d7a5bcb22fa7f5d41335e
This commit is contained in:
@@ -79,7 +79,11 @@ directory=moh
|
|||||||
;[ulawstream]
|
;[ulawstream]
|
||||||
;mode=custom
|
;mode=custom
|
||||||
;application=/usr/bin/streamplayer 192.168.100.52 888
|
;application=/usr/bin/streamplayer 192.168.100.52 888
|
||||||
;format=ulaw
|
;format=ulaw ; The 'format' option specifies the audio format that the
|
||||||
|
; ; 'application' will provide to Asterisk. In this example,
|
||||||
|
; ; streamplayer will output ulaw samples so we need to set the
|
||||||
|
; ; format to ulaw so that Asterisk knows how to interpret the
|
||||||
|
; ; incoming audio.
|
||||||
|
|
||||||
; mpg123 on Solaris does not always exit properly; madplay may be a better
|
; mpg123 on Solaris does not always exit properly; madplay may be a better
|
||||||
; choice
|
; choice
|
||||||
|
Reference in New Issue
Block a user