forked from Mirrors/freeswitch
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:
parent
e485dcc73f
commit
716574ebcb
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue