Hallo zusammen,
ich bin neu hier. Ich möchte den SN1200 als Adapter für meine ISDN Telefone nutzten, alle Calls eingehend/ausgehend sollen über SIP gehen.
Mit einiger Mühe habe ich es geschafft, dass eingehende Anrufe funktionieren, aber das mit den ausgehenden Anrufen bekommen ich nicht hin. Auf dem ISDN Apparat kommt immer die Meldung abgewiesen und "tutut".
Kann mir da jemand einen Tipp geben?
Vielen Dank und Gruss
Andy
Hier meine Config:
Edit Guard-X: Bitte nächstes mal Code-Tags verwenden!
ich bin neu hier. Ich möchte den SN1200 als Adapter für meine ISDN Telefone nutzten, alle Calls eingehend/ausgehend sollen über SIP gehen.
Mit einiger Mühe habe ich es geschafft, dass eingehende Anrufe funktionieren, aber das mit den ausgehenden Anrufen bekommen ich nicht hin. Auf dem ISDN Apparat kommt immer die Meldung abgewiesen und "tutut".
Kann mir da jemand einen Tipp geben?
Vielen Dank und Gruss
Andy
Hier meine Config:
Code:
#----------------------------------------------------------------#
# #
# SN1200 #
# R3.20 2007-07-13 SIP #
# 1970-01-02T06:47:34 #
# Generated configuration file #
# #
#----------------------------------------------------------------#
cli version 3.20
dns-client server 192.168.1.1
webserver port 80 language en
system
ic voice 0
profile napt NAPT
profile ppp default
profile tone-set default
profile voip default
codec 1 g711alaw64k rx-length 30 tx-length 30
profile pstn default
profile sip default
profile aaa default
method 1 local
method 2 none
context ip router
interface eth0
ipaddress unnumbered
interface eth1
ipaddress 192.168.1.110 255.255.255.0
mtu 1492
icmp router-discovery
context ip router
route 0.0.0.0 0.0.0.0 192.168.1.1 12
context cs switch
routing-table called-e164 from-phone
route default dest-interface sip-telecom sip-telecom-mapping
routing-table called-ip to-phone
route default dest-interface sip-telecom sip-telecom-gehend
mapping-table called-e164 to called-e164 remove1
map .(.%) to \1
mapping-table calling-e164 to calling-e164 sip-telecom-mapping
map 1000 to 654321
map (.%) to 654321
complex-function sip-telecom-gehend
execute 1 sip-telecom-mapping
execute 2 remove1
interface isdn telefon
route call dest-table from-phone
interface sip sip-telecom
bind gateway sip-telecom
service default
route call dest-interface telefon
context cs switch
no shutdown
gateway sip sip-telecom
bind interface eth1 router
service default
domain sip.telecom.li
registration-lifetime 360
registrar sip.telecom.li 5060
user mytestuser display-name myname phone-context mycontext password mypassword== encrypted
session-timer 30
gateway sip sip-telecom
no shutdown
port ethernet 0 0
medium 10 half
encapsulation pppoe
no shutdown
port ethernet 0 1
medium 10 half
encapsulation ip
bind interface eth1 router
no shutdown
port bri 0 0
clock auto
encapsulation q921
q921
protocol pmp
uni-side auto
encapsulation q931
q931
protocol dss1
uni-side user
encapsulation cc-isdn
port bri 0 0
no shutdown
port bri 0 1
clock auto
encapsulation q921
q921
permanent-layer2
protocol pmp
uni-side auto
encapsulation q931
q931
protocol dss1
uni-side net
encapsulation cc-isdn
bind interface telefon switch
port bri 0 1
no shutdown
Edit Guard-X: Bitte nächstes mal Code-Tags verwenden!