Displaying 3 results from an estimated 3 matches for "websocket_en".
2018 Oct 23
2
After updating to 16 "Some non-required modules failed to load"
...way to make the res_pjsip_transport_websocket load after
> the chan_sip?
>
res_pjsip_transport_websocket.so will fail to load if chan_sip is
configured to handle
websockets. Only one channel driver can provide websocket services at a
time.
Either disable support in chan_sip's sip.conf (websocket_enabled = no) or
don't load
the res_pjsip_transport_websocket.so module.
>From sip.conf.sample:
;websocket_enabled = true ; Set to false to prevent chan_sip from
listening to websockets. This
; is needed when using chan_sip and
res_pjsip_transport_websock...
2018 Oct 18
2
After updating to 16 "Some non-required modules failed to load"
I just noticed this upon startup since updating from 15.6.1 to 16.0.0
- do any of these matter?
[Oct 18 12:12:18] WARNING[4489]: loader.c:2228 load_modules: Some
non-required modules failed to load.
[Oct 18 12:12:18] ERROR[4489]: loader.c:2243 load_modules:
res_pjsip_transport_websocket declined to load.
[Oct 18 12:12:18] ERROR[4489]: loader.c:2243 load_modules:
cdr_sqlite3_custom declined to
2019 Jul 12
2
Question on calculating PJSIP md5 authentication with NEC
...e as chan_sip's secret
The value I'm setting the md5_cred in auth section to is 63e8aedc77335879c93123055d21211d
Would this value match what chan_sip would pass as the md5 credentials?
Our sip.conf looks like the following...
[general]
context = NECTEST
bindaddr = 0.0.0.0
bindport = 5060
websocket_enabled = false
srvlookup = no
allowguest = yes
debug = yes
sipdebug = yes
defaultexpiry = 480
deny = 0.0.0.0/24
permit = 10.100.102.0/24
permit = 192.168.9.0/24
canreinvite = yes
callcounter = yes
register = 3016:3016 at 10.100.102.82:5060/3016
[3016]
type = friend
qualify = no
nat = no
host = 10.10...