FreePBX 15.0.16.42
Asterisk 16.6.2
Getting the error:
Voicemail.conf contains the following lines:
smdi.conf contains the following lines;
and
Voicemail settings page has:
"External Notify" set to SMDI
"Enable SMDI" set to Yes
"SMDI Port" set to /dev/ttyS0
in Linux, /dev/ttyS0 is owned by root and is part of the group "dialout".
User asterisk is a member of the dialout group.
Am I missing something?
Thanks -
- Duaneness
Asterisk 16.6.2
Getting the error:
Code:
ERROR[2457] app_voicemail.c: No valid SMDI interface specified, disabling SMDI voicemail notification
Voicemail.conf contains the following lines:
Code:
[general]
smdiport=/dev/ttyS0
smdienable=yes
externnotify=SMDI
smdi.conf contains the following lines;
Code:
[interfaces]
charsize=7
paritybit=even
baudrate=9600
smdiport=/dev/ttyS0
Code:
[mailboxes]
smdiport=/dev/ttyS0
Voicemail settings page has:
"External Notify" set to SMDI
"Enable SMDI" set to Yes
"SMDI Port" set to /dev/ttyS0
in Linux, /dev/ttyS0 is owned by root and is part of the group "dialout".
User asterisk is a member of the dialout group.
Am I missing something?
Thanks -
- Duaneness