Re: [asterisk-users] Change OS from CentOS 6 to 7

2017-08-04 Thread Greg Woods
On Fri, Aug 4, 2017 at 2:30 PM, Marcelo Terres  wrote:

>
> Did you try to add a manual Iptables rule?
>
> iptables -I INPUT -j ACCEPT.
>

CentOS 7 uses firewalld rather than iptables, unless you explicitly disable
firewalld and enable iptables. The default configuration is fairly
restricted.

--Greg
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Change OS from CentOS 6 to 7

2017-08-04 Thread Marcelo Terres
5.25 is your Asterisk?

Did you try to add a manual Iptables rule?

iptables -I INPUT -j ACCEPT.

This will accept any input packets (just for testing purposes, of course).

Regards,

On 4 Aug 2017 9:27 pm, "Marcelo Terres"  wrote:

> Looks like 192.168.5.25 is not responding...
>
> On 4 Aug 2017 8:28 pm, "Jerry Geis"  wrote:
>
>> Audio packets are running...
>>
>> 961 16.150421076 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
>> PCMU, SSRC=0x6A3E0AF1, Seq=28402, Time=73280
>> 962 16.170411284 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
>> PCMU, SSRC=0x6A3E0AF1, Seq=28403, Time=73440
>> 963 16.190381989 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
>> PCMU, SSRC=0x6A3E0AF1, Seq=28404, Time=73600
>> 964 16.210387990 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
>> PCMU, SSRC=0x6A3E0AF1, Seq=28405, Time=73760
>> 965 16.230353530 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
>> PCMU, SSRC=0x6A3E0AF1, Seq=28406, Time=73920
>> 966 16.250362957 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
>> PCMU, SSRC=0x6A3E0AF1, Seq=28407, Time=74080
>> 967 16.270375476 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
>> PCMU, SSRC=0x6A3E0AF1, Seq=28408, Time=74240
>> 968 16.290361413 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
>> PCMU, SSRC=0x6A3E0AF1, Seq=28409, Time=74400
>> 969 16.310380701 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
>> PCMU, SSRC=0x6A3E0AF1, Seq=28410, Time=74560
>> 970 16.330372239 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
>> PCMU, SSRC=0x6A3E0AF1, Seq=28411, Time=74720
>> 971 16.350381239 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
>> PCMU, SSRC=0x6A3E0AF1, Seq=28412, Time=74880
>> 972 16.370378599 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
>> PCMU, SSRC=0x6A3E0AF1, Seq=28413, Time=75040
>> 973 16.390376810 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
>> PCMU, SSRC=0x6A3E0AF1, Seq=28414, Time=75200
>> 974 16.410491478 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
>> PCMU, SSRC=0x6A3E0AF1, Seq=28415, Time=75360
>> 975 16.430377388 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
>> PCMU, SSRC=0x6A3E0AF1, Seq=28416, Time=75520
>> 976 16.450314213 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
>> PCMU, SSRC=0x6A3E0AF1, Seq=28417, Time=75680
>>
>> Jerry
>>
>>
>> On Fri, Aug 4, 2017 at 3:04 PM, Jerry Geis  wrote:
>>
>>> Hi all,
>>>
>>> I had a box with CentOS 6... I backed up, installed C7. restored my
>>> backups,
>>> put back on asterisk 11.25.1 put back my configs and ran a test... All
>>> seems good, my device activates like audio is ready to come out - but no
>>> audio. CLI looks like everything is running - just no audio...
>>>
>>> The device is registered.
>>> no errors on startup.
>>> using the same hardware as before all on local network no NAT issues
>>> I tried turning off the firewall - not help.
>>>
>>>
>>> Thoughts on why no audio, or things to look at. ?
>>>
>>> Thanks
>>>
>>> Jerry
>>>
>>
>>
>> --
>> _
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>> Check out the new Asterisk community forum at:
>> https://community.asterisk.org/
>>
>> New to Asterisk? Start here:
>>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>>
>> 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 --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Change OS from CentOS 6 to 7

