Advertisement
cpav

astpp-sip

Feb 26th, 2018
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. dialplan=XML
  2. user-agent-string=ASTPP
  3. debug=0
  4. sip-trace=no
  5. tls=false
  6. inbound-reg-force-matching-username=true
  7. disable-transcoding=false
  8. all-reg-options-ping=false
  9. unregister-on-options-fail=false
  10. log-auth-failures=true
  11. inbound-bypass-media=false
  12. inbound-proxy-media=false
  13. disable-transfer=true
  14. enable-100rel=false
  15. rtp-timeout-sec=60
  16. dtmf-duration=2000
  17. manual-redirect=false
  18. aggressive-nat-detection=true
  19. enable-timer=false
  20. minimum-session-expires=120
  21. session-timeout-pt=1800
  22. auth-calls=true
  23. apply-inbound-acl=default
  24. inbound-codec-prefs=G729,PCMU,GSM,PCMA
  25. outbound-codec-prefs=G729,PCMU,GSM,PCMA
  26. inbound-late-negotiation=true
  27. sip-capture=no
  28. forward-unsolicited-mwi-notify=false
  29. context=default
  30. rfc2833-pt=101
  31. rtp-timer-name=soft
  32. hold-music=$${hold_music}
  33. manage-presence=true
  34. presence-hosts=$${domain},$${local_ip_v4}
  35. presence-privacy=$${presence_privacy}
  36. inbound-codec-negotiation=generous
  37. auth-all-packets=false
  38. ext-rtp-ip=autonat:mypublicip
  39. ext-sip-ip=autonat:mypublicip
  40. rtp-hold-timeout-sec=1800
  41. force-register-domain=$${domain}
  42. force-subscription-domain=$${domain}
  43. force-register-db-domain=$${domain}
  44. challenge-realm=auto_from
  45. nonce-ttl=60
  46. pass-callee-id=false
  47. sip-ip=172.16.0.109
  48. rtp-ip=172.16.0.109
  49. multiple-registrations=true
  50. nat-options-ping=true
  51. dtmf-type=rfc2833
  52. sip-cid-type=rpid
  53. cid-type=rpid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement