2021-03-29 12:28:24 -05:00
|
|
|
;
|
|
|
|
|
; This file is used by the res_aeap module to configure parameters
|
|
|
|
|
; used for AEAP applications.
|
|
|
|
|
;
|
2021-06-18 12:54:10 -05:00
|
|
|
;[myclient]
|
2021-03-29 12:28:24 -05:00
|
|
|
;
|
2021-06-18 12:54:10 -05:00
|
|
|
; type must be "client".
|
|
|
|
|
;type=client
|
2021-03-29 12:28:24 -05:00
|
|
|
;
|
2021-06-18 12:54:10 -05:00
|
|
|
; URL used to connect to a server. It must be a websocket URL (ws or wss).
|
|
|
|
|
;url=ws://127.0.0.1:9099
|
2021-03-29 12:28:24 -05:00
|
|
|
;
|
2021-06-18 12:54:10 -05:00
|
|
|
; codecs is comma separated string of allowed/disallowed codec names.
|
|
|
|
|
;codecs=!all,ulaw,alaw,opus
|
|
|
|
|
;
|
|
|
|
|
; protocol is the implementation specific sub-protocol
|
|
|
|
|
;protocol=speech_to_text
|
|
|
|
|
;
|
|
|
|
|
; "@" parameters can be specified and are used to to set custom values to
|
|
|
|
|
; be passed as "params" in the initial "setup" request.
|
|
|
|
|
;@language=en-US
|