Search results

  1. K

    Customer Specific Headers

    When you say account, i believe you pbx instance, and we create a new account for each pbx or sometimes one customer might have more than one. In any case, it is referenced in a series of ways, but they are billed separately.
  2. K

    Customer Specific Headers

    it is written over many years but 99% complete as of recent. It does billing for a service provider, not just voip. It is pretty comprehensive, but you cannot compare to asttp and those other freebie ones...as i gave up on them almost immediately upon trying. Regarding voip, we can do...
  3. K

    Customer Specific Headers

    We are using our own custom billing solution that was designed for other pbx platforms but works with this since we are using prefixs.
  4. K

    Call Waiting not working

    i always do a long search before posting but i have found little mention of this in the docs, and only one other post in the forum. I cannot get call waiting to work by default, when i am on a call, it goes to voicemail. I have tried with groundwire and gs gxp2130, and it is the same no matter...
  5. K

    Customer Specific Headers

    Hi dbbrita, as mentioned in my last post, i could not get it to work; however, prefix did work and i used that. For our system prefix=account specific header, so it works. We lucked out.
  6. K

    Outbound caller id

    I had restarted the gateways, flushed the cache, tried as many settings as i could find including changing caller id inbound from to true on advanced gateway settings, and the only thing left was a server reboot, and it worked. Thanks for replying as i was about to deep-six the whole project.
  7. K

    Outbound caller id

    Is there anyone that could provide me a tip, as no matter what i do, even when i set the number on the gateway, I still get "freeSWITCH" as my outbound telephone number. Please someone, as i am really stuck.
  8. K

    Outbound caller id

    i tried to add it to an existing thread but it got missed so here we go. i cannot get Caller id to work from the extension level. We send our calls to an asterisk Gateway first which we manage. The first example of asterisk logs are below using my name and 4169070100 and +14169070100 (makes...
  9. K

    Force Gateway to use Caller ID number

    Hi Galactic, What are you trying to accomplish, that cannot be done using the normal methods, unless you dont want to say :). Maybe there is something that can be done on the gw, if you control that? I am having issues as well but i cannot get it to work from the extension level. We send our...
  10. K

    Customer Specific Headers

    Thanks for all your input. I tried all the suggestions, along with other info that i had read on other messages in this forum and outside of it. Unfortunately, none of this information gets passed to the asterisk gw in a format that can be read by it, as when i do a debug, i dont see any of this...
  11. K

    Customer Specific Headers

    Actually i have just noticed that the formatting is a little different. sip_h_X-accountcode=${accountcode}, so would you recommend ${mycustomer} or simply mycustomer.
  12. K

    Customer Specific Headers

    Hi Adrian, Thanks for the update. I will try to do so. The dial plan is a bit confusing as it creates two entries and no mention of the gateways. I see that there is already an entry for account code, so i will try and edit it. Thanks again for the quick reply.
  13. K

    Customer Specific Headers

    I was wondering how to do this for the trunk or dial plan. We using asterisk for billing, and our current non-fusion pbx sends a customer specific header "GROUP_NAME: customer.domain" from the outbound trunk so we can identify which customer is calling and bill appropriately. Any suggestions...
  14. K

    Voicemail issues

    i was able to solve the first issue but the second one is still there. Anyone else able to get the email test working?
  15. K

    Voicemail issues

    I am having a heck of a time with voicemails and voicemail to email. 1. I cannot get voicemail to answer. Even though there is no device registered, i get false answer supervision when i call with continued ringing, and the voicemail never works. I have tried a few scenarios, always having...
  16. K

    Outbound calling

    i reread your posts and put them at 990 for 10 digits and 991 for International..and it worked. I am still not clear on a couple of things. 1. Is there a way to replace +(any digit 2-9) with 011? 2. How do we assign a dialling plan for numbers dialled. For example, a pbx that has two offices on...
  17. K

    Outbound calling

    Unfortunately nothing changed. I added another outbound route, and made 009 with the international one being 010. Is there any more documentation on this topic, as there is no mention of all this in the docs. i dont know what else i am supposed to do. it automatically added two routes both...
  18. K

    Outbound calling

    You are life saver, thanks. So if we wanted to have a combination of dialling plans, depending upon where they are calling, we add separate regex expressions and then put them in order, is that correct?
  19. K

    Outbound calling

    It is actually North America International, the 10 digits long distance is ^(\d{10})$ I am not the best person when it comes to using regex Thx
  20. K

    Outbound calling

    I used the North American Europe ( I cannot remember exact selection). It is ^(011\d{9,17})$