add uuid_autoanswer command

This commit is contained in:
Anthony Minessale
2010-04-16 09:35:41 -05:00
committed by Brian West
parent c9aabe2c11
commit 33c05ead16
4 changed files with 40 additions and 0 deletions
+5
View File
@@ -1496,6 +1496,11 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
}
break;
case SWITCH_MESSAGE_INDICATE_AUTOANSWER:
{
nua_notify(tech_pvt->nh, NUTAG_NEWSUB(1), NUTAG_SUBSTATE(nua_substate_active), SIPTAG_EVENT_STR("talk"), TAG_END());
}
break;
case SWITCH_MESSAGE_INDICATE_SIMPLIFY:
{
char *ref_to, *ref_by;