Interesting. Are you using a TDM400. If so what revision E/F/H? I've not been able to get the fax "trained" using spandsp. I'd given up because so many posts indicate problems with TDM and fax.

Regards

Cameron
----- Original Message ----- From: "Bartosz Jozwiak" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com>
Sent: Monday, April 11, 2005 11:37 PM
Subject: Re: [Asterisk-Users] Re: Fax to Email



>
> This has already been answered...but I can't find it...
>
> Has anyone set up multiple fax lines in asterisk...
>
> Fax Extension #1  goes to email1
> Fax Extension #2  goes to email2
> ETC...
>
> In other words, I want to be able to give numerous users each
> a "virtual" fax machine..
>
> Bill

; Assumes entry is DID # or extension number
[context-incoming]
exten => some_did,1,NVFaxEmail([EMAIL PROTECTED],Someone)
exten => some_other_did,1,NVFaxEmail([EMAIL PROTECTED],Someone2)

You could use NVFaxDetect first to check for the presence of the fax. This
sample requires SpanDSP and NVFaxEmail. Alternatively, you could use
SpanDSP, RxFax, and a different AGI script or app.

Not sure what pstn interface the OP was using, but if its a digium TDM analog card, SpanDSP will not function correctly due to frame slips in most systems.


SpanDSP is working great on my analog TDM card.

B
_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users



_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to