2017-08-04 Thread Marcelo Terres
Looks like 192.168.5.25 is not responding...

On 4 Aug 2017 8:28 pm, "Jerry Geis"  wrote:

> Audio packets are running...
>
> 961 16.150421076 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28402, Time=73280
> 962 16.170411284 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28403, Time=73440
> 963 16.190381989 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28404, Time=73600
> 964 16.210387990 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28405, Time=73760
> 965 16.230353530 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28406, Time=73920
> 966 16.250362957 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28407, Time=74080
> 967 16.270375476 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28408, Time=74240
> 968 16.290361413 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28409, Time=74400
> 969 16.310380701 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28410, Time=74560
> 970 16.330372239 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28411, Time=74720
> 971 16.350381239 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28412, Time=74880
> 972 16.370378599 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28413, Time=75040
> 973 16.390376810 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28414, Time=75200
> 974 16.410491478 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28415, Time=75360
> 975 16.430377388 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28416, Time=75520
> 976 16.450314213 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28417, Time=75680
>
> Jerry
>
>
> On Fri, Aug 4, 2017 at 3:04 PM, Jerry Geis  wrote:
>
>> Hi all,
>>
>> I had a box with CentOS 6... I backed up, installed C7. restored my
>> backups,
>> put back on asterisk 11.25.1 put back my configs and ran a test... All
>> seems good, my device activates like audio is ready to come out - but no
>> audio. CLI looks like everything is running - just no audio...
>>
>> The device is registered.
>> no errors on startup.
>> using the same hardware as before all on local network no NAT issues
>> I tried turning off the firewall - not help.
>>
>>
>> Thoughts on why no audio, or things to look at. ?
>>
>> Thanks
>>
>> Jerry
>>
>
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at: https://community.asterisk.
> org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> 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 --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Change OS from CentOS 6 to 7

2017-08-04 Thread Jerry Geis
It magically started working... dont know why.
I'll keep looking.

Jerry


On Fri, Aug 4, 2017 at 3:27 PM, Jerry Geis  wrote:

> Audio packets are running...
>
> 961 16.150421076 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28402, Time=73280
> 962 16.170411284 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28403, Time=73440
> 963 16.190381989 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28404, Time=73600
> 964 16.210387990 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28405, Time=73760
> 965 16.230353530 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28406, Time=73920
> 966 16.250362957 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28407, Time=74080
> 967 16.270375476 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28408, Time=74240
> 968 16.290361413 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28409, Time=74400
> 969 16.310380701 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28410, Time=74560
> 970 16.330372239 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28411, Time=74720
> 971 16.350381239 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28412, Time=74880
> 972 16.370378599 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28413, Time=75040
> 973 16.390376810 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28414, Time=75200
> 974 16.410491478 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28415, Time=75360
> 975 16.430377388 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28416, Time=75520
> 976 16.450314213 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711
> PCMU, SSRC=0x6A3E0AF1, Seq=28417, Time=75680
>
> Jerry
>
>
> On Fri, Aug 4, 2017 at 3:04 PM, Jerry Geis  wrote:
>
>> Hi all,
>>
>> I had a box with CentOS 6... I backed up, installed C7. restored my
>> backups,
>> put back on asterisk 11.25.1 put back my configs and ran a test... All
>> seems good, my device activates like audio is ready to come out - but no
>> audio. CLI looks like everything is running - just no audio...
>>
>> The device is registered.
>> no errors on startup.
>> using the same hardware as before all on local network no NAT issues
>> I tried turning off the firewall - not help.
>>
>>
>> Thoughts on why no audio, or things to look at. ?
>>
>> Thanks
>>
>> Jerry
>>
>
>
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Change OS from CentOS 6 to 7

