when asterisk registers with the VOIP provider via ipv6 and when local phones dont work with ipv6 but only with ipv4, am I to expect issues? Im receiving incoming calls via the provider, asterisk correctly dials the phone where the calls are supo..
Author : hw
is it possible to call an IP camera?Im thinking about something like bridging with a music stream, but instead of streaming audio, bridge with the video stream from the camera. It would be very cool if I could just call the camera and see whats go..
how do I make a bug report?I filled in the form to make a report and https://issues.asterisk.org/jira/issues/?filter=-2 still shows no issues reported by me. If someone knows how to get asterisk to re-register when using pjsip after the registrat..
compiling the current git version on CentOS 7 gives me: [CC] res_statsd.c -> res_statsd.o res_rtp_asterisk.c:2669:2: error: unknown field ‘on_valid_pair’ specified in initializer .on_valid_pair = ast_rtp_on_valid_pair, ^ res_rtp_asterisk.c:2669..
sometimes pjsip show registrations shows registrations to the VOIP provider as Rejected.I have already added max_retries = 0 auth_rejection_permanent = no in pjsip_wizard.conf and still asterisk does not recover. I need asterisk to keep trying to regis..
examining the network traffic with wireshark shows that asterisk does not set any QoS values at all. What do I need to do to make asterisk set QoS values (on CentOS 7)? The wiki says to use vconfig to set QoS values[1].What does the skb-priority n..
when sending IMs from endpoint to endpoint with the MessageSend() application, I can check the MESSAGE_SEND_STATUS and send another message to the sender of the message to notify them that their message was not sent when the status indicates it. T..
after switching from chan_sip to chan_pjsip, a device running Grandstream Wave leads to the following error message on the asterisk console: SSL SSL_ERROR_SSL (Handshake): Level: 0 err: len: 0 peer: 10.10.20.29:43357 Something with the encryption m..
Im getting messages like res_srtp.c:395 ast_srtp_unprotect: SRTP unprotect failed with replay check failed (index too old), retrying == SRTP unprotect failed on SSRC 576693764 because of authentication failure 10 == SRTP unprotect failed on SSRC 576693..
when using AddQueueMember() to add to a queue, it is possible to add unreachable (non-existing) peers to a queue.Such members show up marked as … (dynamic) (Invalid) … when using the queue show command. Is there a way to disallow adding unreacha..