X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fphone_shellcommands.pm;h=040af27a7a3f3e08ffbc001f3544f60196f041fa;hb=e3a2ca0a7ef6e0931283136321ba8c1494b37c19;hp=cfbae50199b26f9ad30439a1e20e1923cb8c5800;hpb=a2da8f67ee40abf7e755dcc80c5a4f9cd234ab6c;p=freeside.git diff --git a/FS/FS/part_export/phone_shellcommands.pm b/FS/FS/part_export/phone_shellcommands.pm index cfbae5019..040af27a7 100644 --- a/FS/FS/part_export/phone_shellcommands.pm +++ b/FS/FS/part_export/phone_shellcommands.pm @@ -27,27 +27,28 @@ tie my %options, 'Tie::IxHash', 'options' => \%options, 'notes' => <<'END' Run remote commands via SSH, for phone numbers. You will need to -setup SSH for unattended operation. +setup SSH for unattended operation.

Use these buttons for some useful presets: + '> (Important note: Reduce freeside-queued "max_kids" to 1 when using FreePBX integration) + The following variables are available for interpolation (prefixed with new_ or old_ for replace operations): END ); @@ -88,6 +89,7 @@ sub _export_command { my $cust_pkg = $svc_phone->cust_svc->cust_pkg; my $cust_name = $cust_pkg ? $cust_pkg->cust_main->name : ''; $cust_name = shell_quote $cust_name; + my $sip_password = shell_quote $svc_phone->sip_password; #done setting variables for the command $self->shellcommands_queue( $svc_phone->svcnum,