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:[EMAIL PROTECTED]" .

Also you could do something like this for iax2:

*.8.1.9.1.enum.bkw.org. IN NAPTR 2 42 "u" "iax2+E2U" "!^\\+(.*)$!iax2:[EMAIL 
PROTECTED]/\\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

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to