From a36833e3c23d200f1bc30e609b9c7557e10d2d11 Mon Sep 17 00:00:00 2001 From: Russell Bryant <russell@russellbryant.com> Date: Tue, 10 Jun 2008 12:50:07 +0000 Subject: [PATCH] Update dundi.conf to indicate that the asterisk.conf entityid option can be used to set the entityid used in DUNDi, as well. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@121441 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/dundi.conf.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/dundi.conf.sample b/configs/dundi.conf.sample index f62210659d..3eb1bd3208 100644 --- a/configs/dundi.conf.sample +++ b/configs/dundi.conf.sample @@ -33,7 +33,8 @@ ; Our entity identifier (Should generally be the MAC address of the ; machine it's running on. Defaults to the first eth address, but you ; can override it here, as long as you set it to the MAC of *something* -; you own!) +; you own!) The EID can be overridden by a setting in asterisk.conf, +; or by setting this option. ; ;entityid=00:07:E9:3B:76:60 ; -- GitLab