some refactoring and plumbing for 1.4

This commit is contained in:
Anthony Minessale
2013-10-16 02:24:32 +05:00
parent c7ccf84a14
commit 4a172402d2
37 changed files with 1729 additions and 287 deletions
+1 -1
View File
@@ -853,7 +853,7 @@ switch_status_t FSConnection::on_init()
return SWITCH_STATUS_FALSE;
PTRACE(4, "mod_opal\tStarted routing for connection " << *this);
switch_channel_set_state(m_fsChannel, CS_ROUTING);
return SWITCH_STATUS_SUCCESS;
}