bixbite@tom.com
2006-Mar-09 21:50 UTC
[Asterisk-Users] How to assign channels for asterisk
helleo ,I have one wildcard installed on the server,and configured it.there are
two modules which both FXOs .all configurations complete,and when we start
asterisk use "asterisk -vvvvc",it shows asterisk ready,no
warnings.afterwards when the sever connected to the PSTN in the one port which
configured,and have a phone line connected to the other port then run
"zttool",however it shows just one channel active.I can't
understand ,why? I try to dial the PSTN number from another external phone to
test,but the call is not ringing.But in the asterisk cLI there are some infos
following as :
-- Starting simple switch on 'Zap/4-1'
-- Executing Dial("Zap/4-1", "Zap/g1") in new stack
those are my configurations:
-extension.conf--
[incoming]
exten => s,1,Answer()
exten => s,2,Echo()
-zapata.conf--
context=incoming
signalling=fxs_ks
channel => 3-4
-zaptel.conf
context=incoming
signalling=fxs_ks
channel => 3-4
hope to hear from you
thanks & regards
--
This message was sent on behalf of bixbite@tom.com at openSubscriber.com
http://www.opensubscriber.com/messages/asterisk-users@lists.digium.com/topic.html
bixbite@tom.com
2006-Mar-09 21:52 UTC
[Asterisk-Users] How to assign channels for asterisk
helleo ,I have one wildcard installed on the server,and configured it.there are
two modules which both FXOs .all configurations complete,and when we start
asterisk use "asterisk -vvvvc",it shows asterisk ready,no
warnings.afterwards when the sever connected to the PSTN in the one port which
configured,and have a phone line connected to the other port then run
"zttool",however it shows just one channel active.I can't
understand ,why? I try to dial the PSTN number from another external phone to
test,but the call is not ringing.But in the asterisk cLI there are some infos
following as :
-- Starting simple switch on 'Zap/4-1'
-- Executing Dial("Zap/4-1", "Zap/g1") in new stack
those are my configurations:
-extension.conf--
[incoming]
exten => s,1,Answer()
exten => s,2,Echo()
-zapata.conf--
context=incoming
signalling=fxs_ks
channel => 3-4
-zaptel.conf
context=incoming
signalling=fxs_ks
channel => 3-4
hope to hear from you
thanks & regards
--
This message was sent on behalf of bixbite@tom.com at openSubscriber.com
http://www.opensubscriber.com/messages/asterisk-users@lists.digium.com/topic.html
Hi, zapata.conf and zaptel.conf has different sintaxes. In zaptel.conf, you should use only: fxsks=3-4 The zapata.conf of yours seems to be ok, but I don't see the group=1 on it. And that "-- Executing Dial" stuff has nothing to do with receiving a call from PSTN. []'s MM bixbite@tom.com wrote:> > helleo ,I have one wildcard installed on the server,and configured it.there are > two modules which both FXOs .all configurations complete,and when we start asterisk use "asterisk -vvvvc",it shows asterisk ready,no warnings.afterwards when the sever connected to the PSTN in the one port which configured,and have a phone line connected to the other port then run "zttool",however it shows just one channel active.I can't understand ,why? I try to dial the PSTN number from another external phone to test,but the call is not ringing.But in the asterisk cLI there are some infos following as : > -- Starting simple switch on 'Zap/4-1' > -- Executing Dial("Zap/4-1", "Zap/g1") in new stack > those are my configurations: > -extension.conf-- > [incoming] > exten => s,1,Answer() > exten => s,2,Echo() > -zapata.conf-- > context=incoming > signalling=fxs_ks > channel => 3-4 > -zaptel.conf > context=incoming > signalling=fxs_ks > channel => 3-4 > hope to hear from you > thanks & regards > > -- > This message was sent on behalf of bixbite@tom.com at openSubscriber.com > http://www.opensubscriber.com/messages/asterisk-users@lists.digium.com/topic.html > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >