~ubuntu-branches/ubuntu/quantal/asterisk/quantal

« back to all changes in this revision

Viewing changes to apps/app_controlplayback.c

  • Committer: Bazaar Package Importer
  • Author(s): Jean-Michel Dault
  • Date: 2010-02-16 14:08:54 UTC
  • mfrom: (1.2.5 upstream) (8.3.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100216140854-rb2godspb9lduazl
Tags: 1:1.6.2.2-1ubuntu1
* Merge from Debian: security update
  * Changes:
  - debian/control: Change Maintainer
  - debian/control: Removed Uploaders field.
  - debian/control: Removed Debian Vcs-Svn entry and replaced with
      ubuntu-voip Vcs-Bzr, to reflect divergence in packages.
  - debian/asterisk.init : chown /dev/dahdi
  - debian/backports/hardy : add file
  - debian/backports/asterisk.init.hardy : add file

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
#include "asterisk.h"
29
29
 
30
 
ASTERISK_FILE_VERSION(__FILE__, "$Revision: 153365 $")
 
30
ASTERISK_FILE_VERSION(__FILE__, "$Revision: 227371 $")
31
31
 
32
32
#include "asterisk/pbx.h"
33
33
#include "asterisk/app.h"
175
175
                else
176
176
                        args.rev = NULL;
177
177
        }
178
 
        ast_log(LOG_WARNING, "args.fwd = %s, args.rew = %s\n", args.fwd, args.rev);
 
178
        ast_debug(1, "Forward key = %s, Rewind key = %s\n", args.fwd, args.rev);
179
179
        if (args.stop && !is_on_phonepad(*args.stop))
180
180
                args.stop = NULL;
181
181
        if (args.pause && !is_on_phonepad(*args.pause))