Gem. Handbuch heisst es:
Da die Registrierung des SN4552 am *-Server entgegen der Auskunft im Handbuch erfolgreich ist, bin ich nun wegen der blinkenden LED etwas irritiert und frage mich, ob bei der Registrierung doch noch etwas schief läuft
Im Detail sieht die Config des SN (Version 5.2) wie folgt aus:
Und der zugehörige Ausschnitt in der SIP.conf lautet:
Hat vielleicht jemand eine Idee, wieso die VOIP-Led ständig blinkt?
Ergänzend noch der Status im Asterisk, den "sip show peers" liefert:
Edit Guard-X: Beiträge zusammengeführt!
Code:
[LIST]
[*]On indicates the gateway is registered to an H.323 gatekeeper/
SIP server, or, in the case of direct routing, has at least one
active VoIP connection.
[*]Off indicates the unit is not configured or registered, or has
no active directrouted VoIP connection.
[*]Flashing green indicates that the unit is attempting to register
or has failed to register.[/LIST]
Im Detail sieht die Config des SN (Version 5.2) wie folgt aus:
Code:
context cs switch
interface sip IF_SIP_Asterisk
bind context sip-gateway GW_Asterisk
remote 192.168.1.2 5060
context cs switch
no shutdown
authentication-service AS_Asterisk_0
username abc password 1A73SfbAklA= encrypted
location-service LS_Asterisk_0
domain 1 workgroup
identity patton
authentication inbound
authenticate 1 authentication-service AS_Asterisk_0 username abc
context sip-gateway GW_Asterisk
interface lan
bind interface LAN context router port 5060
context sip-gateway GW_Asterisk
bind location-service LS_Asterisk_0
no shutdown
Code:
[GW_Patton]
username=abc
type=friend
secret=xyz
qualify=1200
insecure=very
host=192.168.1.1
context=fromPatton
disallow=all
allow=alaw
canreinvite=no
Ergänzend noch der Status im Asterisk, den "sip show peers" liefert:
Code:
Name/username Host Dyn Nat ACL Port Status
GW_Patton/abc 192.168.1.1 5060 OK (19 ms)
Edit Guard-X: Beiträge zusammengeführt!