search for: getchanneldata

Displaying 1 result from an estimated 1 matches for "getchanneldata".

2005 Feb 24
2
OT - C structure question
...iable) where variable is either "context" or "exten" or an expression that resolves to a valid fieldname of the structure ? My reason for asking is that I want to create an application that would take a channel and a field name and return the value of the field. for example GetChannelData("context") GetChannelData("exten") and I didn't want to have to declare a massive case statement, and have to modify the app everytime some new fields were added to the structure. I know that some of these variables are already exposed, but was wanting to get some other...