VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
asannucci at gmail.com Guest
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
|
Back to top |
|
|
tzury.by at reguluslab... Guest
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Mon Aug 17, 2009 9:05 am Post subject: [Freeswitch-users] Transporting SIP over TCP |
|
|
FreeSWITCH works very well as a client
/b
On Aug 17, 2009, at 8:53 AM, Tzury Bar Yochay wrote:
Quote: | my conclusion is then:
we are living in a sad world where there is no a production ready,
cross platform, fully compliant, decent and open source sip client
|
_______________________________________________
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 |
|
|
tzury.by at reguluslab... Guest
|
Posted: Mon Aug 17, 2009 9:14 am Post subject: [Freeswitch-users] Transporting SIP over TCP |
|
|
Quote: | FreeSWITCH works very well as a client
| I am currently porting it into iPhone and Symbian, I am almost done
anyway, seriously now, can one point to a wiki page about this?
How do I do that?
I would need 3 server instances to place a call, right?
_______________________________________________
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 |
|
|
brian at freeswitch.org Guest
|
Posted: Mon Aug 17, 2009 9:16 am Post subject: [Freeswitch-users] Transporting SIP over TCP |
|
|
Well if you append ;transport=tcp on the bridge lines it will use TCP .
/b
On Aug 17, 2009, at 9:06 AM, Tzury Bar Yochay wrote:
Quote: | Quote: | FreeSWITCH works very well as a client
| I am currently porting it into iPhone and Symbian, I am almost
done
anyway, seriously now, can one point to a wiki page about this?
How do I do that?
I would need 3 server instances to place a call, right?
|
_______________________________________________
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 |
|
|
jim at evolutiontel.net Guest
|
Posted: Sun Aug 23, 2009 11:35 pm Post subject: [Freeswitch-users] Transporting SIP over TCP |
|
|
X-Lite does support TCP, however you need to have NAPTR and SRV DNS
entries. It used to support TLS, but this seems to have been removed
sip.mydomain.net. IN NAPTR 0 0 "s" "SIPS+D2T" "" _sips._tcp.sip.mydomain.net.
sip.mydomain.net. IN NAPTR 1 0 "s" "SIP+D2T" "" _sip._tcp.sip.mydomain.net.
sip.mydomain.net. IN NAPTR 2 0 "s" "SIP+D2U" "" _sip._udp.sip.mydomain.net.
_sip._udp.sip.mydomain.net. 43200 IN SRV 1 10 5060 sip.mydomain.net.
_sip._tcp.sip.mydomain.net. 43200 IN SRV 1 10 5060 sip.mydomain.net.
_sips._tcp.sip.mydomain.net. 43200 IN SRV 1 10 5061 sip.mydomain.net.
On Mon, Aug 17, 2009 at 10:18 PM, bakko<asannucci@gmail.com> wrote:
--
Jim Burke
Director Evolutiontel.
http://www.evolutiontel.net
_______________________________________________
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 |
|
|
jim at evolutiontel.net Guest
|
Posted: Sun Aug 23, 2009 11:52 pm Post subject: [Freeswitch-users] Transporting SIP over TCP |
|
|
"Well if you append ;transport=tcp on the bridge lines it will use TCP"
IMHO this statement needs some clarification based on the context of
this thread.
If the destination is another PBX or Freeswitch box then this is ok as
FS will be initiating the TCP connection.
For terminating calls to registered User Agents (UA) the decision to
use TCP or UDP should be made using information collected when the UA
registered. i.e if the UA registers using TCP, FS should use TCP to
send and receive messages, if the UA registers with TLS, then FS
should use TLS, same story for UDP.
On Tue, Aug 18, 2009 at 12:10 AM, Brian West<brian@freeswitch.org> wrote:
Quote: | Well if you append ;transport=tcp on the bridge lines it will use TCP .
/b
On Aug 17, 2009, at 9:06 AM, Tzury Bar Yochay wrote:
Quote: | Quote: | FreeSWITCH works very well as a client
| I am currently porting it into iPhone and Symbian, I am almost
done
anyway, seriously now, can one point to a wiki page about this?
How do I do that?
I would need 3 server instances to place a call, right?
|
_______________________________________________
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
|
--
Jim Burke
Director Evolutiontel.
http://www.evolutiontel.net
_______________________________________________
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 |
|
|
brian at freeswitch.org Guest
|
Posted: Mon Aug 24, 2009 12:00 am Post subject: [Freeswitch-users] Transporting SIP over TCP |
|
|
It already does exactly this.
/b
On Aug 23, 2009, at 11:49 PM, Jim Burke wrote:
Quote: | For terminating calls to registered User Agents (UA) the decision to
use TCP or UDP should be made using information collected when the UA
registered. i.e if the UA registers using TCP, FS should use TCP to
send and receive messages, if the UA registers with TLS, then FS
should use TLS, same story for UDP.
|
_______________________________________________
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 |
|
|
jim at evolutiontel.net Guest
|
Posted: Mon Aug 24, 2009 12:09 am Post subject: [Freeswitch-users] Transporting SIP over TCP |
|
|
I always expected it did
My point was that you cannot put transport=TCP on a bridge statement
line to an internal registered client and expect it to use a protocol
that was not used at registration.
Hence the clarification based on the context of the thread
On Mon, Aug 24, 2009 at 2:53 PM, Brian West<brian@freeswitch.org> wrote:
Quote: | It already does exactly this.
/b
On Aug 23, 2009, at 11:49 PM, Jim Burke wrote:
Quote: | For terminating calls to registered User Agents (UA) the decision to
use TCP or UDP should be made using information collected when the UA
registered. i.e if the UA registers using TCP, FS should use TCP to
send and receive messages, if the UA registers with TLS, then FS
should use TLS, same story for UDP.
|
_______________________________________________
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
|
--
Jim Burke
Director Evolutiontel.
http://www.evolutiontel.net
_______________________________________________
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
|