Error- Cannot create call Leg
Hi,
Recently I started facing this issue with the latest AMG5.0.1. Error creating call leg. After debugging into the issue found that AMG is reaching limit for maximum number of transactions.
I never faced this issue with FMG 2.0. Attached is AMG's core log. By default the number of tranasaction allowed are 60.
Call flow:- AMS 5.0 <-> AMG 5.0 <-> Asterisk 1.8 <-> ServiceProvider
Once the transaction limit is reached AMG starts throwing error "cannot create call leg". The only workaround to this problem for now is I am restarting AMG Services.
Thanks
Core.00.log :- http://pastebin.com/download.php?i=UckDKZCZ
AMG RTMP.xml configuration.
----
<Rtmp>
<Registrations>
<LegService>
<Server host = "10.xxx.xxx.xxx"> telephone </Server>
</LegService>
<ControlService>
</ControlService>
</Registrations>
<AuxConnectionPool enabled = "false">
<LoadPerConnection>5</LoadPerConnection>
<MinFreeSlots>10 </MinFreeSlots>
<MaxFreeSlots> 100 </MaxFreeSlots>
</AuxConnectionPool>
<CallLegs>
<Audio>
<SilenceLevel> 0 </SilenceLevel>
<SilenceTimeout>500</SilenceTimeout>
<RtmpBuffer>
<MonitoringInterval>10</MonitoringInterval>
<ActivityThreshold>5</ActivityThreshold>
<frameResampleFactor>90</frameResampleFactor>
<DelayedFrameThreshold>990</DelayedFrameThreshold>
</RtmpBuffer>
</Audio>
</CallLegs>
<Profiles>
<EnableAutoProfile> false </EnableAutoProfile>
<DefaultContext>rtmp</DefaultContext>
<DefaultPassCode>passcode_default</DefaultPassCode>
<EnableAutoConnect> false </EnableAutoConnect>
<Profile>
<ProfileID> profile_default </ProfileID>
<Server> 10.xxx.xx.xx </Server>
<Application> telephone </Application>
<Instance> _definst_ </Instance>
<PassCode>passcode_default</PassCode>
<Context> rtmp </Context>
</Profile>
</Profiles>
</Rtmp>
