Search results

  1. H

    displaying IVR routing to ringing extension

    You can do a separate ring group for every option in the IVR and in the ring group you can provide the IVR selection as CID name prefix
  2. H

    Convert call recordings during the night or after the call

    There are a few threads about converting call recording and it seems that everyone took the route of converting them overnight as to not put load on the system when there are calls, but what happens when you have few thousand recordings a day, which uses enormous resources to convert at once, is...
  3. H

    Outbound Routes (Multiped Dialplan Expressions)

    Adding those to the call_direction-outbound, will only set the $call_direction to "outbound", it won't actually route your calls. You can add those conditions in the same way to your outbound route dialplan, so the outbound route will catch all of those dialed scenarios and route them the same...
  4. H

    Outbound Routes (Multiped Dialplan Expressions)

    You can have all your outbound routes regex conditions in one call_direction-outbound condition. <condition field="destination_number" expression="^(\d{7})$" break="on-true"> <action application="export" data="call_direction=outbound" inline="true"/> </condition> <condition...
  5. H

    Outbound Routes (Multiped Dialplan Expressions)

    The call_direction-outbound is only created to make sure the call is labeled as an outbound call.
  6. H

    CDR direction for fax is Empty

    In case it might help someone, here is what I did: I uploaded 2 fax icons to /var/www/fusionpbx/themes/default/images, I named them icon_cdr_inbound_fax.png and icon_cdr_outbound_fax.png In /var/www/fusionpbx/app/xml_cdr/resources/classes/xml_cdr.php I added the following code...
  7. H

    SOLVED Group Manager

    You have to add admin2 in the menu manager.
  8. H

    Transfer Call at hangup

    This would probably be hangup_after_bridge=false and add a statement to transfer to your IVR etc.
  9. H

    time conditions

    You can set an outbound destination and select it from the dropdown in the time condition.
  10. H

    always send outgoing calls with a 1

    In your outbound route destination_number ^\+?1?([2-9]\d{2}[2-9]\d{2}\d{4})$ and bridge sofia/gateway/xxxxxxxxxx/1$1
  11. H

    always send outgoing calls with a 1

    You add it to the bridge statement before the variable ($1). You just have to make sure that if they dial with a 1, it's not included in the variable otherwise you'll be sending it as 11xxxxx.
  12. H

    SOLVED Yealink phone background

    When you set the default settings as mentioned above, the default provisioning template does the rest.
  13. H

    SOLVED Yealink phone background

    You provision the Phone.
  14. H

    CDR direction for fax is Empty

    Bumping this up...
  15. H

    SOLVED Yealink phone background

    1. Create your background image. 2. Upload it to a webserver 3. In default settings under provision create 2 entries for each model with the name and the url to the image.
  16. H

    CDR direction for fax is Empty

    My fax servers are using the same outbound routes as calls, when someone is sending a fax the record will be populated in the CDR but the direction will be empty, how can I set the direction to either outbound or fax?
  17. H

    SOLVED destination_number in CDR saved in different format

    Thank you! Setting it on the A-Leg is only manipulating the screen on the phone, setting it on the B-Leg might do the trick, I'll monitor it over the next couple of days. Is there any downside in regards to transfers etc when setting it on outbound routes?
  18. H

    SOLVED destination_number in CDR saved in different format

    Client is dialing 2121234567. My bridge statement is sofia/gateway/xxxxxx/12121234567. destination_number in the database ends up being +12121234567. Definitely a carrier update.
  19. H

    SOLVED destination_number in CDR saved in different format

    I'm sending outgoing calls to the gateway as 1xxxxxx, sometimes the destination_number is saved in the CDR as +1xxxxxxx or just xxxxxxx without the 1. I understand that this is something in the caller profile that's received from the carrier, how can i make that whatever the carrier is sending...
  20. H

    Disable voicemail just play a greeting

    Disable the voicemail. 1) You can forward the call on busy and no answer to the recording. 2) You can route the caller to a ring group and have the timeout destination set as the recording.