Displaying 1 result from an estimated 1 matches for "_h323cs".
Did you mean:
_h323
2006 Feb 06
0
Oh323 channel problem
...ollowing extension:
exten => _60.,1,Dial(OH323/${EXTEN:2}@v.w.x.y)
v.w.x.y is a Cisco Callmanager where Asterisk is configured as a H.323
Gateway.
When a call comes in from OpenSER with prefix 60, Asterisk starts to lookup
a few DNS-RRs like:
_h323rs._udp.v.w.x.y SRV
_h323ls._udp.v.w.x.y SRV
_h323cs._tcp.v.w.x.y SRV
and
v.w.x.y MX
These RRs are not configured in my DNS, so Asterisk gets no positive results
for the queries.
After don't getting the DNS information, Asterisk set up the Call (around 10
sec later).
In oh323.conf I disabled the gatekeeper and I wonder, why Asterisk starts
DN...