Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Freeswitch libvpx2-dev compile error Debian 8


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
gascagonzalo at gmail.com
Guest





PostPosted: Mon Feb 22, 2016 5:00 am    Post subject: [Freeswitch-users] Freeswitch libvpx2-dev compile error Debi Reply with quote

Compiling latest FS version getting the following error when running make:
You must install libvpx2-dev to build mod_av.  Stop.
Using this guide:
https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video
Version: Debian 8.3 x64
Troubleshooting
Previous version (Last week) was working fine in 2 different systems.
git log
commit 3bd26eaa6b2dff1d80cac4e58fc860fb96f92935
Author: Anthony Minessale <anthm@freeswitch.org (anthm@freeswitch.org)>
Date:   Fri Feb 19 09:34:38 2016 -0600
    FS-8847 #resolve [Silence Error on shutdown of video call]
commit 9f4f67df5d2d9606ba88023b1bd05d7b88c69dad
Author: Anthony Minessale <anthm@freeswitch.org (anthm@freeswitch.org)>

Date:   Thu Feb 18 17:04:01 2016 -0600
git diff
https://freeswitch.org/stash/projects/FS/repos/freeswitch/diff/src/mod/applications/mod_av/Makefile.am?until=4ad0aa91a4a34fd10782dfe21aba74d49724f995



logs (make)


making all mod_amr
make[4]: Entering directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
make  all-am
make[5]: Entering directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
  CC       mod_amr_la-mod_amr.lo
  CCLD     mod_amr.la
make[5]: Leaving directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
make[4]: Leaving directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
making all mod_av
make[4]: Entering directory '/usr/src/freeswitch.git/src/mod/applications/mod_av'
Makefile:915: *** You must install libvpx2-dev to build mod_av.  Stop.
make[4]: Leaving directory '/usr/src/freeswitch.git/src/mod/applications/mod_av'
Makefile:648: recipe for target 'mod_av-all' failed


/usr/src/freeswitch.git/src/mod/applications/mod_av# tree
.
├── avcodec.c
├── avformat.c
├── Makefile
├── Makefile.am
├── Makefile.in
└── mod_av.c


0 directories, 6 files
root@nkn-freeswitch-sfo1:/usr/src/freeswitch.git/src/mod/applications/mod_av# ls -alh
total 208K
drwxr-xr-x  3 root root 4.0K Feb 22 04:46 .
drwxr-xr-x 59 root root 4.0K Feb 22 04:20 ..
-rw-r--r--  1 root root  46K Feb 22 04:20 avcodec.c
-rw-r--r--  1 root root  63K Feb 22 04:20 avformat.c
drwxr-xr-x  2 root root 4.0K Feb 22 04:24 .deps
-rw-r--r--  1 root root  35K Feb 22 04:24 Makefile
-rw-r--r--  1 root root  828 Feb 22 04:20 Makefile.am
-rw-r--r--  1 root root  33K Feb 22 04:23 Makefile.in

-rw-r--r--  1 root root 4.3K Feb 22 04:20 mod_av.c
Found

http://lists.freeswitch.org/pipermail/freeswitch-users/2015-October/116401.htmlBut not sure how to proceed for this release


Thanks
Back to top
gmaruzz at gmail.com
Guest





PostPosted: Mon Feb 22, 2016 6:14 am    Post subject: [Freeswitch-users] Freeswitch libvpx2-dev compile error Debi Reply with quote

As told in irc, you must install *unstable* repository for compiling latest git master.
Check on www.freeswitch.conf/confluence the page for debian 8 jessie with updated instruction Il 22/Feb/2016 10:59, "Gonzalo Gasca Meza" <gascagonzalo@gmail.com (gascagonzalo@gmail.com)> ha scritto:
Quote:

Compiling latest FS version getting the following error when running make:
You must install libvpx2-dev to build mod_av.  Stop.
Using this guide:
https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video
Version: Debian 8.3 x64
Troubleshooting
Previous version (Last week) was working fine in 2 different systems.
git log
commit 3bd26eaa6b2dff1d80cac4e58fc860fb96f92935
Author: Anthony Minessale <anthm@freeswitch.org (anthm@freeswitch.org)>
Date:   Fri Feb 19 09:34:38 2016 -0600
    FS-8847 #resolve [Silence Error on shutdown of video call]
