[Home]

Summary:ASTERISK-01235: Dial Broken, Timeout == 0 & Immediate Bridge?
Reporter:epreston2 (epreston2)Labels:
Date Opened:2004-03-17 20:23:22.000-0600Date Closed:2004-09-25 02:52:13
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:
FXS to FXS Dial rings once then is bridged,
even with the call-to station being onhook.

also, vpb_call receives a timeout equal to 0 always.


****** ADDITIONAL INFORMATION ******

OpenSwitch6
asterisk-0.7.2
vpb-driver-2.2.35
Comments:By: Brian West (bkw918) 2004-03-17 21:16:32.000-0600

Can you provide a bit more detail.

By: alric (alric) 2004-03-22 12:11:45.000-0600

Any updates?  What does your * cli verbose output look like around where the calls are bridged?  What types of hardware are you using?

By: epreston2 (epreston2) 2004-03-22 13:21:08.000-0600

Hardware is Voicetronix Openswitch/6.
Driver is chan_vpb.c

vpb_call timeout receiving 0 is normal after doing some tracing throught the code.

ast_waitfor_nandfds/channel.c seems to starve dial procedure
resulting in dialing forever. winner is always the first channel so timer on second channel never decrements and thus dialing continues forever.

I don't think many people have this hardware.
I'm working on fixing up the driver at this point.

By: VoiceTronix (benkramer) 2004-03-31 19:53:50.000-0600

Was this bug in the development branch of Asterisk ?
If so, I have just put in a large amount of changes to the development branch in CVS, and this appears to be functioning correctly.

By: Mark Spencer (markster) 2004-04-03 21:07:32.000-0600

epreston: is this still an issue on cvs head?

By: Mark Spencer (markster) 2004-04-09 13:42:38

Well, without any more contact with epreston, we're presuming this fixed in CVS head.