Displaying 2 results from an estimated 2 matches for "dundiqueri".
Did you mean:
dundiquery
2010 Mar 13
0
DUNDILOOKUP doesn't return record
Hi All,
Found an issue with DUNDILOOKUP function in Asterisk 1.6.0.5.
I was using DUNDIQUERY (Set(ID=${DUNDIQUERY(${MNUM},priv,b)})) for
dundilookup and it was working fine.
But when I tried to use DUNDILOOKUP function
(Set(DL=${DUNDILOOKUP(${MNUM},priv,b)})), it didn't retuen me a
result. Moreover, the cli command 'dundi lookup 12345 at priv' returned
me the result at the same time!
2010 Mar 13
0
PBX_DUNDI question
hello All,
what could be the problem in dundi lookup
*pbx_dundi.c:4109 dundi_result_read: Result number 1 is not valid for DUNDi
query results for ID 879!*
though it should return some results , it failed in getting those .
foloowing is my DIALPLAN
exten => s,n,Set(ID=${DUNDIQUERY(${NUMBER},priv,b)})
exten => s,n,NoOp(DUNDI-QUERY-ID [ ${ID} ])
exten =>