I am new with Asterisk and my project is to setup a V23 (only 1200 bauds) server with Asterisk using a softmodem.
Already installed Asterisk 21 with soft_modem module.
All configured : when calling, Asterisk answer and I can connect with my (old) V23 modem.
My problem is the quality transmission of data : sometimes, the data transmission quality is relatively good, but most of time pretty poor. I know it could be an issue with VoIP.
Of course, the configration of data bits, stop bit, parity is correct.
I am using G711 alaw codec (allowing only this codec).
Basically Answer(1000) yes, because milliseconds, but Wait(1) in seconds seems cleaner IMHO, at least from a debugging/watching-on-the-CLI perspective.
Unfortunately, it did not change anything. (didn’t try QoS as my router doesn’t really offer this posibility).
The main problem is from server (Asterisk) to client (1200 bauds). So Jitterbuffer didn’t help.
Anyway, my project was (is) using an old French terminal named Minitel, V23.
This terminal can enable something called PCE that allows to make data transfert by blocks (from server to client), and repeat them in case of transmission issue.
Of course it needed some dev from my part with old tech docs (from the 80’s!) to implement this protocol, but at the end it works and correct at least 99% of the transmission issues.