VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
gerry at pstn2.net Guest
|
Posted: Tue Oct 21, 2008 9:52 am Post subject: [Freeswitch-users] Newbie: Avaya SES <>Freeswitch 407 |
|
|
Thanks Anthony,
We have turned off all nat-related anything, but are still having an issue. However, here is more information:
-- We are running FreeSwitch on Windows Server 2003 R2
-- We are running FreeSwitch in a console app for testing
Calls from Avaya are answered in the dial plan and a javascript is executed:
<extension name="5060">
<condition field="destination_number" expression="^5060$">
<action application="javascript" data="Answer.js 5061 welcome.wav"/>
</condition>
</extension>
Here's the js:
var sAudioFilePath = "/sounds/";
session.answer();
if(argv.length > 1)
{
for (var i = 1; i < argv.length; i ++)
{
session.streamFile(sAudioFilePath + argv[i]);
}
}
session.execute("transfer", argv[0]);
exit();
After playing the file, the caller is transferred into a park, using this dialplan code:
<extension name="5060_Park">
<condition field="destination_number" expression="^5061$">
<action application="set" data="fifo_music=$${sound_prefix}/sounds/pleasewait.wav"/>
<action application="fifo" data="5061@$${domain} in"/>
<action application="set" data="hangup_after_bridge=true"/>
</condition>
</extension>
Here's the issue: If we hang up the call while it is parked, we see NOTHING in the sofia debug or freeswitch log.
(console window). We deceided to log freeswitch log info to a file. If we shut down FreeSwitch when it is the state with a call that is parked, we do see the SIP BYE message, and everythig shuts down. It's as if some thread is hung.
All of this only happens with an inbound Avaya trunk. If we dial from an anonymous SIP connection, everything works fine.
Ideas?
Regards,
Gerry
On Fri, Oct 17, 2008 at 3:30 PM, Anthony Minessale <anthony.minessale@gmail.com (anthony.minessale@gmail.com)> wrote:
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|