- Mitglied seit
- 1 Mrz 2007
- Beiträge
- 4
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hallo,
ich teste gerade Gemeinschaft mit einem Smartnode 4638.
Den Smartnode habe ich so konfiguriert, dass ein Gateway in Gemeinschaft sich am Smartnode anmeldet.
Von SIP --> ISDN funktioniert.
Vom ISDN nach SIP funktioniert nur dann, wenn sich Gemeinschaft z.b. mit Nummer 66 am SN anmeldet. Dann kommt auch an Nr. 66 etwas an.
Ich hätte aber gerne, dass alle Nummern die am SN von ISDN ankommen direkt an mein SIP_IF weitergeleitet werden.
Nachdem am Log vom Asterisk nichts ersichtlich ist, gehe ich davon aus, dass das Problem an der Conf vom Smartnode, insbesondere am Routing Table liegt.
Vielleicht hat wer eine Idee und kann mir auf die Sprünge helfen.
thx
chris
ich teste gerade Gemeinschaft mit einem Smartnode 4638.
Den Smartnode habe ich so konfiguriert, dass ein Gateway in Gemeinschaft sich am Smartnode anmeldet.
Code:
#----------------------------------------------------------------#
# #
# SN4638/5BIS #
# R5.4 2009-09-22 H323 SIP BRI #
# 1970-01-01T01:10:35 #
# SN/0120AAB0121A #
# Generated configuration file #
# #
#----------------------------------------------------------------#
cli version 3.20
webserver port 80 language en
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 ppp default
profile tone-set default
profile voip default
codec 1 g711alaw64k rx-length 20 tx-length 20
codec 2 g711ulaw64k rx-length 20 tx-length 20
codec 3 g729 rx-length 20 tx-length 20
fax transmission 1 relay t38-udp
profile pstn default
profile sip default
profile aaa default
method 1 local
method 2 none
context ip router
interface IF_IP_WAN
ipaddress dhcp
tcp adjust-mss rx mtu
tcp adjust-mss tx mtu
interface IF_IP_LAN
ipaddress 192.168.1.3 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.1.1 0
context cs switch
national-prefix 0
international-prefix 00
routing-table called-e164 RT_FROM_ISDN
route default dest-interface IF_SIP
route T dest-service SER_SIP_LOCATION
routing-table calling-e164 RT_FROM_SIP
route default dest-service SV_HUNT_PSTN MP_Unknown-Subscriber
mapping-table calling-e164 to calling-type-of-number MP_Unknown-Subscriber
map default to subscriber
interface isdn IF_ISDN_0
route call dest-table RT_FROM_ISDN
interface isdn IF_ISDN_1
route call dest-table RT_FROM_ISDN
interface isdn IF_ISDN_2
route call dest-table RT_FROM_ISDN
interface isdn IF_ISDN_3
route call dest-table RT_FROM_ISDN
interface sip IF_SIP
bind context sip-gateway GW_SIP
route call dest-table RT_FROM_SIP
service sip-location-service SER_SIP_LOCATION
bind location-service SER_LOCATION
service hunt-group SV_HUNT_PSTN
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
drop-cause no-route-to-destination
route call 1 dest-service SER_SIP_LOCATION
route call 2 dest-interface IF_ISDN_0
route call 3 dest-interface IF_ISDN_1
route call 4 dest-interface IF_ISDN_2
route call 5 dest-interface IF_ISDN_3
context cs switch
no shutdown
location-service SER_LOCATION
domain 1 smartnode-gw
match-any-domain
identity-group default
registration inbound
context sip-gateway GW_SIP
interface LAN
bind interface IF_IP_LAN context router port 5060
interface WAN
bind interface IF_IP_WAN context router port 5060
context sip-gateway GW_SIP
bind location-service SER_LOCATION
no shutdown
port ethernet 0 0
medium auto
encapsulation ip
bind interface IF_IP_WAN router
no shutdown
port ethernet 0 1
medium auto
encapsulation ip
bind interface IF_IP_LAN router
no shutdown
port bri 0 0
clock auto
encapsulation q921
q921
protocol pp
uni-side auto
encapsulation q931
q931
protocol dss1
uni-side user
bchan-number-order ascending
encapsulation cc-isdn
bind interface IF_ISDN_0 switch
port bri 0 0
no shutdown
port bri 0 1
clock auto
encapsulation q921
q921
protocol pp
uni-side auto
encapsulation q931
q931
protocol dss1
uni-side user
bchan-number-order ascending
encapsulation cc-isdn
bind interface IF_ISDN_1 switch
port bri 0 1
no shutdown
port bri 0 2
clock auto
encapsulation q921
q921
protocol pp
uni-side auto
encapsulation q931
q931
protocol dss1
uni-side user
bchan-number-order ascending
encapsulation cc-isdn
bind interface IF_ISDN_2 switch
port bri 0 2
no shutdown
port bri 0 3
clock auto
encapsulation q921
q921
protocol pp
uni-side auto
encapsulation q931
q931
protocol dss1
uni-side user
bchan-number-order ascending
encapsulation cc-isdn
bind interface IF_ISDN_3 switch
port bri 0 3
no shutdown
port bri 0 4
clock auto
encapsulation q921
q921
protocol pp
uni-side auto
encapsulation q931
q931
protocol dss1
uni-side user
bchan-number-order ascending
encapsulation cc-isdn
port bri 0 4
shutdown
Von SIP --> ISDN funktioniert.
Vom ISDN nach SIP funktioniert nur dann, wenn sich Gemeinschaft z.b. mit Nummer 66 am SN anmeldet. Dann kommt auch an Nr. 66 etwas an.
Ich hätte aber gerne, dass alle Nummern die am SN von ISDN ankommen direkt an mein SIP_IF weitergeleitet werden.
Nachdem am Log vom Asterisk nichts ersichtlich ist, gehe ich davon aus, dass das Problem an der Conf vom Smartnode, insbesondere am Routing Table liegt.
Code:
routing-table called-e164 RT_FROM_ISDN
route default dest-interface IF_SIP
route T dest-service SER_SIP_LOCATION
Vielleicht hat wer eine Idee und kann mir auf die Sprünge helfen.
thx
chris