Re: [Asterisk-Users] Help with extensions - can't dial 700

2005-05-17 Thread David John Walsh
Chris,

Don't forget that a change in features.conf requires a restart of
asterisk (or the modual features.c) - you can't get away with just a
reload.



On 5/17/05, Chris Mason [EMAIL PROTECTED] wrote:
 Thanks, I removed that and will test. I don't have an analog extension here,
 I am testing using SIP remotely, will have to go to the resort to test.
 
 Chris Mason
 US Number: (646)722-0001 US Fax (815)301-9759
 Skype: netconcepts
 
 ___
 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


[Asterisk-Users] Help with extensions - can't dial 700

2005-05-16 Thread Chris Mason
I have been working on integrating some FXS ports into my dial plan
delivered via a channel bank and testing with an analog handset.

The receptionist is on Extension 700. All other SIP phones are 7XX.
From a SIP phone I can dial 700 and all other extensions.
From the analog handset I can dial any other extension but not the 700
number. Weird? Yep.
The CLI does not show any dialing when I dial 700.

Extensions.conf

[office]
exten = 700,1,Dial(SIP/700,20)
exten = 700,2,VoiceMail,u700
exten = 700,102,VoiceMail,b700

exten = 701,1,Dial(SIP/701,20)
exten = 701,2,VoiceMail,u701
exten = 701,102,VoiceMail,b701

exten = 702,1,Dial(SIP/702,20)
exten = 702,2,VoiceMail,u702
exten = 702,102,VoiceMail,b702

exten = 703,1,Dial(SIP/703,20)
exten = 703,2,VoiceMail,u703
exten = 703,102,VoiceMail,b703

...

[zap-in]
exten = s,1,NoOp(Starting Zap-in)
include = office

==
zapata.conf
[channels]
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes

context=zap-in
group=1
signalling=fxo_ks
faxdetect=incoming
channel = 1-12



Chris Mason
US Number: (646)722-0001 US Fax (815)301-9759
Skype: netconcepts
 


___
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


Re: [Asterisk-Users] Help with extensions - can't dial 700

2005-05-16 Thread Mojo with Horan Company, LLC
Just a shot in the dark:  do you have features.conf with the following 
lines in it?  Could be that asterisk's sample config file got in the 
way...  Call Parking defaults to using extension 700:

[general]
parkext = 700
Mojo
Chris Mason wrote:
I have been working on integrating some FXS ports into my dial plan
delivered via a channel bank and testing with an analog handset.
The receptionist is on Extension 700. All other SIP phones are 7XX.
From a SIP phone I can dial 700 and all other extensions.
From the analog handset I can dial any other extension but not the 700
number. Weird? Yep.
The CLI does not show any dialing when I dial 700.
Extensions.conf

[office]
exten = 700,1,Dial(SIP/700,20)
exten = 700,2,VoiceMail,u700
exten = 700,102,VoiceMail,b700
exten = 701,1,Dial(SIP/701,20)
exten = 701,2,VoiceMail,u701
exten = 701,102,VoiceMail,b701
exten = 702,1,Dial(SIP/702,20)
exten = 702,2,VoiceMail,u702
exten = 702,102,VoiceMail,b702
exten = 703,1,Dial(SIP/703,20)
exten = 703,2,VoiceMail,u703
exten = 703,102,VoiceMail,b703
...
[zap-in]
exten = s,1,NoOp(Starting Zap-in)
include = office
==
zapata.conf
[channels]
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
context=zap-in
group=1
signalling=fxo_ks
faxdetect=incoming
channel = 1-12

Chris Mason
US Number: (646)722-0001 US Fax (815)301-9759
Skype: netconcepts
 

___
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


RE: [Asterisk-Users] Help with extensions - can't dial 700

2005-05-16 Thread Chris Mason
Thanks, I removed that and will test. I don't have an analog extension here,
I am testing using SIP remotely, will have to go to the resort to test.

Chris Mason
US Number: (646)722-0001 US Fax (815)301-9759
Skype: netconcepts
 


___
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


RE: [Asterisk-Users] Help with extensions - can't dial 700

2005-05-16 Thread Ariel Batista
Check features.conf for parking extensions. There default is 700

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris Mason
Sent: Monday, May 16, 2005 8:51 PM
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: [Asterisk-Users] Help with extensions - can't dial 700

I have been working on integrating some FXS ports into my dial plan
delivered via a channel bank and testing with an analog handset.

The receptionist is on Extension 700. All other SIP phones are 7XX.
From a SIP phone I can dial 700 and all other extensions.
From the analog handset I can dial any other extension but not the 700
number. Weird? Yep.
The CLI does not show any dialing when I dial 700.

Extensions.conf

[office]
exten = 700,1,Dial(SIP/700,20)
exten = 700,2,VoiceMail,u700
exten = 700,102,VoiceMail,b700

exten = 701,1,Dial(SIP/701,20)
exten = 701,2,VoiceMail,u701
exten = 701,102,VoiceMail,b701

exten = 702,1,Dial(SIP/702,20)
exten = 702,2,VoiceMail,u702
exten = 702,102,VoiceMail,b702

exten = 703,1,Dial(SIP/703,20)
exten = 703,2,VoiceMail,u703
exten = 703,102,VoiceMail,b703

..

[zap-in]
exten = s,1,NoOp(Starting Zap-in)
include = office

==
zapata.conf
[channels]
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes

context=zap-in
group=1
signalling=fxo_ks
faxdetect=incoming
channel = 1-12



Chris Mason
US Number: (646)722-0001 US Fax (815)301-9759
Skype: netconcepts
 


___
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