Search results

  1. M

    Call recording mp3 file type for specific domain

    I'll appreciate advise with this..
  2. M

    Call recording mp3 file type for specific domain

    Thank you. i already try to set in Advanced -> Variables -> "record-ext" to mp3 and its working great, but it was only for testing, and was effect all domains. now i would like to set only for one domain for all type of calls(incoming/outgoing,ring group, queues etc). with the following, as far...
  3. M

    Call recording mp3 file type for specific domain

    Thank you. When set this dialplan it will also appear for incoming calls? I would like to set for specific domain, any type of call to mp3 format.
  4. M

    Call recording mp3 file type for specific domain

    Hi, Wondering how to set fir specific domain call recording file type to mp3 while the default for all domains is wav... I believe that set's in domain settings, but what are the correct settings?
  5. M

    Grandstream Ht802

    Flash time on HT-802
  6. M

    Automatic send call back to extension that transfer when no answer

    How to deploy call back when transfer call to some extension and call didn't answer. Extension 3001 transfer call to extension 3002, extension 3002 don't answering the call, then I would like the call will get back to the original, transferd extension (3001). Is it possible? I don't want to use...
  7. M

    Change call recording file to GSM

    Thank you! i would use your advice to try to set first in test domain... the thing is what should i set in domain settings: Category Subcategory Type Value
  8. M

    Change call recording file to GSM

    Since WAV file size for call recording is very large, I'm looking for settings to change the file type to GSM so file size will be smaller or any other supported file(ogg, mp3, gsm) type that will be generated with smaller size.
  9. M

    time to store call recording files and CDR per domain

    That was my thought, can you maybe post a simple updated script for address this issue?
  10. M

    time to store call recording files and CDR per domain

    and one more question, the right locarion of "fusionpbx-maintenance" is in "/etc/cron.daily/" ?
  11. M

    time to store call recording files and CDR per domain

    As far as i understand according fusionpbx-maintenance code settings for keep CDR records and call recording files are for entire system and not per domain. https://github.com/fusionpbx/fusionpbx-install.sh/blob/master/debian/resources/backup/fusionpbx-maintenance Since that, i'm asking; how to...
  12. M

    caller id when pickup call - group-intercept

    If anyone can point for missing parameters from Fanvil invite trace vs Yealink I'll appreciate it. I can open a ticket for Fanvil once I'll know what to ask for. I'm not professional with SIP protocol much that.. since that, I'm asking your professional advise.
  13. M

    caller id when pickup call - group-intercept

    Appreciate your help and explanation! I still try to understand which parameter is sent by Yealink that makes Fusionpbx respond with UPDATE so I be able to configure the fanvil as well(or even search for it) Since already set RPID-PAI FROM in Fanvil phone. Also tried few models and firmware of...
  14. M

    caller id when pickup call - group-intercept

    well, i double check it with Yealink phone once i set caller id from: remote party id its do work, and i can see on trace that once its Yealink phone, Fusionpbx send (SDP) UPDATE, and in case of using Fanvil phone the (SDP) UPDATE is not sended to ip phone. the Q is whats make the Fusionpbx to...
  15. M

    caller id when pickup call - group-intercept

    I made another few testing, it's seems like Fusionpbx send to phone in the 183 sdp, remote party id of *8 and not the original caller id, since that phone provide *8 on screen. Also test on local Asterisk wich do set the original caller id at the 183 SDP. So the question is how to set the...
  16. M

    caller id when pickup call - group-intercept

    Play around with Remote Party id. Seems like system not supporting Remote Party id. Any place to set it?
  17. M

    caller id when pickup call - group-intercept

    this is updated dialplan whne try differnts ways to pass the CID, nothing help :( group-intercept dialplan - <extension name="group-intercept" continue="false" uuid="1614b71a-31e5-494e-9397-30d2b2c649ba"> <condition field="destination_number" expression="^\*8$"/> <condition...