VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
xserverlinux at gmail.com Guest
|
Posted: Tue Jul 15, 2014 1:12 pm Post subject: [asterisk-users] try to work asterisk 11.11 with ice-upd |
|
|
I have configured support for ice in sip.conf, and made a connection
with motif to jingle, but does not work for me
[Jul 15 12:03:32] ERROR[21758]: chan_motif.c:1955
jingle_interpret_ice_udp_transport: Received ICE-UDP transport
information on session '8b4hdffbt37vg' but ICE support not available
-- Executing [s@xmpp-in:1] NoOp("Motif/allan-ce76", " llamada de
usuario XMPP ") in new stack
motif.conf
[jingle]
context=xmpp-in
transport=ice-udp
allow=ulaw
allow=alaw
allow=h263
allow=h264
connection=admin
any idea?
--
rickygm
http://gnuforever.homelinux.com
--
_____________________________________________________________________
-- 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: Tue Jul 15, 2014 1:19 pm Post subject: [asterisk-users] try to work asterisk 11.11 with ice-upd |
|
|
ricky gutierrez wrote:
Quote: | I have configured support for ice in sip.conf, and made a connection
with motif to jingle, but does not work for me
[Jul 15 12:03:32] ERROR[21758]: chan_motif.c:1955
jingle_interpret_ice_udp_transport: Received ICE-UDP transport
information on session '8b4hdffbt37vg' but ICE support not available
-- Executing [s@xmpp-in:1] NoOp("Motif/allan-ce76", " llamada de
usuario XMPP ") in new stack
|
Do you have the uuid development library installed? It is an optional
dependency and without it res_rtp_asterisk will not be built with ICE
support.
--
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 |
|
|
xserverlinux at gmail.com Guest
|
Posted: Tue Jul 15, 2014 1:41 pm Post subject: [asterisk-users] try to work asterisk 11.11 with ice-upd |
|
|
#rpm -qa | grep uuid
uuid-1.6.1-10.el6.x86_64
libuuid-2.17.2-12.14.el6_5.x86_64
uuid-devel-1.6.1-10.el6.x86_64
and res_rtp_asterisk was added in the compilation
rtp.conf
rtpstart=10000
rtpend=20000
icesupport=yes
2014-07-15 12:19 GMT-06:00 Joshua Colp <jcolp@digium.com>:
Quote: | ricky gutierrez wrote:
Quote: |
I have configured support for ice in sip.conf, and made a connection
with motif to jingle, but does not work for me
[Jul 15 12:03:32] ERROR[21758]: chan_motif.c:1955
jingle_interpret_ice_udp_transport: Received ICE-UDP transport
information on session '8b4hdffbt37vg' but ICE support not available
-- Executing [s@xmpp-in:1] NoOp("Motif/allan-ce76", " llamada de
usuario XMPP ") in new stack
|
Do you have the uuid development library installed? It is an optional
dependency and without it res_rtp_asterisk will not be built with ICE
support.
--
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
|
--
rickygm
http://gnuforever.homelinux.com
--
_____________________________________________________________________
-- 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 |
|
|
xserverlinux at gmail.com Guest
|
Posted: Tue Jul 15, 2014 2:29 pm Post subject: [asterisk-users] try to work asterisk 11.11 with ice-upd |
|
|
I'm reading the wiki and says that by default is active, I have it set
in sip.conf and rtp.conf
icesupport=yes
Usage
By default ICE support is enabled in res_rtp_asterisk. It can be
explicitly disabled by setting icesupport to no in the rtp.conf
configuration file.
Icon
ICE support is only used for communication between a remote endpoint
and Asterisk. It is not used when directmedia is enabled and active
for a session.
The rtp.conf configuration file also now contains settings for a STUN
server and TURN server. If these settings are not set support for the
respective item is disable.
https://wiki.asterisk.org/wiki/display/~jcolp/ICE,+STUN,+and+TURN+Support
2014-07-15 12:41 GMT-06:00 ricky gutierrez <xserverlinux@gmail.com>:
Quote: | #rpm -qa | grep uuid
uuid-1.6.1-10.el6.x86_64
libuuid-2.17.2-12.14.el6_5.x86_64
uuid-devel-1.6.1-10.el6.x86_64
and res_rtp_asterisk was added in the compilation
rtp.conf
rtpstart=10000
rtpend=20000
icesupport=yes
2014-07-15 12:19 GMT-06:00 Joshua Colp <jcolp@digium.com>:
Quote: | ricky gutierrez wrote:
Quote: |
I have configured support for ice in sip.conf, and made a connection
with motif to jingle, but does not work for me
[Jul 15 12:03:32] ERROR[21758]: chan_motif.c:1955
jingle_interpret_ice_udp_transport: Received ICE-UDP transport
information on session '8b4hdffbt37vg' but ICE support not available
-- Executing [s@xmpp-in:1] NoOp("Motif/allan-ce76", " llamada de
usuario XMPP ") in new stack
|
Do you have the uuid development library installed? It is an optional
dependency and without it res_rtp_asterisk will not be built with ICE
support.
--
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
|
--
rickygm
http://gnuforever.homelinux.com
|
--
rickygm
http://gnuforever.homelinux.com
--
_____________________________________________________________________
-- 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 |
|
|
xserverlinux at gmail.com Guest
|
Posted: Tue Jul 15, 2014 2:39 pm Post subject: [asterisk-users] try to work asterisk 11.11 with ice-upd |
|
|
chan_jingle2 is supported in Asterisk 11?
2014-07-15 13:28 GMT-06:00 ricky gutierrez <xserverlinux@gmail.com>:
Quote: | I'm reading the wiki and says that by default is active, I have it set
in sip.conf and rtp.conf
icesupport=yes
Usage
By default ICE support is enabled in res_rtp_asterisk. It can be
explicitly disabled by setting icesupport to no in the rtp.conf
configuration file.
Icon
ICE support is only used for communication between a remote endpoint
and Asterisk. It is not used when directmedia is enabled and active
for a session.
The rtp.conf configuration file also now contains settings for a STUN
server and TURN server. If these settings are not set support for the
respective item is disable.
https://wiki.asterisk.org/wiki/display/~jcolp/ICE,+STUN,+and+TURN+Support
2014-07-15 12:41 GMT-06:00 ricky gutierrez <xserverlinux@gmail.com>:
Quote: | #rpm -qa | grep uuid
uuid-1.6.1-10.el6.x86_64
libuuid-2.17.2-12.14.el6_5.x86_64
uuid-devel-1.6.1-10.el6.x86_64
and res_rtp_asterisk was added in the compilation
rtp.conf
rtpstart=10000
rtpend=20000
icesupport=yes
2014-07-15 12:19 GMT-06:00 Joshua Colp <jcolp@digium.com>:
Quote: | ricky gutierrez wrote:
Quote: |
I have configured support for ice in sip.conf, and made a connection
with motif to jingle, but does not work for me
[Jul 15 12:03:32] ERROR[21758]: chan_motif.c:1955
jingle_interpret_ice_udp_transport: Received ICE-UDP transport
information on session '8b4hdffbt37vg' but ICE support not available
-- Executing [s@xmpp-in:1] NoOp("Motif/allan-ce76", " llamada de
usuario XMPP ") in new stack
|
Do you have the uuid development library installed? It is an optional
dependency and without it res_rtp_asterisk will not be built with ICE
support.
--
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
|
--
rickygm
http://gnuforever.homelinux.com
|
--
rickygm
http://gnuforever.homelinux.com
|
--
rickygm
http://gnuforever.homelinux.com
--
_____________________________________________________________________
-- 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
|