Hi Steven, It looks to me as if you haven't defined 'channel = 9' in your vpb.conf file ... yet the log output shows that you are attempting to use that undefined channel. Try adding it to your vpb.conf first. Terence On 10 Feb 04, at 2:24 AM, Steven Kawuma wrote:> Hi all, > > I'm using a voicetronix openswitch6 card with asterisk. When I try to > dial the vpb phone from my application, I get t he following error: > > -- Executing Dial("Zap/1-1", > "vpb/1-9|10|mtT||/usr/local/sbin/parlix_dial_event 2 196") in new stack > -- 1-9 requested, got: [None] > NOTICE[524311]: File app_dial.c, Line 506 (dial_exec): Unable to create > channel of type 'vpb' > > What does it mean? Below is my vpb.conf:-- snip --
Hi all, I'm using a voicetronix openswitch6 card with asterisk. When I try to dial the vpb phone from my application, I get t he following error: -- Executing Dial("Zap/1-1", "vpb/1-9|10|mtT||/usr/local/sbin/parlix_dial_event 2 196") in new stack -- 1-9 requested, got: [None] NOTICE[524311]: File app_dial.c, Line 506 (dial_exec): Unable to create channel of type 'vpb' What does it mean? Below is my vpb.conf: [interfaces] echocancel = on board = 1 context = agents ; Note that V6PCI channel numbers start at 7! mode = fxo channel = 7 ;channel = 8 mode = dialtone ;channel = 11 ;channel = 12 -- Work like you don't need the money, love like you've never been hurt, and dance like you do when no one is watching.
Hi, My vpb.conf now reads: [interfaces] echocancel = on board = 1 context = parlix_agents ; Note that V6PCI channel numbers start at 7! mode = fxo channel = 7 channel = 8 mode = dialtone channel = 9 channel = 10 channel = 11 channel = 12 But I still get the same error. Just in case, `lsmod | grep vpb` gives vpb 135264 0 (unused) vpbhp 224128 1 Thanks in advance. Steven. On Mon, 2004-02-09 at 10:24, Steven Kawuma wrote:> Hi all, > > I'm using a voicetronix openswitch6 card with asterisk. When I try to > dial the vpb phone from my application, I get t he following error: > > -- Executing Dial("Zap/1-1", > "vpb/1-9|10|mtT||/usr/local/sbin/parlix_dial_event 2 196") in new stack > -- 1-9 requested, got: [None] > NOTICE[524311]: File app_dial.c, Line 506 (dial_exec): Unable to create > channel of type 'vpb' > > What does it mean? Below is my vpb.conf: > > [interfaces] > > echocancel = on > board = 1 > > context = agents > > ; Note that V6PCI channel numbers start at 7! > mode = fxo > channel = 7 > ;channel = 8 > > mode = dialtone > ;channel = 11 > ;channel = 12-- Work like you don't need the money, love like you've never been hurt, and dance like you do when no one is watching.