similar to: IXJ Quicknet PhoneJack issues

Displaying 20 results from an estimated 900 matches similar to: "IXJ Quicknet PhoneJack issues"

2010 Aug 18
2
IXJ issues on 1.4.35
My thanks for previous help on fixing IXJ issues in 1.2.40; I now have problems with a just-built 1.4.35 on the same host: [Aug 18 17:26:48] WARNING[27209]: app_dial.c:1298 dial_exec_full: Unable to create channel of type 'Phone' (cause 0 - Unknown) == Everyone is busy/congested at this time (1:0/0/1) O/S: Linux 2.4.27; IXJ driver for Linux Rev. 3.5, gcc 3.01 I applied the patch for
2004 May 02
1
phonejack and linejack in the same system
Hi, I am a newbie in asterisk, i could compile it and run it with no problem on a RedHat 9. In the same box, i got a linejack and a phonejack cards and i downloaded the CVS driver from quicknet. This 2 card were working in a openh323 (openphone and pstn) project with gnugk on a RedHat 9. I am using the default samples, and i tried /dev/phone0 and /dev/phone1, but when i run asterisk, i get this
2004 May 31
3
Quicknet PhoneJack Configuration
Hi all, I am still confused about the way to use asterisk with QuickNet Phonejack. If I am not wrong, The phonejack card should be using the phone.conf as the asterisk channel. I was initially confused with the ZAP channel (The digium card), now that I have found out that Phonejack should use the Linux Telephony Devices and its configuration file is phone.conf, but the question is I do not know
2004 Dec 19
2
QuickNet Internet PhoneJack problem
Hi list, I have some problems to get the QuickNet Internet PhoneJack working. What .conf files do I have to edit to get a dialtone for the first test with the standard configs from asterisk? I have the ixj driver running and a cat /proc/ixj after asterisk start tells me one reader and one writer. But if I pick up the receiver I don't get a dialtone nor I'm able to dial a number.
2004 Sep 11
1
mknod /dev/phone0 c 100 0
I want * to answer the phone when call comes-in. I've enabled /dev/phone0 in phone.conf and created /dev/phone0 with a command: mknod /dev/phone0 c 100 0 Though, when I start * I get: Parsing '/etc/asterisk/phone.conf': Found Sep 12 00:18:42 WARNING[16384]: chan_phone.c:950 mkif: Unable to open '/dev/phone0' Sep 12 00:18:42 ERROR[16384]: chan_phone.c:1141 load_module: Unable
2003 Apr 29
10
Creating a phone channel
I need help creating a channel for my phone device (Quicknet PhoneJack). I have installed and loaded the driver and phone devices listen in /dev (phone0 - phone15). [phone.conf] mode=dialtone format=slinear device => /dev/phone0 fxoks=2 ;Quicknet PhoneJack [extensions.conf] ... exten=>_NXXNXXXXXX,1,Dial,Phone/phone0 ... When I try to make a call, I get the following output: Executing
2005 Mar 19
1
Asterisk Quicknet FWD Problem - no path to translate from Phone/phone0 to SIP
I cant seem to be able to figure this out. As much as I can tell it is a codec problem. I can dial out to 612@fwd.pulver.com and the "Call Me" test there rings my phone. However when the callee endpoint answers, there is a failure to translate: Outgoing Call for 612 612 is not a local user -- Called 612@fwdpulvercom No path to translate from SIP/fwdpulvercom-dd5a(2) to
2003 Nov 15
3
Problem with the Internet LineJACK ISA card...
Hi, I'm having problems with setting up my ISA LineJack card on Linux machine... I've done everithing according to documentation available, by compiling the new ixj driver (v1.2.1), loading it, adding device node /dev/phone0 with major number 100 and minor number 0, adding aliases into the /etc/modules.conf: alias char-major-100 phonedev alias char-major-100-0 ixj and running depmod
2005 Jan 27
1
Trouble with Quicknet Linejack
I have a Quicknet Linejack in /dev/phone0. My phone.conf is: [interfaces] mode=dialtone format=slinear echocancel=medium context=mayores device => /dev/phone0 Only I can mark 7 digits, soon asterisk tries dial automatically. I cannot mark 8 or more digits. 6 or less digits work ok. -------------- next part -------------- An HTML attachment was
2003 Sep 02
0
IXJ card doesn't want to dial out (see previous thread, asterisk won't answer pstn ring)
Hi all, Currently trying to get asterisk to dial out with an Internet Line Jack card, however, it does not use the pots line, only on the line it dials out of. This is similar to the previous thread/posting "Asterisk won't answer pstn ring", but I didn't find any follow up to get it working. My asterisk setup is like this: iptelephony:/etc/asterisk# cat phone.conf | grep -v
2003 Mar 21
8
Help with linejack as a trunk?
I have a linejack and a phone jack in my asterisk server working well between the SIP phones and the phonejack. what I cannot get to work is the outbound linejack Phone/phone0 trunk line? how can I get a SIP or Phone/phone1 phonejack phone to dial 9 then outside number and pickup Phone/phone0 and dial it? right now it accepts a 95551212 but busy's on the last digit 2. no outside dial.
2007 Jul 27
4
CONSOLE=Phone/phone0 and CONSOLE=Console/dsp and Zap/g2
Hi List; What the following mean: CONSOLE=Phone/phone0 CONSOLE=Console/dsp TRUNK=Zap/g2 I know SIP/John and Zap/1 but I do not know above (I do not know also the difference between Zap/2 and Zap/g2)? Any advise? Regards Bilal ____________________________________________________________________________________ Got a little couch potato? Check out fun summer activities for kids.
2004 Dec 11
0
Variable-length dialing with a Quicknet Inetnet PhoneJACK card
Hi, all. On a lark, I have gotten Asterisk 1.0.2 (from Debian testing) up and running, but I have found one problem when I try to use it with Free World Dialup: Dialing doesn't work properly. I have everything else working; it receives calls, ringing my phone and everything, but when I try to dial using the configs found on FWD's site for Asterisk at this URL:
2005 Sep 03
1
I connected my quicknet phonejack to the wall phone outlet and .......
waited for the aroma of burnt electronics. There wasn't any so I went to the next room and plugged in a telephone on the wall outlet. I picked up the handset and it rang my asterisk box. I dont have any phone service. The phone is working fine and have used it for hours listening to podcasts. And I can plug it to any phone in the house. Now I am thinking if I can plug another phone
2004 May 21
0
unable to use EXEC in AGI
dear list if I use EXEC in an agi script I get the following doing EXEC VoiceMailMain -- AGI Script Executing Application: (VoiceMailMain) Options: ((null)) May 21 04:25:10 WARNING[1209214400]: chan_phone.c:422 phone_read: Error reading: Resource temporarily unavailable May 21 04:25:10 WARNING[1209214400]: res_adsi.c:205 __adsi_transmit_messages: Un able to send CAS May 21 04:25:10
2004 Jul 21
0
Asterisk sees inbound call, but won't answer
Good evening, I am just getting started with Asterisk. I have it installed, and I believe I am on the right track, overall, to get it working, but I can't get the linejack to answer any calls. At this point, all I'm trying to do is have Asterisk answer an inbound call on my linejack, /dev/phone0, and play a greeting or tone. I figure, once I am able to get asterisk to actually answer the
2005 Mar 20
2
FWD to Vonage not working?
I am having trouble with this. I can dial 1800 numbers fine as well as FWD service numbers but not Vonage. I can be called from ipkall and fwd and can call aixtel numbers. I use aix2 with Fwd. My extensions.conf for Vonage: ; vonage numbers ; ; +2431 exten => _2431XXXXXXXXXX,1,SetCallerID,${FWDCIDNAME} exten =>
2007 Apr 12
1
compile problem with wavelenght
Hello Im trying to install an old version of Asterisk. But it isnt working: when I run "make install": gcc -o gentone gentone.c -lm ./gentone busy 480 620 Wavelength 1 (in samples): 16.66667 Minimum samples (1): 50 (3.000000.3 wavelengths) Wavelength 1 (in samples): 12.90323 Minimum samples (1): 400 (31.000000.3 wavelengths) Need 400 samples Wrote busy.h ./gentone ringtone 440 480
2003 Sep 13
9
LineJack + Asterisk HELP!
Hello, I have ISA card LineJack. I could not find any information if this card can work as fxo with Asterisk. If it can work, can somebody point me how to install it on my Asterisk box. Or maybe there is some documentation about it how to install LineJack. I will be very thankful for any help. Regards Bartosz Jozwiak ------------------------------------------------- This mail sent through IMP:
2003 May 23
7
LineJacks & Asterisk
Hi folks, First off all, I'm new to asterisk. I'd like to make a basic installation of * with a Linejack, as recommended in this mailing list, I downloaded and setup successfuly the pwlib, openh323 lib, asterisk and chan_323. I have made little changes to default configuration files packed with asterisk and I managed to call with the telephone plugged in my Linejack a friend