commit 9f4f67df5d2d9606ba88023b1bd05d7b88c69dad
Author: Anthony Minessale <anthm@freeswitch.org (anthm@freeswitch.org)>

Date:   Thu Feb 18 17:04:01 2016 -0600
git diff
https://freeswitch.org/stash/projects/FS/repos/freeswitch/diff/src/mod/applications/mod_av/Makefile.am?until=4ad0aa91a4a34fd10782dfe21aba74d49724f995



logs (make)


making all mod_amr
make[4]: Entering directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
make  all-am
make[5]: Entering directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
  CC       mod_amr_la-mod_amr.lo
  CCLD     mod_amr.la
make[5]: Leaving directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
make[4]: Leaving directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
making all mod_av
make[4]: Entering directory '/usr/src/freeswitch.git/src/mod/applications/mod_av'
Makefile:915: *** You must install libvpx2-dev to build mod_av.  Stop.
make[4]: Leaving directory '/usr/src/freeswitch.git/src/mod/applications/mod_av'
Makefile:648: recipe for target 'mod_av-all' failed


/usr/src/freeswitch.git/src/mod/applications/mod_av# tree
.
├── avcodec.c
├── avformat.c
├── Makefile
├── Makefile.am
├── Makefile.in
└── mod_av.c


0 directories, 6 files
root@nkn-freeswitch-sfo1:/usr/src/freeswitch.git/src/mod/applications/mod_av# ls -alh
total 208K
drwxr-xr-x  3 root root 4.0K Feb 22 04:46 .
drwxr-xr-x 59 root root 4.0K Feb 22 04:20 ..
-rw-r--r--  1 root root  46K Feb 22 04:20 avcodec.c
-rw-r--r--  1 root root  63K Feb 22 04:20 avformat.c
drwxr-xr-x  2 root root 4.0K Feb 22 04:24 .deps
-rw-r--r--  1 root root  35K Feb 22 04:24 Makefile
-rw-r--r--  1 root root  828 Feb 22 04:20 Makefile.am
-rw-r--r--  1 root root  33K Feb 22 04:23 Makefile.in

-rw-r--r--  1 root root 4.3K Feb 22 04:20 mod_av.c
Found

http://lists.freeswitch.org/pipermail/freeswitch-users/2015-October/116401.htmlBut not sure how to proceed for this release


Thanks




_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting@freeswitch.org (consulting@freeswitch.org)
http://www.freeswitchsolutions.com

Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com

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
Back to top
gascagonzalo at gmail.com
Guest





PostPosted: Mon Feb 22, 2016 7:18 pm    Post subject: [Freeswitch-users] Freeswitch libvpx2-dev compile error Debi Reply with quote

Just as a noteRecent builds are failing with similar error:


https://freeswitch.org/bamboo/browse/FS-TMB/latest






On Mon, Feb 22, 2016 at 3:12 AM, Giovanni Maruzzelli <gmaruzz@gmail.com (gmaruzz@gmail.com)> wrote:
Quote:

As told in irc, you must install *unstable* repository for compiling latest git master.
Check on www.freeswitch.conf/confluence the page for debian 8 jessie with updated instruction Il 22/Feb/2016 10:59, "Gonzalo Gasca Meza" <gascagonzalo@gmail.com (gascagonzalo@gmail.com)> ha scritto:

Quote:

Compiling latest FS version getting the following error when running make:
You must install libvpx2-dev to build mod_av.  Stop.
Using this guide:
https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video
Version: Debian 8.3 x64
Troubleshooting
Previous version (Last week) was working fine in 2 different systems.
git log
commit 3bd26eaa6b2dff1d80cac4e58fc860fb96f92935
Author: Anthony Minessale <anthm@freeswitch.org (anthm@freeswitch.org)>
Date:   Fri Feb 19 09:34:38 2016 -0600
    FS-8847 #resolve [Silence Error on shutdown of video call]
