Archives : June-2016
In trying to troubleshoot the Delay after Answer problem I had before (which seems to be fixed), I have somehow created a new problem:Outgoing calls are now failing with the following message:[Jun7 13:28:09] WARNING[9247][C-00000000]: app_dial.c:2..
All;I have a customer running Asterisk 11.6-cert13. The server is solely used for faxing. The problem he has is that Asterisk is dumping core on a very regular basis, maybe half a dozen times a day at least. From the logs, I see that the last comma..
I am having an issue with a couple of phones where they ring, but there is a long delay after the phone is picked up before the audio starts.My setup:* Server running Asterisk 13.9.1, Dahdi 2.11.1 w/ OSLEC* Server is CentOS 7* Quad core CPU with 1..
Try MixMonitor. Land the call to a local channel and answer it. This code will record the silence as well.exten => _X.,1,MixMonitor()exten => _X.,n,Dial(Local/100@context1)[context1]exten => _X.,1,Answer()exten => _X.,n,Dial(SI..
Im trying to use presence with PJSIP andI have a issue.I created correctly hint priorities like:exten => 1000,hint,PJSIP/1000exten => 1001,hint,PJSIP/1001Extension 1000 can subscribe extension 1001 y vice-versa. The problem is when the extension 1..
Hello!I occasionally can see warnings like these during *idle* times in asterisk log (asterisk 13.7.2):[2016-06-05 06:11:51] WARNING[27817] pjsip: sip_transactio Unable to register REGISTER transaction (key xists)[2016-06-05 06:11:51] WARNING[278..
,n00b question, but I cant figure it out:[callthrough]exten => _+X.,1,NoOp(nothing here)#include blockedall.confexten => _+X.,n(hangup),Hangup exten => _+X.,n(nohangup),GotoIf($[${CALLERID(num)} anonymous]?nocli:cli)… more stuff that is handling ..
!I installed Hylafax on a Ubuntu-Server 14.04. On this server runs Asterisk 11.7.0, too and it was configured like my own Asterisk server at home, but it does not work… :(So, I configured Asterisk to connect to Deutsche Telekom and it does!Then I configu..
As many of you know, pjproject 2.5 was released last month and pjproject2.5 1 was released this week.It appears to be stable with Asterisk but here are a few implementation notes:pjproject 2.5 deprecated one function Asterisk 13.7 and earlier used.T..
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..