Changeset 197

Show
Ignore:
Timestamp:
12/04/07 17:13:50 (9 months ago)
Author:
sip
Message:

Fixed DTMF detection.

Files:

Legend:

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

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

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