mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
freetdm: ss7: bug fix for ticket 6290, channel status was not showing channel 1
This commit is contained in:
parent
145884c94c
commit
4f254ebe15
@ -2833,7 +2833,7 @@ static int ftmod_ss7_fill_in_ccSpan(sng_ccSpan_t *ccSpan)
|
||||
}
|
||||
|
||||
/* find a spot for this circuit in the global structure */
|
||||
x = (ccSpan->procId * 1000);
|
||||
x = (ccSpan->procId * 1000) + 1;
|
||||
flag = 0;
|
||||
while (flag == 0) {
|
||||
/**********************************************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user