Skip to content

Commit

Permalink
Update 50_asterisk.rest_pjsip_trunks_defaults.sql
Browse files Browse the repository at this point in the history
add active netowrk evoip
  • Loading branch information
viktec authored Jan 28, 2025
1 parent b6a8fce commit 6d7cabd
Showing 1 changed file with 53 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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","");

0 comments on commit 6d7cabd

Please sign in to comment.