build update

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@362 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale
2008-01-10 01:15:04 +00:00
parent 169c074bcf
commit 12fa624e80
4 changed files with 44 additions and 5 deletions

View File

@@ -502,7 +502,7 @@ static switch_status_t channel_read_frame(switch_core_session_t *session, switch
{
switch_channel_t *channel = NULL;
private_t *tech_pvt = NULL;
uint32_t len;
zap_size_t len;
zap_wait_flag_t wflags = ZAP_READ;
char dtmf[128] = "";
zap_status_t status;