Thinking back to my current practices, I would be very curious to share here about when should applications such as Congestion, Progress or Ringing be used in todays telephony.I would define todays telephony with:- SIP phones- Asterisk- a SIP trunk..
Author : Olivier
I dont know if this list is the best place to ask such question but here it is, anyway.In page [1], I can read in PJSIPs endpoint section configuration reference:identify_by username,locationWay(s) for Endpoint to be identifiedThen clicking over identify..
2018-04-27 14:59 GMT+02:00 Joshua Colp :Adding a type=global line solved this issue as I missed the comment;type=; Must be of type global (default: ) two lines bellow.Thank you very much for corr..
HelloIve just discovered this [1] invaluable blog post (thank you very much Richard for writing it) and its reference to PJSIPs endpoint_identifier_order setting.On my Debian Stretch box powered with a packaged Asterisk 13.14.1, I edited a pjsip.c..
From [1], you can read:If you dont have an identify section defined, or else you have res_pjsip_endpoint_*identifier_ip* loading *after* res_pjsip_endpoint_*identifier_user*, then …To remove the above uncertainty coming from modules loading ord..
Im setting an Asterisk 13.14.1 box (Debian Stretch with packaged Asterisk)to implement SIP trunking services ie to both trunk with carrier trunks and IPBX trunks from various brands.For various reasons, I was inclined to implement this services w..
Today, one Asterisk instance of mine crashed. This instance is only providing SIP trunking (from IPBXs to carriers, no transcoding, playing of voice prompts and fancy dialplan tricks, ….).The instance is built :- as a VMWare 6.5 guest,- with Deb..
Im working on an Asterisk active/passive cluster where the following applies:- members are both VM- /etc/asterisk files are copied from one provisonning server to both VM- asterisk is running on active member- asterisk is not running on passive memb..
Im running load testing sessions. My System Under Test is an asterisk 13 with 16GB, configured with maxfiles set to 400 000. This system is supposed do produce simple SIP trunking services without transcoding.The box sending call to my System Under T..
Im currently trying to configure a passive Asterisk instance that must backup an active Asterisk instance. Each instance is connected this way:PSTNGatewayAsteriskendpoints or IPBXsMost endpoints connect through registration.With chan_sip, Asterisk sa..