]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip: Clarify certificate configuration for Websocket.
authorJoshua Colp <jcolp@digium.com>
Mon, 2 Jul 2018 23:44:53 +0000 (20:44 -0300)
committerJoshua Colp <jcolp@digium.com>
Tue, 3 Jul 2018 12:57:13 +0000 (09:57 -0300)
commit62859ad52684ec17d01225f6cd2f2fbfdc6d53c6
treeb757a8df8d3fe4e5532ead7f2ae9148cf88835da
parent4ed6ab2595d0616603eebca6fb1d3b548e6610b6
pjsip: Clarify certificate configuration for Websocket.

The Websocket transport uses the built-in HTTP server. As a result
the TLS configuration is done in http.conf and not in pjsip.conf.

This change adds a warning if this is configured in pjsip.conf and
also clarifies in the sample configuration file.

Change-Id: I187d994d328c3ed274b6754fd4c2a4955bdc6dd9
configs/samples/pjsip.conf.sample
res/res_pjsip.c
res/res_pjsip/config_transport.c