Search results

  1. I

    Caller ID Passthrough

    Hmm guess noone has this issue except me
  2. I

    Caller ID Passthrough

    Hi guys, so i have noticed on our cloud setup that when a user answers a call and then transfers that call the caller id of the inbound caller is not passed through, also if you transfer to an extension and it goes to voicemail the message info is from the person who transferred the call not the...
  3. I

    Remote freeswitch server

    I don't think that's possible to be honest, and even if it was would be problematic as each fusionpbx instance is already multi tenant. I would just spin up multiple nodes and use domains as your way in, for example we have a cloud setup using fusion, each tenant has their own sub-domain and we...
  4. I

    PROBLEM: Voicemails files exist but FusionPBX says zero voicemails.

    As far as im aware freeswitch doesnt play well with windows at all. Im my opinion of fitting coms systems for 25 years i would never install any phone system even 3CX on a windoze box. Linux is native and much more stable.
  5. I

    PROBLEM: Voicemails files exist but FusionPBX says zero voicemails.

    That sounds like one of two things to me, either you have a permissions issue on the directory that the vm files are stored in or you have a broken install. I guess the first thing to ask is what OS you are using and how did you install it ? i found the easiest way is debian 8 and use the auto...
  6. I

    Shared Voicemail

    So if i set this under a key it wouldnt light the key up ?
  7. I

    Recording before ring group

    As Daz says i would find this annoying and a bit pointless, however if you are simply transferring to a ring group just use the ring group greeting , i think that plays before the group actually rings..
  8. I

    Shared Voicemail

    How do you then ass this under a key though ? is the value entered under key the same ?
  9. I

    BLF on yealink T48 issues

    Fusion/Freeswitch blows the pants of asterisk in my opinion, however regarding this issue i would suggest as above you have a firewall issue, also did you set the username and password in the provisioning section correctly ?
  10. I

    No inbound calls

    Hi, your question has a multitude of possible answers, check the following: 1: Check your providers IP address is listed in the ACL section. 2: How are you connecting to your provider ? user/pass or IP auth ? 3: When you try in inbound call do you see anything at all in fs_cli 4: Does your...
  11. I

    Call Recording

    That did it, thansk alot.
  12. I

    Call Recording

    Hi Guys, has anyone managed to get *2 on demand call recording to work on fusionpbx ? i have set the bind_digit_action to true, i then made a call from my extension and when answered dialed *2 , all i heard was the tones and no recording was done, how does this work please Thanks k
  13. I

    Phonebook (Only supports Yealink currently)

    That would be great, if it helps it doesn't seem to create the tables in the database properly however the page does work.
  14. I

    Phonebook (Only supports Yealink currently)

    This doesnt appear to work any more, i can get it installed however when i add a number it doesnt add it, nothing appears on the page at all, no link no add, also nothing in the sql table.
  15. I

    Translate outgoing "+" to "00"

    ^+(\d*)$ then in prefix set that as 00
  16. I

    Translate outgoing "+" to "00"

    Im pretty sure you coukd just do an outbound route and set the custom digit to + then in the same route tell ot to add 00. This means it will use + as tge dial oht code which it then deletes and adds in the 00. Works on mine i use it for locals as well.
  17. I

    Codec Per Domain/Extension

    set the codec on the phones, that enable you to limit as tpo where the phones are. you could also set it in the phones provision profile under settings if you know the setting on teh phone.
  18. I

    limit_max as default setting

    Hi rusguns, i wanted this fuction as well , i dont think its possible to achieve in fusionpbx, however what i have done is run my sip trunks through ASTPP, we use this for multitennat billing but it also ive the ability to limit inbound calls on a sip trunk. hope this helps, you just register...
  19. I

    Call recording

    Thankyou ...
  20. I

    Call recording

    Thanks alot i will give that a try. Do i need to enter *2 anywhere or just enable bind_digit_action ?