In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
> Hi,
> 
> I am getting repeated messages in my logs with the following:
> 
> *********************
> Feb 23 07:56:11 NOTICE[2470] pbx.c: Cannot find extension context 'default'
> Feb 23 07:56:11 DEBUG[2470] chan_sip.c: SIP message could not be 
> handled, bad request: [EMAIL PROTECTED]
> Feb 23 07:56:12 NOTICE[2470] pbx.c: Cannot find extension context 'default'
> Feb 23 07:56:12 DEBUG[2470] chan_sip.c: SIP message could not be 
> handled, bad request: [EMAIL PROTECTED]
> Feb 23 07:56:14 NOTICE[2470] pbx.c: Cannot find extension context 'default'
> Feb 23 07:56:14 DEBUG[2470] chan_sip.c: SIP message could not be 
> handled, bad request: [EMAIL PROTECTED]
> *********************
> 
> I do not have a default context used in my extensions.conf - I use other 
> names. Am I required to have a context named 'default'??
> 
> Thanks

Hi Chuck!

In sip.conf you have defined context=default in general or some of 
user/peer/friend section. So, Asterisk tries to send call to default context 
which you don't have in extensions.conf.

You can
1. in sip.conf change from context=default to some other context that exist in 
extensions.conf or
2. create default context in extensions.conf



-- 

Tomislav Parcina
[EMAIL PROTECTED]
_______________________________________________
--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

Reply via email to