mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-08 19:11:20 +00:00
init flags to 0
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9912 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
1068c322ce
commit
cb77392af4
@ -33,6 +33,7 @@ extern "C" {
|
|||||||
caller_profile.aniii = ""; \
|
caller_profile.aniii = ""; \
|
||||||
caller_profile.rdnis = ""; \
|
caller_profile.rdnis = ""; \
|
||||||
caller_profile.username = ""; \
|
caller_profile.username = ""; \
|
||||||
|
flags = 0; \
|
||||||
on_hangup = NULL; \
|
on_hangup = NULL; \
|
||||||
memset(&cb_state, 0, sizeof(cb_state)); \
|
memset(&cb_state, 0, sizeof(cb_state)); \
|
||||||
hook_state = CS_NEW; \
|
hook_state = CS_NEW; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user