git-svn-id: http://svn.openzap.org/svn/openzap/trunk@470 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale
2008-05-05 15:47:44 +00:00
parent a0ab351bcf
commit f99afcefde
2 changed files with 14 additions and 14 deletions

View File

@@ -467,7 +467,7 @@ static __inline__ void state_advance(zap_channel_t *zchan)
//is cast right here?
ChanID.IntType = 1; /* PRI = 1, BRI = 0 */
ChanID.InfoChanSel = 1;
ChanID.InfoChanSel = 1;//2 suggest 3 you tell me
ChanID.ChanMapType = 3; /* B-Chan */
ChanID.ChanSlot = (unsigned char)zchan->chan_id;
gen->ChanID = Q931AppendIE((L3UCHAR *) gen, (L3UCHAR *) &ChanID);