IAX2 trunk low volume

Hello,

We have an IAX2 trunk to a partner company. Whenever we call them over this (or they call us), the volume from us to them is very low.
All other calls, i.e. general SIP trunks calls are perfectly OK for both companies in both directions.

Any ideas where to start troubleshooting ?

Regards

Gavin

Have you tried fiddling with the VOLUME(TX/RX) function in the dialplan for IAX calls?. Are you using the same codec for both SIP and IAX calls?

[quote] -= Info about function ‘VOLUME’ =-

[Synopsis]
Set the TX or RX volume of a channel.

[Description]
The VOLUME function can be used to increase or decrease the ‘tx’ or ‘rx’ gain
of any channel.
For example:
Set(VOLUME(TX)=3)
Set(VOLUME(RX)=2)
Set(VOLUME(TX,p)=3)
Set(VOLUME(RX,p)=3)

[Syntax]
VOLUME(direction[,options])

[Arguments]
direction
Must be ‘TX’ or ‘RX’.
options
p: Enable DTMF volume control
[/quote]