danbarua / NEventSocket

A reactive FreeSwitch eventsocket library for Modern .Net
Mozilla Public License 2.0
74 stars 37 forks source link

Add channel state None (CS_NONE) #53

Closed pragmatrix closed 8 years ago

pragmatrix commented 8 years ago

There is one more ChannelState, which is CS_NONE. I received that on an bgapi outgoing when my client was subscribed to all events. The event in question had AnswerState set to Ringing.

I am actually not sure what None means, but it should definitely be supported by NEventSocket. You can find traces of CS_NONE in the API documentation http://docs.freeswitch.org/switch__types_8h.html but not in the official documentation AFAIK.

danbarua commented 8 years ago

Good catch, thanks 👍