]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
freetdm: updated variables.txt
authorDavid Yat Sin <dyatsin@sangoma.com>
Fri, 25 Feb 2011 16:07:39 +0000 (11:07 -0500)
committerDavid Yat Sin <dyatsin@sangoma.com>
Fri, 25 Feb 2011 16:07:39 +0000 (11:07 -0500)
libs/freetdm/docs/variables.txt

index bb8729051ef093a4b01f1190db1aba4d388f41de..0beecd016ce0a5b7ab4e3aead553860a3a64f815 100644 (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 */