[Asterisk-Users] fax/voice switch - faxdetect
Maros RAJNOCH
ml_asterisk-users at rajnoch.sk
Mon Dec 6 05:02:00 MST 2004
Hi anybody,
I did setup fax/voice switch according
http://www.voip-info.org/tiki-index.php?page=Asterisk%20fax
somthing like:
[macro-faxvoiceswitch]
exten => s,1,Answer
exten => s,2,Macro(oneman)
exten => s,3,Hangup
exten => fax,1,Macro(faxmail)
where:
[macro-oneman]
exten => s,1,SetVar(klapka=${MACRO_EXTEN:-2:2})
exten => s,2,SetVar(voicemail=${PFX_ISDN1}${klapka})
exten => s,3,SetCIDNum(9${CALLERIDNUM})
exten => s,4,Dial(OH323/${klapka},${OUR_TIMEOUT})
exten => s,5,Voicemail(u${voicemail})
exten => s,6,Hangup
exten => s,102,Voicemail(b${voicemail})
exten => s,103,Hangup
exten => a,1,VoicemailMain(${voicemail})
exten => a,2,Hangup
but it don't work.
I use quadbri card with asterisk 1.0.2
I add faxdetect=both to zapata.conf
still doesn't work.
but in voicemail I hear recorded fax beep.
any idea what's wrong?
Thanks for help.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20041206/d1b26763/attachment.pgp
More information about the asterisk-users
mailing list