2017-08-04 Thread Daniel Tryba
On Fri, Aug 04, 2017 at 03:27:40PM -0400, Jerry Geis wrote:
> Audio packets are running...
> 
> 961 16.150421076 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU,
> SSRC=0x6A3E0AF1, Seq=28402, Time=73280
> 962 16.170411284 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU,
> SSRC=0x6A3E0AF1, Seq=28403, Time=73440
> 963 16.190381989 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU,
> SSRC=0x6A3E0AF1, Seq=28404, Time=73600
...

Which is only one way!

Your info is lacking any useful information, that makes helping you
extremly difficult. Enable debugging in asterisk (core set verbose 3,
sip set debug on and rtp set debug on) and compare what asterisk is
seeing to packet captures. Tell us what ip adress is what device, try
telling us what you are trying to accomplish (eg are you calling an echo
test).

Have you tried turning of selinux? If that solves the issue, take a look
at how to actually set ip up correctly for asterisk.


-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Change OS from CentOS 6 to 7

2017-08-04 Thread Roman Vashkevich
Are you sure the packets are not lost and reach their destination?
Do the restored configs have the necessary permissions/ownership?

Roman

> 4 авг. 2017 г., в 22:27, Jerry Geis  написал(а):
> 
> Audio packets are running...
> 
> 961 16.150421076 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU, 
> SSRC=0x6A3E0AF1, Seq=28402, Time=73280
> 962 16.170411284 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU, 
> SSRC=0x6A3E0AF1, Seq=28403, Time=73440
> 963 16.190381989 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU, 
> SSRC=0x6A3E0AF1, Seq=28404, Time=73600
> 964 16.210387990 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU, 
> SSRC=0x6A3E0AF1, Seq=28405, Time=73760
> 965 16.230353530 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU, 
> SSRC=0x6A3E0AF1, Seq=28406, Time=73920
> 966 16.250362957 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU, 
> SSRC=0x6A3E0AF1, Seq=28407, Time=74080
> 967 16.270375476 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU, 
> SSRC=0x6A3E0AF1, Seq=28408, Time=74240
> 968 16.290361413 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU, 
> SSRC=0x6A3E0AF1, Seq=28409, Time=74400
> 969 16.310380701 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU, 
> SSRC=0x6A3E0AF1, Seq=28410, Time=74560
> 970 16.330372239 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU, 
> SSRC=0x6A3E0AF1, Seq=28411, Time=74720
> 971 16.350381239 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU, 
> SSRC=0x6A3E0AF1, Seq=28412, Time=74880
> 972 16.370378599 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU, 
> SSRC=0x6A3E0AF1, Seq=28413, Time=75040
> 973 16.390376810 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU, 
> SSRC=0x6A3E0AF1, Seq=28414, Time=75200
> 974 16.410491478 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU, 
> SSRC=0x6A3E0AF1, Seq=28415, Time=75360
> 975 16.430377388 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU, 
> SSRC=0x6A3E0AF1, Seq=28416, Time=75520
> 976 16.450314213 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU, 
> SSRC=0x6A3E0AF1, Seq=28417, Time=75680
> 
> Jerry
> 
> 
> On Fri, Aug 4, 2017 at 3:04 PM, Jerry Geis  > wrote:
> Hi all,
> 
> I had a box with CentOS 6... I backed up, installed C7. restored my backups,
> put back on asterisk 11.25.1 put back my configs and ran a test... All seems 
> good, my device activates like audio is ready to come out - but no audio. CLI 
> looks like everything is running - just no audio... 
> 
> The device is registered.
> no errors on startup.
> using the same hardware as before all on local network no NAT issues
> I tried turning off the firewall - not help.
> 
> 
> Thoughts on why no audio, or things to look at. ?
> 
> Thanks
> 
> Jerry
> 
> -- 
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> 
> Check out the new Asterisk community forum at: https://community.asterisk.org/
> 
> New to Asterisk? Start here:
>  https://wiki.asterisk.org/wiki/display/AST/Getting+Started
> 
> 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 --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Change OS from CentOS 6 to 7

2017-08-04 Thread Jerry Geis
Audio packets are running...

