Functions | |
| int | _am_sound_send_stun_request (call_t *ca, int round) |
| int | _am_process_stun_message (struct rtp *session, stun_event *s) |
| int | _am_stun_active_candidate (call_t *ca, char *remote_ip, int *remote_port, int local_port) |
| int | _am_sound_common_send_dtmf (call_t *ca, int dtmf_number) |
| int _am_sound_send_stun_request | ( | call_t * | ca, | |
| int | round | |||
| ) |
Send needed STUN request.
| ca | call context. | |
| round | like a timestamp value. |
| int _am_process_stun_message | ( | struct rtp * | session, | |
| stun_event * | s | |||
| ) |
recv STUN message from network.
| session | session context. | |
| s | stun event. |
| int _am_stun_active_candidate | ( | call_t * | ca, | |
| char * | remote_ip, | |||
| int * | remote_port, | |||
| int | local_port | |||
| ) |
Find initial active candidate.
| ca | call context. | |
| remote_ip | remote_ip | |
| remote_port | remote_port. | |
| local_port | local_port. |
| int _am_sound_common_send_dtmf | ( | call_t * | ca, | |
| int | dtmf_number | |||
| ) |
Send a DTMF in rtp telephone-event mode.
| ca | call context. | |
| dtmf_number | dtmf number. |
1.4.7