Glenn Dalgliesh
2004-Mar-01 13:24 UTC
Fw: [Asterisk-Users] Asterisk stable how to compile ?
Sorry for the lack of formating in previous email I have been doing the following and it seems to work fine # cd /usr/src # export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot # cvs login -the password is anoncvs. # cvs checkout zaptel libpri # cvs checkout -rv1-0_stable asterisk # cd zaptel # make clean ; make install # cd ../libpri # make clean ; make install # cd ../asterisk # make clean ; make install
Mark Messmore, Technical Support, University Telcom Inc.
2004-Mar-01 14:05 UTC
[Asterisk-Users] Incoming calls.
Hey...I'm sure that this is something very simple that I'm missing (I've had * just about 2 weeks or so now and just finally got my x100p card in). Here's my simple setup. VoIP Network--*--PSTN via X100P I can make outbound calls from my VoIP network just fine. However, when trying to dial in I receive the following messages in my console. -- Starting simple switch on 'Zap/1-1' Mar 1 15:58:30 WARNING[1234379840]: pbx.c:1778 ast_pbx_run: Channel 'Zap/1-1' sent into invalid extension 's' in context 'default', but no invalid handler -- Hungup 'Zap/1-1' I've looked all through my extensions.conf and my sip.conf (I figured that was not the place, but thought that I would look anyway)...however I can not find where this is receiving the context as "default" and the extension as "s". I realize that these are the defaults with the configs from my install...In what other configuration files should I be looking so I can set this to where it really should go? Thanks in advance! Mark