On Wed, Sep 19, 2012 at 1:18 AM, Jeff Pyle <[email protected]> wrote:
> Hello,
>
> Where in the configuration files might one find the parameters that go into
> MP3 creation by the IVR?  I'd like to make some adjustments - a higher
> bitrate for starters, perhaps even VBR if possible.
>

Hi there,

I suggest you should add your record rate here:
/etc/sipxpbx/sipxivr/sipxivr.xml as


<type id="recordrate">
    <enum>
      <option>
        <value>8000</value>
      </option>
      <option>
        <value>16000</value>
      </option>
      <option>
        <value>YOURVALUE</value>
      </option>
    </enum>
  </type>

then restart sipxconfig and choose the record rate from UI

George
_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to