Changeset 213

Show
Ignore:
Timestamp:
04/08/08 16:58:35 (5 months ago)
Author:
sip
Message:

Fixed dmtf

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • app_mp4/app_mp4.c

    r199 r213  
    527527                                        if (ast_exists_extension(chan, chan->context, dtmf, 1, NULL)) { 
    528528                                                /* Set extension to jump */ 
    529                                                 res = atoi(dtmf)
     529                                                res = f->subclass
    530530                                                /* Free frame */ 
    531531                                                ast_frfree(f); 
  • app_rtsp/app_rtsp.c

    r197 r213  
    11421142                                if (ast_exists_extension(chan, chan->context, dtmf, 1, NULL)) { 
    11431143                                        /* Set extension to jump */ 
    1144                                         res = atoi(dtmf)
     1144                                        res = f->subclass
    11451145                                        /* Free frame */ 
    11461146                                        ast_frfree(f); 
Copyright 2006 - Sergio García Murillo
Powered by Trac - Edgewall Software