]> git.pld-linux.org Git - packages/callweaver.git/commitdiff
- oops
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 24 Sep 2007 18:19:49 +0000 (18:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    callweaver-fixes.patch -> 1.3

callweaver-fixes.patch

index fb4a5d15bf6ba24a863ece0c1f5ead50f2d2e7e8..684bca47a477db36b1addb9193faa293da6236ad 100644 (file)
@@ -50,12 +50,12 @@ Index: res/res_musiconhold.c
 +      }
 +      state->samples = 0;
 +      if (chan->stream) {
-+              pbx_closestream(chan->stream);
++              opbx_closestream(chan->stream);
 +              chan->stream = NULL;
 +              state->pos++;
 +              state->pos %= state->class->total_files;
 +      }
-+      if (pbx_test_flag(state->class, MOH_RANDOMIZE)) {
++      if (opbx_test_flag(state->class, MOH_RANDOMIZE)) {
                /* Try 20 times to find something good */
 -              for (tries=0;tries < 20;tries++) {
 -                      state->samples = 0;
This page took 0.033256 seconds and 4 git commands to generate.