answered 9 years ago
Maxima is apparently not able to do that, but sympy can:
sage: integral(cos(x)/(1+sin(x)),(x,-pi/6,pi/6),algorithm='sympy') log(3)