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

 

_______________________________________________
--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