[asterisk-users] Asterisk with TE 121 DADHI incoming calls fail

2011-02-18 Thread Jan Zieher

Dear Customer Support,
i connected the asterisk to a e1 interface of our hipath4000. outgoing 
calls from a sip peer of my asterisk to an up0 telephone which iss 
connected to the hipath4000 are working. If you want to dial from an up0 
device to the e1 interface where asterisk is connected to, you have to 
use the prefix 83. But when you enter the 3rd cipher this error appears 
at the cli


CODE:SELECT ALL 
http://forums.digium.com/viewtopic.php?f=1t=77155sid=3679c2a13cbbf9aa2e75d02a2f00c8b3#

   |[Feb 16 11:29:07] ERROR[2555]: chan_dahdi.c:13691 dahdi_pri_error:
   1 !! Not yet handling pre-handle message type SEGMENT (0x60)
   [Feb 16 11:29:07] ERROR[2555]: chan_dahdi.c:13691 dahdi_pri_error: 1
   !! Don't know how to pre-handle message type SEGMENT (0x60)
   [Feb 16 11:29:07] ERROR[2555]: chan_dahdi.c:13691 dahdi_pri_error: 1
   !! Not yet handling pre-handle message type SEGMENT (0x60)
   [Feb 16 11:29:07] ERROR[2555]: chan_dahdi.c:13691 dahdi_pri_error: 1
   !! Don't know how to pre-handle message type SEGMENT (0x60)
   |



My Config files:
extensions.conf

CODE:SELECT ALL 
http://forums.digium.com/viewtopic.php?f=1t=77155sid=3679c2a13cbbf9aa2e75d02a2f00c8b3#

   |[general]
   static=yes
   writeprotect=no

   [isdn]

   ; Ankommende anrufe
   exten = 833762,1,Dial(SIP/3762,45,r)

   ; Rausgehende Anrufe
   exten = _0[1-9].,1,Dial(DAHDI/g1/${EXTEN:1})

   [default]
   include = isdn
   |



/etc/dahdi/system.conf

CODE:SELECT ALL 
http://forums.digium.com/viewtopic.php?f=1t=77155sid=3679c2a13cbbf9aa2e75d02a2f00c8b3#

   |span=1,1,0,ccs,hdb3,crc4
   # termtype: te
   bchan=1-15,17-31
   dchan=16
   echocanceller=mg2,1-15,17-31

   # Global data

   loadzone= de
   defaultzone = de
   |



chan_dahdi.conf

CODE:SELECT ALL 
http://forums.digium.com/viewtopic.php?f=1t=77155sid=3679c2a13cbbf9aa2e75d02a2f00c8b3#

   |[trunkgroups]

   [channels]
   language=de
   switchtype=euroisdn

   pridialplan=unknown
   prilocaldialplan=unknown
   internationalprefix = 00
   nationalprefix = 0
   ;localprefix = VORWAHL
   ;privateprefix = VORWAHL+MSN
   ;unknownprefix =
   priindication = outofband

   facilityenable = yes
   usecallerid=yes
   callwaiting=yes
   usecallingpres=yes
   callwaitingcallerid=yes
   threewaycalling=yes
   transfer=yes
   canpark=yes
   cancallforward=yes
   callreturn=yes
   immediate=no
   echocancel=yes
   echocancelwhenbridged=yes
   echotraining=yes
   callgroup=1
   pickupgroup=1
   mohinterpret=default
   mohsuggest=default
   overlapdial=yes

   group=1
   signalling = pri_cpe
   channel = 1-15,17-31
   context = default
   |



I would be gratefully, if you have an idea or some advices to me.
Thanks !
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Asterisk with TE 121 DADHI incoming calls fail

2011-02-18 Thread Faisal Hanif
This is not Digium's customer support address but free public emailing list
for asterisk user's contributed by community volunteers.

 

 

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jan Zieher
Sent: Friday, February 18, 2011 2:19 PM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] Asterisk with TE 121 DADHI incoming calls fail

 

Dear Customer Support,
i connected the asterisk to a e1 interface of our hipath4000. outgoing calls
from a sip peer of my asterisk to an up0 telephone which iss connected to
the hipath4000 are working. If you want to dial from an up0 device to the e1
interface where asterisk is connected to, you have to use the prefix 83. But
when you enter the 3rd cipher this error appears at the cli

CODE:
http://forums.digium.com/viewtopic.php?f=1t=77155sid=3679c2a13cbbf9aa2e75
d02a2f00c8b3 SELECT ALL

[Feb 16 11:29:07] ERROR[2555]: chan_dahdi.c:13691 dahdi_pri_error: 1 !! Not
yet handling pre-handle message type SEGMENT (0x60)
[Feb 16 11:29:07] ERROR[2555]: chan_dahdi.c:13691 dahdi_pri_error: 1 !!
Don't know how to pre-handle message type SEGMENT (0x60)
[Feb 16 11:29:07] ERROR[2555]: chan_dahdi.c:13691 dahdi_pri_error: 1 !! Not
yet handling pre-handle message type SEGMENT (0x60)
[Feb 16 11:29:07] ERROR[2555]: chan_dahdi.c:13691 dahdi_pri_error: 1 !!
Don't know how to pre-handle message type SEGMENT (0x60)



My Config files:
extensions.conf

CODE:
http://forums.digium.com/viewtopic.php?f=1t=77155sid=3679c2a13cbbf9aa2e75
d02a2f00c8b3 SELECT ALL

[general]
static=yes
writeprotect=no

[isdn]

; Ankommende anrufe
exten = 833762,1,Dial(SIP/3762,45,r)

; Rausgehende Anrufe
exten = _0[1-9].,1,Dial(DAHDI/g1/${EXTEN:1})

[default]
include = isdn



/etc/dahdi/system.conf

CODE:
http://forums.digium.com/viewtopic.php?f=1t=77155sid=3679c2a13cbbf9aa2e75
d02a2f00c8b3 SELECT ALL

span=1,1,0,ccs,hdb3,crc4
# termtype: te
bchan=1-15,17-31
dchan=16
echocanceller=mg2,1-15,17-31

# Global data

loadzone= de
defaultzone = de



chan_dahdi.conf

CODE:
http://forums.digium.com/viewtopic.php?f=1t=77155sid=3679c2a13cbbf9aa2e75
d02a2f00c8b3 SELECT ALL

[trunkgroups]

[channels]
language=de
switchtype=euroisdn

pridialplan=unknown
prilocaldialplan=unknown
internationalprefix = 00
nationalprefix = 0
;localprefix = VORWAHL
;privateprefix = VORWAHL+MSN
;unknownprefix =
priindication = outofband

facilityenable = yes
usecallerid=yes
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
immediate=no
echocancel=yes
echocancelwhenbridged=yes
echotraining=yes
callgroup=1
pickupgroup=1
mohinterpret=default
mohsuggest=default
overlapdial=yes

group=1
signalling = pri_cpe
channel = 1-15,17-31
context = default



I would be gratefully, if you have an idea or some advices to me.
Thanks ! 

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users