View previous topic :: View next topic |
Author |
Message |
rentorbuy at yahoo.com Guest
|
Posted: Sat Feb 23, 2008 3:20 pm Post subject: [asterisk-users] dundi lookup |
|
|
Pardon my ignorance but I understand that DUNDi
lookups (*CLI> dundi lookup xxx at yyy) reveal if a given
extension is "served" by some host, ie. if it's
present in its dialplan. It does not say if it's
registered or not.
Is this correct?
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs |
|
Back to top |
|
|
jsmith at digium.com Guest
|
Posted: Sat Feb 23, 2008 3:41 pm Post subject: [asterisk-users] dundi lookup |
|
|
On Sat, 2008-02-23 at 12:20 -0800, Vieri wrote:
Quote: | Pardon my ignorance but I understand that DUNDi
lookups (*CLI> dundi lookup xxx at yyy) reveal if a given
extension is "served" by some host, ie. if it's
present in its dialplan. It does not say if it's
registered or not.
Is this correct?
|
That is correct. a DUNDi lookup will only tell you if that extension
(or a patern match that happens to match that extension) exists in the
advertising context on the DUNDi server.
However, when used in conjunction with the regexten (and corresponding
regcontext) settings available in both iax.conf and sip.conf, it
effectively allows you to route calls to the host on which a device has
registered.
--
Jared Smith
Community Relations Manager
Digium, Inc. |
|
Back to top |
|
|
rentorbuy at yahoo.com Guest
|
Posted: Sun Feb 24, 2008 12:07 pm Post subject: [asterisk-users] dundi lookup |
|
|
--- Jared Smith <jsmith at digium.com> wrote:
Quote: | However, when used in conjunction with the regexten
(and corresponding
regcontext) settings available in both iax.conf and
sip.conf, it
effectively allows you to route calls to the host on
which a device has
registered.
|
Now I see. Very useful.
I'm reading this guide:
http://www.astricon.net/files/usa06/Friday-General_Conference/JR_Richardson_Whitepaper.pdf
which is very informative but I hope I can find a way
to do the same thing without Realtime. In fact, I
don't see why it shouldn't work with plain .conf files
(but then again I may be missing something).
Thanks again.
Vieri
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping |
|
Back to top |
|
|
|