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.rdnis = ""; \
|
||||
caller_profile.username = ""; \
|
||||
flags = 0; \
|
||||
on_hangup = NULL; \
|
||||
memset(&cb_state, 0, sizeof(cb_state)); \
|
||||
hook_state = CS_NEW; \
|
||||
|
|
Loading…
Reference in New Issue