mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 19:08:14 +00:00
correct goto examples (bug #4576)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5972 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -33,23 +33,23 @@ instructions:
|
|||||||
};
|
};
|
||||||
2 => {
|
2 => {
|
||||||
Background(demo-moreinfo);
|
Background(demo-moreinfo);
|
||||||
goto instructions;
|
goto s|instructions;
|
||||||
};
|
};
|
||||||
3 => {
|
3 => {
|
||||||
LANGUAGE()=fr;
|
LANGUAGE()=fr;
|
||||||
goto restart;
|
goto s|restart;
|
||||||
};
|
};
|
||||||
500 => {
|
500 => {
|
||||||
Playback(demo-abouttotry);
|
Playback(demo-abouttotry);
|
||||||
Dial(IAX2/guest@misery.digium.com);
|
Dial(IAX2/guest@misery.digium.com);
|
||||||
Playback(demo-nogo);
|
Playback(demo-nogo);
|
||||||
goto instructions;
|
goto s|instructions;
|
||||||
};
|
};
|
||||||
600 => {
|
600 => {
|
||||||
Playback(demo-echotest);
|
Playback(demo-echotest);
|
||||||
Echo();
|
Echo();
|
||||||
Playback(demo-echodone);
|
Playback(demo-echodone);
|
||||||
goto instructions;
|
goto s|instructions;
|
||||||
};
|
};
|
||||||
_1234 => &std-exten-ael(${EXTEN}, "IAX2");
|
_1234 => &std-exten-ael(${EXTEN}, "IAX2");
|
||||||
# => {
|
# => {
|
||||||
|
|||||||
Reference in New Issue
Block a user