Skip to content

Commit

Permalink
[LIBON] remove static dns
Browse files Browse the repository at this point in the history
  • Loading branch information
grumvalski committed Jun 17, 2024
1 parent 42c4cf3 commit aaef985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/voip_patrol/voip_patrol.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ int main(int argc, char **argv){
ep_cfg.logConfig.filename = pj_log_fn.c_str();
ep_cfg.medConfig.ecTailLen = 0; // disable echo canceller
ep_cfg.medConfig.noVad = 1;
ep_cfg.uaConfig.nameserver.push_back("8.8.8.8");
//ep_cfg.uaConfig.nameserver.push_back("8.8.8.8");

ep.libInit(ep_cfg);
// pjsua_set_null_snd_dev() before calling pjsua_start().
Expand Down

0 comments on commit aaef985

Please sign in to comment.