[Asterisk-Users] ENUM, iax,iax2 and h323?
Brian West
brian at bkw.org
Sun Aug 31 00:24:33 MST 2003
I have added support for enum looks for iax,iax2 and h323. So far in my
testing it has worked perfect. (note: you need to strip the + for iax and
iax2 calls or they will fail. h323 will accpet the + but I striped it in
the below example)
*.1.enum.bkw.org. IN NAPTR 2 42 "u" "h323+E2U" "!^\\+(.*)$!h323:\\1 at 1.2.3.4!" .
Also you could do something like this for iax2:
*.8.1.9.1.enum.bkw.org. IN NAPTR 2 42 "u" "iax2+E2U" "!^\\+(.*)$!iax2:username at gateway/\\1!" .
(gateway would be setup in iax.conf)
Would anyone else like to see iax, iax2 and h323 enum lookup support in *?
here are my diffs:
http://www.bkw.org/~brian/app_enumlookup.diff
http://www.bkw.org/~brian/enum.diff
Thanks,
Brian
More information about the asterisk-users
mailing list