Search results

  1. 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...
  2. 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
  3. 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.
  4. 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?
  5. 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/" ?
  6. 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...
  7. 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.
  8. 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...
  9. 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...
  10. 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...
  11. 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?
  12. 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...
  13. M

    caller id when pickup call - group-intercept

    CDR Showed ext 200 dial *8. Nothing more than that. I also try to set on dialplan static caller I'd like 0000 But it's not take effect. Please advise.
  14. M

    caller id when pickup call - group-intercept

    Sorry for popuping.... Really need help here
  15. M

    caller id when pickup call - group-intercept

    Same with **ext Please advise
  16. M

    caller id when pickup call - group-intercept

    Hi, spend few hours on this, when pickup call (*8) the picked phone shows on screen *8. i have read a lot about that.. double checked the caller ID header on phone that been set to PAI-RPID-FROM(even try other modes). once checking the pcap trace there is no mention for the caller id, only in...
  17. M

    Call Center Agent Name via ESL

    It's seems like you are trying to notify some exteral server for call info. Maybe try to use CURL with effective_caller_id_name
  18. M

    Call Center Agent Name via ESL

    For what used?
  19. M

    Call Center Agent Name via ESL

    What is your goal you are trying to reach?