[Home]

Summary:ASTERISK-16840: EAGI application should support wideband audio
Reporter:Michel Belleau (malaiwah)Labels:
Date Opened:2010-10-20 10:00:11Date Closed:2017-05-23 12:53:39
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_agi
Versions:Frequency of
Occurrence
Related
Issues:
duplicatesASTERISK-26124 res_agi: Set audio format for EAGI audio stream
Environment:Attachments:
Description:There should be a flag available in EAGI application (res/res_agi.c) to support wideband output to the script. Currently, output is given in traditional  signed linear format.

I assume that it should be trivial to implement a flag for the EAGI application to change the output format on the audio descriptor, this could also let EAGI developpers receive other audio stream formats than slinear.

****** ADDITIONAL INFORMATION ******

As a proof of concept, I changed:
AST_FORMAT_SLINEAR
to
AST_FORMAT_SLINEAR16
in one place (where specifying the read format of the channel) in the exec eagi method of res_agi.c and my script received wideband audio (signed linear 16 bits, 16khz) on its file descriptor. I was calling from a wideband audio capable phone for testing (Siemens Gigaset, Ekiga and even a remote SIP G.722 call coming from a foreign asterisk server)
Comments:By: Leif Madsen (lmadsen) 2010-10-29 08:47:06

While feature requests without patches are not really accepted here, I'm leaving this open as a reasonable request. At least until Russell says otherwise :)

By: Sean Bright (seanbright) 2017-05-23 12:54:20.957-0500

Even though this issue is older, I am closing this one in favor of the newer one.