Displaying 2 results from an estimated 2 matches for "nocomunsltd".
2005 Jun 15
0
Dundi - Multiple Results
Hello,
If one is using Dundi, and it returns multiple, weighted routes to
a destination, how is that applied in the dial-plan?
asterisk*CLI> dundi lookup 1588XXXXXXX
1. 400 IAX2/dundi:A+RxFIkN4ws1kuZWrw3Ebw@XX.XX.XX.XX/1588XXXXXXX (EXISTS|NOUNSLCTD|NOCOMUNSLTD)
from 00:30:48:71:26:70, expires in 1098 s
2. 400 IAX2/dundi:ZYm4dmxaDmzpp9kOPeA9LQ@XX.XX.XX.XX/1588XXXXXXX (EXISTS|NOUNSLCTD|NOCOMUNSLTD)
from 00:30:48:71:27:51, expires in 1098 s
DUNDi lookup completed in 560 ms
How do I then take that information and cycle through it? According to...
2010 Mar 09
0
DUNDI Sip authentication failure
...,1,Goto(${ARG1},1)
include => dundi-priv-lookup
[trydundi]
exten => _.,1,Macro(dundi-priv,${EXTEN})
exten => _.,2,Congestion
What works : if I use (on PBX B)
dundi lookup 360 at priv
asterisk respond :
1. 0 SIP/dundi:+WXATxXJXSPP8mRpAL3mRQ==@192.168.199.23/360
(EXISTS|NOUNSLCTD|NOCOMUNSLTD)
from 00:40:48:b2:78:6b, expires in 5 s
DUNDi lookup completed in 7 ms
but if I try to call from 360 to 370 or from 370 to 360 the call fails
So it seems that I have a SIP authentication failure.
but I don't know how to find the real problem.
Can you help me ?
Here are some logs :
On...