From: Bill Erickson Date: Wed, 20 May 2015 16:24:13 +0000 (-0400) Subject: LP#1457111 eg-pbx-allocator uses modern rpc api name X-Git-Tag: sprint4-merge-nov22~1073 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f1e09f95eb069494e93da74111c91a5788ee369d;p=working%2FEvergreen.git LP#1457111 eg-pbx-allocator uses modern rpc api name Replace "-" with "__" in XML-RPC method name for compatibility with modern Perl XML-RPC libraries. See also https://bugs.launchpad.net/bugs/1050596 Signed-off-by: Bill Erickson Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/asterisk/pbx-daemon/eg-pbx-allocator.pl b/Open-ILS/src/asterisk/pbx-daemon/eg-pbx-allocator.pl index 00f995a02c..2db674f35a 100755 --- a/Open-ILS/src/asterisk/pbx-daemon/eg-pbx-allocator.pl +++ b/Open-ILS/src/asterisk/pbx-daemon/eg-pbx-allocator.pl @@ -136,7 +136,7 @@ sub still_valid { print STDERR (Dumper($event_ids), "\n") if $self->{config}->{t}; my $valid_list = $self->{client}->simple_request( - "open-ils.justintime.events.revalidate", $event_ids + "open__ils.justintime.events.revalidate", $event_ids ); # NOTE: we require all events to be valid