New Posts New Posts RSS Feed - Routing line through speakers
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Way2call telephony device is your ultimate telephony integration solution!

Routing line through speakers

 Post Reply Post Reply Page  <12
Author
doronsh View Drop Down
Way2call
Way2call


Joined: Mar 16 2009
Status: Offline
Points: 95
Post Options Post Options   Thanks (0) Thanks(0)   Quote doronsh Quote  Post ReplyReply Direct Link To This Post Posted: Apr 20 2010 at 12:51pm

What is your Hi-Phone Maestro model (IVR, PWD or PWC)?

Back to Top
mattj View Drop Down
Newbie
Newbie


Joined: Apr 15 2010
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote mattj Quote  Post ReplyReply Direct Link To This Post Posted: Apr 20 2010 at 1:04pm
I have the ivr.
Back to Top
doronsh View Drop Down
Way2call
Way2call


Joined: Mar 16 2009
Status: Offline
Points: 95
Post Options Post Options   Thanks (0) Thanks(0)   Quote doronsh Quote  Post ReplyReply Direct Link To This Post Posted: Apr 20 2010 at 1:30pm

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

Back to Top
mattj View Drop Down
Newbie
Newbie


Joined: Apr 15 2010
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote mattj Quote  Post ReplyReply Direct Link To This Post Posted: Apr 23 2010 at 10:41am
I've upgraded to the PWD model have plugged in some speakers and it still doesn't pass the beep test. Please advise.
Back to Top
doronsh View Drop Down
Way2call
Way2call


Joined: Mar 16 2009
Status: Offline
Points: 95
Post Options Post Options   Thanks (0) Thanks(0)   Quote doronsh Quote  Post ReplyReply Direct Link To This Post Posted: Apr 23 2010 at 11:16am

What is a beep test?

What exactly are you trying to do?

Back to Top
mattj View Drop Down
Newbie
Newbie


Joined: Apr 15 2010
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote mattj Quote  Post ReplyReply Direct Link To This Post Posted: Apr 23 2010 at 11:20am
I would like to monitor the outbound calls as they are happening.
Back to Top
doronsh View Drop Down
Way2call
Way2call


Joined: Mar 16 2009
Status: Offline
Points: 95
Post Options Post Options   Thanks (0) Thanks(0)   Quote doronsh Quote  Post ReplyReply Direct Link To This Post 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;
Back to Top
 Post Reply Post Reply Page  <12

Forum Jump Forum Permissions View Drop Down



This page was generated in 0.109 seconds.