[Home]

Summary:ASTERISK-07857: request disabling srv look up feature for oh323
Reporter:Di-Shi Sun (homesick)Labels:
Date Opened:2006-10-02 16:09:54Date Closed:2006-10-03 12:26:19
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_h323
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:oh323 always does srv look up for outbound calls. It causes setup delay. Sometime it is more than 40 seconds. oh323 should support disabling src look up for outbound calls.

****** ADDITIONAL INFORMATION ******

This issue was reported by badpi in 0007394.
Comments:By: Paul Cadach (pcadach) 2006-10-03 10:20:12

That's issue of OpenH323, not Asterisk's or chan_h323/chan_oh323, and cannot be resolved within channel driver (because OpenH323's API isn't allows to override H323Endpoint::ResolveCallParty() function).

To resolve this, just build OpenH323 without DNS support. If you don't want/cannot re-build OpenH323 without DNS support, try to configure your DNS to operate properly.

By: Paul Cadach (pcadach) 2006-10-03 12:26:18

Cannot be fixed within Asterisk part.