[asterisk-users] extensions.conf strangeness

Michael Neuhauser mike at firmix.at
Fri Sep 29 10:49:00 MST 2006


On Thu, 2006-09-28 at 15:05 +0100, Brian Candler wrote:
> I have an anomoly that I am unable to explain.
> ...
>
> [invalid]
> exten => _X!,1,Answer()
> exten => _X!,2,Background(pbx-invalid)
> 
> [test]
> exten => 611,1,Answer()
> exten => 611,2,Playback(hello-world)
> exten => 611,3,Hangup()
> 
> [internal]
> include => extensions
> include => outbound
> include => invalid
> include => test
> 
> [from-sip]
> include => extensions
> include => outbound
> include => invalid
> include => test
> 
> ...
> [summary of cut text: 611 from SIP -> invalid; 611 from zaptel line -> test]
>
>I am running Asterisk from SVN trunk, compiled two weeks ago (September
>13th)

The order of include statements is important in 1.2, I don't know if
this still holds for trunk/1.4. Could you please try to include the
'invalid' context as the last one (i.e., AFTER "include => test", not
before) in both internal and from-sip and then test again?
-- 
Dr. Michael Neuhauser                              mailto:mike at firmix.at
Firmix Software GmbH                                  sip:mike at firmix.at
Vienna/Austria/Europe                               tel:+43-1-7890849-30
Linux Development and Services                     http://www.firmix.at/



More information about the asterisk-users mailing list