David T Hollis
2003-Feb-24  10:16 UTC
[Asterisk-Users] Outgoing calls possible with linejack?
I am trying to setup a simple PSTN gateway with Asterisk, gnophone and a 
Quicknet LineJack card to allow me to make calls from 
gnophone->asterisk->linejack->PSTN.  I can use the linejack as a
regular
  phonejack and act as a normal extension, or use it as fxo and it 
answers incoming calls and goes through the menu.  But if I try to make 
an outgoing call, I get:
WARNING[245775]: File chan_phone.c, Line 667 (phone_mini_packet): Read 
returned 0
My entry in extensions.conf so if I call extension 700, it will call 
outbound:
exten => 700,1,Dial(${TRUNK}/5551234)
Is it possible to use the linejack like this with asterisk?
Lubomir Christov
2003-Feb-24  23:35 UTC
[Asterisk-Users] Outgoing calls possible with linejack?
If you receive some answer about asterisk->linejack->PSTN please let me know Lubo David T Hollis wrote:> I am trying to setup a simple PSTN gateway with Asterisk, gnophone and a > Quicknet LineJack card to allow me to make calls from > gnophone->asterisk->linejack->PSTN. I can use the linejack as a regular > phonejack and act as a normal extension, or use it as fxo and it > answers incoming calls and goes through the menu. But if I try to make > an outgoing call, I get: > > WARNING[245775]: File chan_phone.c, Line 667 (phone_mini_packet): Read > returned 0 > > > My entry in extensions.conf so if I call extension 700, it will call > outbound: > exten => 700,1,Dial(${TRUNK}/5551234) > > > > Is it possible to use the linejack like this with asterisk? > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users at lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > >