[Asterisk-Users] Answering on an zap device

Cristi cvasiliu at accessnet.ro
Tue Jul 8 07:23:30 MST 2003


Steven Critchfield wrote:

>First off, a E1 circuit is 32 channels, 1-32, 33-64, 65-96, 97-128. Also
>there is a D channel on 16 and 32 of each span. Then you need to add the
>D channel definition to your zapata.conf files. 
>
>I believe all this was covered in the examples.
>
>
>
>On Tue, 2003-07-08 at 08:20, Cristi wrote:
>  
>
>>How can I accept calls on a Wildcard E400P  . Please include the 
>>zaptel.conf , zapata.conf and extension.conf to fully understand 
>>everything.
>>
>>Take a look firts to my configuration file. Where I did wrong?
>>
>>zaptel.conf:
>>span=1,1,0,ccs,hdb3,crc4
>>span=2,0,0,ccs,hdb3
>>span=3,0,0,ccs,hdb3
>>span=4,0,0,ccs,hdb3
>>
>># Span 1
>>bchan=1-15,17-31
>>dchan=16
>>
>># Span 2
>>bchan=32-46,48-62
>>dchan=47
>>
>># Span 3
>>bchan=63-77,79-93
>>dchan=78
>>
>># Span 4
>>bchan=94-108,110-124
>>dchan=109
>>
>>alaw=1-124
>>
>>loadzone = nl
>>defaultzone=nl
>>
>>
>>
>>
>>zapata.conf:
>>[channels]
>>context=inbound
>>switchtype=euroisdn
>>signalling=pri_cpe
>>;rxwink=300
>>usecallerid=yes
>>hidecallerid=no
>>callwaiting=yes
>>callwaitingcallerid=yes
>>threewaycalling=yes
>>transfer=yes
>>cancallforward=yes
>>echocancel=no
>>rxgain=0.0
>>txgain=0.0
>>immediate=yes
>>
>>; Span 1
>>group=1
>>context=inbound
>>signalling=pri_cpe
>>channel => 1-15
>>channel => 17-31
>>
>>; Span 2
>>group=2
>>context=inbound
>>signalling=pri_cpe
>>channel => 32-46
>>channel => 48-62
>>
>>; Span 3
>>group=3
>>context=outbound
>>signalling=pri_cpe
>>channel => 63-77
>>channel => 79-93
>>
>>; Span 4
>>group=4
>>context=outbound
>>signalling=pri_cpe
>>channel => 94-108
>>channel => 110-124
>>
>>
>>and
>>extensions.conf:
>>[general]
>>static=yes
>>writeprotect=yes
>>
>>...
>>[inbound]
>>
>>exten => 1,1,Ringing
>>exten => 1,2,Wait,2
>>exten => 1,3,Playback(beep)
>>exten => 1,4,Playback(agent-alreadyon)
>>
>>exten => _XXXXXXX,1,Ringing
>>exten => _XXXXXXX,2,Wait,2
>>exten => _XXXXXXX,3,Playback(beep)
>>
>>
>>exten => #,1,Hangup
>>
>>...
>>
>>
>>_______________________________________________
>>Asterisk-Users mailing list
>>Asterisk-Users at lists.digium.com
>>http://lists.digium.com/mailman/listinfo/asterisk-users
>>    
>>
What is the need for the callerid in the following configuration:
(default config page)
;callerid="Green Phone"<(256) 428-6121>
;channel => 1
;callerid="Black Phone"<(256) 428-6122>
;channel => 2
;callerid="CallerID Phone" <(256) 428-6123>
;callerid="CallerID Phone" <(630) 372-1564>
;callerid="CallerID Phone" <(256) 704-4666>
;channel => 3
;callerid="Pac Tel Phone" <(256) 428-6124>
;channel => 4
;callerid="Uniden Dead" <(256) 428-6125>
;channel => 5
;callerid="Cortelco 2500" <(256) 428-6126>
;channel => 6
;callerid="Main TA 750" <(256) 428-6127>
;channel => 44
It is the mapping between PTSN nr and channel numbers?





More information about the asterisk-users mailing list