Home
last modified time | relevance | path

Searched refs:sccp_rtp_getState (Results 1 – 15 of 15) sorted by relevance

/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_channel.c484 if(!sccp_rtp_getState(audio, SCCP_RTP_RECEPTION)) { in sccp_channel_recalculateAudioCodecFormat()
816 if(sccp_rtp_getState(audio, SCCP_RTP_RECEPTION)) { in sccp_channel_openReceiveChannel()
895 return sccp_rtp_getState(audio, SCCP_RTP_RECEPTION); in sccp_channel_receiveChannelOpen()
921 if(sccp_rtp_getState(audio, SCCP_RTP_RECEPTION)) { in sccp_channel_closeReceiveChannel()
968 if(sccp_rtp_getState(audio, SCCP_RTP_TRANSMISSION)) { in sccp_channel_startMediaTransmission()
1061 if(sccp_rtp_getState(audio, SCCP_RTP_TRANSMISSION)) { in sccp_channel_stopMediaTransmission()
1114 if(sccp_rtp_getState(video, SCCP_RTP_RECEPTION)) { in sccp_channel_openMultiMediaReceiveChannel()
1213 if(sccp_rtp_getState(video, SCCP_RTP_RECEPTION)) { in sccp_channel_closeMultiMediaReceiveChannel()
1395 if(sccp_rtp_getState(audio, SCCP_RTP_RECEPTION)) { in sccp_channel_closeAllMediaTransmitAndReceive()
1398 if(sccp_rtp_getState(video, SCCP_RTP_RECEPTION)) { in sccp_channel_closeAllMediaTransmitAndReceive()
[all …]
H A Dsccp_indicate.c160 if (!(sccp_rtp_getState (&c->rtp.audio, SCCP_RTP_RECEPTION) & SCCP_RTP_STATUS_ACTIVE)) { in __sccp_indicate()
276 if(!sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION)) { in __sccp_indicate()
278 } else if(!sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_TRANSMISSION)) { in __sccp_indicate()
290 if(!sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION)) { in __sccp_indicate()
373 if(!sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION)) { in __sccp_indicate()
375 } else if(!sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_TRANSMISSION)) { in __sccp_indicate()
400 if(!sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION)) { in __sccp_indicate()
H A Dsccp_rtp.h58 SCCP_API sccp_rtp_status_t SCCP_CALL sccp_rtp_getState(constRtpPtr rtp, sccp_rtp_dir_t dir);
H A Dsccp_rtp.c243 sccp_rtp_status_t sccp_rtp_getState(constRtpPtr rtp, sccp_rtp_dir_t dir) in sccp_rtp_getState() function
331 if(sccp_rtp_getState(rtp, SCCP_RTP_TRANSMISSION)) { in sccp_rtp_set_peer()
H A Dsccp_softkeys.c141 if(!c->rtp.video.instance || sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION)) { in sccp_sk_videomode()
144 …if((sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION) & SCCP_RTP_STATUS_ACTIVE) && !sccp_rtp_ge… in sccp_sk_videomode()
H A Dsccp_actions.c3395 …if(do_expect(channel != NULL && sccp_rtp_getState(&channel->rtp.audio, SCCP_RTP_RECEPTION) & SCCP_… in handle_openReceiveChannelAck()
3456 …if(do_expect(channel != NULL && sccp_rtp_getState(&channel->rtp.audio, SCCP_RTP_TRANSMISSION) & SC… in handle_startMediaTransmissionAck()
3520 …if(do_expect(channel != NULL && sccp_rtp_getState(&channel->rtp.video, SCCP_RTP_RECEPTION) & SCCP_… in handle_OpenMultiMediaReceiveAck()
3584 …if(do_expect(channel != NULL && sccp_rtp_getState(&channel->rtp.video, SCCP_RTP_TRANSMISSION) & SC… in handle_startMultiMediaTransmissionAck()
H A Dsccp_pbx.c752 if((sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION) & SCCP_RTP_STATUS_ACTIVE)) { in sccp_pbx_remote_answer()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast111/
H A Dast111.c628 res = ((sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION) || (d && d->earlyrtp)) ? -1 : 0); in sccp_astwrap_indicate()
631 …, ind, pbx_channel_name(ast), c->rtp.audio.instance ? "yes" : "no", sccp_rtp_getState(&c->rtp.audi… in sccp_astwrap_indicate()
632 …codec2str(c->rtp.audio.reception.format), sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_TRANSMISSION),… in sccp_astwrap_indicate()
733 if(sccp_rtp_getState(&c->rtp.video, SCCP_RTP_TRANSMISSION)) { in sccp_astwrap_indicate()
749 if(!sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
751 …} else if((sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION) & SCCP_RTP_STATUS_ACTIVE) && !sccp… in sccp_astwrap_indicate()
816 …HANNELSTATE_DIALING && c->calltype == SKINNY_CALLTYPE_OUTBOUND && +!sccp_rtp_getState(&c->rtp.audi… in sccp_astwrap_indicate()
885 sccp_rtp_status_t receptionstate = sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION); in sccp_astwrap_rtp_write()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast113/
H A Dast113.c633 …, ind, pbx_channel_name(ast), c->rtp.audio.instance ? "yes" : "no", sccp_rtp_getState(&c->rtp.audi… in sccp_astwrap_indicate()
634 …codec2str(c->rtp.audio.reception.format), sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_TRANSMISSION),… in sccp_astwrap_indicate()
709 if(sccp_rtp_getState(&c->rtp.video, SCCP_RTP_TRANSMISSION)) { in sccp_astwrap_indicate()
726 if(!sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
728 …} else if((sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION) & SCCP_RTP_STATUS_ACTIVE) && !sccp… in sccp_astwrap_indicate()
803 if(!sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
815 if(inband_if_receivechannel && sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
953 …if(c->rtp.audio.instance && (sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION) & SCCP_RTP_STATU… in sccp_astwrap_rtp_write()
967 sccp_rtp_status_t receptionstate = sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION); in sccp_astwrap_rtp_write()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast115/
H A Dast115.c675 …, ind, pbx_channel_name(ast), c->rtp.audio.instance ? "yes" : "no", sccp_rtp_getState(&c->rtp.audi… in sccp_astwrap_indicate()
676 …codec2str(c->rtp.audio.reception.format), sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_TRANSMISSION),… in sccp_astwrap_indicate()
750 if(sccp_rtp_getState(&c->rtp.video, SCCP_RTP_TRANSMISSION)) { in sccp_astwrap_indicate()
767 if(!sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
769 …} else if((sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION) & SCCP_RTP_STATUS_ACTIVE) && !sccp… in sccp_astwrap_indicate()
857 if(!sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
869 if(inband_if_receivechannel && sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
1007 …if(c->rtp.audio.instance && (sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION) & SCCP_RTP_STATU… in sccp_astwrap_rtp_write()
1021 sccp_rtp_status_t receptionstate = sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION); in sccp_astwrap_rtp_write()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast114/
H A Dast114.c676 …, ind, pbx_channel_name(ast), c->rtp.audio.instance ? "yes" : "no", sccp_rtp_getState(&c->rtp.audi… in sccp_astwrap_indicate()
677 …codec2str(c->rtp.audio.reception.format), sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_TRANSMISSION),… in sccp_astwrap_indicate()
752 if(sccp_rtp_getState(&c->rtp.video, SCCP_RTP_TRANSMISSION)) { in sccp_astwrap_indicate()
769 if(!sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
771 …} else if((sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION) & SCCP_RTP_STATUS_ACTIVE) && !sccp… in sccp_astwrap_indicate()
846 if(!sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
858 if(inband_if_receivechannel && sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
996 …if(c->rtp.audio.instance && (sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION) & SCCP_RTP_STATU… in sccp_astwrap_rtp_write()
1010 sccp_rtp_status_t receptionstate = sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION); in sccp_astwrap_rtp_write()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast112/
H A Dast112.c567 res = ((sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION) || (d && d->earlyrtp)) ? -1 : 0); in sccp_astwrap_indicate()
570 …, ind, pbx_channel_name(ast), c->rtp.audio.instance ? "yes" : "no", sccp_rtp_getState(&c->rtp.audi… in sccp_astwrap_indicate()
571 …codec2str(c->rtp.audio.reception.format), sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_TRANSMISSION),… in sccp_astwrap_indicate()
664 if(sccp_rtp_getState(&c->rtp.video, SCCP_RTP_TRANSMISSION)) { in sccp_astwrap_indicate()
680 if(!sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
682 …} else if((sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION) & SCCP_RTP_STATUS_ACTIVE) && !sccp… in sccp_astwrap_indicate()
746 …HANNELSTATE_DIALING && c->calltype == SKINNY_CALLTYPE_OUTBOUND && +!sccp_rtp_getState(&c->rtp.audi… in sccp_astwrap_indicate()
819 sccp_rtp_status_t receptionstate = sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION); in sccp_astwrap_rtp_write()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast117/
H A Dast117.c682 …, ind, pbx_channel_name(ast), c->rtp.audio.instance ? "yes" : "no", sccp_rtp_getState(&c->rtp.audi… in sccp_astwrap_indicate()
683 …codec2str(c->rtp.audio.reception.format), sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_TRANSMISSION),… in sccp_astwrap_indicate()
750 if(sccp_rtp_getState(&c->rtp.video, SCCP_RTP_TRANSMISSION)) { in sccp_astwrap_indicate()
767 if(!sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
769 …} else if((sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION) & SCCP_RTP_STATUS_ACTIVE) && !sccp… in sccp_astwrap_indicate()
857 if(!sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
869 if(inband_if_receivechannel && sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
1018 sccp_rtp_status_t receptionstate = sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION); in sccp_astwrap_rtp_write()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast118/
H A Dast118.c682 …, ind, pbx_channel_name(ast), c->rtp.audio.instance ? "yes" : "no", sccp_rtp_getState(&c->rtp.audi… in sccp_astwrap_indicate()
683 …codec2str(c->rtp.audio.reception.format), sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_TRANSMISSION),… in sccp_astwrap_indicate()
750 if(sccp_rtp_getState(&c->rtp.video, SCCP_RTP_TRANSMISSION)) { in sccp_astwrap_indicate()
767 if(!sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
769 …} else if((sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION) & SCCP_RTP_STATUS_ACTIVE) && !sccp… in sccp_astwrap_indicate()
857 if(!sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
869 if(inband_if_receivechannel && sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
1018 sccp_rtp_status_t receptionstate = sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION); in sccp_astwrap_rtp_write()
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/pbx_impl/ast116/
H A Dast116.c682 …, ind, pbx_channel_name(ast), c->rtp.audio.instance ? "yes" : "no", sccp_rtp_getState(&c->rtp.audi… in sccp_astwrap_indicate()
683 …codec2str(c->rtp.audio.reception.format), sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_TRANSMISSION),… in sccp_astwrap_indicate()
750 if(sccp_rtp_getState(&c->rtp.video, SCCP_RTP_TRANSMISSION)) { in sccp_astwrap_indicate()
767 if(!sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
769 …} else if((sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION) & SCCP_RTP_STATUS_ACTIVE) && !sccp… in sccp_astwrap_indicate()
857 if(!sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
869 if(inband_if_receivechannel && sccp_rtp_getState(&c->rtp.audio, SCCP_RTP_RECEPTION)) { in sccp_astwrap_indicate()
1018 sccp_rtp_status_t receptionstate = sccp_rtp_getState(&c->rtp.video, SCCP_RTP_RECEPTION); in sccp_astwrap_rtp_write()