Search results

  1. D

    multi tenant auto provsioning

    OK thanks I'll stick with resolvable tenant ID's, I have tried turning off the http domain filter but it didn't seem to work
  2. D

    multi tenant auto provsioning

    So if I could set the outbound proxy then I could have non-resovlable tenants? Also thank for the update on cgrates, I thought it would be a matter of repitition. Nice to know it now. I've tried to configure the outbound proxy but haven't had much luck yet.
  3. D

    multi tenant auto provsioning

    Thanks for the quick response. Specifically for setting up cgrates billing system and not having to change the tutorial files to match my specific requirements. As I understand it the use of a domain name as part of the user login name is to identify which tenant it is not an actual FQDN...
  4. D

    Grandstream Outbound Proxy

    Any update on this tag915 I'm having a similar issue and need to set the outgoing proxy on yealink phones.
  5. D

    How do I block connection attempts for my public IP?

    How do I stop these requests and only allow vaild domains to g verifying acl "domains" for ip/port 45.143.220.209:0. 2020-02-23 23:56:25.027942 [WARNING] sofia_reg.c:1793 SIP auth challenge (INVITE) on sofia profile 'internal' for [700441223931103@xxx.yyy.zzz.aaa] from ip 45.143.220.209
  6. D

    multi tenant auto provsioning

    OK I've got it working for domains that have the same TLD but would also like to have for other TLD's that I dont have access to. For instance I can auto provision fusionpbx.cambodiapbx.com and fusionpbx2.cambodiapbx.com but when I try cgrates.org it tries to go to the actual cgrates.org domain...
  7. D

    How do I access extension variables in the dialplan?

    That was the secret suace. It's now getting the variable loaded using cgr_reqtype=${user_data ${destination_number}@${domain_name} var cgr_reqtype} in the dial plan Thanks for your guidance on this.
  8. D

    How do I access extension variables in the dialplan?

    I tried modifying the file using the following: Line 355 cgr_reqtype = row.cgr_reqtype ; Line 643 if (cgr_reqtype ~= nil) and (string.len(cgr_reqtype) > 0) then Line 644...
  9. D

    How do I access extension variables in the dialplan?

    I did the action info bit under the variables category but didn't seem to get an channel vairable info. As I dont see much business sense to have post paid and pre paid extenstions in the same PBX I think I can live with only being able to set it at PBX level.
  10. D

    SOLVED FusionPBX extension variables

    Which file did you need to edit?
  11. D

    How do I access extension variables in the dialplan?

    So in dialplan manager I need to create Action | Info ?do I need to specify something in the data area?
  12. D

    How do I access extension variables in the dialplan?

    I am integrating cgrates with FusionPBX. I have added 3 new variable to the extension page, cgr_reqtype, cgr_subsystems and cgr_acd. I've added these to the database and they are being updated when the extension is updated. I am trying to use the Dialplan manager app to add these variables...