1
Other Yate server issues / MGCP FXS call to IAX trunk not signalling ringing
« on: June 22, 2018, 07:29:26 AM »
Hi!
I currently have an FXS channel bank connected to Yate using MGCPCA and the Analog driver. When I make a call from the analog line to another FXS port or IAX trunk the MGCP device never receives a request to play ringback.
It seems the problem is in:
bool AnalogChannel::msgRinging(Message& msg)
No matter what I do in that function (which does get called) the MGCP channel driver never gets the SignallingCircuitEvent::GenericTone. Changing the ringback= option in analog.conf has no effect on it working.
I currently have an FXS channel bank connected to Yate using MGCPCA and the Analog driver. When I make a call from the analog line to another FXS port or IAX trunk the MGCP device never receives a request to play ringback.
It seems the problem is in:
bool AnalogChannel::msgRinging(Message& msg)
No matter what I do in that function (which does get called) the MGCP channel driver never gets the SignallingCircuitEvent::GenericTone. Changing the ringback= option in analog.conf has no effect on it working.