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:
parent
0baedecdfd
commit
44e8be160a
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue