Need pauses in the dialstring for zap channels?
When I use Avantfax/Hylafax to dial out, it does not use the wwww13215551212 format that all regular calls out the zap trunk use. I imagine I need to edit this:
extensions_custom.conf
[from-fax]
exten => _x.,1,Dial(ZAP/g0/${EXTEN})
exten => _x.,n,Hangup()
The trunk setting is freepbx already have the wwww and all normally dialed calls have the pause.
I edited the from-fax context to the following and the dialstring is correct.
[from-fax]
exten => _x.,1,Dial(ZAP/g0/wwww${EXTEN})
exten => _x.,n,Hangup()
So far, this has made all the difference in the world for completing faxes.
Is this going to cause any other problems? I am only using zap channels for fax sending.