Displaying 1 result from an estimated 1 matches for "lcr_appdata".
2007 Jan 14
0
realtime mysql db performance difference with matching extensions
...he 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 => _1NXXNXX,2,GotoIf($["${LCR_exten}" = ""]?${EXTEN},105:${EXTEN},3)
exten => _1NXXNXX,3,Set(directdial=${LCR_exten}@${LCR_appdata})
exten => _1NXXNXX,4,NoOp(${directdial})
exten => _1NXXNXX,5,NoOp(${TIMESTAMP})
the database has records with 504555, this is just a test setup
The performance difference is substantial, scenario 1 takes 2-3
seconds to complete with the mysql and asterisk combined process
taking 100% proces...