freetdm: add ring flag to progress

This commit is contained in:
Moises Silva 2010-06-28 12:42:26 -04:00
parent 7626a6c6b4
commit 5456b9abfd
1 changed files with 1 additions and 1 deletions

View File

@ -1455,7 +1455,7 @@ static __inline__ void state_advance(ftdm_channel_t *ftdmchan)
BOOST_CHAN(ftdmchan),
0,
SIGBOOST_EVENT_CALL_START_ACK,
0, 0);
0, SIGBOOST_PROGRESS_RING);
}
}
}