jbubik

Results 18 comments of jbubik

Hi, I have ported the old Alternate Gateway patches from Kalkun 0.6 to current master in my fork https://github.com/jbubik/Kalkun (hopefully you do not mind). There is a new gateway for...

All is documented at https://github.com/back2arie/Kalkun/wiki/Alternate-Gateways

Sorry, I cannot help. Never used kannel myself. Study the source code. And you won't get more support by saying it is urgent.

If your users use phonebook for storing their contacts, then you may route incoming massages that do not contain the "@username" to them. Configure in application/config/kalkun_settings.php: ``` /* |-------------------------------------------------------------------------- |...

Concerning raspberry pi/ARM - if it was big-endian (which I don't know for sure), then you probably hit the the same issue I got on bigendian MIPS. Pull Request #308...

@ricardomvalverde: maybe in Quelea 2022.0 you can already achieve the desired action. Configure Options in `Stage View` the setting `Clear Stage View with Main Display` to OFF. Use `Black screen...

No new features at all. All changes in this PR address a problem on CPUs with Big Endian architecture. See [Wikipedia](https://en.wikipedia.org/wiki/Endianness ) for technical background. Original code compiles on both...

Hi @ut0mt8 - are you aware, that your repository is the source for OpenWrt package "nginx"? OpenWrt project supports many different routers with many different CPU architectures - some of...

Hi Franz, I compiled your sources for OpenWRT BarrierBraker (kernel 3.10.49). Running on TL-WR741ND. I am sending data with "aplay" command. Have tried reading /dev/random and /dev/full as raw data...