send call progress not proceeding.

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@505 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2008-07-24 20:03:37 +00:00
parent 0baedecdfd
commit 44e8be160a
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ static __inline__ void state_advance(zap_channel_t *zchan)
zap_set_state_locked(zchan, ZAP_CHANNEL_STATE_HANGUP);
}
} else {
gen->MesType = Q931mes_PROGRESS;
gen->MesType = Q931mes_CALL_PROCEEDING;
Q931Rx43(&isdn_data->q931, (void *)gen, gen->Size);
}
}