Skip to content
Snippets Groups Projects
  1. Oct 03, 2008
  2. Oct 02, 2008
  3. Oct 01, 2008
  4. Sep 30, 2008
  5. Sep 28, 2008
  6. Sep 27, 2008
  7. Sep 26, 2008
  8. Sep 25, 2008
    • Steve Murphy's avatar
      (closes issue #13557) · e74584ca
      Steve Murphy authored
      Reported by: nickpeirson
      
      The user attached a patch, but the license is not yet
      recorded. I took the liberty of finding and replacing
      ALL index() calls with strchr() calls, and that
      involves more than just main/pbx.c;
      
      chan_oss, app_playback, func_cut also had calls
      to index(), and I changed them out. 1.4 had no
      references to index() at all.
      
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@144569 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      e74584ca
    • Steve Murphy's avatar
      (closes issue #13559) · a36696f2
      Steve Murphy authored
      Reported by: mnicholson
      Patches:
            pbx_lua8.diff uploaded by mnicholson (license 96)
      
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@144563 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      a36696f2
    • Steve Murphy's avatar
      I added a little verbage to hashtab for the hashtab_destroy func. · 38028fa6
      Steve Murphy authored
      It was pretty sparsely documented.
      
      This update fleshes out the pbx_lua module, to 
      add the switch statements to the extensions in the
      extensions.lua file, as well as removing them when
      the module is unloaded.
      
      Many thanks to Matt Nicholson for his fine
      contribution!
      
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@144523 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      38028fa6
    • Steve Murphy's avatar
      (closes issue #13558) · f8ddaae7
      Steve Murphy authored
      Reported by: mnicholson
      
      Considering that the example extensions.lua used nothing but ["12345"] notation,
      and that the resulting error message: 
      
      [Sep 24 17:01:16] ERROR[12393]: pbx_lua.c:1204 exec: Error executing lua extension: attempt to call a nil value
      
      is not very informative as to the nature of the problem, I think this bug
      fix is a big win!
      
      
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@144482 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      f8ddaae7
    • Steve Murphy's avatar
      Blocked revisions 144420 via svnmerge · 82abf73a
      Steve Murphy authored
      I am pushing this up to trunk and beyond, because I am not
      certain that this bug will happen in the same way in 
      trunk and 1.6.x. If someone can document this problem
      in 1.6.x or trunk, I can revert this block and push the
      change up.
      
      ........
      r144420 | murf | 2008-09-25 10:12:14 -0600 (Thu, 25 Sep 2008) | 25 lines
      
      (closes issue #12101)
      Reported by: MVF
      Tested by: neutrino88, urzedo, murf, thiagofernandes
      
      Many thanks to neutrino88 for this patch, which
      solves a problem whereby channels get a CANCEL
      request, respond to it properly, but end up 
      in a hung state, infinitely being rescheduled.
      This fix is a bit crude, in that catches the
      problem at a rather late phase, but it may
      prevent infinite rescheduling problems that
      might still arise.
      
      It might have been better to find out why,
      in the course of protocol handling, the channel
      was not destroyed, but we leave that to 
      future generations.
      
      Many thanks to urzedo and thiagofernandes for
      their work in verifying that the patch code
      indeed is being executing, and averting the
      problem.
      
      
      
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@144421 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      82abf73a
    • Tilghman Lesher's avatar
      Recorded merge of revisions 144356 via svnmerge from · 5d5a7793
      Tilghman Lesher authored
      https://origsvn.digium.com/svn/asterisk/branches/1.4
      
      ........
        r144356 | tilghman | 2008-09-24 20:44:47 -0500 (Wed, 24 Sep 2008) | 6 lines
        
        Backport Hebrew language to voicemail.
        (closes issue #13155)
         Reported by: greenfieldtech
         Patches: 
               voicemail-hebrew-patch-1.4-SVN.c.patch uploaded by greenfieldtech (license 369)
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@144357 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      5d5a7793
Loading