anthony.minessale at g... Guest
|
Posted: Tue Sep 15, 2009 5:37 pm Post subject: [Freeswitch-users] 502 Bad Gateway: Destination out of order |
|
|
It's probably from this
2009-09-15 14:34:55.838365 [ERR] sofia_glue.c:2503 AUDIO RTP REPORTS ERROR: [Socket Error!]
2009-09-15 14:34:55.838365 [NOTICE] sofia_glue.c:2504 Hangup sofia/external/411@192.168.0.150 (411@192.168.0.150) [CS_CONSUME_MEDIA][DESTINATION_OUT_OF_ORDER
]
2009-09-15 14:34:55.838365 [ERR] sofia.c:3796 RTP Error!
your machine failed to produce a socket when requested.
My blind guess, you are on a 32 bit machine and you do not have the ulimits set for enough file descriptors etc..
Quote: | ulimit -c unlimitedulimit -d unlimitedulimit -f unlimitedulimit -i unlimitedulimit -n 999999ulimit -q unlimitedulimit -u unlimitedulimit -v unlimitedulimit -x unlimitedulimit -s 244
ulimit -l unlimited |
On Tue, Sep 15, 2009 at 5:22 PM, email lists <email.list.subscriber@gmail.com (email.list.subscriber@gmail.com)> wrote:
Quote: |
Hello All,
Wondering if anyone has experienced this issue before. I've attached a snip of the log file where the error occurs and could use some leads on this. What's interesting is that the call appears to complete as normal, and a radius stop message even gets generated, though the duration is ~1 second.
<snip>
h323-disconnect-time = "h323-disconnect-time=14:35:01.000 UTC Tue Sep 15 2009"
h323-connect-time = "h323-connect-time=14:34:59.000 UTC Tue Sep 15 2009"
</snip>
While there are a lot of pieces involved, the call scenario is pretty basic (no transfers, no holds, etc.), just a few redirects that Freeswitch appears to be able to handle without issue. Attached is a dumb'd down call ladder.
I tried different rates at which I generate the calls, but it didn’t seem to correlate to the amount of errors I am seeing.
Sending a total of 100 calls, with a call duration of 10 seconds:
@10 calls per second = 14 "502" errors.
@5 calls per second = 4 "502" errors.
@4 calls per second = NO ERRORS (1st run)
@4 calls per second = 39 "502" errors.
Please let me know if any additional information is needed.
Thanks in advance for all help.
Vladimir
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|