Anyone using the rate_engine from TrollPhone? There is absolutly no documentation on how to setup data in the tables. If someone could send sample data, or post it to the wiki, it would be helpful. If any others are successfully using another Least Cost Routing method, please pass it along. THanks, Matthew
Matthew Boehm wrote:> If any others are successfully using another Least Cost Routing method, > please pass it along.For simple things you can slightly hard code it into the dialing plan in asterisk, for example in mine I have asterisk setup to check e164.org then goes to a cheap voip provider and failing that goes to pstn. Larger scale I'd probably go with an AGI script load all routes/providers into a database and then have the AGI script pull all providers for a route out of the database in order of cost and loop through them till a call succeeded... If you need it to scale better you'd probably have to resort to writing an app in c, then sending the call into that. -- Best regards, Duane http://www.cacert.org - Free Security Certificates http://www.nodedb.com - Think globally, network locally http://www.sydneywireless.com - Telecommunications Freedom http://happysnapper.com.au - Sell your photos over the net! http://e164.org - Using Enum.164 to interconnect asterisk servers "I do not try to dance better than anyone else. I only try to dance better than myself."
Matthew, I'm trying to do Least Cost Routing for some International Rates between VoipJet and LiveVoIP. I saw your post about the data in mysql and a later post about the crashing, so that means you did figure out how to get the data into mysql? I compiled it and asterisk loaded it w/o crashing so so far so good, but I don't know how to get the data into mysql. Any help/insight you can provide would be helpful. Then there's this: http://www.voip-info.org/wiki-Application+LCDial Looks similar. Have you got LCR working? -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Matthew Boehm Sent: Wednesday, October 13, 2004 3:47 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Least Cost Routing Anyone using the rate_engine from TrollPhone? There is absolutly no documentation on how to setup data in the tables. If someone could send sample data, or post it to the wiki, it would be helpful. If any others are successfully using another Least Cost Routing method, please pass it along. THanks, Matthew _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users