Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Build System
-
Labels:None
-
Environment:Windows
-
Platform:Win32_64/VS
-
FreeSWITCH GIT Revision:NA
-
Reproduced with GIT HEAD?:NA
Description
Please add support for mod_rtmp in windows as well.
-
- windows-sln-patch.txt
- 15/Aug/12 4:04 AM
- 15 kB
- Peter Olsson
Issue Links
- is duplicated by
-
FS-4496
Several already compilable modules missing in Windows weekly binaries
-
Activity
Hide
Permalink
Peter Olsson
added a comment -
It's already supported. However, not built by default.
Show
Peter Olsson
added a comment - It's already supported. However, not built by default.
Hide
Peter Olsson
added a comment -
Please comment back here if you have any problems building mod_rtmp for Windows. It's building here without any problems, but I've never used it though :) If not, please close again.
/Peter
/Peter
Show
Peter Olsson
added a comment - Please comment back here if you have any problems building mod_rtmp for Windows. It's building here without any problems, but I've never used it though :) If not, please close again.
/Peter
Hide
Peter Olsson
added a comment -
Closing this again, since mod_rtmp already can be built on Windows.
Show
Peter Olsson
added a comment - Closing this again, since mod_rtmp already can be built on Windows.
Hide
Yes, I agree, I think that it's probably a good idea to build all modules by default. At least those that doesn't require som kind of extra work, with external dependecies to other libs etc. It will take some extra time, but in the end it shouldn't be very much.
Jeff, I've created a list of modules not built by default today, that can be enabled without any problems. I've tested these builds on VS2010 for all configurations (Win32/x64, Debug/Release).
- mod_blacklist
- mod_callcenter
- mod_directory
- mod_distributor
- mod_flite
- mod_iSAC
- mod_redis
- mod_rtmp
- mod_skinny
- mod_skypopen
- mod_sms
We also have the following modules, but I'm not sure if that's something that we should have by default - probably not.
- Download 16khzsound
- 16khz
- Download 16khz music
- 16khz music
- Download 32khzsound
- 32khz
- Download 32khz music
- 32khz music
/Peter
Jeff, I've created a list of modules not built by default today, that can be enabled without any problems. I've tested these builds on VS2010 for all configurations (Win32/x64, Debug/Release).
- mod_blacklist
- mod_callcenter
- mod_directory
- mod_distributor
- mod_flite
- mod_iSAC
- mod_redis
- mod_rtmp
- mod_skinny
- mod_skypopen
- mod_sms
We also have the following modules, but I'm not sure if that's something that we should have by default - probably not.
- Download 16khzsound
- 16khz
- Download 16khz music
- 16khz music
- Download 32khzsound
- 32khz
- Download 32khz music
- 32khz music
/Peter
Show
Peter Olsson
added a comment - - edited Yes, I agree, I think that it's probably a good idea to build all modules by default. At least those that doesn't require som kind of extra work, with external dependecies to other libs etc. It will take some extra time, but in the end it shouldn't be very much.
Jeff, I've created a list of modules not built by default today, that can be enabled without any problems. I've tested these builds on VS2010 for all configurations (Win32/x64, Debug/Release).
- mod_blacklist
- mod_callcenter
- mod_directory
- mod_distributor
- mod_flite
- mod_iSAC
- mod_redis
- mod_rtmp
- mod_skinny
- mod_skypopen
- mod_sms
We also have the following modules, but I'm not sure if that's something that we should have by default - probably not.
- Download 16khzsound
- 16khz
- Download 16khz music
- 16khz music
- Download 32khzsound
- 32khz
- Download 32khz music
- 32khz music
/Peter
Hide
Fuser
added a comment -
Another thing is that presently freeswitch msi installation has few steps that do an "installation" of it in the windows, registers, changes registry options etc.
So having an option of doing a portable "installation" that doesn't touch the windows registry or other files would be great. Its already almost portable in that the folder C:\Program Files\Freeswitch can be moved around and run directly from that directory.
Several windows programs are coming portable these days (www.portableapps.com) using ini/xml/cfg files that don't use registry, some that don't even leave a trace.
So having an option of doing a portable "installation" that doesn't touch the windows registry or other files would be great. Its already almost portable in that the folder C:\Program Files\Freeswitch can be moved around and run directly from that directory.
Several windows programs are coming portable these days (www.portableapps.com) using ini/xml/cfg files that don't use registry, some that don't even leave a trace.
Show
Fuser
added a comment - Another thing is that presently freeswitch msi installation has few steps that do an "installation" of it in the windows, registers, changes registry options etc.
So having an option of doing a portable "installation" that doesn't touch the windows registry or other files would be great. Its already almost portable in that the folder C:\Program Files\Freeswitch can be moved around and run directly from that directory.
Several windows programs are coming portable these days ( www.portableapps.com ) using ini/xml/cfg files that don't use registry, some that don't even leave a trace.
Hide
Jeff Lenk
added a comment -
No I have not made those changes because basically is just causes more work for me. I need more windows users that help out as much as Peter(Thanks) does by providing build patches etc. Otherwise it simply can be to much to keep maintained in a timely manor. I try to patch most windows build errors within a day or two with most much faster than that.
The installation from the weekly binaries is almost fully portable. The only exception are the start menu changes and the service registration both of which can easily be ignored. You can copy the installation to whatever directory or another machine if you wish and run from there without issue. The exe provides its own logic for service installation so that's not an issue.
The installation from the weekly binaries is almost fully portable. The only exception are the start menu changes and the service registration both of which can easily be ignored. You can copy the installation to whatever directory or another machine if you wish and run from there without issue. The exe provides its own logic for service installation so that's not an issue.
Show
Jeff Lenk
added a comment - No I have not made those changes because basically is just causes more work for me. I need more windows users that help out as much as Peter(Thanks) does by providing build patches etc. Otherwise it simply can be to much to keep maintained in a timely manor. I try to patch most windows build errors within a day or two with most much faster than that.
The installation from the weekly binaries is almost fully portable. The only exception are the start menu changes and the service registration both of which can easily be ignored. You can copy the installation to whatever directory or another machine if you wish and run from there without issue. The exe provides its own logic for service installation so that's not an issue.
Hide
Peter Olsson
added a comment -
Jeff (and Fuser), I will try to submit a patch for this next week. It's probably enough to patch the VS2010 solution.
My local solution file already builds lots of these modules, so I'm almost there already :)
/Peter
My local solution file already builds lots of these modules, so I'm almost there already :)
/Peter
Show
Peter Olsson
added a comment - Jeff (and Fuser), I will try to submit a patch for this next week. It's probably enough to patch the VS2010 solution.
My local solution file already builds lots of these modules, so I'm almost there already :)
/Peter
Hide
Peter Olsson
added a comment -
This patch makes the following changes;
- Added these modules to build by default;
- mod_blacklist
- mod_callcenter
- mod_directory
- mod_distributor
- mod_flite
- mod_iSAC
- mod_redis
- mod_rtmp
- mod_skinny
- mod_skypopen
- mod_sms
- Made libcurl dependent of openssl
- Made openssl dependent of Download OPENSSL
It's been tested on both Win32/x64 builds, in both Debug and Release modes.
/Peter
- Added these modules to build by default;
- mod_blacklist
- mod_callcenter
- mod_directory
- mod_distributor
- mod_flite
- mod_iSAC
- mod_redis
- mod_rtmp
- mod_skinny
- mod_skypopen
- mod_sms
- Made libcurl dependent of openssl
- Made openssl dependent of Download OPENSSL
It's been tested on both Win32/x64 builds, in both Debug and Release modes.
/Peter
Show
Peter Olsson
added a comment - This patch makes the following changes;
- Added these modules to build by default;
- mod_blacklist
- mod_callcenter
- mod_directory
- mod_distributor
- mod_flite
- mod_iSAC
- mod_redis
- mod_rtmp
- mod_skinny
- mod_skypopen
- mod_sms
- Made libcurl dependent of openssl
- Made openssl dependent of Download OPENSSL
It's been tested on both Win32/x64 builds, in both Debug and Release modes.
/Peter
Hide
Peter Olsson
added a comment -
Jeff, please review this patch. If you have any questions, just get back to me.
The changes only enables build of modules that doesn't require any extra external libs etc, so it shouldn't cause any problems.
/Peter
The changes only enables build of modules that doesn't require any extra external libs etc, so it shouldn't cause any problems.
/Peter
Show
Peter Olsson
added a comment - Jeff, please review this patch. If you have any questions, just get back to me.
The changes only enables build of modules that doesn't require any extra external libs etc, so it shouldn't cause any problems.
/Peter
Hide
Git
added a comment -
Repository: freeswitch
Branch: refs/heads/master
Commit: f1d201f http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=f1d201f
Closed By: jeff@jefflenk.com
Comment:
FS-4343 --resolve
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Branch: refs/heads/master
Commit: f1d201f http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=f1d201f
Closed By: jeff@jefflenk.com
Comment:
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Show
Git
added a comment - Repository: freeswitch
Branch: refs/heads/master
Commit: f1d201f http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=f1d201f
Closed By: jeff@jefflenk.com
Comment:
FS-4343 --resolve
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Hide
Actually none of the ones listed above by Peter saying they were added, are actually there. Please see that they make their way into the weekly binaries
Hide
Git
added a comment -
Repository: freeswitch
Branch: refs/heads/master
Commit: e977d15 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e977d15
Closed By: jeff@jefflenk.com
Comment:
FS-4343 --resolve add mod_directory, mod_callcenter, mod_skypopen
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Branch: refs/heads/master
Commit: e977d15 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e977d15
Closed By: jeff@jefflenk.com
Comment:
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Show
Git
added a comment - Repository: freeswitch
Branch: refs/heads/master
Commit: e977d15 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e977d15
Closed By: jeff@jefflenk.com
Comment:
FS-4343 --resolve add mod_directory, mod_callcenter, mod_skypopen
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Hide
Git
added a comment -
Repository: freeswitch
Branch: refs/heads/v1.2.stable
Commit: 25d1e7a http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=25d1e7a
Closed By: SwK
Comment:
FS-4343 --resolve
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Branch: refs/heads/v1.2.stable
Commit: 25d1e7a http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=25d1e7a
Closed By: SwK
Comment:
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Show
Git
added a comment - Repository: freeswitch
Branch: refs/heads/v1.2.stable
Commit: 25d1e7a http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=25d1e7a
Closed By: SwK
Comment:
FS-4343 --resolve
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Hide
Git
added a comment -
Repository: freeswitch
Branch: refs/heads/v1.2.stable
Commit: e356a37 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e356a37
Closed By: SwK
Comment:
FS-4343 --resolve add mod_directory, mod_callcenter, mod_skypopen
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Branch: refs/heads/v1.2.stable
Commit: e356a37 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e356a37
Closed By: SwK
Comment:
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Show
Git
added a comment - Repository: freeswitch
Branch: refs/heads/v1.2.stable
Commit: e356a37 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e356a37
Closed By: SwK
Comment:
FS-4343 --resolve add mod_directory, mod_callcenter, mod_skypopen
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Hide
Git
added a comment -
Repository: freeswitch
Branch: refs/heads/v1.2.stable
Commit: f1d201f http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=f1d201f
Closed By: SwK
Comment:
FS-4343 --resolve
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Branch: refs/heads/v1.2.stable
Commit: f1d201f http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=f1d201f
Closed By: SwK
Comment:
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Show
Git
added a comment - Repository: freeswitch
Branch: refs/heads/v1.2.stable
Commit: f1d201f http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=f1d201f
Closed By: SwK
Comment:
FS-4343 --resolve
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Hide
Git
added a comment -
Repository: freeswitch
Branch: refs/heads/v1.2.stable
Commit: e977d15 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e977d15
Closed By: SwK
Comment:
FS-4343 --resolve add mod_directory, mod_callcenter, mod_skypopen
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Branch: refs/heads/v1.2.stable
Commit: e977d15 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e977d15
Closed By: SwK
Comment:
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Show
Git
added a comment - Repository: freeswitch
Branch: refs/heads/v1.2.stable
Commit: e977d15 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e977d15
Closed By: SwK
Comment:
FS-4343 --resolve add mod_directory, mod_callcenter, mod_skypopen
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Hide
Auto Admin
added a comment -
Due to a long period of inactivity (13 or more days), this issue is due to be automatically close within 24 hours.
If this issue is not actually resolved, please reopen it and add appropriate comments to help developers fix the issue.
Thanks,
Jira Admin
If this issue is not actually resolved, please reopen it and add appropriate comments to help developers fix the issue.
Thanks,
Jira Admin
Show
Auto Admin
added a comment - Due to a long period of inactivity (13 or more days), this issue is due to be automatically close within 24 hours.
If this issue is not actually resolved, please reopen it and add appropriate comments to help developers fix the issue.
Thanks,
Jira Admin
Hide
Auto Admin
added a comment -
Since there has been no change to the status of this issue, it is being closed for inactivity
Thanks,
Jira Admin
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Thanks,
Jira Admin
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Show
Auto Admin
added a comment - Since there has been no change to the status of this issue, it is being closed for inactivity
Thanks,
Jira Admin
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Hide
Git
added a comment -
Repository: freeswitch
Branch: refs/heads/video-media-bug
Commit: f1d201f http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=f1d201f
Closed By: dujinfang@gmail.com
Comment:
FS-4343 --resolve
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Branch: refs/heads/video-media-bug
Commit: f1d201f http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=f1d201f
Closed By: dujinfang@gmail.com
Comment:
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Show
Git
added a comment - Repository: freeswitch
Branch: refs/heads/video-media-bug
Commit: f1d201f http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=f1d201f
Closed By: dujinfang@gmail.com
Comment:
FS-4343 --resolve
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Hide
Git
added a comment -
Repository: freeswitch
Branch: refs/heads/video-media-bug
Commit: e977d15 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e977d15
Closed By: dujinfang@gmail.com
Comment:
FS-4343 --resolve add mod_directory, mod_callcenter, mod_skypopen
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Branch: refs/heads/video-media-bug
Commit: e977d15 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e977d15
Closed By: dujinfang@gmail.com
Comment:
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com
Show
Git
added a comment - Repository: freeswitch
Branch: refs/heads/video-media-bug
Commit: e977d15 http://fisheye.freeswitch.org/changelog/freeswitch.git/?cs=e977d15
Closed By: dujinfang@gmail.com
Comment:
FS-4343 --resolve add mod_directory, mod_callcenter, mod_skypopen
FreeSWITCH Support Contracts and Consulting Services available!
Contact us:
Email: consulting@freeswitch.org
Web: http://www.freeswitch.org
Phone: +1-918-420-9266
Tollfree: +1-877-742-2583
Fax: +1-918-420-9267
iNum: +883 5100 1420 9266
Come To ClueCon in August to learn more about FreeSWITCH and Internet Telephony!
http://www.cluecon.com