Re: [asterisk-users] [External] Asterisk 18.12.0 question

2022-05-13 Thread Dan Cropp
Hi Joshua, Thank you for helping me diagnose this. Interesting that they are the exact same between versions. File sizes are slightly different between the two when I compile them. 18.12.0 would have any new default configurations that were not part of 18.11.2, such as aeap. Some codecs also

Re: [asterisk-users] [External] [External] Asterisk 18.12.0 question

2022-05-13 Thread Dan Cropp
Thanks Joshua. I didn’t describe that very well. When I first noticed the res_http_transport_websocket wasn’t loading on that box, I compared the modules folder on both boxes. My thought was I forgot some module that was required. I noticed I forgot to include these files, so I added them to

Re: [asterisk-users] [External] [External] [External] Asterisk 18.12.0 question

2022-05-13 Thread Dan Cropp
Thank you Joshua!!! Not loading chan_sip module resolved the problem. Hope you have an awesome weekend. From: asterisk-users On Behalf Of Joshua C. Colp Sent: Friday, May 13, 2022 1:24 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [External] [asterisk-users]

Re: [asterisk-users] [External] Asterisk 18.12.0 question

2022-05-13 Thread Joshua C. Colp
On Fri, May 13, 2022 at 2:43 PM Dan Cropp wrote: > Hi Joshua, > > > > Thank you for helping me diagnose this. > > > > Interesting that they are the exact same between versions. > > File sizes are slightly different between the two when I compile them. > 18.12.0 would have any new default

Re: [asterisk-users] [External] [External] Asterisk 18.12.0 question

2022-05-13 Thread Joshua C. Colp
On Fri, May 13, 2022 at 3:19 PM Dan Cropp wrote: > Thanks Joshua. > > > > I didn’t describe that very well. > > > > When I first noticed the res_http_transport_websocket wasn’t loading on > that box, I compared the modules folder on both boxes. My thought was I > forgot some module that was

Re: [asterisk-users] Asterisk 18.12.0 question

2022-05-13 Thread Joshua C. Colp
On Fri, May 13, 2022 at 1:05 PM Dan Cropp wrote: > I have been using Asterisk 18.11.2. > > Just tried Asterisk 18.12.0 and am running into a problem with the > res_pjsip_transport_websocket. > > > > Using Ubuntu 20 > > I use a bash shell script to compile Asterisk with settings. > > I didn’t

[asterisk-users] Asterisk 18.12.0 question

2022-05-13 Thread Dan Cropp
I have been using Asterisk 18.11.2. Just tried Asterisk 18.12.0 and am running into a problem with the res_pjsip_transport_websocket. Using Ubuntu 20 I use a bash shell script to compile Asterisk with settings. I didn't modify any settings from Asterisk 18.11.2 build that works. After compiling,