Egor Report post Posted 10/26/2007 10:35 PM We have call waiting option on our phone line. Hovewer, when there are two callers on the line and first one hangs up, the script continue to play and the second call is not answered. Can you please review the attached file and provide settings that will allow the use of call waiting feature. We do chage Tone Disconnect setting to ones that provided during the first caller hang up, while second is waiting. Thank you. 1026vgm.txt Share this post Link to post
SupportTeam Report post Posted 10/27/2007 03:16 AM Does the phone company play a 'disconnected' tone on the line when the first caller hangs up? If yes, then have you set the disconnect tone definition in the ConfigLine.xml file to match the played disconnect tone? Once the disconnect tone is detected VoiceGuide will hangup the call and the second calls' ringing will be detected and the second call will be answered like a normal call. Share this post Link to post
Egor Report post Posted 10/27/2007 02:06 PM Yes, we did. However: 1. We got the frequency without using VoiceGuide Recorder. Can you point to the user guide of that module? 2. Regular disconnect tone differentiates in frequency and length from call waiting line disconnect . How we can accommodate two disconnect tones? Thank you Share this post Link to post
SupportTeam Report post Posted 10/27/2007 03:33 PM 2. Regular disconnect tone differentiates in frequency and length from call waiting line disconnect . How we can accommodate two disconnect tones? When specifying additional Disconnect tones you can use a: <ID>DISCONNECT_X</ID> in the ConfigLine.xml file, where X can be 2,3,4... etc. <Tone Name="CallWaitingDisconnect"> <Notes>Disconnect tone played when Call Waiting is present</Notes> <ID>DISCONNECT_2</ID> <Freq1>428</Freq1> <Freq1Dev>50</Freq1Dev> <Freq2>0</Freq2> <Freq2Dev>0</Freq2Dev> <On>25</On> <OnDev>5</OnDev> <Off>75</Off> <OffDev>5</OffDev> <Count>3</Count> </Tone> http://www.voiceguide.com/vghelp/source/ht...ctiondetect.htm Share this post Link to post