freetdm: updated variables.txt

This commit is contained in:
David Yat Sin 2011-02-25 11:07:39 -05:00
parent 06bd633053
commit f8e1fa666d
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ When using ftmod_sangoma_isdn, user wants to transmit a custom Facility IE, insi
ftdm_usrmsg_set_raw_data(&usrmsg, my_facility_ie, my_facility_ie_len);
ftdm_channel_call_indicate(ftdmchan, FTDM_CHANNEL_INDICATE_ANSWER, &usrmsg);
ftdm_channel_call_indicate(ftdmchan, FTDM_CHANNEL_INDICATE_FACILITY, &usrmsg);
/* FreeTDM will automatically free my_facility_ie */