Recent content by thomas_ahn

  1. T

    Suddenly Video Call is not working

    Thanks pbxgeek, after flush cache, reload XML and restart profile, then It's been updated..
  2. T

    Suddenly Video Call is not working

    Suddenly Video call is not working and found followings: 1. on Variables - Fusion PBX, the global_codec_prefs is set as: G7221@32000h,G7221@16000h,H264,PCMU,PCMA 2. on freeswith after save the variables and restarted freeswitch@debian> global_getvar global_codec_prefs...
  3. T

    How to forward CallCenter Call(Both Caller and Agent) to Conference Room

    I've found a way to forward the call center calls to conference using uuid_broadcast as: let arg = `${user_uuid} conference::${room}@${profile} both`; let command = "uuid_broadcast"; let result = await this.executeEslCommand(command, arg); my conclusion is...
  4. T

    How to forward CallCenter Call(Both Caller and Agent) to Conference Room

    I'm developing a conference call center, where (1) a caller is joined to call center agent, (2) forward the both call to conference, (3) invite 3rd parties.. to accomplish this scenario, I'm using ESL interface such as uuid-transfer for (2) & originate for (3).. However I have faced a problem to...
  5. T

    Freeswitch issues with flutter dart sip ua

    I had the same issue and this bug was fixed two days ago, you can download from git server(https://github.com/flutter-webrtc/dart-sip-ua).