I am running Asterisk 16.9 on FreeBSD 12.1-RELEASE-p1.I keep seeing lines like this in my logs. [Apr1 13:30:33] NOTICE[101155][C-00004526] chan_sip.c: Call from (45.143.220.235:5356) to extension 2037 rejected because extension not found in context unauthenticat..
Author : D'Arcy Cain
I recently upgraded from Asterisk 13.19 to 16.6.1.Everything is working fine with a few minor tweaks except outgoinf fax.Incoming works fine. I do outgoing faxing through an AMI call.Here is the output from the security log: [Nov 27 06:16:05] SECURITY[1012..
Up to now I have been using one remote server for both incoming and outgoing.The SIP entry looks like this: [combined] disallow=all allow=ulaw allow=gsm allow=ilbc dtmfmode=rfc2833 host=206.380.260.100 defaultuser=6477957868 secret=xxxxxxxxxxxxxx insecure=invite,p..
I have an error sending to a specific fax number.It may be more than one but this is the one I investigated.It seems the delay for the SIP negotiation in T.38 was initiated after 6 seconds, however, our system sent the BYE after only 4 seconds, possi..
I am having troubles with sending faxes.I hope someone can help me work out a better method.Basically we have a special address that our users can send to.It winds up on our Asterisk server which runs a Python script that parses the message for attachme..
I had a problem inserting CDR records into my PostgreSQL database. According to the log it failed to open the database at startup.Isearched and found the following report.https://issues.asterisk.org/jira/browse/ASTERISK-15820However, it looks like..
We have a template for extensions and voicmail.They look like this:exten => %ACCOUNT%,1,Verbose(0,Entering extension %ACCOUNT%) same => n(DialDesk),Verbose(0,${CALLERID(all)} Calling ${EXTEN}) same => n,Dial(SIP/%ACCOUNT%,30) same => n(VoiceMail),Set(CDR(userfield)=VoiceMa..