[Asterisk-Users] RE: Help! VoiceTronix Multi FXO/FXS Problem

2003-12-17 Thread Ahmad Faiz
Jacky, The problem is caused by the definition for the different tones in chan_vpb.c , which is specifying an invalid first/second/third tone level. From vpbapi.h source code: typedef struct { unsigned short freq1; // frequency of first tone unsigned short freq2; // frequency

[Asterisk-Users] RE: Help! VoiceTronix Multi FXO/FXS Problem

2003-12-17 Thread Ahmad Faiz
Can anyone else with a VoiceTronix OpenSwitch 6/12 card try this out and see if this fixes the problem originally mentioned? Here's what I came across: 1) When using the default chan_vpb.c file, i get a exception caught: VPBAPI_DIAL_INVALID_LEVEL, file: vpbdial.cpp line:872 error when executing

[Asterisk-Users] RE: Help! VoiceTronix Multi FXO/FXS Problem (Jacky)

2003-12-16 Thread Paul Bagyenda
Hi, Firstly it appears you are not passing the extension to be dialed to the Dial command, so the driver is dialing badly. It should be something like dial(vpb/1-2/102) since this is a line port. Admittedly the driver needs to check better that the number it is trying to dial is legit but it