My asterisk server is in the cloud. Figuring out how to send an email is too much brain damage. So i cant use the email feature thats built into voicemail.What I want to do is execute a remote command with the voicemail as an argument.The remote mach..
Author : sean darcy
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..
I usually lurk on the asterisk devel list to see whats going on.No posts for a week or two. Has the list m..
On 11.17.1:The cli and the log are full of these warnings:WARNING[12110]: chan_sip.c:4086 retrans_pkt: Timeout on 849421411 on non-critical invite transaction.The number is a random 9-10 digits.What causes them? How do I stop ..
Ive been having some issues with srtp. so I checked which version of libsrtp I built asterisk 11.6 against. Im on fedora 21, so libsrtp-1.4.4-13.20101004cvs.fc21.x86_64. From https://github.com/cisco/libsrtp it seems that latest release is 1.5.1, relea..
I just upgraded to fedora 21. Im running asterisk 11.6.0. All works with Fedora 20.– Executing [s@DialOut:15] Dial(DAHDI/1-1, motif/8447/+1212xxxyyyy@voice.google.com,,rTt) in new stack[Mar1 21:24:06] ERROR[2477][C-00000000]: rtp_engine.c:259 ast_rtp_instance_n..
Ive got a confbridge set up which works if dialed locally:– Executing [266@internal:1] Answer(DAHDI/1-1, ) in new stack — Executing [266@internal:2] SendDTMF(DAHDI/1-1, 1) in new stack — Executing [266@internal:3] ConfBridge(DAHDI/1-1, 1) in new st..
On Fedora 20, every time the kernel updates, /var/run/asterisk owner is set to root.root.Im running asterisk under user asterisk.Is there any way to keep /var/run/asterisk as asterisk.asterisk. Or do I find a new place to put asteris..
Can we expect a SILK codec for 13 ? Or does the one for 12 work f..