VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
dbucherml at hsolution... Guest
|
Posted: Thu Nov 12, 2015 10:23 am Post subject: [asterisk-users] No sound with internal calls depending on w |
|
|
Dear all,
I have a very strange problem :
- external calls work perfectly,
- internal calls between some phones too,
- but internal call between two similar phones don't work !!! (Snom 710)
When we have sound, there are no errors in asterisk. When we do not have sound, there is the following error :
- [Nov 10 17:51:47] ERROR[21480]: chan_sip.c:28306 setup_srtp: No SRTP module loaded, can't setup SRTP session.
This is a working internal call :
Quote: | == Using SIP RTP CoS mark 5
-- Executing [301@local:1] Dial("SIP/dbucher-00000000", "SIP/phone1") in new stack
== Using SIP RTP CoS mark 5
-- Called phone1
-- SIP/phone1-00000001 is ringing
-- SIP/phone1-00000001 is ringing
-- SIP/phone1-00000001 is ringing
-- SIP/phone1-00000001 is ringing
-- SIP/phone1-00000001 is ringing
-- SIP/phone1-00000001 answered SIP/dbucher-00000000
-- Remotely bridging SIP/dbucher-00000000 and SIP/phone1-00000001
Sent RTP P2P packet to 192.168.128.99:49646 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.99:49646 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.99:49646 (type 00, len 000160)
Got RTP packet from 192.168.128.99:49646 (type 126, seq 031575, ts 000001, len 000000)
[Nov 10 17:50:50] NOTICE[21513]: res_rtp_asterisk.c:2190 ast_rtp_read: Unknown RTP codec 126 received from '192.168.128.99:49646'
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
== Spawn extension (local, 301, 1) exited non-zero on 'SIP/dbucher-00000000' | This is a non-working call :
Quote: | == Using SIP RTP CoS mark 5
[Nov 10 17:51:47] ERROR[21480]: chan_sip.c:28306 setup_srtp: No SRTP module loaded, can't setup SRTP session.
-- Executing [301@local:1] Dial("SIP/hsolutionspf5-00000002", "SIP/phone1") in new stack
== Using SIP RTP CoS mark 5
-- Called phone1
-- SIP/phone1-00000003 is ringing
-- SIP/phone1-00000003 is ringing
-- SIP/phone1-00000003 is ringing
-- SIP/phone1-00000003 is ringing
-- SIP/phone1-00000003 is ringing
-- SIP/phone1-00000003 answered SIP/hsolutionspf5-00000002
-- Remotely bridging SIP/hsolutionspf5-00000002 and SIP/phone1-00000003
Sent RTP P2P packet to 192.168.128.228:65494 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.228:65494 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:51350 (type 03, len 000033)
Sent RTP P2P packet to 192.168.128.231:51350 (type 03, len 000033)
Sent RTP P2P packet to 192.168.128.231:51350 (type 03, len 000033)
Sent RTP P2P packet to 192.168.128.231:51350 (type 03, len 000033)
Sent RTP P2P packet to 192.168.128.231:51350 (type 03, len 000033)
Sent RTP P2P packet to 192.168.128.231:51350 (type 03, len 000033)
== Spawn extension (local, 301, 1) exited non-zero on 'SIP/hsolutionspf5-00000002' | I tried many options to disable SRTP but without success :
- canreinvite = no
- canreinvite = nonat
- srtpcapable=no
- encryption=no
- directmedia=nonat
- ...or noload => res_srtp.so in modules.conf
Any help would be GREATLY appreciated !
Denis
P. S. We have Asterisk 1.8.4.4 under CentOS release 5.11 (Final) |
|
Back to top |
|
|
mitul at enterux.in Guest
|
Posted: Thu Nov 12, 2015 10:26 am Post subject: [asterisk-users] No sound with internal calls depending on w |
|
|
You might have to disable srtp negotiations inside the phone web ui options.
Mitul On Nov 12, 2015 8:53 PM, "(lists) Denis BUCHER" <dbucherml@hsolutions.ch (dbucherml@hsolutions.ch)> wrote: Quote: | Dear all,
I have a very strange problem :
- external calls work perfectly,
- internal calls between some phones too,
- but internal call between two similar phones don't work !!! (Snom 710)
When we have sound, there are no errors in asterisk. When we do not have sound, there is the following error :
- [Nov 10 17:51:47] ERROR[21480]: chan_sip.c:28306 setup_srtp: No SRTP module loaded, can't setup SRTP session.
This is a working internal call :
Quote: | == Using SIP RTP CoS mark 5
-- Executing [301@local:1] Dial("SIP/dbucher-00000000", "SIP/phone1") in new stack
== Using SIP RTP CoS mark 5
-- Called phone1
-- SIP/phone1-00000001 is ringing
-- SIP/phone1-00000001 is ringing
-- SIP/phone1-00000001 is ringing
-- SIP/phone1-00000001 is ringing
-- SIP/phone1-00000001 is ringing
-- SIP/phone1-00000001 answered SIP/dbucher-00000000
-- Remotely bridging SIP/dbucher-00000000 and SIP/phone1-00000001
Sent RTP P2P packet to 192.168.128.99:49646 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.99:49646 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.99:49646 (type 00, len 000160)
Got RTP packet from 192.168.128.99:49646 (type 126, seq 031575, ts 000001, len 000000)
[Nov 10 17:50:50] NOTICE[21513]: res_rtp_asterisk.c:2190 ast_rtp_read: Unknown RTP codec 126 received from '192.168.128.99:49646'
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
== Spawn extension (local, 301, 1) exited non-zero on 'SIP/dbucher-00000000' | This is a non-working call :
Quote: | == Using SIP RTP CoS mark 5
[Nov 10 17:51:47] ERROR[21480]: chan_sip.c:28306 setup_srtp: No SRTP module loaded, can't setup SRTP session.
-- Executing [301@local:1] Dial("SIP/hsolutionspf5-00000002", "SIP/phone1") in new stack
== Using SIP RTP CoS mark 5
-- Called phone1
-- SIP/phone1-00000003 is ringing
-- SIP/phone1-00000003 is ringing
-- SIP/phone1-00000003 is ringing
-- SIP/phone1-00000003 is ringing
-- SIP/phone1-00000003 is ringing
-- SIP/phone1-00000003 answered SIP/hsolutionspf5-00000002
-- Remotely bridging SIP/hsolutionspf5-00000002 and SIP/phone1-00000003
Sent RTP P2P packet to 192.168.128.228:65494 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.228:65494 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:51350 (type 03, len 000033)
Sent RTP P2P packet to 192.168.128.231:51350 (type 03, len 000033)
Sent RTP P2P packet to 192.168.128.231:51350 (type 03, len 000033)
Sent RTP P2P packet to 192.168.128.231:51350 (type 03, len 000033)
Sent RTP P2P packet to 192.168.128.231:51350 (type 03, len 000033)
Sent RTP P2P packet to 192.168.128.231:51350 (type 03, len 000033)
== Spawn extension (local, 301, 1) exited non-zero on 'SIP/hsolutionspf5-00000002' | I tried many options to disable SRTP but without success :
- canreinvite = no
- canreinvite = nonat
- srtpcapable=no
- encryption=no
- directmedia=nonat
- ...or noload => res_srtp.so in modules.conf
Any help would be GREATLY appreciated !
Denis
P. S. We have Asterisk 1.8.4.4 under CentOS release 5.11 (Final)
--
_____________________________________________________________________
-- 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 |
|
|
webaccounts173 at jgoe... Guest
|
Posted: Thu Nov 12, 2015 10:58 am Post subject: [asterisk-users] No sound with internal calls depending on w |
|
|
Am 12.11.2015 um 16:22 schrieb (lists) Denis BUCHER:
Quote: | Dear all,
I have a very strange problem :
- external calls work perfectly,
- internal calls between some phones too,
- but internal call between two similar phones don't work !!! (Snom 710)
When we have sound, there are no errors in asterisk. When we do not have sound, there is the following error :
- [Nov 10 17:51:47] ERROR[21480]: chan_sip.c:28306 setup_srtp: No SRTP module loaded, can't setup SRTP session.
This is a working internal call :
Quote: | == Using SIP RTP CoS mark 5
-- Executing [301@local:1] Dial("SIP/dbucher-00000000", "SIP/phone1") in new stack
== Using SIP RTP CoS mark 5
-- Called phone1
-- SIP/phone1-00000001 is ringing
-- SIP/phone1-00000001 is ringing
-- SIP/phone1-00000001 is ringing
-- SIP/phone1-00000001 is ringing
-- SIP/phone1-00000001 is ringing
-- SIP/phone1-00000001 answered SIP/dbucher-00000000
-- Remotely bridging SIP/dbucher-00000000 and SIP/phone1-00000001
Sent RTP P2P packet to 192.168.128.99:49646 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.99:49646 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.99:49646 (type 00, len 000160)
Got RTP packet from 192.168.128.99:49646 (type 126, seq 031575, ts 000001, len 000000)
[Nov 10 17:50:50] NOTICE[21513]: res_rtp_asterisk.c:2190 ast_rtp_read: Unknown RTP codec 126 received from '192.168.128.99:49646'
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:57818 (type 00, len 000160)
== Spawn extension (local, 301, 1) exited non-zero on 'SIP/dbucher-00000000' | This is a non-working call :
Quote: | == Using SIP RTP CoS mark 5
[Nov 10 17:51:47] ERROR[21480]: chan_sip.c:28306 setup_srtp: No SRTP module loaded, can't setup SRTP session.
-- Executing [301@local:1] Dial("SIP/hsolutionspf5-00000002", "SIP/phone1") in new stack
== Using SIP RTP CoS mark 5
-- Called phone1
-- SIP/phone1-00000003 is ringing
-- SIP/phone1-00000003 is ringing
-- SIP/phone1-00000003 is ringing
-- SIP/phone1-00000003 is ringing
-- SIP/phone1-00000003 is ringing
-- SIP/phone1-00000003 answered SIP/hsolutionspf5-00000002
-- Remotely bridging SIP/hsolutionspf5-00000002 and SIP/phone1-00000003
Sent RTP P2P packet to 192.168.128.228:65494 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.228:65494 (type 00, len 000160)
Sent RTP P2P packet to 192.168.128.231:51350 (type 03, len 000033)
Sent RTP P2P packet to 192.168.128.231:51350 (type 03, len 000033)
Sent RTP P2P packet to 192.168.128.231:51350 (type 03, len 000033)
Sent RTP P2P packet to 192.168.128.231:51350 (type 03, len 000033)
Sent RTP P2P packet to 192.168.128.231:51350 (type 03, len 000033)
Sent RTP P2P packet to 192.168.128.231:51350 (type 03, len 000033)
== Spawn extension (local, 301, 1) exited non-zero on 'SIP/hsolutionspf5-00000002' | I tried many options to disable SRTP but without success :
- canreinvite = no
- canreinvite = nonat
- srtpcapable=no
- encryption=no
- directmedia=nonat
- ...or noload => res_srtp.so in modules.conf
Any help would be GREATLY appreciated !
Denis
P. S. We have Asterisk 1.8.4.4 under CentOS release 5.11 (Final)
| Please check
http://wiki.snom.com/wiki/index.php/Settings/user_srtp
and make sure the flag is off.
If you install Asterisk with the srtp module, then you need to set the auth-tag to AES-80, but I haven't played with this option for quite some time.
jg |
|
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
|