portaudio.conf.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. <configuration name="portaudio.conf" description="Soundcard Endpoint">
  2. <settings>
  3. <!-- indev, outdev, ringdev:
  4. partial case sensitive string match on something in the name
  5. or the device number prefixed with # eg "#1" (or blank for default) -->
  6. <!-- device to use for input -->
  7. <param name="indev" value=""/>
  8. <!-- device to use for output -->
  9. <param name="outdev" value=""/>
  10. <!--device to use for inbound ring -->
  11. <!--<param name="ringdev" value=""/>-->
  12. <!--File to play as the ring sound -->
  13. <!--<param name="ring-file" value="/sounds/ring.wav"/>-->
  14. <!--Number of seconds to pause between rings -->
  15. <!--<param name="ring-interval" value="5"/>-->
  16. <!--file to play when calls are on hold-->
  17. <!--<param name="hold-file" value="/sounds/holdmusic.wav"/>-->
  18. <!--Timer to use for hold music (i'd leave this one commented)-->
  19. <!--<param name="timer-name" value="soft"/>-->
  20. <!--Default dialplan and caller-id info -->
  21. <param name="dialplan" value="XML"/>
  22. <param name="cid-name" value="$${outbound_caller_name}"/>
  23. <param name="cid-num" value="$${outbound_caller_id}"/>
  24. <!--audio sample rate and interval -->
  25. <param name="sample-rate" value="8000"/>
  26. <param name="codec-ms" value="20"/>
  27. </settings>
  28. </configuration>