Searched refs:outg (Results 1 – 3 of 3) sorted by relevance
1635 if (channel->pInterfaceStat->outg.Calls) { in diva_maint_state_change_notify()1637 "Outg Calls =%lu", channel->pInterfaceStat->outg.Calls); in diva_maint_state_change_notify()1639 if (channel->pInterfaceStat->outg.Connected) { in diva_maint_state_change_notify()1641 "Outg Connected =%lu", channel->pInterfaceStat->outg.Connected); in diva_maint_state_change_notify()1643 if (channel->pInterfaceStat->outg.User_Busy) { in diva_maint_state_change_notify()1645 "Outg Busy =%lu", channel->pInterfaceStat->outg.User_Busy); in diva_maint_state_change_notify()1647 if (channel->pInterfaceStat->outg.No_Answer) { in diva_maint_state_change_notify()1649 "Outg No Answer =%lu", channel->pInterfaceStat->outg.No_Answer); in diva_maint_state_change_notify()1651 if (channel->pInterfaceStat->outg.Wrong_Number) { in diva_maint_state_change_notify()1653 "Outg Wrong Nr =%lu", channel->pInterfaceStat->outg.Wrong_Number); in diva_maint_state_change_notify()[all …]
1493 &pLib->InterfaceStat.outg.Calls; in diva_create_parse_table()1498 &pLib->InterfaceStat.outg.Connected; in diva_create_parse_table()1503 &pLib->InterfaceStat.outg.User_Busy; in diva_create_parse_table()1508 &pLib->InterfaceStat.outg.No_Answer; in diva_create_parse_table()1513 &pLib->InterfaceStat.outg.Wrong_Number; in diva_create_parse_table()1518 &pLib->InterfaceStat.outg.Call_Rejected; in diva_create_parse_table()1523 &pLib->InterfaceStat.outg.Other_Failures; in diva_create_parse_table()
166 diva_outgoing_call_statistics_t outg; member