Skip to content

Instantly share code, notes, and snippets.

@electroniceel
Created February 2, 2020 13:22
Show Gist options
  • Save electroniceel/478a0b3c7ae572e01482f9caee491f63 to your computer and use it in GitHub Desktop.
Save electroniceel/478a0b3c7ae572e01482f9caee491f63 to your computer and use it in GitHub Desktop.
sipgate pjsip_wizard config
[sipgate-template](!)
type = wizard
sends_auth = yes
sends_registrations = yes
accepts_registrations = no
transport = transport-udp
; no tcp or tls support
remote_hosts = sipgate.de:5060
endpoint/allow = !all,g722,alaw
endpoint/context = from-sipgate
endpoint/trust_id_outbound = yes
endpoint/send_pai = yes
endpoint/dtmf_mode=auto
; no SRTP/SDES support
aor/qualify_frequency = 120
registration/expiration = 120
registration/retry_interval = 60
registration/forbidden_retry_interval = 120
registration/fatal_retry_interval = 120
registration/auth_rejection_permanent = no
registration/max_retries = 1000000
[sipgate_line1](sipgate-template)
outbound_auth/username = <your sipgate account number>
outbound_auth/password = xxx
registration/contact_user=<your phonenumber>
endpoint/from_user=<your sipgate account number, not the phonenumber!!!>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment