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:[EMAIL PROTECTED] Firmix Software GmbH sip:[EMAIL PROTECTED] Vienna/Austria/Europe tel:+43-1-7890849-30 Linux Development and Services http://www.firmix.at/ _______________________________________________ --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
