• Welcome to SAIL Community Supported PBX . Please login or sign up.
 
May 05, 2024, 06:41:08 AM

News:

SMF updated to 2.0


Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - efga

1
Ubuntu / github & packagecloud repo
March 19, 2022, 05:39:19 PM
Noticed different sail versions available ??? on github & packagecloud:

github
sail_6.2.0-25+ubuntu18_all.deb

packagecloud
sail_6.2.0-19+ubuntu18_all.deb

I was under the impression that packagecloud will be the new repo for v6.2 based on the instructions here:
http://www.sailpbx.com/mediawiki/index.php/SARK_V6.2.0_install

Could you please clarify the situation?
2
Hi, In sark 5 one could assign/change the association of a keyfile to a provisioning template in the GUI by clicking on the keyfile entry in the table. This does seem to no longer work in sark 6.

Is this by design? Can we enable the edit option again?

3
I installed v6 on a fresh Ubuntu 18.04.2 minimal by doing the following:

apt get update
wget http://www.sailpbx.com/sail/sail-6.0/debs/noarch/sail_6.0.1-44+ubuntu18_all.deb
wget http://www.sailpbx.com/sail/sail-6.0/debs/amd64/sailhpe_6.0.0-2_amd64.deb
wget http://www.sailpbx.com/sail/sail-6.0/debs/repo/pool/main/a/ast-en-gb-gpl-gsm-sounds/ast-en-gb-gpl-gsm-sounds_4.0.0-5_all.deb
sudo apt install ssmtp
sudo apt install ntp
sudo apt install asterisk
sudo apt install ./sailhpe_6.0.0-2_amd64.deb
sudo apt install ./sail_6.0.1-44+ubuntu18_all.deb
sudo apt install ./ast-en-gb-gpl-gsm-sounds_4.0.0-5_all.deb


But whenever sail is installed DNS resolution fails after the system is restarted; error given during the installation:

Setting up dnsmasq (2.79-1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/dnsmasq.service → /lib/systemd/system/dnsmasq.service.
Job for dnsmasq.service failed because the control process exited with error code.
See "systemctl status dnsmasq.service" and "journalctl -xe" for details.
invoke-rc.d: initscript dnsmasq, action "start" failed.
● dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server
   Loaded: loaded (/lib/systemd/system/dnsmasq.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Wed 2019-04-08 09:26:55 GMT; 11ms ago
  Process: 14755 ExecStart=/etc/init.d/dnsmasq systemd-exec (code=exited, status=2)
  Process: 14754 ExecStartPre=/usr/sbin/dnsmasq --test (code=exited, status=0/SUCCESS)

Apr  8 09:26:55 pbx02 systemd[1]: Starting dnsmasq - A lightweight DHCP and caching DNS server...
Apr  8 09:26:55 pbx02 dnsmasq[14754]: dnsmasq: syntax check OK.
Apr  8 09:26:55 pbx02 dnsmasq[14755]: dnsmasq: failed to create listening socket for port 53: Address already in use
Apr  8 09:26:55 pbx02 dnsmasq[14755]: failed to create listening socket for port 53: Address already in use
Apr  8 09:26:55 pbx02 dnsmasq[14755]: FAILED to start up
Apr  8 09:26:55 pbx02 systemd[1]: dnsmasq.service: Control process exited, code=exited status=2
Apr  8 09:26:55 pbx02 systemd[1]: dnsmasq.service: Failed with result 'exit-code'.
Apr  8 09:26:55 pbx02 systemd[1]: Failed to start dnsmasq - A lightweight DHCP and caching DNS server.


To address this I have done the following:

sudo mkdir /run/systemd/resolve/
sudo nano /run/systemd/resolve/stub-resolv.conf


Finally, I added the following to the stub-resolv.conf

search example.local
nameserver 192.168.0.1


Are you able to ensure that the installer doesn't cause this issue going forward on Ubuntu 18.04.2?
4
Hi,

I created a class of service to bar international calls _00XXXX.

Now I need to allow some extensions to call Ireland but creating another class of service _00353X and not applying it to the relevant extensions doesn't have the desired effect of allowing those calls.

I assume since the dialled number matches the international bar asterisk isn't looking any further and thus doesn't allow the number to be dialled even though there is a closer match for Ireland numbers?

Can anyone think of a way to block international calls but allow calls to a specific country - Ireland (00353) in my case?

Thanks