Search results

  1. D

    Caller ID Lookup (cidlookup) from Contacts.

    I solved. The problem si the the condition on caller_if_number. I removed the "|0" to avoid that the initial zero is removed. Thanks
  2. D

    Caller ID Lookup (cidlookup) from Contacts.

    Hi, I've a strange behaviour. I created my own rest api to reply to fusionbx and it works great! The problem is when I receive calls from number starting with 0 (the number arrive without international prefix), it is striped when it is sent to my API. So if the number is 02123456, fusionpbx try...
  3. D

    Time conditions in outbound calls

    Hi, is possible use time conditions in outgoing calls? I would like to prevent users to make calls during the night. I did not find any example about that. Thanks
  4. D

    Voicemail disable intro message

    You are welcome
  5. D

    Voicemail disable intro message

    Hi, I put exactly there! you have to put them before the "transfer" action though.
  6. D

    FusionPbx and Grandstream HT-503

    Sure, logs are the same I posted before but maybe I am missing something: a7b608c0-0f5c-47a9-b61f-08af42f8eb9d 2017-02-15 16:45:36.267736 [DEBUG] switch_core_state_machine.c:751 (sofia/internal/02998877@mydomain.com) State DESTROY going to sleep a7b608c0-0f5c-47a9-b61f-08af42f8eb9d 2017-02-15...
  7. D

    FusionPbx and Grandstream HT-503

    I created destinations in fusionpbx for the real number of the RTG that is 02123456. Despite this, I continue to see the call is rejected as before. Thanks
  8. D

    FusionPbx and Grandstream HT-503

    Oh, you are right. The external profile is bound on the 5080. Anyway also changing that the calls is rejected from fusionPbx. For this reason apparently: 2017-02-14 17:33:27.627742 [WARNING] sofia_reg.c:2906 Can't find user [rtg@mydomain.com] Should I make a particular configuration of the...
  9. D

    FusionPbx and Grandstream HT-503

    Hi, I'm trying to move on with FusionPbx and make a test scenario where I've a PSTN gateway: Grandstream HT-503. The gateway so converts PSTN calls to voip and send that to FusionPbx, and FusionPbx can make calls via HT-503 using PSTN access. I know well how configure that in Asterisk, but...
  10. D

    Voicemail disable intro message

    Thanks very much, works!
  11. D

    Voicemail disable intro message

    Hi, I'm using last version of fusionpbx. Is there a way to disable the initial message of the voicemail? I am forwarding calls from an IVR to a voicemail and I don't like the caller hear the extension number. Thanks
  12. D

    Contact too long

    Ok, finally I solved. My provider needed these two options active: Caller ID In From: false Extension In Contact: true Now it seems work fine! Thanks
  13. D

    Contact too long

    Thanks for your reply. Yes I tried also that but it doesn't solve my problem :(
  14. D

    Contact too long

    I got your point. Yes, there want the username that is the same of the callerId. And here in Italy the law doesn't permit you to use the same callerId using different gateways. For each gateway you should use a different outbound caller Id. So what I should figure out is if there is a way to...
  15. D

    Contact too long

    Hi, in that case I think the provider is right. Infact what you wrote is correct. The problem is that fusionpbx is sending the request with sip:911 where 911 is the local extension. Instead it should be the phone number like you wrote in your example. Sure, like you said I can write that data...
  16. D

    Contact too long

    Hi, thanks for your reply. I think you are right and I'm investigating the problem with the provider. Seems anyway the real problem that prevent me also to make calls is that the from and Remote-Party-Id in INVITE packets cointains the extension number and not the username of the gateway I'm...
  17. D

    Contact too long

    Hi, for sure they can do an auth trunk but I think it is not the point. The fact fusionpbx works with hunreds of providers doens't mean that could not be some bugs. I guess that users with fusionpbx in Italy are not so many like in the rest of the world. The provider has a Cirpak Thompson, so...
  18. D

    IVR no route

    I think I solved the problem. Was my fault: I exchanged the extension number with the name in the IVR form. So I guess freeswitch was not able to find the extension. I think maybe the extension number should be checked during the insert so to avoid this silly errors. What do you think? Should I...
  19. D

    IVR no route

    Hi, this is the complete log of the call incoming. Thanks ce85ac06-666a-4ef1-9c9b-9d3c197f0670 2017-02-03 22:07:17.135746 [DEBUG] switch_core_state_machine.c:751 (sofia/external/02991122@myprovider.com) State DESTROY going to sleep ce85ac06-666a-4ef1-9c9b-9d3c197f0670 2017-02-03...
  20. D

    Contact too long

    Hi, the provider reply as I guessed: This is the contact that the provider receive: Contact: sip:gw+01585d4d-efe0-4688-b74a-97e9f2f1bce9@fusionpbxIp:5080;transport=udp;gw=01585d4d-efe0-4688-b74a-97e9f2f1bce9 Insted they say that the correct contact id should be: sip: idNumber@ipOfProvider...