res_agi.c:2503 handle_exec:Could not find application (Voice

Hi,

I am using

Asterisk 1.8.28.2

I call my asterisk box via SIP and connect the call to an AGI-Script.
Within the script I do

exten =>xxxxx,1,Answer()
exten =>xxxxx,n,agi(agi://xx.xxx.xxx.xx:5001/CallType=Inbound)
exten =>xxxxx,n,Hangup

but i got this warning every time before voice is played.

– Executing [xxxxx@incoming:1] Answer(“SIP/6007456660-5-0000002f”, “”) in new stack
– Executing [xxxxx@incoming:2] AGI(“SIP/6007456660-5-0000002f”, “agi://xx.xxx.xxx.x:5001/CallType=Inbound”) in new stack
– AGI Script Executing Application: (System) Options: (/usr/local/bin/swift -n ‘William-8kHz’ ‘Welcome to Can at Technologies.’ -o /tmp/95686294211841142350.wav)
– <SIP/6007456660-5-0000002f> Playing ‘/tmp/95686294211841142350.slin’ (language ‘en’)
– AGI Script Executing Application: (Voice) Options: (William-8kHz)
[color=#FF0000][Sep 4 02:45:40] WARNING[28121]: res_agi.c:2503 handle_exec: Could not find application (Voice)[/color]
– AGI Script Executing Application: (Read) Options: (32195688774211431312,custom/5122347_Welcome,10)
– Accepting a maximum of 10 digits.
– <SIP/6007456660-5-0000002f> Playing ‘custom/5122347_Welcome.slin’ (language ‘en’)
– User disconnected
– AGI Script Executing Application: (Voice) Options: (William-8kHz)
[color=#FF0000][Sep 4 02:45:44] WARNING[28121]: res_agi.c:2503 handle_exec: Could not find application (Voice)[/color]
– AGI Script Executing Application: (Read) Options: (32195688774211147420,custom/5122347_Welcome,10)
– Accepting a maximum of 10 digits.
[Sep 4 02:45:44] WARNING[28121]: file.c:767 ast_readaudio_callback: Failed to write frame
– <SIP/6007456660-5-0000002f> Playing ‘custom/5122347_Welcome.slin’ (language ‘en’)
– User disconnected
– AGI Script Executing Application: (Voice) Options: (William-8kHz)
[color=#FF0000][Sep 4 02:45:44] WARNING[28121]: res_agi.c:2503 handle_exec: Could not find application (Voice)[/color]
– AGI Script Executing Application: (Read) Options: (32195688774211942650,custom/5122347_Welcome,10)
– Accepting a maximum of 10 digits.

Why is the application not found, please help?

Because there is no such application.

Hi david55,

Appilication is available in the server, if you see the execution,step3 AGI is reading the voice and we’re able to hear it. The IVR call flow is working fine without any break but we’re getting this warning before AGI read the application.

->AGI Script Executing Application: (Voice) Options: (William-8kHz)
->[Sep 4 02:45:40] WARNING[28121]: res_agi.c:2503 handle_exec: Could not find application (Voice)
->AGI Script Executing Application: (Read) Options: (32195688774211431312,custom/5122347_Welcome,10)