commit 9f4f67df5d2d9606ba88023b1bd05d7b88c69dad
Author: Anthony Minessale <anthm@freeswitch.org (anthm@freeswitch.org)>

Date:   Thu Feb 18 17:04:01 2016 -0600
git diff
https://freeswitch.org/stash/projects/FS/repos/freeswitch/diff/src/mod/applications/mod_av/Makefile.am?until=4ad0aa91a4a34fd10782dfe21aba74d49724f995



logs (make)


making all mod_amr
make[4]: Entering directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
make  all-am
make[5]: Entering directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
  CC       mod_amr_la-mod_amr.lo
  CCLD     mod_amr.la
make[5]: Leaving directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
make[4]: Leaving directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
making all mod_av
make[4]: Entering directory '/usr/src/freeswitch.git/src/mod/applications/mod_av'
Makefile:915: *** You must install libvpx2-dev to build mod_av.  Stop.
make[4]: Leaving directory '/usr/src/freeswitch.git/src/mod/applications/mod_av'
Makefile:648: recipe for target 'mod_av-all' failed


/usr/src/freeswitch.git/src/mod/applications/mod_av# tree
.
├── avcodec.c
├── avformat.c
├── Makefile
├── Makefile.am
├── Makefile.in
└── mod_av.c


0 directories, 6 files
root@nkn-freeswitch-sfo1:/usr/src/freeswitch.git/src/mod/applications/mod_av# ls -alh
total 208K
drwxr-xr-x  3 root root 4.0K Feb 22 04:46 .
drwxr-xr-x 59 root root 4.0K Feb 22 04:20 ..
-rw-r--r--  1 root root  46K Feb 22 04:20 avcodec.c
-rw-r--r--  1 root root  63K Feb 22 04:20 avformat.c
drwxr-xr-x  2 root root 4.0K Feb 22 04:24 .deps
-rw-r--r--  1 root root  35K Feb 22 04:24 Makefile
-rw-r--r--  1 root root  828 Feb 22 04:20 Makefile.am
-rw-r--r--  1 root root  33K Feb 22 04:23 Makefile.in

-rw-r--r--  1 root root 4.3K Feb 22 04:20 mod_av.c
Found

http://lists.freeswitch.org/pipermail/freeswitch-users/2015-October/116401.htmlBut not sure how to proceed for this release


Thanks






_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting@freeswitch.org (consulting@freeswitch.org)
http://www.freeswitchsolutions.com

Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com

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


_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting@freeswitch.org (consulting@freeswitch.org)
http://www.freeswitchsolutions.com

Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com

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
Back to top
krice at freeswitch.org
Guest





PostPosted: Mon Feb 22, 2016 7:53 pm    Post subject: [Freeswitch-users] Freeswitch libvpx2-dev compile error Debi Reply with quote

This is a known issue as this deb 7 build node is about to be replaced and will not be fixed. It just needs an upgraded libvpx2 there will be failures off and on like this in he short term as chrome is in the process of upgrading this lib and unfortunately its forcing us to do the same. This is the master branch so it can be broken at times.

Sent from my iPhone

On Feb 22, 2016, at 6:16 PM, Gonzalo Gasca Meza <gascagonzalo@gmail.com (gascagonzalo@gmail.com)> wrote:


Quote:
Just as a noteRecent builds are failing with similar error:


https://freeswitch.org/bamboo/browse/FS-TMB/latest






On Mon, Feb 22, 2016 at 3:12 AM, Giovanni Maruzzelli <gmaruzz@gmail.com (gmaruzz@gmail.com)> wrote:
Quote:

As told in irc, you must install *unstable* repository for compiling latest git master.
Check on gascagonzalo@gmail.com (gascagonzalo@gmail.com)> ha scritto:

Quote:

