VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
sonny.rajagopalan at g... Guest
|
Posted: Wed Feb 17, 2016 8:29 am Post subject: [asterisk-users] Asterisk 13.6.0/The simplest TCP configurat |
|
|
OK. I will report with my findings. It appears increasingly likely that I have done something very silly on my side. It is a little perplexing that the EXACT setup (on the same machine) worked for UDP ...
On Wed, Feb 17, 2016 at 8:23 AM, Joshua Colp <jcolp@digium.com (jcolp@digium.com)> wrote:
Quote: | Sonny Rajagopalan wrote:
Quote: | Sorry, I was not being very clear, Joshua, and thanks for your patience
with this issue.
I had set pjsip set logger on and core set debug 99. See absolutely
zilch on asterisk CLI. Or in /var/log/asterisk/messages. If the messages
are not reaching Asterisk, what could be the issue? I am a little
perplexed as to why Asterisk wouldn't consume those TCP segments; the
port is owned by Asterisk.
|
Then it's likely something outside the scope of Asterisk, if the connection (and messages) don't even seem to be reaching Asterisk at all. You could try to just telnet to it and see if you get a connection message on the Asterisk CLI. Do it from the machine itself and then outside. If it works from the machine itself but not outside, then you've narrowed it down more.
--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
sonny.rajagopalan at g... Guest
|
Posted: Wed Feb 17, 2016 8:32 am Post subject: [asterisk-users] Asterisk 13.6.0/The simplest TCP configurat |
|
|
OK. Let me ask this. Is anything else necessary, except choosing TCP as the preferred protocol on the client, to make TCP w Asterisk work? At the moment, I have only changed one line in pjsip.conf from my working UDP setup:
[transport-tcp]
type=transport
protocol=tcp ; <--------------- only this line was changed.
On Wed, Feb 17, 2016 at 8:28 AM, Sonny Rajagopalan <sonny.rajagopalan@gmail.com (sonny.rajagopalan@gmail.com)> wrote:
Quote: | OK. I will report with my findings. It appears increasingly likely that I have done something very silly on my side. It is a little perplexing that the EXACT setup (on the same machine) worked for UDP ...
On Wed, Feb 17, 2016 at 8:23 AM, Joshua Colp <jcolp@digium.com (jcolp@digium.com)> wrote:
Quote: | Sonny Rajagopalan wrote:
Quote: | Sorry, I was not being very clear, Joshua, and thanks for your patience
with this issue.
I had set pjsip set logger on and core set debug 99. See absolutely
zilch on asterisk CLI. Or in /var/log/asterisk/messages. If the messages
are not reaching Asterisk, what could be the issue? I am a little
perplexed as to why Asterisk wouldn't consume those TCP segments; the
port is owned by Asterisk.
|
Then it's likely something outside the scope of Asterisk, if the connection (and messages) don't even seem to be reaching Asterisk at all. You could try to just telnet to it and see if you get a connection message on the Asterisk CLI. Do it from the machine itself and then outside. If it works from the machine itself but not outside, then you've narrowed it down more.
--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
|
Back to top |
|
|
jcolp at digium.com Guest
|
Posted: Wed Feb 17, 2016 8:34 am Post subject: [asterisk-users] Asterisk 13.6.0/The simplest TCP configurat |
|
|
Sonny Rajagopalan wrote:
Quote: | OK. Let me ask this. Is anything else necessary, except choosing TCP as
the preferred protocol on the client, to make TCP w Asterisk work? At
the moment, I have only changed one line in pjsip.conf from my working
UDP setup:
[transport-tcp]
type=transport
protocol=tcp ; <--------------- only this line was changed.
|
No, nothing else is needed.
--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
asterisk_list at earth... Guest
|
Posted: Wed Feb 17, 2016 8:37 am Post subject: [asterisk-users] Asterisk 13.6.0/The simplest TCP configurat |
|
|
On Wednesday 17 Feb 2016, Sonny Rajagopalan wrote:
Quote: | OK. Let me ask this. Is anything else necessary, except choosing TCP as the
preferred protocol on the client, to make TCP w Asterisk work? At the
moment, I have only changed one line in pjsip.conf from my working UDP
setup:
[transport-tcp]
type=transport
protocol=tcp ; <--------------- only this line was changed.
|
Presumably you have firewall rules in action. Did you enable TCP on port 5060?
--
AJS
Note: Originating address only accepts e-mail from list! If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
Back to top |
|
|
sonny.rajagopalan at g... Guest
|
Posted: Wed Feb 17, 2016 8:39 am Post subject: [asterisk-users] Asterisk 13.6.0/The simplest TCP configurat |
|
|
Yes, it is enabled on port 5060. I do receive a TCP ACK back from the server, so I know the TCP segment is received at the server hosting the Asterisk build.
On Wed, Feb 17, 2016 at 8:36 AM, A J Stiles <asterisk_list@earthshod.co.uk (asterisk_list@earthshod.co.uk)> wrote:
Quote: | On Wednesday 17 Feb 2016, Sonny Rajagopalan wrote:
Quote: | OK. Let me ask this. Is anything else necessary, except choosing TCP as the
preferred protocol on the client, to make TCP w Asterisk work? At the
moment, I have only changed one line in pjsip.conf from my working UDP
setup:
[transport-tcp]
type=transport
protocol=tcp ; <--------------- only this line was changed.
|
Presumably you have firewall rules in action. Did you enable TCP on port 5060?
--
AJS
Note: Originating address only accepts e-mail from list! If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
sonny.rajagopalan at g... Guest
|
Posted: Wed Feb 17, 2016 10:56 am Post subject: [asterisk-users] Asterisk 13.6.0/The simplest TCP configurat |
|
|
I made some progress. The first thing I have realized is that it is my Twilio configuration in pjsip_wizard.conf that was killing me. I have since removed that entire file from /etc/asterisk and I am able to make "from-internal" context calls (i.e., calls that do not leave the VoIP island).
Here's what I have right now in pjsip_wizard.conf (again, I have removed it from /etc/asterisk/ because Asterisk won't even work for "from-internal" calls with the conf in /etc/asterisk)
[twilio-siptrunk]
type = wizard
sends_auth = yes
sends_registrations = no
remote_hosts = silly.pstn.twilio.com
outbound_auth/username = username
outbound_auth/password = sillypassword
endpoint/context = from-external ;;; change later
endpoint/disallow = all ;;; change later
endpoint/allow = ulaw ;;; change later
aor/qualify_frequency = 15
What should I change/add/modify above to make Asterisk and Twilio work with TCP? Note that I do not have to trigger a use of the twilio sip trunk for my Asterisk daemon to not work for TCP. If I have the pjsip_wizard in /etc/asterisk, it does not work for _any_ call, regardless of whether or not the call should use the Twilio SIP trunk.
(again, the same asterisk configuration on the same machine connected to the same twilio SIP trunk worked for UDP)
If anyone knows the trick to make pjsip_wizard.conf work with twilio, I would very much appreciate any insight...
Thanks,
Sonny.
On Wed, Feb 17, 2016 at 8:38 AM, Sonny Rajagopalan <sonny.rajagopalan@gmail.com (sonny.rajagopalan@gmail.com)> wrote:
Quote: | Yes, it is enabled on port 5060. I do receive a TCP ACK back from the server, so I know the TCP segment is received at the server hosting the Asterisk build.
On Wed, Feb 17, 2016 at 8:36 AM, A J Stiles <asterisk_list@earthshod.co.uk (asterisk_list@earthshod.co.uk)> wrote:
Quote: | On Wednesday 17 Feb 2016, Sonny Rajagopalan wrote:
Quote: | OK. Let me ask this. Is anything else necessary, except choosing TCP as the
preferred protocol on the client, to make TCP w Asterisk work? At the
moment, I have only changed one line in pjsip.conf from my working UDP
setup:
[transport-tcp]
type=transport
protocol=tcp ; <--------------- only this line was changed.
|
Presumably you have firewall rules in action. Did you enable TCP on port 5060?
--
AJS
Note: Originating address only accepts e-mail from list! If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
|
Back to top |
|
|
george.joseph at fairv... Guest
|
Posted: Wed Feb 17, 2016 12:44 pm Post subject: [asterisk-users] Asterisk 13.6.0/The simplest TCP configurat |
|
|
On Wed, Feb 17, 2016 at 8:56 AM, Sonny Rajagopalan <sonny.rajagopalan@gmail.com (sonny.rajagopalan@gmail.com)> wrote:
Quote: | I made some progress. The first thing I have realized is that it is my Twilio configuration in pjsip_wizard.conf that was killing me. I have since removed that entire file from /etc/asterisk and I am able to make "from-internal" context calls (i.e., calls that do not leave the VoIP island).
Here's what I have right now in pjsip_wizard.conf (again, I have removed it from /etc/asterisk/ because Asterisk won't even work for "from-internal" calls with the conf in /etc/asterisk)
[twilio-siptrunk]
type = wizard
sends_auth = yes
sends_registrations = no
remote_hosts = silly.pstn.twilio.com
|
remote_hosts = silly.pstn.twilio.com\;transport=TCP
Quote: | outbound_auth/username = username
outbound_auth/password = sillypassword
endpoint/context = from-external ;;; change later
endpoint/disallow = all ;;; change later
endpoint/allow = ulaw ;;; change later
aor/qualify_frequency = 15
What should I change/add/modify above to make Asterisk and Twilio work with TCP? Note that I do not have to trigger a use of the twilio sip trunk for my Asterisk daemon to not work for TCP. If I have the pjsip_wizard in /etc/asterisk, it does not work for _any_ call, regardless of whether or not the call should use the Twilio SIP trunk.
(again, the same asterisk configuration on the same machine connected to the same twilio SIP trunk worked for UDP)
If anyone knows the trick to make pjsip_wizard.conf work with twilio, I would very much appreciate any insight...
Thanks,
Sonny.
On Wed, Feb 17, 2016 at 8:38 AM, Sonny Rajagopalan <sonny.rajagopalan@gmail.com (sonny.rajagopalan@gmail.com)> wrote:
Quote: | Yes, it is enabled on port 5060. I do receive a TCP ACK back from the server, so I know the TCP segment is received at the server hosting the Asterisk build.
On Wed, Feb 17, 2016 at 8:36 AM, A J Stiles <asterisk_list@earthshod.co.uk (asterisk_list@earthshod.co.uk)> wrote:
Quote: | On Wednesday 17 Feb 2016, Sonny Rajagopalan wrote:
Quote: | OK. Let me ask this. Is anything else necessary, except choosing TCP as the
preferred protocol on the client, to make TCP w Asterisk work? At the
moment, I have only changed one line in pjsip.conf from my working UDP
setup:
[transport-tcp]
type=transport
protocol=tcp ; <--------------- only this line was changed.
|
Presumably you have firewall rules in action. Did you enable TCP on port 5060?
--
AJS
Note: Originating address only accepts e-mail from list! If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
sonny.rajagopalan at g... Guest
|
Posted: Wed Feb 17, 2016 2:14 pm Post subject: [asterisk-users] Asterisk 13.6.0/The simplest TCP configurat |
|
|
Wow. Incredible. That worked. The backslash is important there; I kept trying with no backslash and followed the instructions in pjsip_wizard.conf.sample (in configs/samples) and it says we have to say
transport=tcp ; the only example however talks about ipv4.
Is this documented somewhere and I just missed it??
So, let me sum the issues and their solutions:
(a) Inside/from-internal calling. Only need transport=tcp in pjsip.conf. No need to update every SIP (user) endpoint's transport, though that did not disrupt anything.
(b) For pjsip_wizard configuration, add the transport into the remote_hosts line like so noting that the backslash is important otherwise the transport part of the line is a comment!
remote_hosts = silly.pstn.twilio.com\;transport=tcp
Simple errors, but vexing, vexing, vexing issues.
Thanks, George, and thanks Joshua, for your time!
On Wed, Feb 17, 2016 at 12:43 PM, George Joseph <george.joseph@fairview5.com (george.joseph@fairview5.com)> wrote:
Quote: |
On Wed, Feb 17, 2016 at 8:56 AM, Sonny Rajagopalan <sonny.rajagopalan@gmail.com (sonny.rajagopalan@gmail.com)> wrote:
Quote: | I made some progress. The first thing I have realized is that it is my Twilio configuration in pjsip_wizard.conf that was killing me. I have since removed that entire file from /etc/asterisk and I am able to make "from-internal" context calls (i.e., calls that do not leave the VoIP island).
Here's what I have right now in pjsip_wizard.conf (again, I have removed it from /etc/asterisk/ because Asterisk won't even work for "from-internal" calls with the conf in /etc/asterisk)
[twilio-siptrunk]
type = wizard
sends_auth = yes
sends_registrations = no
remote_hosts = silly.pstn.twilio.com
|
remote_hosts = silly.pstn.twilio.com\;transport=TCP
Quote: | outbound_auth/username = username
outbound_auth/password = sillypassword
endpoint/context = from-external ;;; change later
endpoint/disallow = all ;;; change later
endpoint/allow = ulaw ;;; change later
aor/qualify_frequency = 15
What should I change/add/modify above to make Asterisk and Twilio work with TCP? Note that I do not have to trigger a use of the twilio sip trunk for my Asterisk daemon to not work for TCP. If I have the pjsip_wizard in /etc/asterisk, it does not work for _any_ call, regardless of whether or not the call should use the Twilio SIP trunk.
(again, the same asterisk configuration on the same machine connected to the same twilio SIP trunk worked for UDP)
If anyone knows the trick to make pjsip_wizard.conf work with twilio, I would very much appreciate any insight...
Thanks,
Sonny.
On Wed, Feb 17, 2016 at 8:38 AM, Sonny Rajagopalan <sonny.rajagopalan@gmail.com (sonny.rajagopalan@gmail.com)> wrote:
Quote: | Yes, it is enabled on port 5060. I do receive a TCP ACK back from the server, so I know the TCP segment is received at the server hosting the Asterisk build.
On Wed, Feb 17, 2016 at 8:36 AM, A J Stiles <asterisk_list@earthshod.co.uk (asterisk_list@earthshod.co.uk)> wrote:
Quote: | On Wednesday 17 Feb 2016, Sonny Rajagopalan wrote:
Quote: | OK. Let me ask this. Is anything else necessary, except choosing TCP as the
preferred protocol on the client, to make TCP w Asterisk work? At the
moment, I have only changed one line in pjsip.conf from my working UDP
setup:
[transport-tcp]
type=transport
protocol=tcp ; <--------------- only this line was changed.
|
Presumably you have firewall rules in action. Did you enable TCP on port 5060?
--
AJS
Note: Originating address only accepts e-mail from list! If replying off-
list, change address to asterisk1list at earthshod dot co dot uk .
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
george.joseph at fairv... Guest
|
Posted: Wed Feb 17, 2016 3:49 pm Post subject: [asterisk-users] Asterisk 13.6.0/The simplest TCP configurat |
|
|
On Wed, Feb 17, 2016 at 12:13 PM, Sonny Rajagopalan <sonny.rajagopalan@gmail.com (sonny.rajagopalan@gmail.com)> wrote:
Quote: | Wow. Incredible. That worked. The backslash is important there; I kept trying with no backslash and followed the instructions in pjsip_wizard.conf.sample (in configs/samples) and it says we have to say
transport=tcp ; the only example however talks about ipv4.
Is this documented somewhere and I just missed it??
So, let me sum the issues and their solutions:
(a) Inside/from-internal calling. Only need transport=tcp in pjsip.conf. No need to update every SIP (user) endpoint's transport, though that did not disrupt anything.
(b) For pjsip_wizard configuration, add the transport into the remote_hosts line like so noting that the backslash is important otherwise the transport part of the line is a comment!
remote_hosts = silly.pstn.twilio.com\;transport=tcp
Simple errors, but vexing, vexing, vexing issues.
|
One thing to be aware of...
There is currently a PJSIP bug when using TCP and TLS that shows up if you explicitly
set transport= on an endpoint (or in the wizard). It's best to leave transport unset and
let PJSIP determine the transport from the ;transport= parameter of the URI.
From a wizard perspective, if you have lots of TCP or TLS endpoints, use a template like so...
[tcp-template](!)
server_uri_pattern = sip:${REMOTE_HOST}\;transport=TCP
client_uri_pattern = sip:${REMOTE_HOST}\;transport=TCP
contact_pattern = sip:${REMOTE_HOST}\;transport=TCP
[tls-template](!)
server_uri_pattern = sips:${REMOTE_HOST}\;transport=TLS
client_uri_pattern = sips:${REMOTE_HOST}\;transport=TLS
contact_pattern = sips:${REMOTE_HOST}\;transport=TLS
[tcp-provider](tcp-template]
remote_hosts = my.provider.net
Let me know if the wiki can use some clarification. I haven't updated it in a while.
Quote: |
Thanks, George, and thanks Joshua, for your time!
|
|
|
Back to top |
|
|
sonny.rajagopalan at g... Guest
|
Posted: Thu Feb 18, 2016 10:09 am Post subject: [asterisk-users] Asterisk 13.6.0/The simplest TCP configurat |
|
|
George,
May I propose we improve the documentation on the Asterisk Wiki? I thought I would have spent far less time here (though you folks have been mightily helpful, and thanks again!) should the documentation for the TCP transport be improved in both the Wiki and specifically, in ${ASTERISK_HOME}/configs/samples/, bundled as part of the code. I want to see Asterisk as a product succeed (even more) and Asterisk in its new version succeed wildly.
I don't know if you folks allow outside developers to pitch in, but depending on a number of factors, I might contribute to https://gerrit.asterisk.org/ if that is within Asterisk's policy. Again, depending on a number of factors, including legal.
Here, specifically, is the list of improvements I propose:
(a) One full example showing how a TCP based Asterisk platform should work in the PJSIP world, including both SIP over TCP-compliant SIP trunk configuration using pjsip_wizard.conf
(b) One complete example reflected in the distributed code samples within Asterisk code, in ${ASTERISK_HOME}/configs/samples/.
(c) A full SIP trace for Asterisk, the working examples, for all manner of transports (UDP, TCP, TLS), for REGISTER, INVITE etc.
Hope this helps.
Thanks again!
On Wed, Feb 17, 2016 at 3:48 PM, George Joseph <george.joseph@fairview5.com (george.joseph@fairview5.com)> wrote:
Quote: |
On Wed, Feb 17, 2016 at 12:13 PM, Sonny Rajagopalan <sonny.rajagopalan@gmail.com (sonny.rajagopalan@gmail.com)> wrote:
Quote: | Wow. Incredible. That worked. The backslash is important there; I kept trying with no backslash and followed the instructions in pjsip_wizard.conf.sample (in configs/samples) and it says we have to say
transport=tcp ; the only example however talks about ipv4.
Is this documented somewhere and I just missed it??
So, let me sum the issues and their solutions:
(a) Inside/from-internal calling. Only need transport=tcp in pjsip.conf. No need to update every SIP (user) endpoint's transport, though that did not disrupt anything.
(b) For pjsip_wizard configuration, add the transport into the remote_hosts line like so noting that the backslash is important otherwise the transport part of the line is a comment!
remote_hosts = silly.pstn.twilio.com\;transport=tcp
Simple errors, but vexing, vexing, vexing issues.
|
One thing to be aware of...
There is currently a PJSIP bug when using TCP and TLS that shows up if you explicitly
set transport= on an endpoint (or in the wizard). It's best to leave transport unset and
let PJSIP determine the transport from the ;transport= parameter of the URI.
From a wizard perspective, if you have lots of TCP or TLS endpoints, use a template like so...
[tcp-template](!)
server_uri_pattern = sip:${REMOTE_HOST}\;transport=TCP
client_uri_pattern = sip:${REMOTE_HOST}\;transport=TCP
contact_pattern = sip:${REMOTE_HOST}\;transport=TCP
[tls-template](!)
server_uri_pattern = sips:${REMOTE_HOST}\;transport=TLS
client_uri_pattern = sips:${REMOTE_HOST}\;transport=TLS
contact_pattern = sips:${REMOTE_HOST}\;transport=TLS
[tcp-provider](tcp-template]
remote_hosts = my.provider.net
Let me know if the wiki can use some clarification. I haven't updated it in a while.
Quote: |
Thanks, George, and thanks Joshua, for your time!
|
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
jcolp at digium.com Guest
|
Posted: Thu Feb 18, 2016 10:13 am Post subject: [asterisk-users] Asterisk 13.6.0/The simplest TCP configurat |
|
|
Sonny Rajagopalan wrote:
Quote: | George,
May I propose we improve the documentation on the Asterisk Wiki? I
thought I would have spent far less time here (though you folks have
been mightily helpful, and thanks again!) should the documentation for
the TCP transport be improved in both the Wiki and specifically, in
${ASTERISK_HOME}/configs/samples/, bundled as part of the code. I want
to see Asterisk as a product succeed (even more) and Asterisk in its new
version succeed wildly.
I don't know if you folks allow outside developers to pitch in, but
depending on a number of factors, I might contribute to
https://gerrit.asterisk.org/ if that is within Asterisk's policy. Again,
depending on a number of factors, including legal.
|
Anyone can contribute changes to Asterisk provided a contributor license
agreement is signed. The process is on the wiki itself too[1].
[1] https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process
--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users |
|
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
|