New Installation asterisk-10-digiumphones xmldoc issue

I’ve built DAHDI 2.6.1+2.6.1 and Asterisk 10-10-0-digiumphones-rc1 from source successfully, both start and run properly. I’ve registered the asterisk server with digium using the register script, and that was successful. Now here’s the issue:

Once I load res_digium_phone.so

asterisk -r module load res_digium_phone.so

I get the following output to the CLI:

gateway*CLI> module load res_digium_phone.so Loaded res_digium_phone.so [Oct 30 23:53:22] WARNING[14172]: xmldoc.c:1865 xmldoc_build_field: Couldn't find application DigiumControlPlayback in XML documentation [Oct 30 23:53:22] WARNING[14172]: xmldoc.c:1865 xmldoc_build_field: Couldn't find application DigiumControlPlayback in XML documentation [Oct 30 23:53:22] WARNING[14172]: xmldoc.c:1865 xmldoc_build_field: Couldn't find application DigiumVoicemailPlayback in XML documentation [Oct 30 23:53:22] WARNING[14172]: xmldoc.c:1865 xmldoc_build_field: Couldn't find application DigiumVoicemailPlayback in XML documentation [Oct 30 23:53:22] WARNING[14172]: xmldoc.c:1865 xmldoc_build_field: Couldn't find manager DigiumPhoneReconfigure in XML documentation [Oct 30 23:53:22] WARNING[14172]: xmldoc.c:1865 xmldoc_build_field: Couldn't find manager DigiumPhoneReconfigure in XML documentation [Oct 30 23:53:22] WARNING[14172]: xmldoc.c:1865 xmldoc_build_field: Couldn't find manager DigiumPhoneReconfigureAll in XML documentation [Oct 30 23:53:22] WARNING[14172]: xmldoc.c:1865 xmldoc_build_field: Couldn't find manager DigiumPhoneReconfigureAll in XML documentation [Oct 30 23:53:22] WARNING[14172]: xmldoc.c:1865 xmldoc_build_field: Couldn't find manager DPMALicenseStatus in XML documentation [Oct 30 23:53:22] WARNING[14172]: xmldoc.c:1865 xmldoc_build_field: Couldn't find manager DPMALicenseStatus in XML documentation [Oct 30 23:53:22] WARNING[14172]: xmldoc.c:1865 xmldoc_build_field: Couldn't find manager DPMAMessageRegister in XML documentation [Oct 30 23:53:22] WARNING[14172]: xmldoc.c:1865 xmldoc_build_field: Couldn't find manager DPMAMessageRegister in XML documentation [Oct 30 23:53:22] WARNING[14172]: xmldoc.c:1865 xmldoc_build_field: Couldn't find manager DPMAMessageResponse in XML documentation [Oct 30 23:53:22] WARNING[14172]: xmldoc.c:1865 xmldoc_build_field: Couldn't find manager DPMAMessageResponse in XML documentation [Oct 30 23:53:22] WARNING[14172]: xmldoc.c:1865 xmldoc_build_field: Couldn't find manager DPMAMessageSend in XML documentation [Oct 30 23:53:22] WARNING[14172]: xmldoc.c:1865 xmldoc_build_field: Couldn't find manager DPMAMessageSend in XML documentation == Digium Phone Module Started

When I configured the asterisk source I made it look like this ./configure --enable-xmldoc thinking that the xmldoc option wasn’t being installed automatically (This is the second time I’ve built asterisk tonight) When I activate the provisioning there are no cfg files created, so the phones have nothing to read from to provision.

I’ve looked extensively for anything about this issue and find nothing. :frowning:

System:
Linux gateway 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

Has anyone run into an error like this before? Does anyone have any idea how to fix this?

Those are just WARNINGS and can safely be ignored.