Archives : November-2019
We have a box running Asterisk 11. A call comes in and the caller wants to use INFO (and the peer is set as INFO). We send the call out to a carrier were we specify rfc2833 and negotiate it correctly. In theory Asterisk should see the DTMF in rfc2..
we want to extract the information when the most callers are entering our phone system based on an interval of 15 minutes. this is quite simple (although not perfect) with select calldate, count(*) as anzahl from cdr where calldate > 2019-10-12 gr..
when using some non dynamichost eg. host2.168.111.153 in sip.conf asterisk is not considering specific peer options eg. directmedia=off, transport=tcp if I set host=dynamic and register the sip phone it works as expected. Is this a bug or featur..