Archives : June-2015
Ive been having problems segfaulting when receiving faxes. So I tried FFA. I used the register utility and my license is in /var/lib/asterisk :ls /var/lib/asterisk/licenses/ -l total 4-rw-r–r–. 1 root root 325 Jun5 22:41 FFA-DNCXXXXXXX.licbut:Execut..
dialplan[FaxIncoming]exten=s,1,NoOp(Incoming fax on 46-va) same=n,Set(FAXFILE=/var/spool/asterisk/fax/${STRFTIME(${EPOCH},,%Y%m%d)}_${STRFTIME(${EPOCH},,%H%M)})same=n,Answer()same=n,ReceiveFAX(${FAXFILE}.tif,df)same=n,Hangup()exten=>h,1,NoOp(FAXSTAT..
!Im trying to configure my Asterisk to accept SIP-TLS connections, too.I followed this HowTo: http://remiphilippe.fr/sips-on-asterisk-sip-security-with-tls/But as soon I try to connect to my Asterisk using SIP-TLS I get on Asterisk-CLI:== Problem sett..
again!I just noticed, that my Asterisk (running on an OpenWRT-Switch) writesthe logs using GMT… On the Switch the time is right configured and a date says me thecurrent LOCAL time.I didnt found in logger.conf or other file an option to set the timezo..
again!Im thinking about using my mobile phone to receive (and send) callswhen Im not at home (for example in holiday). I can make my Asterisk reachable from Internet, of course, or I canuse a VPN, thats not the problem…My question is: can I log..
!I configured Asterisk to forward the incoming call for a number toboth phones. I wrote that:exten => _00493512222222,n,Dial(SIP/00493512222222&SIP/00493511111111,,R)of course it works… Now the problem is, that when a phone get the call, on the ot..