mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
msvc build fixes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@797 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -982,7 +982,7 @@ static switch_status exosip_create_call(eXosip_event_t * event)
|
||||
int mline = 0, pos = 0;
|
||||
switch_channel *channel = NULL;
|
||||
char name[128];
|
||||
char *dpayload, *dname, *drate;
|
||||
char *dpayload, *dname = NULL, *drate = NULL;
|
||||
char *remote_sdp_str = NULL;
|
||||
|
||||
if ((session = switch_core_session_request(&exosip_endpoint_interface, NULL)) != 0) {
|
||||
|
Reference in New Issue
Block a user