From a65ddf8cde418add66225a9f33a4c1a3aa4268f2 Mon Sep 17 00:00:00 2001 From: markster Date: Tue, 18 Oct 2005 17:44:52 +0000 Subject: Small paging fixups (bug #5460) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6819 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/Makefile | 4 ++-- apps/app_page.c | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'apps') diff --git a/apps/Makefile b/apps/Makefile index 75d7910ad..05d635e6c 100755 --- a/apps/Makefile +++ b/apps/Makefile @@ -28,7 +28,7 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.so\ app_test.so app_forkcdr.so app_math.so app_realtime.so \ app_dumpchan.so app_waitforsilence.so app_while.so app_setrdnis.so \ app_md5.so app_readfile.so app_chanspy.so app_settransfercapability.so \ - app_dictate.so app_externalivr.so app_directed_pickup.so app_page.so \ + app_dictate.so app_externalivr.so app_directed_pickup.so \ app_muxmon.so # @@ -45,7 +45,7 @@ APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.so\ #APPS+=app_rpt.so ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/linux/zaptel.h)$(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/zaptel.h),) - APPS+=app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so + APPS+=app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so app_page.so endif ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/osp/osp.h $(CROSS_COMPILE_TARGET)/usr/include/osp/osp.h),) diff --git a/apps/app_page.c b/apps/app_page.c index 5238b19b3..aac200b79 100755 --- a/apps/app_page.c +++ b/apps/app_page.c @@ -18,7 +18,7 @@ /* * - * Page application + * Paging application * */ @@ -53,8 +53,8 @@ static const char *page_descrip = "them into a conference bridge as muted participants. The original\n" "caller is dumped into the conference as a speaker and the room is\n" "destroyed when the original caller leaves. Valid options are:\n" -" d - full duplex audio\n" -" q - quiet, do not play beep to caller\n" +" d - full duplex audio\n" +" q - quiet, do not play beep to caller\n" "Always returns -1.\n"; STANDARD_LOCAL_USER; @@ -65,8 +65,8 @@ LOCAL_USER_DECL; #define PAGE_QUIET (1 << 1) AST_DECLARE_OPTIONS(page_opts,{ - ['d'] = { PAGE_DUPLEX }, - ['q'] = { PAGE_QUIET }, + ['d'] = { PAGE_DUPLEX }, + ['q'] = { PAGE_QUIET }, }); struct calloutdata { -- cgit v1.2.3