From 5b36aea097ce2399fe81a086e398223bb0766bcb Mon Sep 17 00:00:00 2001 From: Mathieu Rene Date: Sun, 14 Aug 2011 23:56:32 +0200 Subject: [PATCH] Missed one in e8ae13a8 --- src/mod/endpoints/mod_rtmp/rtmp_sig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_rtmp/rtmp_sig.c b/src/mod/endpoints/mod_rtmp/rtmp_sig.c index ece43bc050..7aaf79d6f6 100644 --- a/src/mod/endpoints/mod_rtmp/rtmp_sig.c +++ b/src/mod/endpoints/mod_rtmp/rtmp_sig.c @@ -301,7 +301,7 @@ RTMP_INVOKE_FUNCTION(rtmp_i_makeCall) amf_object_to_event(argv[3], &event); } - if (rtmp_session_create_call(rsession, &newsession, 0, RTMP_DEFAULT_STREAM_AUDIO, number, user, domain, event) != SWITCH_CAUSE_NONE) { + if (rtmp_session_create_call(rsession, &newsession, 0, RTMP_DEFAULT_STREAM_AUDIO, number, user, domain, event) != SWITCH_CAUSE_SUCCESS) { switch_log_printf(SWITCH_CHANNEL_UUID_LOG(rsession->uuid), SWITCH_LOG_ERROR, "Couldn't create call.\n"); }