Cannot register Polycom IP600 with Asterisk

Hi, :frowning: :frowning: :frowning: :frowning: :frowning:

I am a newbie who just manage to overcome a few hurdles in my VOIP journey but I am now really stuck in this one.

I “think” I have successfully installed Asterisk SVN-branch-1.2-r66537 on FC6 and I was able to “asterisk -r” and issue CLIs.

I configured vsftpd on the same Asterisk server to do central provisioning (using static IP for my case). The IP600 phone was able to download latest BOOTROM and SIP from the boot server.

Having already modifed sip.conf and extensions.conf, I thought the next step is to register the phone (is that correct?) but the phone displays that it is not registered (by golng to Main Menu -> Status -> Line on the phone itself)

So, I check the app log and I saw some disturbing messages:

copy |3|01|UtilCopyC: curl_easy_perform failed: curlRes: 23, respCode 150
copy |3|01|UtilCopyC: curl error: failed writing received data to disk/application.
copy |3|01|UtilCopyC: curl error buffer: Failed writing body.
copy |3|01|UtilCopyC: curl_easy_perform failed: curlRes: 23, respCode 150
copy |3|01|UtilCopyC: curl error: failed writing received data to disk/application.
copy |3|01|UtilCopyC: curl error buffer: Failed writing body.

I thought it must be due to our friends Linux firewall and SELinux.
I turned off firwall by turning it off in system-config-securitylevel-tui

and turned turn SELINUX in

vi /etc/selinux/config

SELINUX=disabled

and reboot.

Despite these measures, the error still occur.

Does anyone have a clue to this errors?