I get these warnings when I reload my config through the console:

Nov  5 04:31:10 WARNING[1301281712]: pbx.c:1938 ast_pbx_run: Channel 
'SIP/6822170331-5364' sent into invalid extension '321235689' in context 
'default', but no invalid handler
Nov  5 04:31:10 WARNING[1309670320]: pbx.c:1938 ast_pbx_run: Channel 
'SIP/6822170331-cf25' sent into invalid extension '3213084999' in context 
'default', but no invalid handler
Nov  5 04:31:10 WARNING[1266076592]: pbx.c:1938 ast_pbx_run: Channel 
'SIP/6822170331-6b54' sent into invalid extension '13215435249' in context 
'default', but no invalid handler
Nov  5 04:31:10 WARNING[1274465200]: pbx.c:1938 ast_pbx_run: Channel 
'SIP/6822170331-ec56' sent into invalid extension '13215435249' in context 
'default', but no invalid handler
Nov  5 04:31:10 WARNING[1318058928]: pbx.c:1938 ast_pbx_run: Channel 
'SIP/6822170331-2357' sent into invalid extension '3213084999' in context 
'default', but no invalid handler
Nov  5 04:31:10 WARNING[1232481200]: pbx.c:1938 ast_pbx_run: Channel 
'SIP/6822170331-1a6c' sent into invalid extension '13215435249' in context 
'default', but no invalid handler
Nov  5 04:31:10 WARNING[1282853808]: pbx.c:1938 ast_pbx_run: Channel 
'SIP/6822170331-9a92' sent into invalid extension '13215435249' in context 
'default', but no invalid handler
Nov  5 04:31:10 WARNING[1249299376]: pbx.c:1938 ast_pbx_run: Channel 
'SIP/6822170331-b411' sent into invalid extension '13215435249' in context 
'default', but no invalid handler
Destroying call '[EMAIL PROTECTED]'
Destroying call '[EMAIL PROTECTED]'
Destroying call '[EMAIL PROTECTED]'
Destroying call '[EMAIL PROTECTED]'
Destroying call '[EMAIL PROTECTED]'

in my extension.conf, I have one extension that passes all the digits to my 
softswitch:

[default]
exten => _.,1,Dial(Zap/15/${EXTEN})

We are testing so I am forcing all calls down channel 15 on my PRI.  

sip.conf
[general]
context=default
disallow=all                    ; First disallow all codecs
allow=ulaw                      ; Allow codecs in order of preference
allow=alaw
allow=gsm
allow=g723.1
allow=g729

[2000]
type=friend
username=scott
host=dynamic
context=default
nat=yes

[2001]
type=friend
username=steve
host=dynamic
context=default
nat=yes

[6822170331]
type=friend
username=brian
host=dynamic
context=default
nat=yes
dtmfmode=rfc2833
callerid=3213084999

Should I be concerned? Thanks -

-- 
--
Heritage Communications Corporation
  Melbourne, FL     USA     32935
http://www.hcc.net
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to