Displaying 1 result from an estimated 1 matches for "foofone".
2003 Nov 30
1
LCR with ENUM and DDNS: half the story
...zone "e164.example.com" {
type master;
file "dynamic/e164.example.com";
update-policy {
grant client.example.com. subdomain e164.example.com. ANY;
};
};
and restart the nameserver.
That's it for the configuration.
Now, say you have just found a very good IAX2 peer, FooFone that offers /wonderful/ rates
to the ficticious country code 666. You can use a script like this, to tell the
asterisk application EnumLookup (see the howto above) to use this peer for that country:
#!/bin/sh
TTL=3600
SERVER=nameserver.example.com
SERVER=sparx
ZONE=e164.example.com
KEYFILE=Kclie...