Solved-Can't find "callwaiting" files

I’ve tried to use callwaiting and have not been able to. I get this warning in log files.
logger.c: – Executing [*70@from-internal:4] Set(“SIP/XXXmy extension#XXX-08a8bba0”, “DB(CW/XXXmy extension#XXX)=ENABLED”) in new stack
[May 1 10:25:39] VERBOSE[6021] logger.c: – Executing [*70@from-internal:5] Playback(“SIP/XXXmy extension#XXX-08a8bba0”, “call-waiting&activated”) in new stack
[May 1 10:25:39] WARNING[6021] file.c: File call-waiting does not exist in any format
[May 1 10:25:39] WARNING[6021] file.c: Unable to open call-waiting (format 0x100 (g729)): No such file or directory
[May 1 10:25:39] WARNING[6021] app_playback.c: ast_streamfile failed on SIP/XXXmy extension#XXX-08a8bba0 for call-waiting&activated
[May 1 10:25:39] WARNING[6021] file.c: File activated does not exist in any format
[May 1 10:25:39] WARNING[6021] file.c: Unable to open activated (format 0x100 (g729)): No such file or directory
[May 1 10:25:39] WARNING[6021] app_playback.c: ast_streamfile failed on SIP/XXXmy extension#XXX-08a8bba0 for call-waiting&activated

It seems for some reason this file does not exist and the application will not run. For what I can gather. Where do these files reside or is there a way to fix this issue.

Using 1.4.4 During install never did anything about sounds, did not install additinal sounds or MOH from the menuselect. Using g729

Thanks.

Problem solved, I also use a pap2t but this was not the issue, it seems the issue was the g729 codec not being able to find the g729 files.

I went to asterisk menuselect and selected the core and add. g729 sound files and that did it.

For those newbies using Lynksys pap2 this is an excellent link.

aussievoip.com/wiki/Resolvin … +Conflicts

Thanks.