[Freeswitch-dev] towards making fh->silence_hits a representation in ms internally w/o changing interface
David Nicol
davidnicol at gmail.com
Wed Jul 25 13:38:15 EDT 2007
instead of the comment concerning the legacy situation of one
argument with PATHNAME\+LIMIT in it, here's support for
that:
}else{
l = strchr(argv[0],'+');
if(l){
*l++ = '\0';
if ((limit=atoi(l)) < 0) limit = 0;
}
}
More information about the Freeswitch-dev
mailing list