I am running Asterisk 10.6.1 on a test setup with 3 users as conference call participants. Per our dialplan, User 1 dials in to the conference call. Then User 1 uses key to instruct asterisk to invite the other 2 users into the conference. Verified that all 3 users are call participants. I use CLI “hangup request all” to terminate the conference. I do these sequence several times and at some point (usually around 8th try), asterisk only sends BYE to 2 users leaving 1 thinking it is still in a call.
At this point, asterisk either crashes right away, or crashes at the next INVITE from the user.
; participants called via User0 dialing 3333 into conf, then pressing 0
[adduser]
exten => s,1,Originate(SIP/User1,exten,confroom,3333,1)
exten => s,n,Originate(SIP/User2,exten,confroom,3333,1)