aboutsummaryrefslogtreecommitdiffstats
path: root/utils/astman.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-29 17:09:33 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-29 17:09:33 +0000
commit7a3d9bbdd03f8234b851c8df1fac9f595053b4c2 (patch)
tree1d3d14789c2cf624c72048772ab67add4f7a3d7d /utils/astman.c
parentc2d0a0894a7212c7f2ca9e7afa089f701d56285f (diff)
Update to code documentation and developer guidelines.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16161 f38db490-d61c-443f-a65b-d21fe96a405b
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);