Displaying 1 result from an estimated 1 matches for "_1504555xxxx".
2007 Jan 14
0
realtime mysql db performance difference with matching extensions
...ing realtime mysql
database access, asterisk 1.2.9.1 with mysql 3.23.
Scenario 1:
I send outgoing calls with with a Goto statement into the context with
the realtime switch to dip into the mysql lcr database, currently I
have ~13K records/routes. The database records have matching exten
like this
_1504555XXXX
Scenario 2:
I send outgoing calls with a Goto statement into a context that does a
realtime database lookup for a route and extracts the appdata from the
record, put that into a Dial statement to complete the call like this
exten => _1NXXNXX,1,RealTime(lcr|exten|${EXTEN:1}|LCR_)
exten => _1N...