Way2call telephony device is your ultimate telephony integration solution! |
Routing line through speakers |
Post Reply | Page 12> |
Author | |
doronsh
Way2call Joined: Mar 16 2009 Status: Offline Points: 95 |
Post Options
Thanks(0)
Posted: Apr 23 2010 at 11:32am |
In order to do so, you should attach the selected Line to the headset See code to attach a phone to a specific line. You should do similar, BUT with headset attach. This way, the audio from the Line will be monitored by the Headset speaker output. case IDC_CHK_ATTACH_PHONE:
if(IsDlgButtonChecked(hDlg, LOWORD(wParam))) { DWORD dwFlags=0; if(IsDlgButtonChecked(hDlg, IDC_CHK_ATTACH_PHONE_HOOK))
dwFlags |= W2C_TERMMODE_HOOKSWITCH; if(IsDlgButtonChecked(hDlg, IDC_CHK_ATTACH_PHONE_RING))
dwFlags |= W2C_TERMMODE_RINGER; if(IsDlgButtonChecked(hDlg, IDC_CHK_ATTACH_PHONE_AUDIO_TO_LINE))
dwFlags |= W2C_TERMMODE_MEDIATOLINE; if(IsDlgButtonChecked(hDlg, IDC_CHK_ATTACH_PHONE_AUDIO_FROM_LINE))
dwFlags |= W2C_TERMMODE_MEDIAFROMLINE; w2cUsbM_SetTerminal(m_SelfID, W2C_TERMINAL_PHONE, dwFlags,0); } else w2cUsbM_SetTerminal(m_SelfID, W2C_TERMINAL_PHONE, W2C_TERMMODE_NONE,0); break;
|
|
mattj
Newbie Joined: Apr 15 2010 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
I would like to monitor the outbound calls as they are happening.
|
|
doronsh
Way2call Joined: Mar 16 2009 Status: Offline Points: 95 |
Post Options
Thanks(0)
|
What is a beep test? What exactly are you trying to do? |
|
mattj
Newbie Joined: Apr 15 2010 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
I've upgraded to the PWD model have plugged in some speakers and it still doesn't pass the beep test. Please advise.
|
|
doronsh
Way2call Joined: Mar 16 2009 Status: Offline Points: 95 |
Post Options
Thanks(0)
|
The Hi-Phone Maestro IVR model enables the audio to from the headset, handset and 4 lines to/from the PC. The PWD model enables to switch each of the lines to the headset or handset. To perform the required operation in a simple way, the PWD model is required. The Hi-Phone Maestro IVR model can be upgraded to PWD model |
|
mattj
Newbie Joined: Apr 15 2010 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
I have the ivr.
|
|
doronsh
Way2call Joined: Mar 16 2009 Status: Offline Points: 95 |
Post Options
Thanks(0)
|
What is your Hi-Phone Maestro model (IVR, PWD or PWC)? |
|
mattj
Newbie Joined: Apr 15 2010 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
I'de like to be able to monitor the call through the speakers by any means possible in real time.
|
|
doronsh
Way2call Joined: Mar 16 2009 Status: Offline Points: 95 |
Post Options
Thanks(0)
|
The Hi-Phone Maestro has a variety of audio paths, which are s/w dependable. Some of the audio paths are related to the device model (e.g Phone or headset to the Line may be enable in the Maestro PWD and PWC model, but not in the IVR model). See the Maestro product page for more details. www.way2call.com >>> Maestro What exactly you are expecting to hear? What is your Hi-Phone Maestro model (IVR, PWD or PWC)? |
|
mattj
Newbie Joined: Apr 15 2010 Status: Offline Points: 11 |
Post Options
Thanks(0)
|
I've plugged a set of speakers in the back of my maestro and I don't hear anything. Am I suppose to do anything else?
|
|
Post Reply | Page 12> |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0.113 seconds.