Compiling latest FS version getting the following error when running make:
You must install libvpx2-dev to build mod_av. Stop.
Using this guide:
https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video
Version: Debian 8.3 x64
Troubleshooting
Previous version (Last week) was working fine in 2 different systems.
git log
commit 3bd26eaa6b2dff1d80cac4e58fc860fb96f92935
Author: Anthony Minessale <anthm@freeswitch.org (anthm@freeswitch.org)>
Date: Fri Feb 19 09:34:38 2016 -0600
FS-8847 #resolve [Silence Error on shutdown of video call]
commit 9f4f67df5d2d9606ba88023b1bd05d7b88c69dad
Author: Anthony Minessale <anthm@freeswitch.org (anthm@freeswitch.org)>

Date: Thu Feb 18 17:04:01 2016 -0600
git diff
https://freeswitch.org/stash/projects/FS/repos/freeswitch/diff/src/mod/applications/mod_av/Makefile.am?until=4ad0aa91a4a34fd10782dfe21aba74d49724f995



logs (make)


making all mod_amr
make[4]: Entering directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
make all-am
make[5]: Entering directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
CC mod_amr_la-mod_amr.lo
CCLD mod_amr.la
make[5]: Leaving directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
make[4]: Leaving directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
making all mod_av
make[4]: Entering directory '/usr/src/freeswitch.git/src/mod/applications/mod_av'
Makefile:915: *** You must install libvpx2-dev to build mod_av. Stop.
make[4]: Leaving directory '/usr/src/freeswitch.git/src/mod/applications/mod_av'
Makefile:648: recipe for target 'mod_av-all' failed


/usr/src/freeswitch.git/src/mod/applications/mod_av# tree
.
├── avcodec.c
├── avformat.c
├── Makefile
├── Makefile.am
├── Makefile.in
└── mod_av.c


0 directories, 6 files
root@nkn-freeswitch-sfo1:/usr/src/freeswitch.git/src/mod/applications/mod_av# ls -alh
total 208K
drwxr-xr-x 3 root root 4.0K Feb 22 04:46 .
drwxr-xr-x 59 root root 4.0K Feb 22 04:20 ..
-rw-r--r-- 1 root root 46K Feb 22 04:20 avcodec.c
-rw-r--r-- 1 root root 63K Feb 22 04:20 avformat.c
drwxr-xr-x 2 root root 4.0K Feb 22 04:24 .deps
-rw-r--r-- 1 root root 35K Feb 22 04:24 Makefile
-rw-r--r-- 1 root root 828 Feb 22 04:20 Makefile.am
-rw-r--r-- 1 root root 33K Feb 22 04:23 Makefile.in

-rw-r--r-- 1 root root 4.3K Feb 22 04:20 mod_av.c
Found

http://lists.freeswitch.org/pipermail/freeswitch-users/2015-October/116401.htmlBut not sure how to proceed for this release


Thanks






_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting@freeswitch.org (consulting@freeswitch.org)
http://www.freeswitchsolutions.com

Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com

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


_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting@freeswitch.org (consulting@freeswitch.org)
http://www.freeswitchsolutions.com

Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com

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




_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting@freeswitch.org (consulting@freeswitch.org)
http://www.freeswitchsolutions.com

Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com

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
Back to top
s.safarov at gmail.com
Guest





PostPosted: Mon Feb 22, 2016 10:17 pm    Post subject: [Freeswitch-users] Freeswitch libvpx2-dev compile error Debi Reply with quote

Please check version of instaled libvpx2. Must be 1.5 according SD repo.
On Tue, Feb 23, 2016, 03:52 Ken Rice <krice@freeswitch.org (krice@freeswitch.org)> wrote:

Quote:
This is a known issue as this deb 7 build node is about to be replaced and will not be fixed. It just needs an upgraded libvpx2 there will be failures off and on like this in he short term as chrome is in the process of upgrading this lib and unfortunately its forcing us to do the same. This is the master branch so it can be broken at times.

Sent from my iPhone


On Feb 22, 2016, at 6:16 PM, Gonzalo Gasca Meza <gascagonzalo@gmail.com (gascagonzalo@gmail.com)> wrote:


Quote:
Just as a noteRecent builds are failing with similar error:


