Jump to content

Vodia PBX

Administrators
  • Posts

    11,068
  • Joined

  • Last visited

Posts posted by Vodia PBX

  1. Well well. That feature is very problematic in many ways.

      If the call lasts for one hour, we are talking about 6 MB attachments.

      Only snom phones have a record button yet. DTMF has the problem that the other side hears this.

      If the call is already being recorded, we will end up with two (or more!) files. That is actually the biggest problem right now.

      Not talking about legal problems here.

    I guess we have to revisit this topic in 2.1...

  2. Well, the agent group does that also. The hunt group does it as soon as someone hits the hunt group (possibly ringing phones in parallel), the queue does it strictly serial and playing entertainment if there should be others ahead.

     

    Bottom line: For low traffic choose hunt group, for high traffic queue.

  3. Absolutely. The OS now can now dedicate resources to the PBX and within one core it can dedicate one thread to media processing. All other tasks like virus scanners, file system operations, user interface, web browser etc. can run seperately from the PBX process.

  4. but if i make a constant match string such as !1!75! then the program reads it and even if i dont have any soap program url, when i press 1, i am taken to node 75...

     

    Well, try to isolate the problem. If the pound matching works without SOAP, there is something wrong with SOAP. Try the latest version (build 1611 or higher), I think there was a problem with SOAP requests in one of the previous versions.

  5. Usually the DHCP server can be programmed to hand out leases only on a specific interface. I did this a few days with SuSE Linux, there it was very easy to do it with yast2.

     

    Using Cisco phones without DHCP option 66 is a pain. Therefore it makes sense to sort this out. What OS are you using?

  6. The question was:

     

    How would i route an entire block of DID number example - 801234*

    to a specific IVR without affecting the normal block 801924xxxx?

     

    You can use a pattern in the "Extension" setting of the trunk like this:

     

    !801234(....)!5000! !801924(....)!\1!t!5000

     

    This would first try to match the 801234xxxx and if it does match send it to the account 5000. If there is no match, it will try to match the 801924xxxx and send it to the xxxx extension - if that does not exist to 5000.

  7. The question was: Is it possible for me to just remove the DTMF Match List pattern string in an ivr node an enter an arbitrary length number and specify its end with a '#' key?

     

    It should be possible. The pattern would be !([0-9]*)#!\ 1!. That means it matches anything up to a pount key and then returns the string before the pound key.

×
×
  • Create New...