[asterisk-bugs] [JIRA] (ASTERISK-23846) multilines. disabling voice after 2nd call.

Rustam Khankishyiev (JIRA) noreply at issues.asterisk.org
Tue Jun 10 03:09:56 CDT 2014


Rustam Khankishyiev created ASTERISK-23846:
----------------------------------------------

             Summary: multilines. disabling voice after 2nd call.
                 Key: ASTERISK-23846
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23846
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Channels/chan_unistim
    Affects Versions: 11.10.0, 11.7.0
         Environment: jail on FreeBSD 9.2-RELEASE-p3
            Reporter: Rustam Khankishyiev


unistim.conf:
#######################
[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 at 1234567@1234567
#######################

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

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



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list