~ubuntu-branches/ubuntu/dapper/asterisk/dapper-security

« back to all changes in this revision

Viewing changes to apps/app_senddtmf.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-05-18 10:21:06 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060518102106-5vgpbtylsvr9jiu3
Tags: 1:1.2.7.1.dfsg-2ubuntu1
* Resynchronized with Debian, only Ubuntu changes:
  - debian/*.init:
    - create /var/run/ directory if necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
#include "asterisk.h"
31
31
 
32
 
ASTERISK_FILE_VERSION(__FILE__, "$Revision: 7221 $")
 
32
ASTERISK_FILE_VERSION(__FILE__, "$Revision: 17283 $")
33
33
 
34
34
#include "asterisk/lock.h"
35
35
#include "asterisk/file.h"
50
50
 
51
51
static char *descrip = 
52
52
" SendDTMF(digits[|timeout_ms]): Sends DTMF digits on a channel. \n"
53
 
" Accepted digits: 0-9, *#abcd\n"
 
53
" Accepted digits: 0-9, *#abcd, w (.5s pause)\n"
54
54
" The application will either pass the assigned digits or terminate if it\n"
55
55
" encounters an error.\n";
56
56