Changeset 214

Show
Ignore:
Timestamp:
05/19/08 10:50:15 (3 months ago)
Author:
sip
Message:

Fixed unregister cli debug (Ticket #32)

Files:

Legend:

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

    r212 r214  
    10141014         *     pseudo = ast_request("Local", AST_FORMAT_ALAW , data, &reason); 
    10151015         */ 
    1016         pseudo = ast_request("Local", AST_FORMAT_ALAW | AST_FORMAT_ULAW, data, &reason); 
     1016        pseudo = ast_request("Local", AST_FORMAT_ALAW , data, &reason); 
    10171017  
    10181018        /* If somthing has gone wrong */ 
     
    13891389        ast_module_user_hangup_all(); 
    13901390 
     1391        ast_cli_unregister(&cli_debug); 
     1392 
    13911393        return res; 
    13921394} 
Copyright 2006 - Sergio García Murillo
Powered by Trac - Edgewall Software