[Asterisk-Users] DUNDi Not Able to Handle Complex Failover Situations

2006-06-14 Thread Douglas Garstang
This is driving me nuts. Why doesn't the DUNDILOOKUP function return the weight of a path to a number? The CLI 'dundi lookup' command does. What about the mac address and expiry period? The CLI command returns those, but the DUNDILOOKUP function does not. Why? We absolutely need this in order

Re: [Asterisk-Users] DUNDi Not Able to Handle Complex Failover Situations

2006-06-14 Thread Terry Wilson
pbx/pbx_dundi.c in dundifunc_read(). shouldn't be too hard to have it set some variables (i.e. DUNDI_RESULT_n) and add the the weight in a CUTable string. Can't return multiple results in a nice manner with the result from a custom dialplan function... I'm working on some other projects right now,

Re: [Asterisk-Users] DUNDi Not Able to Handle Complex Failover Situations

2006-06-14 Thread Aaron Daniel
On Wed, 14 Jun 2006, Douglas Garstang wrote: Why doesn't the DUNDILOOKUP function return the weight of a path to a number? The CLI 'dundi lookup' command does. What about the mac address and expiry period? The CLI command returns those, but the DUNDILOOKUP function does not. Why? Correct me