Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Voice Gateway API (VGAPI) Developer Center
Overview
Documentation
Community
Testing
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to TCL-API
How Can I change the voice volume?
Threads [
Previous
|
Next
]
Jean Lofrano
Posts:
73
Join Date:
4/19/11
Recent Posts
How Can I change the voice volume?
Answer
3/21/12 12:51 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi,
I have a script working properly.
But some users sad that voice volume is high and anothers sad that the voice is low..
proc ActionPlayWelcome { } {
puts "IT7: playing audio Welcome"
global WelcomePrompt
global CallerID
leg setupack leg_incoming
leg proceeding leg_incoming
leg connect leg_incoming
set CallerID [infotag get leg_ani]
puts "IT7: Caller ID $CallerID"
media play leg_incoming $WelcomePrompt
puts "IT7: Audio played Welcome"
}
thanks.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Yaw-Ming Chen
Posts:
470
Join Date:
4/9/08
Recent Posts
RE: How Can I change the voice volume?
Answer
3/15/12 8:34 PM as a reply to Jean Lofrano.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Tcl has no control of voice volume
Thanks
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Jean Lofrano
Posts:
73
Join Date:
4/19/11
Recent Posts
RE: How Can I change the voice volume?
Answer
3/15/12 8:52 PM as a reply to Yaw-Ming Chen.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Ok thanks.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top