Asterisk::LCR::Comparer::Dummy - Dummy Route Comparer for Asterisk::LCR


Asterisk-LCR documentation  | view source Contained in the Asterisk-LCR distribution.

Index


NAME

Top

Asterisk::LCR::Comparer::Dummy - Dummy Route Comparer for Asterisk::LCR

SUMMARY

Top

This is a very dumb comparer for Asterisk::LCR::Route object.

ATTRIBUTES

Top

none.

METHODS

Top

$self->sortme ($object1, $object2);

Simply compares $object1->rate() with $object2->rate().

Doesn't care about time increments or even rate currency(!).

Pretty dumb... it would be nice to have better rate comparers but it's a start and can be overriden...


Asterisk-LCR documentation  | view source Contained in the Asterisk-LCR distribution.