date of the plugin is 2004, so I'd be surprised if it's being maintained. There are a lot of changes since then.

you might get luck if you try a few simple change:

in getDisplayName,
sub getDisplayName() {return 'PLUGIN_ASTERISK'};

change:
Slim::Control::Command($client,...) to $client->execute(...)
Slim::Display::Animation::showBriefly($client,...) to $client->showBriefly(...);
Slim::Display::Animation::bumpRight($client); to $client->bumpRight;

that might get you started. get used to trying it out using the command line with --d_plugins as an argument.

-kdf

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to