Und noch ne dritte Farm:
Code:
host -t SRV _sip._udp.sip.qsc.de
_sip._udp.sip.qsc.de has SRV record [B]30[/B] 10 5060 farm01.sip.qsc.de.
_sip._udp.sip.qsc.de has SRV record 10 10 5060 farm02.sip.qsc.de.
_sip._udp.sip.qsc.de has SRV record 20 10 5060 farm03.sip.qsc.de.
Anrufe kommen aber vermutlich nur von den vproxys,
aber trotzdem vorsichtshalber ne weitere template Instanz eingetragen.
Code:
[qsc-de6](qsc-balancer)
host=farm03.sip.qsc.de
Ich hoffe ausserdem dass man auch bei grosser Auslastung zum rausrufen nur einen festen der 3 farms benutzen darf , der mit der geringsten Priorität
30 weil ohne SRV beim Rausrufen kein Fallback möglich ist, trotz SRV:
Code:
[qsc-de](qsc-balancer)
;host=sip.qsc.de geht hier nicht wegen srvlookup, [B]gibt doppelten peer[/B] für eingehend.
host=farm01.sip.qsc.de
sonst haben wir mit * oder CW
ein Problem... und man muss in jeden Fall getrennte Sektionen für peer in/out statt friend verwenden:
Code:
;[sip_proxy]
; For incoming calls only. Example: FWD (Free World Dialup)
; We match on IP address of the proxy for incoming calls
; since we can not match on username (caller id)
;type=peer
;context=from-fwd
;host=fwd.pulver.com
;[sip_proxy-out]
;type=peer ; we only want to call out, not be called
;secret=guessit
;username=yourusername ; Authentication user for outbound proxies
;fromuser=yourusername ; Many SIP providers require this!
;fromdomain=provider.sip.domain
;host=box.provider.com
;usereqphone=yes ; This provider requires ";user=phone" on URI
;call-limit=5 ; permit only 5 simultaneous outgoing calls to this peer
;outboundproxy=proxy.provider.domain ; send outbound signaling to this proxy, not directly to the peer
Ich habs umgestellt, getrennter peer zum rausrufen über SRV sip.qsc.de
Zu farm3 gehören noch weitere vproxys:
Code:
tom3:~# host vproxy4.fra.qsc.de
vproxy4.fra.qsc.de has address 87.234.8.165
tom3:~# host vproxy3.fra.qsc.de
vproxy3.fra.qsc.de has address 87.234.8.164
tom3:~# host vproxy2.fra.qsc.de
vproxy2.fra.qsc.de has address 87.234.8.163
tom3:~# host vproxy1.fra.qsc.de
vproxy1.fra.qsc.de has address 87.234.8.162
tom3:~# host farm03.sip.qsc.de
farm03.sip.qsc.de has address [B]213.148.136.178[/B]
tom3:~# host vproxy5.fra.qsc.de
Host vproxy5.fra.qsc.de not found: 3(NXDOMAIN)
tom3:~# host [B]213.148.136.178[/B]
178.136.148.213.in-addr.arpa domain name pointer vproxy5.fra.qsc.de.
@mfehleisen
Könntest Du mal bei qsc nachfragen obs das dann war mit Frankfurt und Düsseldorf(?), so langsam wirds aufwendig,
im qdsl-support Forum steht dazu nix.