<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=EN-IN link=blue vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Hi,</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>We are getting a problem where bridge get shows the bridge but on delete gives the message “Bridge not in Stasis application” and we cannot add any channels to the bridge .</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>But when we issue the POST command again to create the bridge then it is successfully created  & we are able to successfully delete it . The logs are shown here :-</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span style='color:red'>Step 1:- try to delete an extension</span> <br><br> curl -X DELETE <a href="http://192.168.1.250:8088/ari/bridges/1014?api_key=asterisk:asterisk">http://192.168.1.250:8088/ari/bridges/1014?api_key=asterisk:asterisk</a><br>{"message":"Bridge not in Stasis application"}<br><br><span style='color:red'>Step 2:- try to check the extension </span><br><br>curl -X GET <a href="http://192.168.1.250:8088/ari/bridges/1014?api_key=asterisk:asterisk">http://192.168.1.250:8088/ari/bridges/1014?api_key=asterisk:asterisk</a><br>{"id":"1014","technology":"simple_bridge","bridge_type":"mixing","bridge_class":"stasis","creator":"Stasis","name":"","channels":[],"creationtime":"2020-02-18T09:30:59.528+0530","video_mode":"talker"}<br><br><span style='color:red'>Step 3:- try to add/create an extension <br></span><br>curl -X POST <a href="http://192.168.1.250:8088/ari/bridges/1014?api_key=asterisk:asterisk">http://192.168.1.250:8088/ari/bridges/1014?api_key=asterisk:asterisk</a><br>{"id":"1014","technology":"simple_bridge","bridge_type":"mixing","bridge_class":"stasis","creator":"Stasis","name":"","channels":[],"creationtime":"2020-02-19T17:37:14.624+0530","video_mode":"talker"}<br><br><span style='color:red'>Step 4:- try to delete extension after POST extension </span><br><br> curl -X DELETE <a href="http://192.168.1.250:8088/ari/bridges/1014?api_key=asterisk:asterisk">http://192.168.1.250:8088/ari/bridges/1014?api_key=asterisk:asterisk</a><br><br><span style='color:red'>Step 5:- try to check extension after delete extension </span><br><br>curl -X GET <a href="http://192.168.1.250:8088/ari/bridges/1014?api_key=asterisk:asterisk">http://192.168.1.250:8088/ari/bridges/1014?api_key=asterisk:asterisk</a><br>{"message":"Bridge not found"}</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I am not able to find the sequence of events that lead to this issue . </p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Regards,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Abhay Gupta<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>