[asterisk-users] config include issues

Curt Shaffer cshaffer at gmail.com
Tue Sep 5 12:50:47 MST 2006


Here is my extensions_custom.conf. The WakeUp context will not work. If I
change the context name to say, CRAP, it works like a charm. Can anyone
explain this?

 

[from-internal-custom]

exten => 1234,1,Playback(demo-congrats)         ; extensions can dial 1234

exten => 1234,2,Hangup()

exten => h,1,Hangup()

include => NewsClips

include => WakeUp

 

 

[NewsClips]

exten => 511,1,Answer

exten => 511,2,Wait(1)

exten => 511,3,AGI(test.php)

exten => 511,4,Hangup

 

[WakeUp]

exten => 611,1,Answer

exten => 611,2,Playback(demo-congrats)

exten => 611,3,Hangup

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060905/311ee897/attachment.htm


More information about the asterisk-users mailing list