Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Not A Bug
-
Labels:None
-
Environment:FreeBSD
Description
Wiki has:
%(100,100,350,440);L(3)
for generating a 3 burst stutter dial tone however using:
var confirmation = "tone_stream://%(100,100,350,440);L(3)";
in javascript doesn't result in three beeps. Using:
var confirmation = "tone_stream://L=3;%(100,100,350,440)";
works fine.
%(100,100,350,440);L(3)
for generating a 3 burst stutter dial tone however using:
var confirmation = "tone_stream://%(100,100,350,440);L(3)";
in javascript doesn't result in three beeps. Using:
var confirmation = "tone_stream://L=3;%(100,100,350,440)";
works fine.
/b