Search results

  1. simcard

    Kamailio script to front standard FusionPBX cluster v2.0

    @DigitalDaz Is presence on fusion/freeswitch working for you with this setup? E.g are you seeing kamailio sending the publish/subscribe requests through to fusion/fs (and ultimately populating thr sip_presence table in the freeswitch db). Presence is all good if I register clients directly...
  2. simcard

    Problem with multi-tennant auth

    What SIP client/ ip phone are you using? While most configure up the same way, I've seen some phones that like things a different way. Try with the domain name as the server name and as you've done, set the outbound/sip proxy to your server IP. For example, using the Zoiper SIP client, we use...
  3. simcard

    8 digit dialing -> 10 digit dialing in bridge with variability for area code

    TheOperator, What is the result of the translation in the CDRs? Do you see the translated number in the CDRs or the original number (pre-translated)?
  4. simcard

    Delete voicemail files older than X days

    I did notice those vm functions while trawling through the code, however went without it in the interest of time. Are there any docs or info anywhere that would help us get started with semi-integrating and using those functions? We've taken a look at Luis' blog post about the 'app anatomy'...
  5. simcard

    Cloud storage for recordings

    So we had a go at voicemail with S3. I won't bore you with the detail, but in summary; What we wanted to achieve; - Store & receive voicemail recordings on S3, reliably and without a considerable delay. - Allow all servers in the cluster to access a voicemail, irrespective of what server it...
  6. simcard

    Delete voicemail files older than X days

    Good pick up I've rewritten the script in PHP to list the messages from the DB which have a "created_epoch" older than 'x' days, which then deletes those from both the filesystem and DB. Still in testing at the moment and will release when we're happy with it. However, your reply raises more...
  7. simcard

    VoIP Blacklist

    Works very well we find and the ability for the community to add new ips is a bonus. We use the ipset method to load the rules as its far quicker (30sec vs 5+ minutes). You can also update as often as you like. We check the rules often and notice traffic being blocked so its definitely doing...
  8. simcard

    Hello from Downunder

    Welcome Jim. There's a few of us here from Oz, including myself and EasyBB.
  9. simcard

    Cloud storage for recordings

    Thanks DD; We`re eventually building the ability to see CDRs from the fpbx platform via our customer portal and will eventually remove access to users to ser the cdrs in the fpbx portal as we prefer to show rated cdrs than the raw ones. May be a non issue for users (but still slow for...
  10. simcard

    Cloud storage for recordings

    Has anyone attempted recordings and/or voicemail on S3? Is it just too slow? S3FS might overcome the CDR issue digidaz mentioned for recordings, but our concern is the speed. Recordings not so much, as they would be seldom used and people could put up with a bit of delay in retrieval but keen...
  11. simcard

    8 digit dialing -> 10 digit dialing in bridge with variability for area code

    All good - I noticed I wasn't clear in my original post about multi-tenant. According to the FreeSwitch wiki, area_code should be able to be set per domain or per user, with the latter being the better option for this use case. Yep - I knew I posted up here for a reason - didn't think about...
  12. simcard

    Call duration control

    You can set a time limit in the dial plan; Tag: action: Type: sched_hangup Data: +7200 allotted_timeout 7200 = 7200 seconds = 120 minute = 2 hours alloted_timeout = hangs up 7200 sec after the call has established (I believe without this, it's 7200 sec after the call is made (i.e. includes...
  13. simcard

    8 digit dialing -> 10 digit dialing in bridge with variability for area code

    Thanks for your help EasyBB - managed to get it working. We didn't go with the ${default_areacode} in the end as we couldn't see anywhere to specify this variable per customer. If we set it as a global variable as '03', then customers from sydney and brisbane will end up dialing melbourne...
  14. simcard

    8 digit dialing -> 10 digit dialing in bridge with variability for area code

    Our outbound route list looks very similar to yours :) I understand what you mean, the difficulty we were facing was how to cater for different customers across area codes e.g. it's not always 02 or 03. It's multi-tenant and I'd rather not need to create a new dialplan entry for each customer...
  15. simcard

    8 digit dialing -> 10 digit dialing in bridge with variability for area code

    The title might seem somewhat confusing, but it was the only way I could describe it. Trying to do something here that I haven't seen done before. I've seen similar examples (see '7 digit dialing' at https://wiki.freeswitch.org/wiki/Home_PBX_Example), but nothing that takes into account area...
  16. simcard

    Delete voicemail files older than X days

    If you have a reasonably active FusionPBX (or vanilla Freeswitch) installation and you allow users to keep voicemail on the server, you're probably seeing your voicemail storage grow and available disk space dwindle. I thought this would be handy to share. Our ultimate goal is to move voicemail...
  17. simcard

    Kamailio script to front standard FusionPBX cluster v2.0

    Make sure you update the setting telling kamailio where to find it’s modules (i.e which directory). This was the only change we needed to make to get this going.
  18. simcard

    VoIP Blacklist

    That's one large list of IPs! Lets hope iptables doesn't weigh everything else down. Starting to see some hits and have also added a few new IPs to the list that have been trying to hammer away lately. I was having a look at the growth of the list overtime and trying to come up with an optimal...
  19. simcard

    Location of Provisioning .cfg files

    Hey Ricky, We're not familiar with the polycom's unfortunately; Polycom may have an auto provisioning guide which might details all of the setting options and their allowable parameters. We predominately use Yealink phones and they have a 200+ page guide detailing all of the options and their...
  20. simcard

    VoIP Blacklist

    Didn't even know it existed; Just checked a few IP addresses that have attempted to register in the last 24 hours we didn't recognise and most are listed. Might investigate this further - thanks for the find!