Jalal Vetran
Joined: April 24 2006 Location: Iran Posts: 188
|
Posted: June 24 2007 at 10:59am | IP Logged
|
|
|
Unfortunately SetPhoneLineVolume function only applies on Received voice data.
One good option would be accepting the Volume for both Received and Sent data. This is useful when microphone does not generate good quality voice.
I think this new interface would be perfect.
Code:
TELEPHONY_RETURN_VALUE SetPhoneLineVolume(
SIPHANDLE hStateMachine,
int PhoneLine,
int RxVolume,
int TxVolume
);
|
|
|
Regards,
Jalal
|