To set up a ip telephony client for your server, there need to be some place in the clients setup where you can configure your servers ip.
I tried to look in the telephone manual and I could not find any place to set up the server ip:
http://edocs.mitel.com/UG/EN/33_5215_UG_R6_EN.pdfCould this mean that this telephone is preprogrammed to use mitels server ?
To test your own iptelephony server you could use a pc based telephony client, Zoiper as an excample.
http://www.zoiper.com/download.php?os=Windows&ap=z2&location=zoiper_free_2_installer_exeThe free edition is a quite good one.
I use the original Asterisk server with manual/textbased configuration, so things could work a bit different, but I belive it is equaly the same.
From logging into the server as root, I type:
asterisk -vvvr
Then I am inside Asterisk CLI.
Then I can see the sip clients regitred on the server using this command:
sip show peers
I also can se registration on other servers:
sip show registry
While using a client or caling into the server you can also se the messages from the server in CLI, online, what is going on.
to log out: exit
Does it work like this ? I think it should ..
If you can not change the telephone clients sip server ip, you caan not register it on your server, but you still can test (and use) your Asterisk server via a free PC based sip client like Zopiper.