dect
/
asterisk
Archived
13
0
Fork 0

correct goto examples (bug #4576)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5972 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2005-06-22 19:18:02 +00:00
parent 7bae03bd2e
commit 8d69998352
1 changed files with 4 additions and 4 deletions

View File

@ -33,23 +33,23 @@ instructions:
};
2 => {
Background(demo-moreinfo);
goto instructions;
goto s|instructions;
};
3 => {
LANGUAGE()=fr;
goto restart;
goto s|restart;
};
500 => {
Playback(demo-abouttotry);
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;
};
_1234 => &std-exten-ael(${EXTEN}, "IAX2");
# => {