Syntellect CT-ADE Community  

Go Back   Syntellect CT-ADE Community > CT-ADE Products and Development > ADL
Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 01-21-2010, 08:20 PM
Cesar Cesar is offline
Junior Member
 
Join Date: Jan 2010
Posts: 6
Default Too much Ringing

Does any one know how to control the ringing on an outbound call.

My application rings 10-15 times, then redials and rings 10-15 times again. All on the same call.

This is my code:

TrunkEnableCallAnalysis();
MediaSetInt(224,4);


However, it does not control the excessive ringing.

thx

Cesar
Reply With Quote


  #2  
Old 01-22-2010, 11:18 AM
aaksyonenko's Avatar
aaksyonenko aaksyonenko is offline
Member
 
Join Date: Dec 2009
Location: Moscow, Russia
Posts: 91
Default

Based on my experience, you can't control the number of rings exactly. But you can control how long your call will be ringing by setting a timer and putting a loop after your TrunkMakeCall(). The loop is terminated when the trunk state changes to CONNECTED, or when the timer reaches a specified number of seconds. To determine the number of seconds - call your own phone and use a stopwatch to time how many seconds it takes to ring once + the number of seconds for the pause between rings. In US this is somewhere between 2 and 3 seconds, if I am not mistaken.
__________________
Alexey Aksyonenko
Director of IT (MCP, MCDBA)
COA Network
www.COANetwork.com
Reply With Quote


  #3  
Old 02-25-2010, 12:33 PM
broldan's Avatar
broldan broldan is offline
Junior Member
 
Join Date: Feb 2010
Location: Mexico City
Posts: 10
Default

If you are using CT ADE v10.0 you can use the MediaSetInt(R4DxMediaCAP_noanswer, TimeBeforeNoAnswer) for controling the long of the time, the TimeBeforeNoAnswer parameter by default is 30s.

If you need to change the default value to 10s you need to use the next example:

MediaSetInt(275, 10) but it is just valid if you are using PCPA. Please see the CT ADE Documentation library in the section Call Progress Analysis: Customizing DX_CAP in R4DxMedia for more details.

Best Regards.
__________________
Bricio Roldán Marín
Support Engineer

Last edited by broldan; 02-25-2010 at 12:35 PM.
Reply With Quote


  #4  
Old 03-11-2010, 11:29 AM
YouAintTheHost's Avatar
YouAintTheHost YouAintTheHost is offline
Junior Member
 
Join Date: Dec 2009
Posts: 4
Default Ringing

PS... Ring time is 6 seconds per ring, 2 seconds ring, and 4 seconds silence.
__________________
February 5th 2036. The end of the world
Reply With Quote


  #5  
Old 03-27-2010, 05:42 PM
Cesar Cesar is offline
Junior Member
 
Join Date: Jan 2010
Posts: 6
Default Thx guys

I appreciate it. Problem is now resolved.
Reply With Quote


Reply

Tags
too much ring

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Select Forum


All times are GMT -5. The time now is 03:04 AM.

© Copyright 2009 Syntellect Inc. All Rights Reserved