Added login form multi-submit prevention ($login_submit_once) to agent screen

Added dialRegExten_enabled webphone option to agent screen

git-svn-id: svn://192.168.202.10@3659 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2022-12-06 21:07:58 +00:00
parent c5fe9e37be
commit 1f4a065d13
3 changed files with 356 additions and 226 deletions
+14 -2
View File
@@ -1,4 +1,4 @@
EMAIL HANDLING DOC Started: 2012-12-23 Updated: 2021-03-28
EMAIL HANDLING DOC Started: 2012-12-23 Updated: 2022-12-05
(example of how to set up an email account with Gmail is at the bottom)
@@ -248,7 +248,8 @@ successfully.
NOTES:
- You may need to install gcc, make and associated libraries in order for some perl modules to install properly. To do this on Vicibox or OpenSuSE you can use the software management utility in "yast".
- You may need to install gcc, make and associated libraries in order for some perl modules to install properly. To do this on Vicibox or OpenSuSE you can use the software management utility in "yast". Just enter 'yast' on the Linux command-line, then go to Software -> Software Management -> Search Phrase, then enter in the perl module name(i.e. "FormatText"), then in the results section you'll highlight the module and press <space>. Then press F10 to accept and confirm the module to be installed, then F10 again to finish. After that you can do it again for any remaining modules that are needed.
- If you see the following error:
*******************************************************************
@@ -290,3 +291,14 @@ Save it(since the file is most likely read-only, you might have to force save[in
Then try running the email script again:
/usr/share/astguiclient/AST_inbound_email_parser.pl --ssl-no-cert --debugX --force-check
- Email log errors compaining about "Sender address rejected: need fully-qualified address":
You have to give your server a Fully Qualified Domain Name(FQDN), if only locally.
1. On your local DNS server, or your real-world DNS server for a domain you control, add a new A NAME with the IP Address of the server you will be assigning
2. Edit the "/etc/hostname" file on that server and enter in the FQDN that you have added to DNS
3. Edit the "/etc/hosts" file on that server and enter in the new FQDN and the local IP Address, with another entry for the real-world IP Address if there is one
4. Reboot your server.