udptl.conf.sample 656 B

1234567891011121314151617181920212223242526
  1. ;
  2. ; UDPTL Configuration (UDPTL is one of the transports for T.38)
  3. ;
  4. [general]
  5. ;
  6. ; UDPTL start and UDPTL end configure start and end addresses
  7. ;
  8. udptlstart=4000
  9. udptlend=4999
  10. ;
  11. ; Whether to enable or disable UDP checksums on UDPTL traffic
  12. ;
  13. ;udptlchecksums=no
  14. ;
  15. ; The number of error correction entries in a UDPTL packet
  16. ;
  17. udptlfecentries = 3
  18. ;
  19. ; The span over which parity is calculated for FEC in a UDPTL packet
  20. ;
  21. udptlfecspan = 3
  22. ;
  23. ; Some VoIP providers will only accept an offer with an even-numbered
  24. ; UDPTL port. Set this option so that Asterisk will only attempt to use
  25. ; even-numbered ports when negotiating T.38. Default is no.
  26. use_even_ports = no