shettima / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

Set external FreeSWITCH SIP port #1359

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As I posted on the forums here: 
https://groups.google.com/forum/?fromgroups=#!topic/bigbluebutton-dev/f6k3EbWl9Y
o I needed to be able to set a different SIP port than the default 5060 to call 
an external FreeSWITCH.

I opened this ticket because I have a solution and I wanted to share it with 
the community and I hope it will be included in the next BBB release.

So, this is my solution:
I've added the configuration parameter sip.remoteserver.port to 
bigbluebutton-sip.properties that gets passed directly to mjSip on the startup 
of BBB. The base sources I've used are from 0.8 Tag. Here is the diff of my 
commit:
https://github.com/alexbbb/bigbluebutton/commit/7d1da0a16d155ade4c26f7c4ebae2c92
eebae600

Original issue reported on code.google.com by alexgo...@gmail.com on 13 Nov 2012 at 3:06

GoogleCodeExporter commented 9 years ago
Can you please make your change in a branch? I can't figure out if you made the 
change in master or on a branch.

And them please create a pull request.

Thanks.

Original comment by ritza...@gmail.com on 13 Nov 2012 at 3:19

GoogleCodeExporter commented 9 years ago
I've made the changes on the external_freeswitch branch which includes also the 
solution to the issue #1355 and another two commits that I've documented also 
as a response to the issue #1355.

Original comment by alexgo...@gmail.com on 13 Nov 2012 at 3:24

GoogleCodeExporter commented 9 years ago
Hi Alex,

Before we can accept an external pull request, we need to have a signed 
contributor's agreement.  See

   http://code.google.com/p/bigbluebutton/wiki/FAQ#Why_do_I_need_to_sign_a_Contributor_License_Agreement_to_contrib

Original comment by ffdixon@gmail.com on 14 Nov 2012 at 4:40

GoogleCodeExporter commented 9 years ago

Original comment by ffdixon@gmail.com on 24 Nov 2012 at 4:48

GoogleCodeExporter commented 9 years ago

Original comment by ffdixon@gmail.com on 24 Nov 2012 at 4:51

GoogleCodeExporter commented 9 years ago
The FreeSWITCH port is now configurable on bigbluebutton-sip.properties

Original comment by ritza...@gmail.com on 29 Jul 2014 at 6:23