![]() |
T46G Ringtone upload auto provisioning - Printable Version +- Yealink Forums (http://forum.yealink.com/forum) +-- Forum: IP Phone Series (/forumdisplay.php?fid=4) +--- Forum: Phone specific topic (/forumdisplay.php?fid=12) +--- Thread: T46G Ringtone upload auto provisioning (/showthread.php?tid=2743) |
T46G Ringtone upload auto provisioning - welvaarts - 11-10-2014 05:34 PM For the T46G I made a y000000000029.cfg file for uploading a language file from a ftp server. I use the following line the cfg file: gui_lang.url = ftp://user:password@192.168.1.2/T42G-Dutch.lang This works fine. Now I want also load a custom ringtone and load this from the same server so I added the following line in de cfg file: ringtone.url = ftp://user:password@192.168.1.2/Cowbell.wav This file is not loaded by the T46G. I same file uploaded with the webinterface of the T42G works fine. Because that upload with the webinterface does not work with the T46G I tried to do this with autoprovisioning, but I can't get it to work. I even tried the Emergency.wav file from the yealink example, but can't upload this also. What is going wrong? RE: T46G Ringtone upload auto provisioning - welvaarts - 11-11-2014 02:26 PM Hello All, Problem solved, it was a security issue on my ftp server (vsFTPd in combination with IPtables on a CentOS server). The phone could not open the y000000000029.cfg file, so it never upload the ringtone. RE: T46G Ringtone upload auto provisioning - Lucas1 - 11-11-2014 04:48 PM Hi welvaarts , It is great! ![]() Thanks for your continuously support for Yealink products. |