SmartNode 4638 - Konfig Hilfe mit 3* Anlagenanschl. und 1* Telefonanlage

Dioxin

Neuer User
Mitglied seit
30 Jan 2007
Beiträge
4
Punkte für Reaktionen
0
Punkte
0
Hallo Zusammen,

wir haben uns nun auch eine SmartNode 4638 gekauft, da wir mit der Junghanns quadbri Karte sporadische Verbindungsabbrüche bei Telefonaten verzeichnet haben und wir nach 4 Monaten Recherche keine Lösung gefunden haben.

Ziel ist es 3* Anlagenanschlüsse an der SmartNode 4638 zu konfigurieren, die dann im Asterisk mittels "Trunk" angesteuert werden.

Der 4te ISDN Anschluss an der SmartNode soll mit einer alten ISDN Telefonanlage mit 3* analogen Faxgeräten verbunden werden. Die Faxgeräte sollen dann über die SmartNode -> Asterisk -> SmartNode -> ISDN Anlagenanschluss herausfaxen. Einkommende Faxe sollen nicht unterstützt werden.


Hier die Konfigurationsdatei für die SmartNode (Software Version 5.1).

Kann bitte jemand kurz bestätigen, dass diese Konfig so richtig ist. Oder würdet ihr einen anderen Weg einschlagen?

Über Eure Hilfe bin ich sehr dankbar.

Code:
#----------------------------------------------------------------#
#                                                                #
# SN4638/5BIS/UI                                                 #
# R5.T 2008-05-21 H323 SIP BRI                                   #
# 1970-01-01T00:03:03                                            #
# SN/00a0ba03D76b                                                #
# 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

profile ppp default

profile call-progress-tone defaultDialtone
	play 1 1000 425 0

profile call-progress-tone defaultBusytone
	play 1 480 425 -7
	pause 2 480

profile call-progress-tone defaultReleasetone
	play 1 240 425 -7
	pause 2 240

profile call-progress-tone defaultCongestiontone
	play 1 240 425 -7
	pause 2 240

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
	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 WAN
		ipaddress dhcp
		tcp adjust-mss rx mtu
		tcp adjust-mss tx mtu

	interface LAN
		ipaddress 10.73.1.4 255.255.255.0
		tcp adjust-mss rx mtu
		tcp adjust-mss tx mtu

context cs switch
	national-prefix 0
	international-prefix 00

	routing-table called-e164 RT_ISDN_TO_SIP_0
		route T2 dest-interface IF_SIP_0 MP_REM_CLIR

	routing-table called-e164 RT_ISDN_TO_SIP_1
		route T2 dest-interface IF_SIP_1 MP_REM_CLIR

	routing-table called-e164 RT_ISDN_TO_SIP_2
		route T2 dest-interface IF_SIP_2 MP_REM_CLIR

	mapping-table calling-pi to calling-e164 MP_REM_CLIR
		map restricted to ""

	interface isdn IF_ISDN_0
		route call dest-table RT_ISDN_TO_SIP_0

	interface isdn IF_ISDN_1
		route call dest-table RT_ISDN_TO_SIP_1

	interface isdn IF_ISDN_2
		route call dest-table RT_ISDN_TO_SIP_2

	interface isdn IF_ISDN_3
		route call dest-table RT_ISDN_TO_SIP_3

	interface sip IF_SIP_0
		bind context sip-gateway SIP-GW
		route call dest-interface IF_ISDN_0

	interface sip IF_SIP_1
		bind context sip-gateway SIP-GW
		route call dest-interface IF_ISDN_1

	interface sip IF_SIP_2
		bind context sip-gateway SIP-GW
		route call dest-interface IF_ISDN_2

	interface sip IF_SIP_3
		bind context sip-gateway SIP-GW
		route call dest-interface IF_ISDN_3

context cs switch
	no shutdown

authentication-service SIP-AS-1
	username patton password 3X2zrM+s3Z0= encrypted

location-service SIP-LS-1
	domain comventure.local

	identity 400
		authentication inbound
		authenticate 1 authentication-service SIP-AS-1 username patton

context sip-gateway SIP-GW
	interface lan
		bind interface LAN context router port 5060

context sip-gateway SIP-GW
	bind location-service SIP-LS-1
	no shutdown

