Recent content by apv04

  1. A

    Call Forward All / No Answer / Follow Me (no confirm) connect but no audio

    Thanks for taking the time to analyse this. I went through your suggestions and did some more testing. answer() before transfer() I modified the inbound Call Forward All dialplan to answer the call before the transfer: <condition field="${call_direction}" expression="^inbound$"...
  2. A

    Call Forward All / No Answer / Follow Me (no confirm) connect but no audio

    Thanks! I attached a ZIP file with the pcap and relevant log inside. From what I can see, FreeSWITCH successfully: receives the inbound INVITE detects Forward All transfers to the destination creates the outbound gateway call receives 180 Ringing and 200 OK enters CS_EXCHANGE_MEDIA starts...
  3. A

    Call Forward All / No Answer / Follow Me (no confirm) connect but no audio

    FusionPBX 5.5 - Call Forward All / No Answer / Follow Me (no confirm) connect but no audio Hi everyone, I'm troubleshooting an interesting issue and would appreciate any ideas. Environment FusionPBX 5.5 (freshly upgraded from 5.2) FreeSWITCH 1.10.11 Debian 12 IP authenticated SIP trunk to Sýn...
  4. A

    Multi tenant setup - calls not working between domains & outbound

    Here is allso a sngrep in txt and two pcaps one for working SIP calls and one with calls beeing dropped because of the SIP 487 originator cancelled. Both calls use CID 4700100 the only difference is that in the working it is in the from user filed in the gateway in the not working that field is...
  5. A

    Multi tenant setup - calls not working between domains & outbound

    In the txt file is a sofia global sip trace of a unsuccessfull call. the call ends with originator cancelled. I spoke with the SIP trunk provider again regarding this and they say that they just recive a cancel from my pbx. I did a reinstall of the fusionpbx all so on debian 12 (originally it...
  6. A

    Multi tenant setup - calls not working between domains & outbound

    A little bit of a update. My outbound calls are working if I set the From User to a number but then all calls are showing as that number. It seems like the system is not allocating the numbers from the extension Outbound Caller ID Number The outbound rules are default(I have deleted them and...
  7. A

    Multi tenant setup - calls not working between domains & outbound

    a small error in my post SIP reply is 487 not 478
  8. A

    Multi tenant setup - calls not working between domains & outbound

    Hi guys long time lurker, first time poster here. I am hoping someone can help me with a problem I am experiencing all of a sudden with a FusionPBX instance. So I have two domains pbx.something.com and tenant1.pbx.something.com. I have SIP clients registered in both domains, inbound calls work...