Hallo,
zum Testen habe ich ich jetzt einem Patton 4638 an meinem Asterisk zum laufen gebracht. ISDN <-> Patton <-> Asterisk. Ein und ausgehende Anrufe funktionieren , aber folgendes Problem taucht auf: Wird Isdn seitig aufgelegt, so bekommt mein Asterisk das nicht mit, die Verbindung Asterisk - Patton besteht also weiterhin. Hier meine Konfig:
Patton
Asterisk sip.conf:
Woran liegts das nicht aufgelegt wird? Wäre nett wenn Ihr mal drübergucken könntet.
Gruß
Jones
zum Testen habe ich ich jetzt einem Patton 4638 an meinem Asterisk zum laufen gebracht. ISDN <-> Patton <-> Asterisk. Ein und ausgehende Anrufe funktionieren , aber folgendes Problem taucht auf: Wird Isdn seitig aufgelegt, so bekommt mein Asterisk das nicht mit, die Verbindung Asterisk - Patton besteht also weiterhin. Hier meine Konfig:
Patton
Code:
cli version 3.20
clock local offset +02:00
dns-client server 194.25.2.129
dns-relay
webserver port 80 language en
sntp-client
sntp-client server primary 192.168.99.72 port 123 version 4
system
ic voice 0
low-bitrate-codec g729
system
clock-source 1 bri 0 0
clock-source 2 bri 0 1
clock-source 3 bri 0 2
clock-source 4 bri 0 3
clock-source 5 bri 0 4
profile napt NAPT_WAN
profile ppp default
profile tone-set default
profile voip default
codec 1 g711alaw64k rx-length 20 tx-length 20 no-silence-suppression
codec 2 g711ulaw64k rx-length 20 tx-length 20 no-silence-suppression
profile pstn default
profile sip default
profile dhcp-server DHCPS_LAN
network 192.168.1.0 255.255.255.0
include 1 192.168.1.10 192.168.1.99
lease 2 hours
default-router 1 192.168.1.1
domain-name-server 1 192.168.1.1
profile aaa default
method 1 local
method 2 none
context ip router
rtp-port-range 10000 20000
interface LAN
ipaddress 192.168.99.89 255.255.255.0
tcp adjust-mss rx mtu
tcp adjust-mss tx mtu
context ip router
route 0.0.0.0 0.0.0.0 192.168.99.1 0
context cs switch
interface isdn BRI00
route call dest-interface SIP-IF
interface sip SIP-IF
bind gateway SIP-Aster
service default
route call dest-service ISDN-OUT
service hunt-group ISDN-OUT
drop-cause normal-unspecified
drop-cause no-circuit-channel-available
drop-cause network-out-of-order
drop-cause temporary-failure
drop-cause switching-equipment-congestion
drop-cause access-info-discarded
drop-cause circuit-channel-not-available
drop-cause resources-unavailable
route call 1 dest-interface BRI00
context cs switch
no shutdown
gateway sip SIP-Aster
bind interface LAN router
service default
domain 192.168.99.171
defaultserver manual 192.168.99.171 5060 loose-router
registration manual 192.168.99.171 5060
user sipgw1 authenticate password qHDk6Ej6cAk= encrypted default
gateway sip SIP-Aster
no shutdown
port ethernet 0 0
medium auto
encapsulation ip
no shutdown
port ethernet 0 1
medium auto
encapsulation ip
bind interface LAN router
no shutdown
port bri 0 0
clock auto
encapsulation q921
q921
permanent-layer2
uni-side auto
encapsulation q931
q931
protocol dss1
uni-side user
bchan-number-order ascending
encapsulation cc-isdn
bind interface BRI00 switch
port bri 0 0
no shutdown
port bri 0 1
clock auto
encapsulation q921
q921
uni-side auto
encapsulation q931
q931
protocol dss1
uni-side net
bchan-number-order ascending
port bri 0 1
shutdown
port bri 0 2
clock auto
encapsulation q921
q921
uni-side auto
encapsulation q931
q931
protocol dss1
uni-side net
bchan-number-order ascending
port bri 0 2
shutdown
port bri 0 3
clock auto
encapsulation q921
q921
uni-side auto
encapsulation q931
q931
protocol dss1
uni-side net
bchan-number-order ascending
port bri 0 3
shutdown
port bri 0 4
clock auto
encapsulation q921
q921
uni-side auto
encapsulation q931
q931
protocol dss1
uni-side net
bchan-number-order ascending
port bri 0 4
shutdown
Asterisk sip.conf:
Code:
[sipgw1]; Patton Sip
type=friend
context=incomingisdnpre
username=sipgw1
;fromuser=siptest
secret=12345
host=192.168.99.89
disallow=all
language=de
dtmfmode=info
;allow=ulaw
allow=alaw
qualify=yes
insecure=very
Woran liegts das nicht aufgelegt wird? Wäre nett wenn Ihr mal drübergucken könntet.
Gruß
Jones