[Asterisk-Users] Question about DID
Matthew Crocker
matthew at crocker.com
Fri Feb 11 09:41:01 MST 2005
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 at 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
More information about the asterisk-users
mailing list