--- AstAPIBase.c 2005-01-31 10:11:11.000000000 -0500 +++ ../res_perl_new/AstAPIBase.c 2005-05-12 16:42:54.153124904 -0400 @@ -769,7 +769,9 @@ return chan; } - +int asterisk_readstring(struct ast_channel *c, char *s, int len, int timeout, int ftimeout, char *enders) { + return ast_readstring(c, s, len, timeout, ftimeout, "#"); +} int asterisk_dial(struct ast_channel *chan,char *data,int timeout) { int res=0,state=0;