[asterisk-bugs] [JIRA] (ASTERISK-26994) Confbridge: CBAnn channels remain when caller hangs up before recording name

James Terhune (JIRA) noreply at issues.asterisk.org
Fri Jun 2 08:54:58 CDT 2017


     [ https://issues.asterisk.org/jira/browse/ASTERISK-26994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Terhune updated ASTERISK-26994:
-------------------------------------

    Attachment: full

I have stripped down the sip.conf and included it below.

I also retested it with Asterisk 13.16.0 and am attaching the full log (with debug set to 9). However, in my case, the channels don't stick around if I hang up after it starts recording the name.


[general]
context=default                 ; Default context for incoming calls
bindaddr=0.0.0.0                ; IP address to bind to (0.0.0.0 binds to all)
srvlookup=yes                   ; Enable DNS SRV lookups on outbound calls

[test_105]
type=friend                    ; Friends place calls and receive calls
context=sipin               ; Context for incoming calls from this user
secret=secret
host=dynamic                   ; This peer register with us
dtmfmode=info               ; Choices are inband, rfc2833, or info
username=test_105                 ; Username to use in INVITE until peer registers
nat=yes                                ; Normally you do NOT need to set this parameter
disallow=all
allow=ulaw                     ; dtmfmode=inband only works with ulaw or alaw!
;allow=all
canreinvite=no
progressinband=no              ; Polycom phones don't work properly with "never"
callerid="One Oh Five" <406667778888>
qualify=no 
callgroup=1
pickupgroup=1



> Confbridge: CBAnn channels remain when caller hangs up before recording name
> ----------------------------------------------------------------------------
>
>                 Key: ASTERISK-26994
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26994
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_confbridge
>    Affects Versions: 13.15.0
>         Environment: Ubuntu 16.04
>            Reporter: James Terhune
>            Assignee: Benjamin Keith Ford
>            Severity: Minor
>         Attachments: cbann_console_log.txt, cbann_iax2_log.txt, full
>
>
> If a caller to a conference hangs up while playing the prompt to record their name, but before it starts recording, the CBAnn/ channel remains stuck.
> This is reproducible 100% of the time.
> /etc/asterisk/confbridge.conf:
> [general]
> [default_user]
> type=user
> quiet=yes
> [default_bridge]
> type=bridge
> [qsd-confbridge-1]
> type=user
> announce_only_user=yes
> announce_user_count=yes
> quiet=no
> announce_join_leave=yes
> music_on_hold_when_empty=no
> extensions.conf:
> exten => 765,1,Confbridge(1,,qsd-confbridge-1)
> Console log is attached.



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



More information about the asterisk-bugs mailing list