Post call recording script not saving

Hi All,

We are having an issue with the post recording script MIXMON_POST.

When we set the value in the Admin GUI to:

/var/lib/asterisk/agi-bin/script.sh ^{MIXMONITOR_FILENAME} “^{AMPUSER}” “^{CALLERID(number)}” “^{CDR(dst)}” ^{CDR(start)} “^{CDR(src)}”

The value is truncated on save to:

/var/lib/asterisk/agi-bin/script.sh ^{MIXMONITOR_FILENAME}

Any ideas?

PS. FreePBX version is 10.13.66-1

Field value gets truncated at the first " character. Of note, it looks like values for this field are limited to a max of 80 characters.

MariaDB [asterisk]> describe voicemail_admin;
+----------+-------------+------+-----+---------+-------+
| Field    | Type        | Null | Key | Default | Extra |
+----------+-------------+------+-----+---------+-------+
| variable | varchar(30) | NO   | PRI |         |       |
| value    | varchar(80) | NO   |     |         |       |
+----------+-------------+------+-----+---------+-------+

Ahhh, got it Thanks!