961 16.150421076 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU,
SSRC=0x6A3E0AF1, Seq=28402, Time=73280
962 16.170411284 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU,
SSRC=0x6A3E0AF1, Seq=28403, Time=73440
963 16.190381989 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU,
SSRC=0x6A3E0AF1, Seq=28404, Time=73600
964 16.210387990 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU,
SSRC=0x6A3E0AF1, Seq=28405, Time=73760
965 16.230353530 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU,
SSRC=0x6A3E0AF1, Seq=28406, Time=73920
966 16.250362957 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU,
SSRC=0x6A3E0AF1, Seq=28407, Time=74080
967 16.270375476 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU,
SSRC=0x6A3E0AF1, Seq=28408, Time=74240
968 16.290361413 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU,
SSRC=0x6A3E0AF1, Seq=28409, Time=74400
969 16.310380701 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU,
SSRC=0x6A3E0AF1, Seq=28410, Time=74560
970 16.330372239 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU,
SSRC=0x6A3E0AF1, Seq=28411, Time=74720
971 16.350381239 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU,
SSRC=0x6A3E0AF1, Seq=28412, Time=74880
972 16.370378599 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU,
SSRC=0x6A3E0AF1, Seq=28413, Time=75040
973 16.390376810 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU,
SSRC=0x6A3E0AF1, Seq=28414, Time=75200
974 16.410491478 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU,
SSRC=0x6A3E0AF1, Seq=28415, Time=75360
975 16.430377388 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU,
SSRC=0x6A3E0AF1, Seq=28416, Time=75520
976 16.450314213 192.168.5.150 -> 192.168.5.25 RTP 214 PT=ITU-T G.711 PCMU,
SSRC=0x6A3E0AF1, Seq=28417, Time=75680

Jerry


On Fri, Aug 4, 2017 at 3:04 PM, Jerry Geis  wrote:

> Hi all,
>
> I had a box with CentOS 6... I backed up, installed C7. restored my
> backups,
> put back on asterisk 11.25.1 put back my configs and ran a test... All
> seems good, my device activates like audio is ready to come out - but no
> audio. CLI looks like everything is running - just no audio...
>
> The device is registered.
> no errors on startup.
> using the same hardware as before all on local network no NAT issues
> I tried turning off the firewall - not help.
>
>
> Thoughts on why no audio, or things to look at. ?
>
> Thanks
>
> Jerry
>
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Change OS from CentOS 6 to 7

2017-08-04 Thread Roman Vashkevich
Hello, Jerry,
What does it mean exactly «…just no audio»?
Maybe the audio packets don’t come through.
Have you tried Wireshark?
All the best,
Roman

> 4 авг. 2017 г., в 22:04, Jerry Geis  написал(а):
> 
> Hi all,
> 
> I had a box with CentOS 6... I backed up, installed C7. restored my backups,
> put back on asterisk 11.25.1 put back my configs and ran a test... All seems 
> good, my device activates like audio is ready to come out - but no audio. CLI 
> looks like everything is running - just no audio... 
> 
> The device is registered.
> no errors on startup.
> using the same hardware as before all on local network no NAT issues
> I tried turning off the firewall - not help.
> 
> 
> Thoughts on why no audio, or things to look at. ?
> 
> Thanks
> 
> Jerry
> -- 
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> 
> Check out the new Asterisk community forum at: https://community.asterisk.org/
> 
> New to Asterisk? Start here:
>  https://wiki.asterisk.org/wiki/display/AST/Getting+Started
> 
> 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 --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Change OS from CentOS 6 to 7

2017-08-04 Thread Jerry Geis
Hi all,

I had a box with CentOS 6... I backed up, installed C7. restored my backups,
put back on asterisk 11.25.1 put back my configs and ran a test... All
seems good, my device activates like audio is ready to come out - but no
audio. CLI looks like everything is running - just no audio...

The device is registered.
no errors on startup.
using the same hardware as before all on local network no NAT issues
I tried turning off the firewall - not help.


Thoughts on why no audio, or things to look at. ?

Thanks

Jerry
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users