summaryrefslogtreecommitdiff
path: root/utils/astman.c
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-03-29 17:09:33 +0000
committerOlle Johansson <oej@edvina.net>2006-03-29 17:09:33 +0000
commit13bcb6ed7d887cadd15539cbc1c12cf6d97d6dcc (patch)
tree1d3d14789c2cf624c72048772ab67add4f7a3d7d /utils/astman.c
parentb5c5446ec4fd8baf63c12cd6da41154395ad60de (diff)
Update to code documentation and developer guidelines.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@16161 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'utils/astman.c')
-rw-r--r--utils/astman.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/utils/astman.c b/utils/astman.c
index 09f290060..d1631ed14 100644
--- a/utils/astman.c
+++ b/utils/astman.c
@@ -523,7 +523,7 @@ static int manage_calls(char *host)
struct newtExitStruct es;
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
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
@@ -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
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);
newtCenteredWindow(74, 20, tmp);
form = newtForm(NULL, NULL, 0);