};
2 => {
Background(demo-moreinfo);
- goto instructions;
+ goto s|instructions;
};
3 => {
LANGUAGE()=fr;
- goto restart;
+ goto s|restart;
};
500 => {
Playback(demo-abouttotry);
- exten => 500,n,Dial(IAX2/guest@misery.digium.com)
+ Dial(IAX2/guest@misery.digium.com);
Playback(demo-nogo);
- goto instructions;
+ goto s|instructions;
};
600 => {
Playback(demo-echotest);
Echo();
Playback(demo-echodone);
- goto instructions;
+ goto s|instructions;
};
# => {
hangup:
Playback(demo-thanks);
Hangup();
};
- t => goto hangup;
+ t => goto #|hangup;
i => Playback(invalid);
};