[asterisk-users] Change Termination of Read Command
Danny Nicholas
danny at debsinc.com
Mon Apr 27 12:29:20 CDT 2009
Greetings all,
This is a "just-for-fun" question. I was reading the
support forum and a fellow there wanted Read() to stop on * instead of #. I
thought that changing app_read.c would resolve this
current
if (tmp[x-1] == '#') {
tmp[x-1] = '\0';
break;
new
}if (tmp[x-1] == '*') {
tmp[x-1] = '\0';
break;
}
He applied and recompiled, but no joy. Any ideas why?
Danny Nicholas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090427/3c5f1ff5/attachment.htm
More information about the asterisk-users
mailing list