Difference between revisions of "VoIP Cookbook: ENUM.CONF Configuration"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: There is not much to be changed in ENUM.CONF. However, you need to make sure that there are the following entries: search => e164.arpa search => e164.org search => e164.id search => ...) |
|||
| Line 3: | Line 3: | ||
search => e164.arpa | search => e164.arpa | ||
search => e164.org | search => e164.org | ||
| − | search => e164 | + | search => e164.or.id |
| − | |||
| − | This way, we can ensure that the information contained in ENUM e164.arpa, e164.org and e164.id will be recognized by Asterisk. | + | This way, we can ensure that the information contained in ENUM e164.arpa, e164.org and e164.or.id will be recognized by Asterisk. |
==See Also== | ==See Also== | ||
Latest revision as of 00:57, 21 August 2010
There is not much to be changed in ENUM.CONF. However, you need to make sure that there are the following entries:
search => e164.arpa search => e164.org search => e164.or.id
This way, we can ensure that the information contained in ENUM e164.arpa, e164.org and e164.or.id will be recognized by Asterisk.