mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
correct syntax error
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5958 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -41,7 +41,7 @@ instructions:
|
|||||||
};
|
};
|
||||||
500 => {
|
500 => {
|
||||||
Playback(demo-abouttotry);
|
Playback(demo-abouttotry);
|
||||||
exten => 500,n,Dial(IAX2/guest@misery.digium.com)
|
Dial(IAX2/guest@misery.digium.com);
|
||||||
Playback(demo-nogo);
|
Playback(demo-nogo);
|
||||||
goto instructions;
|
goto instructions;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user