1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-02 17:03:52 +00:00

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

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