125 usec per sample. 251 ms should allow milliwatt to work without a phase shift producing a cleaner milliwatt tone for test sets.

/b




git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16078 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-12-29 18:07:24 +00:00
parent e485dcc73f
commit 716574ebcb
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@
<extension name="milliwatt">
<condition field="destination_number" expression="^9997$">
<action application="answer"/>
<action application="playback" data="tone_stream://%(10000,0,1004);loops=-1"/>
<action application="playback" data="tone_stream://%(251,0,1004);loops=-1"/>
</condition>
</extension>