-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- 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


#
ThomasLobker
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working