dean collins
2005-Jan-27  07:54 UTC
[Asterisk-Users] Am I missing something really basic here?????helpwith Asterisk@home {Scanned}
Ok, I thought the point of asterisk@home was that it automatically
detected the X100P board and configured it correctly.
 
Is this incorrect? You still need to modify /etc/zaptel files? And not
just using the AMP configurator.
 
There is no mention of this on the Asterisk@home webpage.
 
Can anyone who has actually used ast6erisk@home confirm this one way or
the other?
 
 
Thanks,
Dean
 
 
 
________________________________
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of David Shaw
Sent: Thursday, January 27, 2005 9:28 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] Am I missing something really basic
here?????helpwith Asterisk@home {Scanned}
 
Yes, You need to add channels to your zapata.conf file.
 
zapata.conf
[channels]
;
; X100P plugged into PSTN
; X100P # 1
;[line1]
context=line1
signalling=fxs_ks
echocancel=yes
echocancelwhenbridged=yes
relaxdtmf=yes
rxgain=1.5
txgain=1.5
immediate=no
busydetect=no
callprogress=no
musiconhold=default
usecallerid=yes
callerid=asreceived
channel => 1
 
You might need to edit /etc/zaptel.conf
Check fxsks=1-4 I have four X100P cards.
If you have one change it to fxsks=1
 
extensions.conf
 
[general]
static=yes
writeprotect=no
 
[globals]
CONSOLE=Console/dsp                             ; Console interface for
demo
IAXINFO=guest                                   ; IAXtel
username/password
TRUNKL1=Zap/1
TRUNKL2=Zap/2
TRUNKL3=Zap/3
TRUNKL4=Zap/4                                   ; Trunk interface
TRUNKMSD=1                                      ; MSD digits to strip
(usually 1 or 0)
 
[line1]
exten => s,1,Dial(SIP/101,20)
exten => s,2,Answer
exten => s,3,Wait,1
exten => s,4,Voicemail,101
exten => s,5,Hangup
 
Here I have TRUNKL1=Zap/? for each X100P cards.
 
[line1] tells asterisk how to answer that line. 
 
Remember I'm very new at this, but I didn't see anyone respond to your
post.
 
Goog luck, David
 
 
 
 
	----- Original Message ----- 
	From: dean collins <mailto:dean@collins.net.pr>  
	To: Asterisk Users Mailing List - Non-Commercial Discussion
<mailto:asterisk-users@lists.digium.com>  
	Sent: Wednesday, January 26, 2005 5:36 AM
	Subject: [Asterisk-Users] Am I missing something really basic
here????? helpwith Asterisk@home {Scanned}
	 
	I'm trying to install asterisk@home, I've just downloaded the
latest cd from soundforge. I can get it to install ok (network card
didn't auto configure - but I worked out how to use 'netconfig').
	 
	I worked out how to add a few grandstream budgetone fine. Worked
out how to upload music etc. Worked out how to modify FOP.
	 
	Voicemail and meetme's work fine.
	 
	HOWEVER....
	 
	I'm using a X100p. I cant get it to make a call out or use the
default extension for an incoming line.
	 
	What do I need to make the pstn connection work? Do I need to
modify Zapata.conf? there are zero instructions on the asterisk@home
page as to what to do.
	 
	Can anyone help me out here.
	 
	 
	TIA,
	Dean
	
	-- 
	This message has been scanned for viruses and 
	dangerous content by MailScanner <http://www.mailscanner.info/>
, and is 
	believed to be clean. 
	MailScanner thanks transtec Computers
<http://www.transtec.co.uk/>  for their support. 
	Plase contact support@computer-medic.us if you have questions
about this email. 
	
________________________________
	_______________________________________________
	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
-- 
This message has been scanned for viruses and 
dangerous content by KE6UPI <http://ke6upi.com/> , and is 
believed to be clean. 
MailScanner thanks transtec Computers <http://www.transtec.co.uk/>  for
their support. 
Plase contact Support at KE6UPI if you have questions about this email. 
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20050127/1f34e73a/attachment.htm
David Shaw
2005-Jan-27  09:57 UTC
[Asterisk-Users] Am I missing something really basic here?????helpwith Asterisk@home {Scanned} {Scanned}
I'm running Asterisk@Home. I had to edit /etc/zaptel.conf and /etc/asterisk/zapata.conf. After that it works great. David.. On Thu, 2005-01-27 at 09:54 -0500, dean collins wrote:> Ok, I thought the point of asterisk@home was that it automatically > detected the X100P board and configured it correctly. > > > > Is this incorrect? You still need to modify /etc/zaptel files? And not > just using the AMP configurator. > > > > There is no mention of this on the Asterisk@home webpage. > > > > Can anyone who has actually used ast6erisk@home confirm this one way > or the other? > > > > > > Thanks, > > Dean > > > > > > > > > ______________________________________________________________________ > > From:asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of David Shaw > Sent: Thursday, January 27, 2005 9:28 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Am I missing something really basic > here?????helpwith Asterisk@home {Scanned} > > > > > Yes, You need to add channels to your zapata.conf file. > > > > > > zapata.conf > > > [channels] > ; > ; X100P plugged into PSTN > ; X100P # 1 > ;[line1] > context=line1 > signalling=fxs_ks > echocancel=yes > echocancelwhenbridged=yes > relaxdtmf=yes > rxgain=1.5 > txgain=1.5 > immediate=no > busydetect=no > callprogress=no > musiconhold=default > usecallerid=yes > callerid=asreceived > channel => 1 > > > > > > You might need to edit /etc/zaptel.conf > > > Check fxsks=1-4 I have four X100P cards. > > > If you have one change it to fxsks=1 > > > > > > extensions.conf > > > > > > [general] > static=yes > writeprotect=no > > > > > > [globals] > CONSOLE=Console/dsp ; Console interface > for demo > IAXINFO=guest ; IAXtel > username/password > TRUNKL1=Zap/1 > TRUNKL2=Zap/2 > TRUNKL3=Zap/3 > TRUNKL4=Zap/4 ; Trunk interface > TRUNKMSD=1 ; MSD digits to strip > (usually 1 or 0) > > > > > > [line1] > exten => s,1,Dial(SIP/101,20) > exten => s,2,Answer > exten => s,3,Wait,1 > exten => s,4,Voicemail,101 > exten => s,5,Hangup > > > > > > Here I have TRUNKL1=Zap/? for each X100P cards. > > > > > > [line1] tells asterisk how to answer that line. > > > > > > Remember I'm very new at this, but I didn't see anyone respond to your > post. > > > > > > Goog luck, David > > > > > > > > > > > > > > > ----- Original Message ----- > > > From: dean collins > > > To: Asterisk Users Mailing List - Non-Commercial Discussion > > > Sent: Wednesday, January 26, 2005 5:36 AM > > > Subject: [Asterisk-Users] Am I missing something really basic > here????? helpwith Asterisk@home {Scanned} > > > > > > I?m trying to install asterisk@home, I?ve just downloaded the > latest cd from soundforge. I can get it to install ok (network > card didn?t auto configure ? but I worked out how to use > ?netconfig?). > > > > I worked out how to add a few grandstream budgetone fine. > Worked out how to upload music etc. Worked out how to modify > FOP. > > > > Voicemail and meetme?s work fine. > > > > HOWEVER?. > > > > I?m using a X100p. I cant get it to make a call out or use the > default extension for an incoming line. > > > > What do I need to make the pstn connection work? Do I need to > modify Zapata.conf? there are zero instructions on the > asterisk@home page as to what to do. > > > > Can anyone help me out here. > > > > > > TIA, > > Dean > > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > MailScanner thanks transtec Computers for their support. > Plase contact support@computer-medic.us if you have questions > about this email. > > > ______________________________________________________________ > > _______________________________________________ > 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 > > > -- > This message has been scanned for viruses and > dangerous content by KE6UPI, and is > believed to be clean. > MailScanner thanks transtec Computers for their support. > Plase contact Support at KE6UPI if you have questions about this > email. > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > MailScanner thanks transtec Computers for their support. > Plase contact support@computer-medic.us if you have questions about > this email. > _______________________________________________ > 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-- David Shaw <asterisk@ke6upi.com>