[Asterisk-Users] Question about DID

Eric Hall ehall at amaxx.com
Fri Feb 11 10:42:51 MST 2005


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 at lists.digium.com [mailto:asterisk-users-bounces at 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 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
_______________________________________________
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