Currently Im experiencing crashes on Asterisk more recently, see messages below (crashed reason: segfault signal 6).abrt-hook-ccpp[19864]: Process 7082 (asterisk) of user 0 killed by SIGABRT- dumping coreasterisk: ERROR[15373][C-0004e304]: astobj2.c:..
Author : Ahmed Munir
Im currently using Asterisk 16.4.0 cert version and working on webrtc. For configuration perspective, Im pretty much done with it but here the real issue Im currently facing i.e. when setting parameters max_audio_streams &max_video_streams to any posit..
Ive currently migrating from chan_sip to chan_pjsip, for now Im able to setup and configured extensions in PJSIP and incoming trunks but unable to configure outbound trunk as getting unauth/unregistered trunk endpoint message error message when mak..
I would like to know for App_Originate that how I can pass the argument to next dialplan as listed below partial dialplan;same => n,GotoIf($[${COUNT} > 0 ]?bridge_conference,1)same => n,Set(__TMPEXTEN=${EXTEN}1)same => n,ExecIf($[0${CONFBRIDGE_INFO(parties,${EXTEN..
The limit 10 is just an assumption. For real number Ive set in my conference server is 350 max participants to join. As per the load testing Ive performed on the server, after 400+ participants voice is getting choppy so Ive set the max limit to ..
I would like to know how can I achieve merge 2 conference rooms in same asterisk server. For example 10 users joined bridge A and max user limit is set to 10. If more than 10 users try to join this bridge A, 11th user should join to the dynamically crea..
Thanks.But I was not able to find the records in ps_contacts table. As per myps_aors entries, Im enabling and using only following fields below;id: 20010 max_contacts: 1remove_existing: yes qualify_frequecy: 10Please advise if there any more paramet..
I would like to know how to check PJSIP status for endpoints at DB level(realtime) just like in chan_sip? Like on chan_sip when sip extension gets register regseconds, ipaddr, fullcontact & many more parameters get updated at DB level.The version..
all,Now a days getting openfile issues on asterisk quite often even setting systemsoft limit to 20000 and hard limit to 25000 and issue usually occurs during openfile socket consumed by system and asterisk is quite smaller than the soft or hard lim..
Ive recently setup Asterisk with Radius CDR by following the document:https://wiki.asterisk.org/wiki/display/AST/RADIUS+CDR+Backend.The issue currently Im facing is after turning on the debug getting message: cdr_radius.c:208 radius_log: Unable to cre..