port ethernet 0 0
	medium auto
	encapsulation ip
	bind interface WAN router
	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
		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 net
			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 net
			bchan-number-order ascending

port bri 0 4
	shutdown
 
Zuletzt bearbeitet:
ok, mit folgender Beispiel-Konfig funktioniert nun alles einwandfrei. Falls jemand die gleiche Hardware Zusammenstellung hat, dann sollte das hier helfen :)

Patton Gateway: 10.73.1.4
Asterisk: 10.73.1.66

Code:
#----------------------------------------------------------------#
#                                                                #
# SN4638/5BIS/UI                                                 #
# R5.T 2008-05-21 H323 SIP BRI                                   #
# 1970-01-01T00:03:03                                            #
# SN/00a0ba03D76b                                                #
# 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 call-progress-tone defaultDialtone
	play 1 1000 425 0

profile call-progress-tone defaultBusytone
	play 1 480 425 -7
	pause 2 480

profile call-progress-tone defaultReleasetone
	play 1 240 425 -7
	pause 2 240

profile call-progress-tone defaultCongestiontone
	play 1 240 425 -7
	pause 2 240

profile tone-set default

profile voip default
	codec 1 g729 rx-length 20 tx-length 20
	codec 2 g711alaw64k rx-length 20 tx-length 20
	codec 3 g711ulaw64k 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 WAN
		ipaddress dhcp
		tcp adjust-mss rx mtu
		tcp adjust-mss tx mtu

	interface LAN
		ipaddress 10.73.1.4 255.255.255.0
		tcp adjust-mss rx mtu
		tcp adjust-mss tx mtu

context cs switch
	national-prefix 0
	international-prefix 00

	routing-table called-e164 RT_CDPN_OUT
		route T2 dest-service HG_2_OUT

	mapping-table calling-pi to calling-e164 MP_REM_CLIR
		map restricted to ""

	interface isdn IF_S0_00
		route call dest-table RT_CDPN_OUT

	interface isdn IF_S0_01
		route call dest-table RT_CDPN_OUT

	interface isdn IF_S0_02
		route call dest-table RT_CDPN_OUT

	interface isdn IF_S0_03
		route call dest-table RT_CDPN_OUT

	interface isdn IF_S0_04
		route call dest-service HG_2_PBX

	interface sip IF_VOIP_GATEWAY
		bind context sip-gateway GW_VOIP
		route call dest-service HG_2_PBX
		remote 10.73.1.66

	service hunt-group HG_2_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 IF_VOIP_GATEWAY
		route call 2 dest-interface IF_S0_00

	service hunt-group HG_2_PBX
		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 IF_S0_00
		route call 2 dest-interface IF_S0_01
		route call 3 dest-interface IF_S0_02
		route call 4 dest-interface IF_S0_03

context cs switch
	no shutdown

authentication-service VOIP_AS_0
	username xxx password xxx encrypted

location-service VOIP_LS_0
	domain 1 comventure.local

	identity patton
		authentication inbound
			authenticate 1 authentication-service VOIP_AS_0 username patton

context sip-gateway GW_VOIP
	interface lan
		bind interface LAN context router port 5060

context sip-gateway GW_VOIP
	bind location-service VOIP_LS_0
	no shutdown

port ethernet 0 0
	medium auto
	encapsulation ip
	bind interface WAN router
	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
		protocol pp
		uni-side auto
		encapsulation q931

		q931
			protocol dss1
			uni-side user
			bchan-number-order ascending
			encapsulation cc-isdn
			bind interface IF_S0_00 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_S0_01 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_S0_02 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_S0_03 switch

port bri 0 3
	no shutdown

port bri 0 4
	clock auto
	encapsulation q921

	q921
		protocol pmp
		uni-side auto
		encapsulation q931

		q931
			protocol dss1
			uni-side net
			bchan-number-order ascending
			encapsulation cc-isdn
			bind interface IF_S0_04 switch

port bri 0 4
	no shutdown
 
Hallo

Ich hatte bis jetzt eine 3CX als PBX und nun wollte ich mit meinem Paton 4554 auch auf einen Asterisk umziehen.
Nun meine Frage wie mache ich bei dieser config den Paton in der Asterisk bekant? (sip.conf / extensions.conf) die du geschrieben hast? Hättest du oder jemand anders da mal ein Beispiel für mich insbesondere wie ich die MSN den einzelnen Clints zuordne.
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.