Skip to content
Snippets Groups Projects
Commit 13bcb6ed authored by Olle Johansson's avatar Olle Johansson
Browse files

Update to code documentation and developer guidelines.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16161 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent b5c5446e
Branches
Tags
No related merge requests found
...@@ -523,7 +523,7 @@ static int manage_calls(char *host) ...@@ -523,7 +523,7 @@ static int manage_calls(char *host)
struct newtExitStruct es; struct newtExitStruct es;
char tmp[80]; char tmp[80];
/* If there's one thing you learn from this code, it is this... /* Mark: If there's one thing you learn from this code, it is this...
Never, ever fly Air France. Their customer service is absolutely Never, ever fly Air France. Their customer service is absolutely
the worst. I've never heard the words "That's not my problem" as the worst. I've never heard the words "That's not my problem" as
many times as I have from their staff -- It should, without doubt many times as I have from their staff -- It should, without doubt
...@@ -533,7 +533,16 @@ static int manage_calls(char *host) ...@@ -533,7 +533,16 @@ static int manage_calls(char *host)
If you ever want to make me happy just tell me that you, too, will If you ever want to make me happy just tell me that you, too, will
never fly Air France again either (in spite of their excellent never fly Air France again either (in spite of their excellent
cuisine). */ cuisine).
Update by oej: The merger with KLM has transferred this
behaviour to KLM as well.
Don't bother giving them business either...
Only if you want to travel randomly without luggage, you
might pick either of them.
*/
snprintf(tmp, sizeof(tmp), "Asterisk Manager at %s", host); snprintf(tmp, sizeof(tmp), "Asterisk Manager at %s", host);
newtCenteredWindow(74, 20, tmp); newtCenteredWindow(74, 20, tmp);
form = newtForm(NULL, NULL, 0); form = newtForm(NULL, NULL, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment