Displaying 1 result from an estimated 1 matches for "dpdefault14".
2009 Dec 29
2
Realtime mysql extensions mutiple queries for each priority?
....
I turned on console debug to see the actual mysql queries and to my
surprise and concern, I see every query for an extension priority
repeated 3 or more times prior to dialplan execution. For instance my
first dialplan activity is all extracted from the database:
context exten pri app appdata
dpdefault14 _991X 1 NoOp INBOUND CALL FROM SIPP
dpdefault14 _991X 2 NoOp TRUNK-${EXTEN:0:2} DID-${EXTEN:2}
dpdefault14 _991X 3 Set CALLERID(number)=600
dpdefault14 _991X 4 Answer
dpdefault14 _991X 5 Goto ${EXTEN:2}|1
Each priority is queried several times before executing. Here is a
sample of the first 2 pr...