Shenen Shenen
2006-May-27 03:03 UTC
[Asterisk-Users] amportal doesn't start with brestuff(ISDN)HFC-PCI
Hi!I've installed Asterisk@home and I have a ISDN card,(Cologne Chip Design GmbH ISDN network controller [HFC-PCI](rev 0.2) This is how I installed bristuff: how to install hfc card after unload asterisk and amportal whit amportal stop type "setup" unselect zaptel in system service... and set the lan --->reboot<--- cd /usr/src wget http://www.junghanns.net/downloads/bristuff-0.3.0-PRE-1l.tar.gz tar -zxvf bristuff-0.3.0-PRE-1l.tar.gz cd bristuff-0.3.0-PRE-1l ./download.sh ln -s /usr/src/2.6.9-22.EL /usr/src/linux-2.6 cd zaptel-1.2.3 make clean make make install cd .. cd libpri-1.2.2 make clean make make install cd .. cd zaphfc make clean make cp zaptel.conf /etc/zaptel.conf ------>yes<------- nano /etc/rc.d/rc.local at first add this line: modprobe zaptel insmod /usr/src/bristuff-0.3.0-PRE-1l/zaphfc/zaphfc.ko sleep 10 ztcfg -vv nano /etc/asterisk/zapata.conf this is my zapata: [channels] language=it switchtype=euroisdn ;If you connect to a hicom PBX set your ISDN Numbering Plan Identifier to unknown. pridialplan=local prilocaldialplan=local signalling = bri_cpe_ptmp ;signalling = fxs_ks rxwink=300 usecallerid=yes hidecallerid=no callwaiting=yes usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes cancallforward=yes callreturn=yes echocancel=yes echocancelwhenbridged=yes rxgain=0.0 txgain=0.0 nationalprefix = 0 internationalprefix = 00 faxdetect=incoming group=0 callgroup=1 pickupgroup=1 immediate=yes context=from-pstn channel => 1-2 ________________________________________ now you can recompile asterisk cd /usr/src/bristuff-0.3.0-PRE-1l/asterisk-1.2.4 make clean make make install reboot... when I reboot amportal doesn't start and I've the following error: [root@asterisk12 ~]# tail /var/log/asterisk/full May 26 08:45:59 WARNING[15240] pbx.c: Context 'ext-local' tries includes nonexistent context 'ext-local-custom' May 26 08:45:59 VERBOSE[15240] logger.c: [skipping chan_oss.so] May 26 08:45:59 VERBOSE[15240] logger.c: [chan_zap.so]May 26 08:45:59 VERBOSE[15240] logger.c: [chan_zap.so] => (Zapata Telephony w/PRI) May 26 08:45:59 VERBOSE[15240] logger.c: == Parsing '/etc/asterisk/zapata.conf': May 26 08:45:59 VERBOSE[15240] logger.c: == Parsing '/etc/asterisk/zapata.conf': Found May 26 08:45:59 WARNING[15240] chan_zap.c: Unable to specify channel 1: Device or resource busy May 26 08:45:59 ERROR[15240] chan_zap.c: Unable to open channel 1: Device or resource busy here = 0, tmp->channel = 1, channel = 1 May 26 08:45:59 ERROR[15240] chan_zap.c: Unable to register channel '1-2' May 26 08:45:59 WARNING[15240] loader.c: chan_zap.so: load_module failed, returning -1 May 26 08:45:59 WARNING[15240] loader.c: Loading module chan_zap.so failed! and amportal start doesn't start....and when I rebott before that coming the loggin and password answer this is the message on the monitor: zaphfc:no version for "zt-receive" found:kernel tainted Zaptel configuration - - - - - - - - - - - - - - - - - - - - - - - - SPAN 1:CCS/ AMI Build.out: 339 -533 feet (DSX-1) (FXO and FXS are ok) 10000000000000 thanks! Ciao -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060527/7c77be13/attachment.htm
Dear In need to know how to add an asterisk feature as call waiting (*70) or disable call waiting (*71) for a user with out using a sip phone or gateway I want to manage it form a command line or a Perl script or php web interface Or editing a file at asterisk directory . In need to it urgently Thanks ********************************************* No employee or agent is authorized to conclude any binding agreement on behalf of Xplorium with another party by e-mail without express written confirmation by an officer of Xplorium. Any views expressed by an individual in this electronic message do not necessarily reflect views of Xplorium or its subsidiaries and associates. This electronic message and its attachments are solely addressed to the addressee(s), and contain confidential information protected from disclosure belonging to Xplorium. If you are not the intended addressee of this electronic message and its attachments, kindly delete it immediately from your system and notify the sender by electronic mail. You must not copy this message or attachment or disclose its content to any other person. Xplorium does not guarantee the integrity of this electronic message and any of its attachments, or that they are free from computer viruses or other defects. ********************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060527/2befbf24/attachment.htm
Shenen Shenen
2006-May-28 23:48 UTC
[Asterisk-Users] Re: amportal doesn't start with brestuff(ISDN)HFC-PCI
On 5/27/06, Shenen Shenen <shenenx@gmail.com> wrote:> > Hi!I've installed Asterisk@home and I have a ISDN card,(Cologne Chip > Design GmbH ISDN network > controller [HFC-PCI](rev 0.2) > This is how I installed bristuff: > how to install hfc card > > after unload asterisk and amportal whit > amportal stop > > type "setup" > unselect zaptel in system service... > and set the lan > > --->reboot<--- > > cd /usr/src > wget http://www.junghanns.net/downloads/bristuff-0.3.0-PRE-1l.tar.gz > tar -zxvf bristuff-0.3.0-PRE-1l.tar.gz > cd bristuff-0.3.0-PRE-1l > ./download.sh > ln -s /usr/src/2.6.9-22.EL /usr/src/linux-2.6 > cd zaptel-1.2.3 > make clean > make > make install > cd .. > cd libpri-1.2.2 > make clean > make > make install > cd .. > cd zaphfc > make clean > make > > cp zaptel.conf /etc/zaptel.conf > ------>yes<------- > > nano /etc/rc.d/rc.local > > at first add this line: > > modprobe zaptel > insmod /usr/src/bristuff-0.3.0-PRE-1l/zaphfc/zaphfc.ko > sleep 10 > ztcfg -vv > > nano /etc/asterisk/zapata.conf > > this is my zapata: > > > > [channels] > language=it > switchtype=euroisdn > ;If you connect to a hicom PBX set your ISDN Numbering Plan Identifier to > unknown. > pridialplan=local > prilocaldialplan=local > > > signalling = bri_cpe_ptmp > ;signalling = fxs_ks > rxwink=300 > > usecallerid=yes > hidecallerid=no > callwaiting=yes > usecallingpres=yes > callwaitingcallerid=yes > threewaycalling=yes > transfer=yes > cancallforward=yes > callreturn=yes > echocancel=yes > echocancelwhenbridged=yes > rxgain=0.0 > txgain=0.0 > nationalprefix = 0 > internationalprefix = 00 > faxdetect=incoming > group=0 > callgroup=1 > pickupgroup=1 > immediate=yes > context=from-pstn > channel => 1-2 > > ________________________________________ > now you can recompile asterisk > cd /usr/src/bristuff-0.3.0-PRE-1l/asterisk-1.2.4 > make clean > make > make install > > reboot... > > > when I reboot amportal doesn't start and I've the following error: > > [root@asterisk12 ~]# tail /var/log/asterisk/full > May 26 08:45:59 WARNING[15240] pbx.c: Context 'ext-local' tries includes > nonexistent context > > 'ext-local-custom' > May 26 08:45:59 VERBOSE[15240] logger.c: [skipping chan_oss.so] > May 26 08:45:59 VERBOSE[15240] logger.c: [chan_zap.so]May 26 08:45:59 > VERBOSE[15240] > > logger.c: [chan_zap.so] => (Zapata Telephony w/PRI) > May 26 08:45:59 VERBOSE[15240] logger.c: == Parsing > '/etc/asterisk/zapata.conf': May 26 > > 08:45:59 VERBOSE[15240] logger.c: == Parsing > '/etc/asterisk/zapata.conf': Found > May 26 08:45:59 WARNING[15240] chan_zap.c: Unable to specify channel 1: > Device or resource > > busy > May 26 08:45:59 ERROR[15240] chan_zap.c: Unable to open channel 1: Device > or resource busy > here = 0, tmp->channel = 1, channel = 1 > May 26 08:45:59 ERROR[15240] chan_zap.c: Unable to register channel '1-2' > May 26 08:45:59 WARNING[15240] loader.c: chan_zap.so: load_module failed, > returning -1 > May 26 08:45:59 WARNING[15240] loader.c: Loading module chan_zap.so > failed! > > > > and amportal start doesn't start....and when I rebott before that coming > the loggin and > > password answer this is the message on the monitor: > > zaphfc:no version for "zt-receive" found:kernel tainted > Zaptel configuration > - - - - - - - - - - - - > - - - - - - - - - - - - > > SPAN 1:CCS/ AMI Build.out: 339 -533 feet (DSX-1) > > (FXO and FXS are ok) > 10000000000000 thanks! > Ciao >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060528/0d641041/attachment.htm