diff options
author | ivan <ivan> | 2008-07-15 01:19:47 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-07-15 01:19:47 +0000 |
commit | b7de08cc66e2f6e427c6fbcc1393b7eaba56b0fb (patch) | |
tree | 92f07164aa44cdfd23900ac708cc57ba562566c6 /FS | |
parent | c5aad5e2589691f4e5db25e0e95b4574acbcaafb (diff) |
add warning about concurrency in FreePBX
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_export/phone_shellcommands.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_export/phone_shellcommands.pm b/FS/FS/part_export/phone_shellcommands.pm index 2edd69dc9..bddac1971 100644 --- a/FS/FS/part_export/phone_shellcommands.pm +++ b/FS/FS/part_export/phone_shellcommands.pm @@ -38,8 +38,8 @@ Run remote commands via SSH, for phone numbers. You will need to this.form.usermod.value = ""; this.form.suspend.value = ""; this.form.unsuspend.value = ""; - '> -</UL> + '> (Important note: Reduce freeside-queued "max_kids" to 1 when using FreePBX integration) + </UL> The following variables are available for interpolation (prefixed with new_ or old_ for replace operations): |