Hallo zusammen,
nach anfänglichem Stress mit der firmware 5.3 und dem downgrade auf die Version 4.2 bin ich nun bei folgendem Stand.
+ SIP registriert sich am asterisk (Rfn 3001)
+ SIP -> FXS kann ich korrekt anrufen (Rfn 3001-3008 )
Anruf von Nst 3001 -> SIP funktioniert. (angezeigte Nummer 3001)
Anruf von den Nst 3002 bis 3008 -> SIP funktioniert nicht
Meldung: user mismatch
Laut asterisk müsste ich die user 3002 bis 3008 noch registrieren.
So wie ich das bisher gelesen, reicht eine Registrierung aus,
dann fehlen mir aber die richtigen Routings.
Und genau da bleibe ich hängen...
Anbei mal meine configs:
sip.conf:
extensions.ael:
Vielleicht hat jemand für mich die richtige Stelle zum Suchen in den Handbüchern (Version 5.3 und natürlich jetzt auch die 4.2)
Gruß
Jörg
nach anfänglichem Stress mit der firmware 5.3 und dem downgrade auf die Version 4.2 bin ich nun bei folgendem Stand.
+ SIP registriert sich am asterisk (Rfn 3001)
+ SIP -> FXS kann ich korrekt anrufen (Rfn 3001-3008 )
Anruf von Nst 3001 -> SIP funktioniert. (angezeigte Nummer 3001)
Anruf von den Nst 3002 bis 3008 -> SIP funktioniert nicht
Meldung: user mismatch
Laut asterisk müsste ich die user 3002 bis 3008 noch registrieren.
So wie ich das bisher gelesen, reicht eine Registrierung aus,
dann fehlen mir aber die richtigen Routings.
Und genau da bleibe ich hängen...
Anbei mal meine configs:
Code:
#----------------------------------------------------------------#
# #
# SN4118/JS/EUI #
# R4.2 2009-06-30 H323 SIP FXS FXO #
# 2009-06-30T11:12:25 #
# Generated configuration file #
# #
#----------------------------------------------------------------#
cli version 3.20
webserver port 80 language de
sntp-client
sntp-client server primary 10.10.0.1 port 123 version 4
system
ic voice 0
low-bitrate-codec g729
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
profile pstn default
profile sip default
profile aaa default
method 1 local
method 2 none
context ip router
interface eth0
ipaddress dhcp
tcp adjust-mss rx mtu
tcp adjust-mss tx mtu
context cs switch
digit-collection timeout 2
routing-table called-e164 fromlocal
route 3001 dest-interface fxs00 mod_2
route 3002 dest-interface fxs01 mod_2
route 3003 dest-interface fxs02 mod_2
route 3004 dest-interface fxs03 mod_2
route 3005 dest-interface fxs04 mod_2
route 3006 dest-interface fxs05 mod_2
route 3007 dest-interface fxs06 mod_2
route 3008 dest-interface fxs07 mod_2
route .%T dest-interface sip-gw mod_1
mapping-table called-e164 to called-e164 mod_1
mapping-table called-e164 to called-e164 mod_2
map (.%) to \1
interface sip sip-gw
bind gateway sip-gw
service default
route call dest-table fromlocal
early-connect
early-disconnect
interface fxs fxs00
route call dest-table fromlocal
call-transfer
subscriber-number 3001
interface fxs fxs01
route call dest-table fromlocal
call-transfer
subscriber-number 3002
interface fxs fxs02
route call dest-table fromlocal
call-transfer
subscriber-number 3003
interface fxs fxs03
route call dest-table fromlocal
call-transfer
subscriber-number 3004
interface fxs fxs04
route call dest-table fromlocal
call-transfer
subscriber-number 3005
interface fxs fxs05
route call dest-table fromlocal
call-transfer
subscriber-number 3006
interface fxs fxs06
route call dest-table fromlocal
call-transfer
subscriber-number 3007
interface fxs fxs07
route call dest-table fromlocal
call-transfer
subscriber-number 3008
context cs switch
no shutdown
gateway sip sip-gw
bind interface eth0 router
service default
default-server 10.10.0.101
domain 10.10.0.101
registration auto 10.10.0.101 5060
user 3001 authenticate password PnWtU4ybUh0= encrypted default register
gateway sip sip-gw
no shutdown
port ethernet 0 0
medium auto
encapsulation ip
bind interface eth0 router
no shutdown
port fxs 0 0
encapsulation cc-fxs
bind interface fxs00 switch
no shutdown
port fxs 0 1
encapsulation cc-fxs
bind interface fxs01 switch
no shutdown
port fxs 0 2
encapsulation cc-fxs
bind interface fxs02 switch
no shutdown
port fxs 0 3
encapsulation cc-fxs
bind interface fxs03 switch
no shutdown
port fxs 0 4
encapsulation cc-fxs
bind interface fxs04 switch
no shutdown
port fxs 0 5
encapsulation cc-fxs
bind interface fxs05 switch
no shutdown
port fxs 0 6
encapsulation cc-fxs
bind interface fxs06 switch
no shutdown
port fxs 0 7
encapsulation cc-fxs
bind interface fxs07 switch
no shutdown
sip.conf:
Code:
[2003]
type=friend
secret=7668
host=dynamic
[3001]
type=friend
secret=3001
host=dynamic
[3002]
type=friend
secret=3002
host=dynamic
[3003]
type=friend
secret=3003
host=dynamic
[3004]
type=friend
secret=3004
host=dynamic
[3005]
type=friend
secret=3005
host=dynamic
[3006]
type=friend
secret=3006
host=dynamic
[3007]
type=friend
secret=3007
host=dynamic
[3008]
type=friend
secret=3008
host=dynamic
[gw_patton]
type=friend
host=10.10.0.40
port=5060
context=from_gw_patton
extensions.ael:
Code:
3001 => {
Dial(SIP/3001@gw_patton);
}
3002 => {
Dial(SIP/3002@gw_patton);
}
3003 => {
Dial(SIP/3003@gw_patton);
}
3004 => {
Dial(SIP/3004@gw_patton);
}
3005 => {
Dial(SIP/3005@gw_patton);
}
3006 => {
Dial(SIP/3006@gw_patton);
}
3007 => {
Dial(SIP/3007@gw_patton);
}
3008 => {
Dial(SIP/3008@gw_patton);
}
Vielleicht hat jemand für mich die richtige Stelle zum Suchen in den Handbüchern (Version 5.3 und natürlich jetzt auch die 4.2)
Gruß
Jörg