Reputation: 1
What i want to get: aleg (sip client) bridges to bleg (phone), then bleg ends call, and there i want to set custom hangup (USER_BUSY), so aleg (sip client) should get USER_BUSY
When it works: aleg (phone) bridges to bleg (sip client), then bleg ends call, and there set custom hangup (USER_BUSY). and it works as indented my phone shows message Line busy.
In my FS logs i see that it sets correctly and still my sip client receives normal hangup.
In sngrep i see that in case of phone as aleg my BYE signal sets q850 to 17 as expected, but in case were sip client as aleg BYE signal sets q850 to 16
I using commands like
<action application="set" data="sip_ignore_remote_cause=true"/>
<action application="set" data="hangup_after_bridge=false"/>
<action application="set" data="continue_on_fail=true"/>
<action application="bridge" data="{smt}"
<action application="hangup" data="USER_BUSY"/>
Please help what may be wrong
Upvotes: 0
Views: 12