I dont know if its ever really been tried, recording/playback of video is not something anyone has put a focus n. Only really h264 and h263 I believe. Youd need to negotiate h264 on the channel. As it is youre using VP9, and Asterisk does not do vi..
Author : Joshua Colp
The aco_option_register function is used by modules to register some configuration handling logic. The bridge feature API is defined in bridge_features.h[1] but Im not sure functionality you require (arbitrary adding of features) was ever added to ..
Have you looked at the actual ARI events that are occurring and the (presumably SIP) signaling for the call when it occurs? — Joshua C. Colp Digium – A Sangoma Company | Senior Software Developer 445 Jan Davis Drive NW – Huntsville, AL 35806 – US Ch..
Outbound registration provides the line option[1] which can be used to differentiate traffic in regards to different outbound registrations. It requires the remote server to adhere to the SIP RFC and report back some data we give in our Contact, so ..
Kia ora, I currently have a code review up[1] which removes the ContactStatus AMI event when a PJSIP endpoint re-registers. I removed it as I believed the ContactStatus event was redundant (as the status has not changed from the last event that wo..
Who do you want to whisper to? Both channels? The way it works though is snoop channel creates a channel that you can treat like any other (add to a bridge, record, etc) – audio coming from it is a copy of the audio from the channel you are snoop..
All Asterisk issues need to go through the issue tracker[1]. In this case wed also need to see the full SIP debug so we can understand the complete interaction.[1] https://issues.asteris..
Kia ora,As many of you are aware (and for those who arent) as part of Asterisk13.8 changes went into the res_odbc module to more heavily leverage UnixODBC connection management and pooling capabilities. Previously we would use only a single connect..
Mamadou NGOM wrote:Kia ora,This can be configured in voicemail.conf using the maxsecs configuration option. I dont believe this is exposed using the Voicemail application options, just using the config fi..
Recursive wrote:Information is on the wiki[1] which details how to get a backtrace from a core dump which may be present. Otherwise its unlikely that the problem can be located without exact details for reproducing it. If you can get a backtrace tho..