@ -692,7 +692,14 @@ int ast_pbx_outgoing_exten(const char *type, int format, void *data, int timeout
particular application with given extension */
particular application with given extension */
int ast_pbx_outgoing_app ( const char * type , int format , void * data , int timeout , const char * app , const char * appdata , int * reason , int sync , const char * cid_num , const char * cid_name , struct ast_variable * vars , const char * account , struct ast_channel * * locked_channel ) ;
int ast_pbx_outgoing_app ( const char * type , int format , void * data , int timeout , const char * app , const char * appdata , int * reason , int sync , const char * cid_num , const char * cid_name , struct ast_variable * vars , const char * account , struct ast_channel * * locked_channel ) ;
/* Evaluate a condition for non-falseness and return a boolean */
/*!
* \ brief Evaluate a condition
*
* \ retval 0 if the condition is NULL or of zero length
* \ retval int If the string is an integer , the integer representation of
* the integer is returned
* \ retval 1 Any other non - empty string
*/
int pbx_checkcondition ( const char * condition ) ;
int pbx_checkcondition ( const char * condition ) ;
/* Functions for returning values from structures */
/* Functions for returning values from structures */