hi,
is it possible to set the alias using values from a table? something like is_from_local, but is_to_local instead?
adding a domain in my current setup requires me to reload the configuration file, something I like to avoid if possible.
jakob
Yes, that's what the domain module is good for. With it, you change the table in database and force SER to reload it in run-time via FIFO interface.
-jiri
At 03:56 PM 9/13/2003, Jakob Schlyter wrote:
hi,
is it possible to set the alias using values from a table? something like is_from_local, but is_to_local instead?
adding a domain in my current setup requires me to reload the configuration file, something I like to avoid if possible.
jakob
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
On Sat, 13 Sep 2003, Jiri Kuthan wrote:
Yes, that's what the domain module is good for. With it, you change the table in database and force SER to reload it in run-time via FIFO interface.
this does not seem to change the myself variable. what should I use for matching against the domains read by the domain module?
if I use the domain_dump command via the fifo, all domains are listed. yet, the the expression (uri == myself) does not catch requests for listed domains.
jakob
At 12:32 AM 9/14/2003, Jakob Schlyter wrote:
On Sat, 13 Sep 2003, Jiri Kuthan wrote:
Yes, that's what the domain module is good for. With it, you change the table in database and force SER to reload it in run-time via FIFO interface.
this does not seem to change the myself variable. what should I use for matching against the domains read by the domain module?
I tried to set up an FAQ, which addresses this issue among others. http://iptel.org/~faqomatic/fom-serve/cache/89.html Let me know, if there are some unclarities.
if I use the domain_dump command via the fifo, all domains are listed. yet, the the expression (uri == myself) does not catch requests for listed domains.
the condition is is_uri_host_local.
-jiri