Skip to content

Ringing from bridge b-leg not relayed to the a-leg #1695

Open
@miclast

Description

@miclast

Describe the bug

When incoming call going to the bridge if called gateway peer send back 180 ringing this SIP message is not relayed to the caller channel at all.

To Reproduce
Steps to reproduce the behavior:

  1. Using this dialplan:
    extension name="public_711"
    condition field="destination_number" expression="^711(\d+)$"
    action application="set" data="domain_name=$${domain}"
    action application="set" data="outbound_caller_id_number=${caller_id_number}"
    action application="log" data="WARNING CID Num is ${outbound_caller_id_number}"
    action application="set" data="effective_caller_id_number=${outbound_caller_id_number}"
    action application="set" data="effective_caller_id_name=${outbound_caller_id_name}"
    action application="set" data="absolute_codec_string=PCMA,PCMU"
    action application="bridge" data="{absolute_codec_string='PCMA,PCMU'}sofia/gateway/SS2/$1"
    condition
    extension

Expected behavior

INVITE (SDP)
100 Trying
180 Ringing
other messages ...
on both bridge legs if 180 coming from dialed by bridge channel.

Package version or git hash

  • Version 1.10.0
![incoming](https://user-images.githubusercontent.com/16573520/174262228-f0d4f224-baa5-4944-9919-d37d638ab7b2.png)
![outgoing](https://user-images.githubusercontent.com/16573520/174262233-096a5852-3bfd-487e-988b-6f7f13341355.png)
#

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions