Archives : January-2019
All;I have an AudioCodes MP-114 four FXS ATA that recently stopped registering to my PBX. Im pulling my hair out here trying to figure out the root cause without much success. Does anyone have a sample config file that I could use as a sample? Any insi..
on an Asterisk 16 with PJSIP I want to know the state of a device (idle, busy, unavailable, …) in the dialplan. I tried with ChanIsAvail() but this one doesnt return the real state (eg a device calling an extension which is running ChanIsAvail()..
Regarding this Ive read the specs linked to in detail, but I can find no mention anywhere of any change that implies or states that no ring time will be recorded anymore in Asterisk 13 and that all times in start and answer columns will now be eq..
Asterisk 16.1.0 Im using hagi and SRV records for a high availability configuration of AGI servers.When the first AGI server in the list is completely down, asterisk quickly moves on to the next one. That is all good. My concern is what will happen..
Hiya, I would have expected this to show the channels in the bridge inside the anonymous function – it shows the bridge is empty though? var bridge = ari.Bridge(); bridge.create({ type: holding, name: event.application+ bridge }, function(err, brid..
Asterisk 11.25.0 user here. Im trying to set up failing over to a second SIP peer if the first SIP peer doesnt answer on our SIP INVITE within 2 seconds. In sip.conf I set timerb=2000 for this peer, but it doesnt seem to have any effect. The time..
guys A few months ago I upgraded most of my Asterisk servers to 13 from 1.8. Ive still got about 25% of my servers on 1.8. Ive since noticed that ringtime on Asterisk 13 – the time difference between start and answer in the CDR record for any call, ..
I am trying to run the CyberMegaPhone demo to see the WebRTC Video Conference demonstration from AstriDevCon 2017I have been able to make WebRTC work on this same box with SIPML5 demo but not the CMP2K.When I attempt to access the https://myip:8089/cm..
I am working on writing my own custom language (Yiddish) which resembles de. I found de to be mainly in main/say.c. I am a novice when it comes to c. Would changing:} else if (!strncasecmp(lang, de, 2)) {to:} else if (!strncasecmp(lang, de, 2) ||!strncasecmp(la..