Idris AVCI
2007-Jul-26 12:37 UTC
[asterisk-users] Asterisk 1.2.23 and Sangoma a102 no incoming calldetected
Do you have any extension in default context of your extensions.conf file to accept incoming calls ? It must be something like; exten => 12345678,1,Answer() exten => 12345678,2,Playback(Welcome) ... 12345678 = The DID number you are calling to reach E1 Idris -----Original Message----- From: Erick Perez [mailto:eaperezh at gmail.com] Sent: Thursday, July 26, 2007 7:03 AM To: asterisk-users at lists.digium.com Subject: [asterisk-users] Asterisk 1.2.23 and Sangoma a102 no incoming calldetected Hi, after many issues we finally managed to make our system do outgoing calls with perfect quality. However I cannot detect *any* form of incoming call. when I use an outside phone to call the E1 connected to the sangoma a102, I instantly get a fast busy tone. My /etc/zaptel.conf is: loadzone=us defaultzone=us #Sangoma A102 port 1 [slot:1 bus:4 span: 1] span=1,0,0,ccs,hdb3 bchan=1-15,17-31 dchan=16 My /etc/asterisk/zapata.conf is: [trunkgroups] [channels] context=default usecallerid=yes hidecallerid=no callwaiting=yes usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes canpark=yes cancallforward=yes callreturn=yes echocancel=yes echocancelwhenbridged=yes relaxdtmf=yes rxgain=0.0 txgain=0.0 group=1 callgroup=1 pickupgroup=1 immediate=no #include zapata-auto.conf Zapata-auto.conf has: callerid=asreceived ;Sangoma A102 port 1 [slot:1 bus:4 span: 1] switchtype=euroisdn context=from-pstn group=0 signalling=pri_cpe channel => 1-15,17-31 Note: According to the tech support in the local telco, my E1 should be: E1 PRI, CAS, HDB3, NCRC4, DSS1 However if I configure the card for CAS, it will never connect. My card is currently configured (and makes only outgoing calls) as: E1 PRI, CCS, HDB3,NCRC4 (i have no idea what dss1 is or where it goes) My /etc/wanpipe/wanpipe1.conf is: [devices] wanpipe1 = WAN_AFT_TE1, Comment [interfaces] w1g1 = wanpipe1, , TDM_VOICE, Comment [wanpipe1] CARD_TYPE = AFT S514CPU = A CommPort = PRI AUTO_PCISLOT = NO PCISLOT = 1 PCIBUS = 4 FE_MEDIA = E1 FE_LCODE = HDB3 FE_FRAME = NCRC4 FE_LINE = 1 TE_CLOCK = NORMAL TE_REF_CLOCK = 0 TE_SIG_MODE = CCS TE_HIGHIMPEDANCE = NO LBO = 120OH FE_TXTRISTATE = NO MTU = 1500 UDPPORT = 9000 TTL = 255 IGNORE_FRONT_END = NO TDMV_SPAN = 1 TDMV_DCHAN = 16 [w1g1] ACTIVE_CH = ALL TDMV_ECHO_OFF = NO TDMV_HWEC = YES thanks for your help. -- ------------------------------------------------------------ Erick Perez ------------------------------------------------------------ _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Erick Perez
2007-Jul-26 13:21 UTC
[asterisk-users] Asterisk 1.2.23 and Sangoma a102 no incoming calldetected
Yes I do. I even did a "pri debug span 1" and when I call the asterisk box, it sees nothing. On 7/26/07, Idris AVCI <idris.avci at vodatech.com.tr> wrote:> Do you have any extension in default context of your extensions.conf > file to accept incoming calls ? > It must be something like; > > exten => 12345678,1,Answer() > exten => 12345678,2,Playback(Welcome) > ... > > 12345678 = The DID number you are calling to reach E1 > > Idris > > > -----Original Message----- > From: Erick Perez [mailto:eaperezh at gmail.com] > Sent: Thursday, July 26, 2007 7:03 AM > To: asterisk-users at lists.digium.com > Subject: [asterisk-users] Asterisk 1.2.23 and Sangoma a102 no incoming > calldetected > > Hi, > after many issues we finally managed to make our system do outgoing > calls with perfect quality. > However I cannot detect *any* form of incoming call. when I use an > outside phone to call the E1 connected to the sangoma a102, I > instantly get a fast busy tone. > > My /etc/zaptel.conf is: > loadzone=us > defaultzone=us > #Sangoma A102 port 1 [slot:1 bus:4 span: 1] > span=1,0,0,ccs,hdb3 > bchan=1-15,17-31 > dchan=16 > > My /etc/asterisk/zapata.conf is: > [trunkgroups] > > [channels] > context=default > usecallerid=yes > hidecallerid=no > callwaiting=yes > usecallingpres=yes > callwaitingcallerid=yes > threewaycalling=yes > transfer=yes > canpark=yes > cancallforward=yes > callreturn=yes > echocancel=yes > echocancelwhenbridged=yes > relaxdtmf=yes > rxgain=0.0 > txgain=0.0 > group=1 > callgroup=1 > pickupgroup=1 > > immediate=no > > #include zapata-auto.conf > > Zapata-auto.conf has: > callerid=asreceived > ;Sangoma A102 port 1 [slot:1 bus:4 span: 1] > switchtype=euroisdn > context=from-pstn > group=0 > signalling=pri_cpe > channel => 1-15,17-31 > > Note: > According to the tech support in the local telco, my E1 should be: > E1 PRI, CAS, HDB3, NCRC4, DSS1 > However if I configure the card for CAS, it will never connect. > My card is currently configured (and makes only outgoing calls) as: > E1 PRI, CCS, HDB3,NCRC4 (i have no idea what dss1 is or where it goes) > > My /etc/wanpipe/wanpipe1.conf is: > [devices] > wanpipe1 = WAN_AFT_TE1, Comment > > [interfaces] > w1g1 = wanpipe1, , TDM_VOICE, Comment > > [wanpipe1] > CARD_TYPE = AFT > S514CPU = A > CommPort = PRI > AUTO_PCISLOT = NO > PCISLOT = 1 > PCIBUS = 4 > FE_MEDIA = E1 > FE_LCODE = HDB3 > FE_FRAME = NCRC4 > FE_LINE = 1 > TE_CLOCK = NORMAL > TE_REF_CLOCK = 0 > TE_SIG_MODE = CCS > TE_HIGHIMPEDANCE = NO > LBO = 120OH > FE_TXTRISTATE = NO > MTU = 1500 > UDPPORT = 9000 > TTL = 255 > IGNORE_FRONT_END = NO > TDMV_SPAN = 1 > TDMV_DCHAN = 16 > > [w1g1] > ACTIVE_CH = ALL > TDMV_ECHO_OFF = NO > TDMV_HWEC = YES > > thanks for your help. > > > -- > ------------------------------------------------------------ > Erick Perez > ------------------------------------------------------------ > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- ------------------------------------------------------------ Erick Perez ------------------------------------------------------------
Reasonably Related Threads
- Asterisk 1.2.23 and Sangoma a102 no incoming call detected
- setting up two asterisk server as ss7 back to back.
- Problem with Sangoma A104 and euroisdn pri
- Sangoma A102 w/ EC module gets intermittent echo /audio artifacts
- No translator path exists for channel type DAHDI (native 76) to 256