> Hello, > > sipxtapi is using DNS SRV queries to figure out transport and > proxy address. (For sipphone) it's getting back response for TCP >transport > only and thus tries to establish signaling over TCP rather than UDP. How do I > configure it to not use DNS and pick locally >configured outbound proxy? > >Thanks > >Debasish
If it doesn't receive response for UDP, then it assumes the UDP service doesn't exist and uses TCP I guess. Try sipxConfigEnableDnsSrv(false); Jaro _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
