[Asterisk-Users] Fax Handled
Eduardo Goncalves
eduardo at acenet.com.br
Thu Aug 14 08:50:34 MST 2003
On Thu, 14 Aug 2003 10:24:46 -0500
Tilghman Lesher <tilghman at mail.jeffandtilghman.com> wrote:
> > > How is your fax machine connected to the Asterisk machine?
> > >
> > |FAX|---|PBX|---|ATA186|----SIP---|Asterisk|----E1-e&m----|PSTN|
>
> I suspect your problems are with the codec you're using in the SIP
> connection.
I'm using G.711alaw.
My extensions.conf:
===========
[globals]
TRUNK=Zap/g1
[sip]
exten => s,1,Background(demo-moreinfo)
exten => fax,1,Dial(${TRUNK}/${EXTEN})
exten => _0.,1,Dial(${TRUNK}/${EXTEN})
exten => _9.,1,Dial(${TRUNK}/${EXTEN})
Is this correct?
Eduardo
More information about the asterisk-users
mailing list