<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-flowed" style="font-family: -moz-fixed;
font-size: 13px;" lang="x-western">Hello.
<br>
<br>
I was using FreeSwitch from 2010/09/09 (don't have the exact git
version sorry) but I recently updated it with version from
2010/12/09 (git-e680c82 2010-12-09 08-59-06 -0600). I run an
application that handles web requests and convert them to
originate calls. Everything was working fine but now, anytime I
try an originate call, everything goes wrong.
<br>
<br>
Here is what I do (to originate a call from 26 to 27):
<br>
- bgapi originate {{parameters }}sofia/internal/26% 27
<br>
with the following parameters:
<br>
origination_caller_id_name='{0}',
<br>
origination_caller_id_number='{1}',
<br>
originate_timeout=20,
<br>
effective_caller_id_name='{2}',
<br>
effective_caller_id_number='{3}',
<br>
allow_outside_calls={0},
<br>
outside_calls_gateway={1}
<br>
(the last two parameters are user parameters I use in my
dialplan)
<br>
- phone 26 starts ringing and I pick it up (silence on the line)
<br>
- phone 27 starts ringing and I pick it up (lots of deafening
noise + phone freezes after a few seconds)
<br>
<br>
As I said, it was working fine with version from early september.
I did not find anything useful in the logs or in the config. Has
anything changed ? What can I do to solve this problem ?
<br>
<br>
I tested with a Grandstream GXP2000 and a SNOM M3 and only the
Grandstream has the problem. I suspect a codec issue but what
puzzles me is that it was previously working and that it
completely freezes the phone.
<br>
<br>
Thanks,
<br>
Sebastien
<br>
</div>
</body>
</html>