[Home]

Summary:ASTERISK-23846: Unistim multilines. Loss of voice after second call drops (on a second line).
Reporter:Rustam Khankishyiev (rustamxp)Labels:
Date Opened:2014-06-10 03:09:17Date Closed:2014-10-16 01:22:58
Priority:MajorRegression?
Status:Closed/CompleteComponents:Channels/chan_unistim
Versions:11.7.0 11.10.0 Frequency of
Occurrence
Related
Issues:
Environment:jail on FreeBSD 9.2-RELEASE-p3Attachments:( 0) ASTERISK-23846-1.diff
Description:unistim.conf:
{noformat}
[general]
port=5000
public_ip=192.168.99.85

[7098]
device=000ae4762c49
rtp_port=10000
rtp_method=3
status_method=0
height=1
maintext0="Company Name"
dateformat=1
timeformat=2
contrast=8
country=us
ringvolume=2
ringstyle=3
cwvolume=2
cwstyle=3
sharpdial=1
interdigit_timer=4000
callhistory=1
callerid="7098" <7098>
context=kiev
callgroup=5
pickupgroup=5
linelabel="7098"
extension=none
line => 7098
line => 7098
bookmark=4@1234567@1234567
{noformat}

extensions.conf:
{noformat}
exten => _7XXX,1,Dial(USTM/${EXTEN}@${EXTEN},120,TtKk)
exten => _7XXX,2,HangUp()
{noformat}

1. Incoming call on the first line.
{noformat}
   -- Executing [7098@kiev:1] Dial("SIP/7028-00000032", "USTM/7098@7098,120,TtKk") in new stack
   -- Called USTM/7098@7098
   -- USTM/7098@7098-0x803d38280 is ringing
      > 0x828f5b000 -- Probation passed - setting RTP source address to 192.168.192.156:10000
{noformat}
2. Pick up the phone and talk.
{noformat}
   -- USTM/7098@7098-0x803d38280 answered SIP/7028-00000032
      > 0x82928a000 -- Probation passed - setting RTP source address to 192.168.192.150:16412
{noformat}
3. If at that time someone calls to the second line and immediately hang up, the voice in the first line stops.
{noformat}
   -- Executing [7098@kiev:1] Dial("SIP/7052-00000033", "USTM/7098@7098,120,TtKk") in new stack
   -- Called USTM/7098@7098
   -- USTM/7098@7098-0x828973dc0 is ringing
 == Spawn extension (kiev, 7098, 1) exited non-zero on 'SIP/7052-00000033'
{noformat}
Comments:By: Rusty Newton (rnewton) 2014-09-10 08:59:32.391-0500

[~igorg] have you had a chance to triage this one? Do you want me to just set it to open so you can get to it when able?

By: Igor Goncharovsky (igorg) 2014-09-10 13:01:38.540-0500

I was not able yet to work on this. Please left it open

By: Rusty Newton (rnewton) 2014-09-25 16:35:35.311-0500

No worries, I'll set it to Open and leave it assigned to you [~igorg]. Thanks!

By: Igor Goncharovsky (igorg) 2014-09-29 04:45:29.173-0500

Please test patch attached. There is regression was introduced in r391379