Ahmad Faiz
2003-Dec-03 01:12 UTC
[Asterisk-Users] Asterisk with Voicetronix OpenLine4 card
hi there, i've been able to successfully run asterisk with the Voicetronix OpenLine4 card, it can accept calls and function normally. The only problem I'm experiencing so far is getting the card to outdial to a third party. What I'm trying to achieve is basically call bridging, where the caller dials in to asterisk, some IVR plays and then attempts to perform a "transfer" to a third party, and once the outbound call is connected both legs are bridged. I've seen some dialplans out there that use the normal Dial application. in my dialplan i've used various different methods: exten => s,5,Dial(55555555) exten => s,5,Dial(vpb/55555555) exten => s,5,Dial(vpb/1-3/55555555) (the third one is assuming it means board 1 line 3) in the log file, the following error is recorded each time the outbound dial is attempted: "File app_dial.c, Line 499 (dial_exec): Unable to create channel of type 'vpb'" As far as the vpb.conf file goes, my attempts include: 1) Setting channels 1 and 2 as FXO, channels 3 and 4 as immediate 2) Setting channels 1 and 2 as FXO, channels 3 and 4 as dialtone 3) Setting channels 1-4 as FXO i may have something mixed up here, has anyone had any success with this? note that i'm not using the OpenSwitch card, it's the OpenLine. Thanks, Faiz
Jorge Mendoza
2003-Dec-03 07:08 UTC
[Asterisk-Users] Asterisk with Voicetronix OpenLine4 card
Try the following: vpb.conf: [interfaces] echocancel = on board = 1 context = default mode = fxo channel = 3 extensions.conf: exten => _9.,1,Dial(vpb/1-3/${EXTEN:1}) exten => _9.,2,Congestion Hope help you Jorge Ahmad Faiz wrote:>hi there, > >i've been able to successfully run asterisk with the Voicetronix OpenLine4 >card, it can accept calls and function normally. The only problem I'm >experiencing so far is getting the card to outdial to a third party. > >What I'm trying to achieve is basically call bridging, where the caller >dials in to asterisk, some IVR plays and then attempts to perform a >"transfer" to a third party, and once the outbound call is connected both >legs are bridged. > >I've seen some dialplans out there that use the normal Dial application. in >my dialplan i've used various different methods: > >exten => s,5,Dial(55555555) >exten => s,5,Dial(vpb/55555555) >exten => s,5,Dial(vpb/1-3/55555555) > >(the third one is assuming it means board 1 line 3) > >in the log file, the following error is recorded each time the outbound dial >is attempted: > >"File app_dial.c, Line 499 (dial_exec): Unable to create channel of type >'vpb'" > >As far as the vpb.conf file goes, my attempts include: > >1) Setting channels 1 and 2 as FXO, channels 3 and 4 as immediate >2) Setting channels 1 and 2 as FXO, channels 3 and 4 as dialtone >3) Setting channels 1-4 as FXO > >i may have something mixed up here, has anyone had any success with this? >note that i'm not using the OpenSwitch card, it's the OpenLine. > >Thanks, >Faiz > >