Hello Group I have a Asterisk server running with 2 Digium T1 cards installed. 1 card connects to Telco via a PRI. The 2nd card is connected to a fax server via Digi DataFire RAS 24 PT1 Adapter (Digi0001). The idea is to have Asterisk route the calls based on DID or FAX tones. Everything is working great so far. The only problem is the Fax server does not see the DID. How can I tell if Asterisk it passing the DID and CallerID info to the server? I seen this was done with HylaFax. Any help would be great!! Here is my configs cat zaptel.conf #PRI to Telco span=1,1,0,esf,b8zs bchan=1-23 dchan=24 # PRI to Fax server span=2,0,0,esf,b8zs bchan=25-47 dchan=48 zapata.conf [channels] context=from-analog signalling=pri_cpe switchtype=dms100 group=1 usecallerid=yes hidecallerid=no restrictcid=no usecallingpres=no useincomingcalleridonzaptransfer=yes callerid=asreceived faxdetect=no musiconhold=default channel => 1-23 context=from-sip-internal switchtype=dms100 signalling=pri_net group=2 overlapdial=yes usecallerid=yes hidecallerid=no restrictcid=no usecallingpres=no useincomingcalleridonzaptransfer=yes callerid=asreceived faxdetect=no musiconhold=default channel => 25-47 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050211/3379f649/attachment.htm
How are you telling Asterisk to send the call to the fax group? You should have something in extensions.conf like exten => _4135551234,1,Dial($FAXTRUNKS/${EXTEN}) Asterisk should send the EXTEN down as a DID to the fax server -Matt On Feb 11, 2005, at 11:05 AM, Eric Hall wrote:> Hello Group > ?I have a Asterisk server running with 2 Digium T1 cards installed. 1 > card connects to Telco via a PRI. The 2nd card is connected to a fax > server via Digi DataFire RAS 24 PT1 Adapter (Digi0001). The idea is to > have Asterisk route the calls based on DID or FAX tones. Everything is > working great so far. The only problem is the Fax server does not see > the DID. How can I tell if Asterisk it passing the DID and CallerID > info to the server? I seen this was done with HylaFax. > ? > ? > Any help would be great!! > ? > Here is my configs > ? > cat zaptel.conf > #PRI to Telco > span=1,1,0,esf,b8zs > bchan=1-23 > dchan=24 > ? > # PRI to Fax server > span=2,0,0,esf,b8zs > bchan=25-47 > dchan=48 > ? > ? > zapata.conf > [channels] > context=from-analog > signalling=pri_cpe > switchtype=dms100 > group=1 > usecallerid=yes > hidecallerid=no > restrictcid=no > usecallingpres=no > useincomingcalleridonzaptransfer=yes > callerid=asreceived > faxdetect=no > musiconhold=default > channel => 1-23 > ? > context=from-sip-internal > switchtype=dms100 > signalling=pri_net > group=2 > overlapdial=yes > usecallerid=yes > hidecallerid=no > restrictcid=no > usecallingpres=no > useincomingcalleridonzaptransfer=yes > callerid=asreceived > faxdetect=no > musiconhold=default > ? > channel => 25-47 > > ? > _______________________________________________ > 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
I have is like so exten => 6149233422,1,Dial(Zap/g2/9233422) Also I found some config file that ask about the following.. This is not an Asterisk problem but I can't think of a better group of people to help with this problem... Address Type (International, National, Network, Subscriber, Abbreviated) Numbering Plan (ISDN, Data, Telex, National, Private) Subaddress Type (NSAP, User) -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Matthew Crocker Sent: Friday, February 11, 2005 11:41 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Question about DID How are you telling Asterisk to send the call to the fax group? You should have something in extensions.conf like exten => _4135551234,1,Dial($FAXTRUNKS/${EXTEN}) Asterisk should send the EXTEN down as a DID to the fax server -Matt On Feb 11, 2005, at 11:05 AM, Eric Hall wrote:> Hello Group > ?I have a Asterisk server running with 2 Digium T1 cards installed. 1 > card connects to Telco via a PRI. The 2nd card is connected to a fax > server via Digi DataFire RAS 24 PT1 Adapter (Digi0001). The idea is to > have Asterisk route the calls based on DID or FAX tones. Everything is > working great so far. The only problem is the Fax server does not see > the DID. How can I tell if Asterisk it passing the DID and CallerID > info to the server? I seen this was done with HylaFax. > ? > ? > Any help would be great!! > ? > Here is my configs > ? > cat zaptel.conf > #PRI to Telco > span=1,1,0,esf,b8zs > bchan=1-23 > dchan=24 > ? > # PRI to Fax server > span=2,0,0,esf,b8zs > bchan=25-47 > dchan=48 > ? > ? > zapata.conf > [channels] > context=from-analog > signalling=pri_cpe > switchtype=dms100 > group=1 > usecallerid=yes > hidecallerid=no > restrictcid=no > usecallingpres=no > useincomingcalleridonzaptransfer=yes > callerid=asreceived > faxdetect=no > musiconhold=default > channel => 1-23 > ? > context=from-sip-internal > switchtype=dms100 > signalling=pri_net > group=2 > overlapdial=yes > usecallerid=yes > hidecallerid=no > restrictcid=no > usecallingpres=no > useincomingcalleridonzaptransfer=yes > callerid=asreceived > faxdetect=no > musiconhold=default > ? > channel => 25-47 > > ? > _______________________________________________ > 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