VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
jerry.richards at teot... Guest
|
Posted: Tue Nov 03, 2009 4:42 pm Post subject: [Freeswitch-users] Error checking for PMP [general error] |
|
|
When I start Freeswitch, I see an "Error checking for PMP [general error]"
as shown below. Does anyone know what could cause this?
[root@TeoProxy bin]# ./freeswitch
Error: stacksize 4194303 is too large: run ulimit -s 240 or run ./freeswitch
-waste.
auto-adjusting stack size for optimal performance....
2009-11-02 10:12:27.17579 [INFO] switch_event.c:565 Activate Eventing
Engine.
2009-11-02 10:12:27.18373 [DEBUG] switch_event.c:553 Create event dispatch
thread 0
2009-11-02 10:12:27.428749 [INFO] switch_nat.c:392 Scanning for NAT
2009-11-02 10:12:27.428885 [DEBUG] switch_nat.c:152 Checking for PMP 1/5
2009-11-02 10:12:27.678480 [DEBUG] switch_nat.c:152 Checking for PMP 2/5
2009-11-02 10:12:27.679449 [DEBUG] switch_nat.c:152 Checking for PMP 3/5
2009-11-02 10:12:28.179388 [DEBUG] switch_nat.c:152 Checking for PMP 4/5
2009-11-02 10:12:29.179217 [DEBUG] switch_nat.c:152 Checking for PMP 5/5
2009-11-02 10:12:31.178879 [ERR] switch_nat.c:183 Error checking for PMP
[general error]
2009-11-02 10:12:31.178902 [DEBUG] switch_nat.c:397 Checking for UPnP
2009-11-02 10:12:43.176881 [INFO] switch_nat.c:411 No PMP or UPnP NAT
detected!
2009-11-02 10:12:43.210145 [INFO] switch_core_sqldb.c:538 Opening DB
2009-11-02 10:12:43.919804 [NOTICE] switch_scheduler.c:166 Starting task
thread
2009-11-02 10:12:43.937881 [DEBUG] switch_scheduler.c:214 Added task 1
heartbeat (core) to run at 1257185563
2009-11-02 10:12:43.937980 [CONSOLE] switch_core.c:1449 Bringing up
environment.
2009-11-02 10:12:43.937994 [CONSOLE] switch_core.c:1450 Loading Modules.
2009-11-02 10:12:43.938319 [INFO] switch_time.c:661 Timezone loaded 530
definitions
2009-11-02 10:12:43.938336 [CONSOLE] switch_loadable_module.c:889
Successfully Loaded [CORE_SOFTTIMER_MODULE]
2009-11-02 10:12:43.938351 [NOTICE] switch_loadable_module.c:228 Adding
Timer 'soft'
2009-11-02 10:12:43.938413 [CONSOLE] switch_loadable_module.c:889
Successfully Loaded [CORE_PCM_MODULE]
Best Regards,
Jerry
_______________________________________________
FreeSWITCH-users mailing list
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 |
|
Back to top |
|
|
rupa at rupa.com Guest
|
Posted: Tue Nov 03, 2009 5:28 pm Post subject: [Freeswitch-users] Error checking for PMP [general error] |
|
|
If you don't have a router with NAT-PMP enabled then it is expected.
Same if you don't have upnp.
If you are behind a NAT, it is in your best interest to enable one or
the other in your router. It will save you a bunch of headaches...
On Tue, Nov 3, 2009 at 3:25 PM, Jerry Richards
<jerry.richards@teotech.com> wrote:
Quote: |
When I start Freeswitch, I see an "Error checking for PMP [general error]"
as shown below. Does anyone know what could cause this?
[root@TeoProxy bin]# ./freeswitch
Error: stacksize 4194303 is too large: run ulimit -s 240 or run ./freeswitch
-waste.
auto-adjusting stack size for optimal performance....
2009-11-02 10:12:27.17579 [INFO] switch_event.c:565 Activate Eventing
Engine.
2009-11-02 10:12:27.18373 [DEBUG] switch_event.c:553 Create event dispatch
thread 0
2009-11-02 10:12:27.428749 [INFO] switch_nat.c:392 Scanning for NAT
2009-11-02 10:12:27.428885 [DEBUG] switch_nat.c:152 Checking for PMP 1/5
2009-11-02 10:12:27.678480 [DEBUG] switch_nat.c:152 Checking for PMP 2/5
2009-11-02 10:12:27.679449 [DEBUG] switch_nat.c:152 Checking for PMP 3/5
2009-11-02 10:12:28.179388 [DEBUG] switch_nat.c:152 Checking for PMP 4/5
2009-11-02 10:12:29.179217 [DEBUG] switch_nat.c:152 Checking for PMP 5/5
2009-11-02 10:12:31.178879 [ERR] switch_nat.c:183 Error checking for PMP
[general error]
2009-11-02 10:12:31.178902 [DEBUG] switch_nat.c:397 Checking for UPnP
2009-11-02 10:12:43.176881 [INFO] switch_nat.c:411 No PMP or UPnP NAT
detected!
2009-11-02 10:12:43.210145 [INFO] switch_core_sqldb.c:538 Opening DB
2009-11-02 10:12:43.919804 [NOTICE] switch_scheduler.c:166 Starting task
thread
2009-11-02 10:12:43.937881 [DEBUG] switch_scheduler.c:214 Added task 1
heartbeat (core) to run at 1257185563
2009-11-02 10:12:43.937980 [CONSOLE] switch_core.c:1449 Bringing up
environment.
2009-11-02 10:12:43.937994 [CONSOLE] switch_core.c:1450 Loading Modules.
2009-11-02 10:12:43.938319 [INFO] switch_time.c:661 Timezone loaded 530
definitions
2009-11-02 10:12:43.938336 [CONSOLE] switch_loadable_module.c:889
Successfully Loaded [CORE_SOFTTIMER_MODULE]
2009-11-02 10:12:43.938351 [NOTICE] switch_loadable_module.c:228 Adding
Timer 'soft'
2009-11-02 10:12:43.938413 [CONSOLE] switch_loadable_module.c:889
Successfully Loaded [CORE_PCM_MODULE]
Best Regards,
Jerry
_______________________________________________
FreeSWITCH-users mailing list
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
|
--
-Rupa
_______________________________________________
FreeSWITCH-users mailing list
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 |
|
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
|