Skip to content

Instantly share code, notes, and snippets.

@ambiorixg12
Created April 23, 2020 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ambiorixg12/0811ced4784d8a7e13c0567b940da993 to your computer and use it in GitHub Desktop.
Save ambiorixg12/0811ced4784d8a7e13c0567b940da993 to your computer and use it in GitHub Desktop.
insert realtime centos
insert into ps_aors (id, max_contacts) values (103, 1);
insert into ps_auths (id, auth_type, password, username) values (103, 'userpass', 103, 103);
insert into ps_endpoints (id, transport, aors, auth, context, disallow, allow, direct_media) values (103, 'transport-udp', '103', '103', 'testing', 'all', 'g722', 'no');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment