I attempted to install an X100P card but it was not correctly recognized by my Redhat 9 install. I had a test install running without any cards which was working great minus the outward dialing since no cards existed. Now that I have a card, I want to add it to the system. Do I have to scratch the whole current install in order to get the X100P running on my system or is there a way to get it installed as is? I really do not want to change my version of Asterisk since it is running well at this point. Is it possible to just update and add the card? Thanks, Wiley -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040720/30c4f494/attachment.htm
What problems are you having? Did you modprobe zaptel, then wcfxo? Is it configured correctly in /etc/zaptel.conf and /etc/asterisk/zapata.conf ? You should not have to scrap your configuration or even recompile Asterisk. Just load the right modules, run ztcfg and Asterisk should take it. ----- Original Message ----- From: Wiley E. Siler To: asterisk-users@lists.digium.com Sent: Tuesday, July 20, 2004 1:54 PM Subject: *****SPAM FOUND***** [Asterisk-Users] Installing X100P I attempted to install an X100P card but it was not correctly recognized by my Redhat 9 install. I had a test install running without any cards which was working great minus the outward dialing since no cards existed. Now that I have a card, I want to add it to the system. Do I have to scratch the whole current install in order to get the X100P running on my system or is there a way to get it installed as is? I really do not want to change my version of Asterisk since it is running well at this point. Is it possible to just update and add the card? Thanks, Wiley -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040720/61d9aff3/attachment.htm
I have asterisk setup to register with voice pulse. But when I dial the DID I get this error message on asterisk: Jul 20 15:17:54 NOTICE[-276984912]: chan_iax2.c:5183 socket_read: Rejected connect attempt from 66.234.228.132 This is my iax.conf disallow=all allow=G729 allow=ulaw allow=gsm register => in-wPD1KwVIXC3:LMU31HJ44G45@gw5.voicepulse.com [voicepulse] [vpconnect-t01] type=peer secret= LMU31HJ44G45 host=gwiaxt01.voicepulse.com auth=md5 qualify=yes [voicepulse] [vpconnect-t02] type=peer secret= LMU31HJ44G45 host=gwiaxt02.voicepulse.com auth=md5 qualify=yes My extensions.conf ;Dial to area code 518 only by voice pulse exten => _1518NXXXXXX,1,Dial(IAX2/wPD1KwVIXC3@vpconnect-t01/${EXTEN}) exten => _1518NXXXXXX,2,Dial(IAX2/wPD1KwVIXC3@vpconnect-t02/${EXTEN}) exten => h,1,Hangup exten => i,1,Hangup exten => t,1,Hangup ; Voice Pulse Incoming exten => _1NXXNXXXXXX,1,Playback(demo-congrats) exten => h,1,Hangup exten => i,1,Hangup exten => t,1,Hangup Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040720/2cc9bcb2/attachment.htm
Compile zaptel Edit /etc/zaptel.conf and /etc/asterisk/zaptel.conf modprobe zaptel modprobe wcfxo ztcfg start asterisk _____ From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Wiley E. Siler Sent: Tuesday, July 20, 2004 1:55 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Installing X100P I attempted to install an X100P card but it was not correctly recognized by my Redhat 9 install. I had a test install running without any cards which was working great minus the outward dialing since no cards existed. Now that I have a card, I want to add it to the system. Do I have to scratch the whole current install in order to get the X100P running on my system or is there a way to get it installed as is? I really do not want to change my version of Asterisk since it is running well at this point. Is it possible to just update and add the card? Thanks, Wiley -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040720/52156885/attachment.htm
You probably did not want to include your secrets in your email! But.... Celedonio Albarran wrote (on Jul 20):> I have asterisk setup to register with voice pulse. But when I dial > the DID I get this error message on asterisk: > > [voicepulse] > > [vpconnect-t01]You do this twice - an empty context and then one of the ones they suggest. You want one [voicepulse] context with something like this in it: [voicepulse] type=friend context=voicepulse-incoming secret=<your secret goes here> auth=md5 host=gw5.voicepulse.com in addition to the [vpconnect-t01]/[vpconnect-t02] contexts. The line that says context=voicepulse-incoming indicates where in extensions.conf to deliver the incoming calls. [voicepulse] deals with the incoming calls. The t01/t02 contexts deal with outgoing. Chris. -- == chrisy@flirble.org
You have to compile and install zaptel *before* asterisk for that to work. You don't have to change your version, just "make install" in zaptel source directory and then "make clean" & "make install" in asterisk source directory. -Seth On Tue, 2004-07-20 at 13:54, Wiley E. Siler wrote:> I attempted to install an X100P card but it was not correctly > recognized by my Redhat 9 install. I had a test install running > without any cards which was working great minus the outward dialing > since no cards existed. Now that I have a card, I want to add it to > the system. Do I have to scratch the whole current install in order > to get the X100P running on my system or is there a way to get it > installed as is? I really do not want to change my version of > Asterisk since it is running well at this point. Is it possible to > just update and add the card? > > Thanks, > Wiley >-- Seth Remington SaberLogic, LLC 661-B Weber Drive Wadsworth, Ohio 44281 Phone: (330)335-6442 Fax: (330)336-8559
When I run make I get all kinds of errors. So far I ahve yet to get past that problem and when I look for /etc/zaptel.conf and /etc/asterisk/zaptel.com these fiels do not exist. W _____ From: Celedonio Albarran [mailto:cele@advanceinternet.net] Sent: Tuesday, July 20, 2004 12:57 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Installing X100P Compile zaptel Edit /etc/zaptel.conf and /etc/asterisk/zaptel.conf modprobe zaptel modprobe wcfxo ztcfg start asterisk _____ From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Wiley E. Siler Sent: Tuesday, July 20, 2004 1:55 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Installing X100P I attempted to install an X100P card but it was not correctly recognized by my Redhat 9 install. I had a test install running without any cards which was working great minus the outward dialing since no cards existed. Now that I have a card, I want to add it to the system. Do I have to scratch the whole current install in order to get the X100P running on my system or is there a way to get it installed as is? I really do not want to change my version of Asterisk since it is running well at this point. Is it possible to just update and add the card? Thanks, Wiley -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040720/cc2bfc9b/attachment.htm
I have tried this repeatedly and I get errors and no output. I tried with the CVS version and the download rfom ftp.digium.com. I have the output of the make command but it is 109k in text file. Can I post an email with a zip file or is that not allowed? Wiley s -----Original Message----- From: Seth Remington [mailto:sremington@saberlogic.com] Sent: Tuesday, July 20, 2004 2:09 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Installing X100P You have to compile and install zaptel *before* asterisk for that to work. You don't have to change your version, just "make install" in zaptel source directory and then "make clean" & "make install" in asterisk source directory. -Seth On Tue, 2004-07-20 at 13:54, Wiley E. Siler wrote:> I attempted to install an X100P card but it was not correctly > recognized by my Redhat 9 install. I had a test install running > without any cards which was working great minus the outward dialing > since no cards existed. Now that I have a card, I want to add it to > the system. Do I have to scratch the whole current install in order > to get the X100P running on my system or is there a way to get it > installed as is? I really do not want to change my version of > Asterisk since it is running well at this point. Is it possible to > just update and add the card? > > Thanks, > Wiley >-- Seth Remington SaberLogic, LLC 661-B Weber Drive Wadsworth, Ohio 44281 Phone: (330)335-6442 Fax: (330)336-8559 _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Could this have to do with the fact that I do not have a copy of the redhat source code in the palce specified immediately at the top of Makefile? The writer makes reference to Redhat breaking stuff and that the headers... Here is is... # Okay, the people at RedHat have to break everything they can possibly even attempt to. # So, we have to look in /usr/src/linux-2.4/include for header files given their brain dead # crappy installation. (Mind you, I'm a RedHat user myself, so I suppose I'm just as # stupid as they are). Everyone else who is mildly sane of course links /usr/include/linux # to their working kernel source directory, the way God himself does, of course # (assuming He's running Linux -- which we all know He must). Well, I do not have a copy of those src files lcoated there. I installed from Redha 9.0 cds. Do I need to get a copy of the linux kernal source before I compile the zaptel stuff? Thanks, Wiley -----Original Message----- From: Seth Remington [mailto:sremington@saberlogic.com] Sent: Tuesday, July 20, 2004 2:09 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Installing X100P You have to compile and install zaptel *before* asterisk for that to work. You don't have to change your version, just "make install" in zaptel source directory and then "make clean" & "make install" in asterisk source directory. -Seth On Tue, 2004-07-20 at 13:54, Wiley E. Siler wrote:> I attempted to install an X100P card but it was not correctly > recognized by my Redhat 9 install. I had a test install running > without any cards which was working great minus the outward dialing > since no cards existed. Now that I have a card, I want to add it to > the system. Do I have to scratch the whole current install in order > to get the X100P running on my system or is there a way to get it > installed as is? I really do not want to change my version of > Asterisk since it is running well at this point. Is it possible to > just update and add the card? > > Thanks, > Wiley >-- Seth Remington SaberLogic, LLC 661-B Weber Drive Wadsworth, Ohio 44281 Phone: (330)335-6442 Fax: (330)336-8559 _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
The error I receive when I run make.... Thanks, Wiley -----Original Message----- From: Wiley E. Siler Sent: Tuesday, July 20, 2004 4:12 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Installing X100P Could this have to do with the fact that I do not have a copy of the redhat source code in the palce specified immediately at the top of Makefile? The writer makes reference to Redhat breaking stuff and that the headers... Here is is... # Okay, the people at RedHat have to break everything they can possibly even attempt to. # So, we have to look in /usr/src/linux-2.4/include for header files given their brain dead # crappy installation. (Mind you, I'm a RedHat user myself, so I suppose I'm just as # stupid as they are). Everyone else who is mildly sane of course links /usr/include/linux # to their working kernel source directory, the way God himself does, of course # (assuming He's running Linux -- which we all know He must). Well, I do not have a copy of those src files lcoated there. I installed from Redha 9.0 cds. Do I need to get a copy of the linux kernal source before I compile the zaptel stuff? Thanks, Wiley -----Original Message----- From: Seth Remington [mailto:sremington@saberlogic.com] Sent: Tuesday, July 20, 2004 2:09 PM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Installing X100P You have to compile and install zaptel *before* asterisk for that to work. You don't have to change your version, just "make install" in zaptel source directory and then "make clean" & "make install" in asterisk source directory. -Seth On Tue, 2004-07-20 at 13:54, Wiley E. Siler wrote:> I attempted to install an X100P card but it was not correctly > recognized by my Redhat 9 install. I had a test install running > without any cards which was working great minus the outward dialing > since no cards existed. Now that I have a card, I want to add it to > the system. Do I have to scratch the whole current install in order > to get the X100P running on my system or is there a way to get it > installed as is? I really do not want to change my version of > Asterisk since it is running well at this point. Is it possible to > just update and add the card? > > Thanks, > Wiley >-- Seth Remington SaberLogic, LLC 661-B Weber Drive Wadsworth, Ohio 44281 Phone: (330)335-6442 Fax: (330)336-8559 _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- A non-text attachment was scrubbed... Name: wiley.zip Type: application/x-zip-compressed Size: 8682 bytes Desc: wiley.zip Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040720/1c7215dd/wiley.bin
That did it. I have the wcfxo running and channeled. Now I just have to beat my dial pan. I can dial internally to all my SIPs but outbound and inbound off the X100P are still not running. Do I just do this... Define [incoming] in extensions [incoming] exten => 1234567,1,Dial(SIP/2000) ; 1234567 = a local incoming call number? exten => 1234567,2,Congestion Is this correct? Thanks for the help! Wiley -----Original Message----- From: Seth Remington [mailto:sremington@saberlogic.com] Sent: Tuesday, July 20, 2004 7:41 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Installing X100P Install the kernel-source RPM off of the RH9 CD. -Seth On Tue, 2004-07-20 at 20:28, Wiley E. Siler wrote:> The error I receive when I run make.... > > Thanks, > Wiley > > > -----Original Message----- > From: Wiley E. Siler > Sent: Tuesday, July 20, 2004 4:12 PM > To: asterisk-users@lists.digium.com > Subject: RE: [Asterisk-Users] Installing X100P > > Could this have to do with the fact that I do not have a copy of the > redhat source code in the palce specified immediately at the top of > Makefile? The writer makes reference to Redhat breaking stuff and > that the headers... Here is is... > > # Okay, the people at RedHat have to break everything they can > possibly even attempt to. > # So, we have to look in /usr/src/linux-2.4/include for header files > given their brain dead # crappy installation. (Mind you, I'm a RedHat> user myself, so I suppose I'm just as # stupid as they are). Everyone> else who is mildly sane of course links /usr/include/linux # to their > working kernel source directory, the way God himself does, of course #> (assuming He's running Linux -- which we all know He must). > > > Well, I do not have a copy of those src files lcoated there. I > installed from Redha 9.0 cds. Do I need to get a copy of the linux > kernal source before I compile the zaptel stuff? > > Thanks, > Wiley > > > -----Original Message----- > From: Seth Remington [mailto:sremington@saberlogic.com] > Sent: Tuesday, July 20, 2004 2:09 PM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] Installing X100P > > You have to compile and install zaptel *before* asterisk for that to > work. You don't have to change your version, just "make install" in > zaptel source directory and then "make clean" & "make install" in > asterisk source directory. > > -Seth > > On Tue, 2004-07-20 at 13:54, Wiley E. Siler wrote: > > I attempted to install an X100P card but it was not correctly > > recognized by my Redhat 9 install. I had a test install running > > without any cards which was working great minus the outward dialing > > since no cards existed. Now that I have a card, I want to add it to> > the system. Do I have to scratch the whole current install in order> > to get the X100P running on my system or is there a way to get it > > installed as is? I really do not want to change my version of > > Asterisk since it is running well at this point. Is it possible to > > just update and add the card? > > > > Thanks, > > Wiley > > > -- > Seth Remington > SaberLogic, LLC > 661-B Weber Drive > Wadsworth, Ohio 44281 > Phone: (330)335-6442 > Fax: (330)336-8559 > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-- Seth Remington SaberLogic, LLC 661-B Weber Drive Wadsworth, Ohio 44281 Phone: (330)335-6442 Fax: (330)336-8559 _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users