To Solve my compilation problem in Asterisk Stable branch and prepaid i have modify this line: - res = ast_say_number(chan, result.rem, "", chan->language, (char*)NULL); to - res = ast_say_number(chan, result.rem, "", chan->language); Now compile... but i dont know if it works.. I try now Thanks Dimitri