https://freeswitch.org/bamboo/browse/FS-TMB/latest






On Mon, Feb 22, 2016 at 3:12 AM, Giovanni Maruzzelli <gmaruzz@gmail.com (gmaruzz@gmail.com)> wrote:
Quote:

As told in irc, you must install *unstable* repository for compiling latest git master.
Check on gascagonzalo@gmail.com (gascagonzalo@gmail.com)> ha scritto:

Quote:

Compiling latest FS version getting the following error when running make:
You must install libvpx2-dev to build mod_av.  Stop.
Using this guide:
https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video
Version: Debian 8.3 x64
Troubleshooting
Previous version (Last week) was working fine in 2 different systems.
git log
commit 3bd26eaa6b2dff1d80cac4e58fc860fb96f92935
Author: Anthony Minessale <anthm@freeswitch.org (anthm@freeswitch.org)>
Date:   Fri Feb 19 09:34:38 2016 -0600
    FS-8847 #resolve [Silence Error on shutdown of video call]
commit 9f4f67df5d2d9606ba88023b1bd05d7b88c69dad
Author: Anthony Minessale <anthm@freeswitch.org (anthm@freeswitch.org)>

Date:   Thu Feb 18 17:04:01 2016 -0600
git diff
https://freeswitch.org/stash/projects/FS/repos/freeswitch/diff/src/mod/applications/mod_av/Makefile.am?until=4ad0aa91a4a34fd10782dfe21aba74d49724f995



logs (make)


making all mod_amr
make[4]: Entering directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
make  all-am
make[5]: Entering directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
  CC       mod_amr_la-mod_amr.lo
  CCLD     mod_amr.la
make[5]: Leaving directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
make[4]: Leaving directory '/usr/src/freeswitch.git/src/mod/codecs/mod_amr'
making all mod_av
make[4]: Entering directory '/usr/src/freeswitch.git/src/mod/applications/mod_av'
Makefile:915: *** You must install libvpx2-dev to build mod_av.  Stop.
make[4]: Leaving directory '/usr/src/freeswitch.git/src/mod/applications/mod_av'
Makefile:648: recipe for target 'mod_av-all' failed


/usr/src/freeswitch.git/src/mod/applications/mod_av# tree
.
├── avcodec.c
├── avformat.c
├── Makefile
├── Makefile.am
├── Makefile.in
└── mod_av.c


0 directories, 6 files
root@nkn-freeswitch-sfo1:/usr/src/freeswitch.git/src/mod/applications/mod_av# ls -alh
total 208K
drwxr-xr-x  3 root root 4.0K Feb 22 04:46 .
drwxr-xr-x 59 root root 4.0K Feb 22 04:20 ..
-rw-r--r--  1 root root  46K Feb 22 04:20 avcodec.c
-rw-r--r--  1 root root  63K Feb 22 04:20 avformat.c
drwxr-xr-x  2 root root 4.0K Feb 22 04:24 .deps
-rw-r--r--  1 root root  35K Feb 22 04:24 Makefile
-rw-r--r--  1 root root  828 Feb 22 04:20 Makefile.am
-rw-r--r--  1 root root  33K Feb 22 04:23 Makefile.in

-rw-r--r--  1 root root 4.3K Feb 22 04:20 mod_av.c
Found

http://lists.freeswitch.org/pipermail/freeswitch-users/2015-October/116401.htmlBut not sure how to proceed for this release


Thanks






_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting@freeswitch.org (consulting@freeswitch.org)
http://www.freeswitchsolutions.com

Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com

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


_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting@freeswitch.org (consulting@freeswitch.org)
http://www.freeswitchsolutions.com

Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com

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




_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting@freeswitch.org (consulting@freeswitch.org)
http://www.freeswitchsolutions.com

Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com

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

_________________________________________________________________________
Professional FreeSWITCH Consulting Services:
consulting@freeswitch.org (consulting@freeswitch.org)
http://www.freeswitchsolutions.com

Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com

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
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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

VoiceMeUp - Corporate & Wholesale VoIP Services