From 6d7cabd9aa0ae997f11ac12643c4321b9e0255a7 Mon Sep 17 00:00:00 2001 From: viktec <48328088+viktec@users.noreply.github.com> Date: Tue, 28 Jan 2025 14:39:18 +0100 Subject: [PATCH] Update 50_asterisk.rest_pjsip_trunks_defaults.sql add active netowrk evoip --- ...50_asterisk.rest_pjsip_trunks_defaults.sql | 54 ++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/mariadb/docker-entrypoint-initdb.d/50_asterisk.rest_pjsip_trunks_defaults.sql b/mariadb/docker-entrypoint-initdb.d/50_asterisk.rest_pjsip_trunks_defaults.sql index 15194d77c..033915ab6 100644 --- a/mariadb/docker-entrypoint-initdb.d/50_asterisk.rest_pjsip_trunks_defaults.sql +++ b/mariadb/docker-entrypoint-initdb.d/50_asterisk.rest_pjsip_trunks_defaults.sql @@ -1320,4 +1320,56 @@ INSERT INTO `rest_pjsip_trunks_defaults` (`provider_id`,`keyword`,`data`) VALUES (26,"t38_udptl_nat","no"), (26,"transport","0.0.0.0-udp"), (26,"trust_rpid","no"), -(26,"userconfig",""); +(26,"userconfig",""), +(27,"aor_contact",""), +(27,"aors",""), +(27,"auth_rejection_permanent","off"), +(27,"authentication","outbound"), +(27,"client_uri",""), +(27,"codecs","ulaw,alaw"), +(27,"context","from-pstn-toheader"), +(27,"dialopts",""), +(27,"dialoutopts_cb","sys"), +(27,"direct_media","no"), +(27,"disabletrunk","off"), +(27,"dtmfmode","auto"), +(27,"expiration","300"), +(27,"failtrunk_enable","0"), +(27,"fatal_retry_interval","0"), +(27,"fax_detect","no"), +(27,"forbidden_retry_interval","10"), +(27,"force_rport","yes"), +(27,"from_domain","evoip.activenetwork.it"), +(27,"hcid","on"), +(27,"identify_by","default"), +(27,"inband_progress","no"), +(27,"language",""), +(27,"match",""), +(27,"max_retries","10000"), +(27,"maxchans",""), +(27,"media_address",""), +(27,"media_encryption","no"), +(27,"message_context",""), +(27,"npanxx",""), +(27,"outbound_proxy","sip:127.0.0.1:5060"), +(27,"peerdetails",""), +(27,"qualify_frequency","60"), +(27,"register",""), +(27,"registration","send"), +(27,"retry_interval","60"), +(27,"rewrite_contact","yes"), +(27,"rtp_symmetric","no"), +(27,"sendrpid","no"), +(27,"server_uri",""), +(27,"sip_server","evoip.activenetwork.it"), +(27,"sip_server_port","5060"), +(27,"support_path","no"), +(27,"sv_usercontext",""), +(27,"t38_udptl","no"), +(27,"t38_udptl_ec","none"), +(27,"t38_udptl_maxdatagram",""), +(27,"t38_udptl_nat","no"), +(27,"transport","0.0.0.0-udp"), +(27,"trust_rpid","no"), +(27,"userconfig",""); +