GOautodial CE 2.1 ISO | VERSION: 2.4-309a BUILD: 110430-1642 | Asterisk 1.4.39.1-vici | Single Server - CentOS release 5.5 | No Digium/Sangoma Hardware | No Extra Software After Installation
I have installed g729 codec.
localhost*CLI> console dial 8001
[Aug 1 04:27:33] WARNING[4723]: chan_oss.c:687 setformat: Unable to re-open DSP device /dev/dsp: No such file or directory
-- Executing [8001@local:1] Dial("Console/dsp", "SIP/8001|60|") in new stack
-- Called 8001
[Aug 1 04:27:33] WARNING[4725]: channel.c:3908 ast_channel_make_compatible: No path to translate from SIP/8001-00000008(4096) to Console/dsp(64)
== Spawn extension (local, 8001, 1) exited non-zero on 'Console/dsp'
-- Executing [h@local:1] DeadAGI("Console/dsp", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0-----CONGESTION----------") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0
<< Hangup on console >>
localhost*CLI>
If I manualy create the /dev/dsp file then the below warnig wont come :
WARNING[4723]: chan_oss.c:687 setformat: Unable to re-open DSP device /dev/dsp: No such file or directory
But still there is issue with the console call. Is it good practice to manually create the /dev/dsp file ? or is there any thing which I have to install ?
-Thanks.