On Nov 12, 2003 at 17:24, Iizuka, Hirotaka, VF-JP <hirotaka.iizuka(a)vodafone.com>
wrote:
Thank you very much for the information, and sorry for
the late reply.
I want to insert alias="vfrnd.jp" into ser.cfg file, but where exactly should I
write in? I was reading the Admin's Guide and found the related part, but it seems I
need to type in more than just alias="vfrnd.jp". Here is the copy & pasted
document;
You should add it anywhere before ther "route{" line, e.g. after listen,
see below.
______________________________________________________________________
Example 2-5. Use of uri==myself Expression
# ser powers a domain "foo.bar" and runs at host sipserver.foo.bar;
# Names of served domains need to be stated in the aliases
# option; myself would not match them otherwise and would only
# match requests with "sipserver.foo.bar" in request-URI
alias="foo.bar"
alias="sales.foo.bar"
# you could also remove the above aliases
alias ="vfrnd.jp"
route[0] {
if (uri==myself) {
# the request either has server name or some of the
[...]
Andrei