[Freeswitch-users] "Missing local host" error message while FS establishing early media

Anthony Brodi tony.brodi at gmail.com
Sun Aug 7 01:24:55 MSD 2016


Yes, the IP is directly bound  on the interface on the system.

2016-08-06 18:27 GMT+02:00 Brian West <brian at freeswitch.org>:

> is the IP directly bound on the interface on the system?
>
> On Sat, Aug 6, 2016 at 5:40 AM, Anthony Brodi <tony.brodi at gmail.com>
> wrote:
>
>> I have Auto-NAT set to false for the internal profile - could it be the
>> cause?
>>
>>
>> 2016-08-05 17:02 GMT+02:00 Anthony Brodi <tony.brodi at gmail.com>:
>>
>>> I have in the sip_profile/internal.xml
>>> <param name="ext-rtp-ip" value="$${external_rtp_ip}"/>
>>> <param name="ext-sip-ip" value="$${external_sip_ip}"/>
>>>
>>> <param name="rtp-ip" value="$${local_ip_v4}"/>
>>> <param name="sip-ip" value="$${local_ip_v4}"/>
>>>
>>> However in my case all 4 addresses have the same value - the external IP
>>> of the FS server.
>>>
>>>
>>> 2016-08-05 16:34 GMT+02:00 Brian West <brian at freeswitch.org>:
>>>
>>>> What do you have sip-ip, rtp-ip, ext-sip-ip and ext-rtp-ip set to?
>>>>
>>>> On Fri, Aug 5, 2016 at 2:10 AM, Anthony Brodi <tony.brodi at gmail.com>
>>>> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> Currently my FS is set up that way that it does not sent 183 Session
>>>>> Progress but 180 Ringing at once. It makes the calling side sometimes
>>>>> confused whether the call is being processed or not.
>>>>>
>>>>> To change this, I use pre_answer() before bridge, but then run onto
>>>>> this issue - FS jump up with a AUDIO RTP REPORTS ERROR: [Missing local
>>>>> host] as you can see in the log below.
>>>>>
>>>>> Can anyone help me on this.
>>>>> Thanks.
>>>>>
>>>>> EXECUTE sofia/internal/1000 at Registar_IP.X.X.X pre_answer()
>>>>> [INFO] mod_dptools.c:1327 Sending early media
>>>>> [DEBUG] switch_core_media.c:2507 Set Codec
>>>>> sofia/internal/1000 at Registar_IP.X.X.X PCMU/0 0 ms 160 samples 64000
>>>>> bits 1 channels
>>>>> [DEBUG] switch_core_codec.c:111 sofia/internal/1000 at Registar_IP.X.X.X
>>>>> Original read codec set to PCMU:0
>>>>> [DEBUG] switch_core_media.c:5244 PROXY AUDIO RTP
>>>>> [sofia/internal/1000 at Registar_IP.X.X.X] Softphone_local_IP.X.X.X:5930->Softphone_local_IP.X.X.X:5930
>>>>> codec: 0 ms: 20
>>>>> [ERR] switch_core_media.c:5844 AUDIO RTP REPORTS ERROR: [Missing local
>>>>> host]
>>>>>
>>>>>
>>>>> freeswitch at internal> sofia status profile internal
>>>>> ============================================================
>>>>> =====================================
>>>>> Name                    internal
>>>>> Domain Name             N/A
>>>>> Auto-NAT                false
>>>>> DBName                  sofia_reg_internal
>>>>> Pres Hosts              FS_external_IP.x.x.x,FS_external_IP.x.x.x
>>>>> Dialplan                   XML
>>>>> Context                  public
>>>>> Challenge Realm         auto_from
>>>>> RTP-IP                  FS_external_IP.x.x.x
>>>>> SIP-IP                   FS_external_IP.x.x.x
>>>>> URL                           sip:mod_sofia at FS_external_IP.x.x.x:5060
>>>>> BIND-URL                  sip:mod_sofia at FS_external_IP.
>>>>> x.x.x:5060;transport=udp,tcp
>>>>> HOLD-MUSIC              local_stream://moh
>>>>> OUTBOUND-PROXY          N/A
>>>>> CODECS IN               PCMU, PCMA,G729,G723,GSM,G722,OPUS
>>>>> CODECS OUT              PCMU, PCMA,G729,G723,GSM,G722,OPUS
>>>>> TEL-EVENT               101
>>>>> DTMF-MODE               rfc2833
>>>>> CNG                          13
>>>>> SESSION-TO              0
>>>>> MAX-DIALOG              0
>>>>> NOMEDIA                  false
>>>>> LATE-NEG                 true
>>>>> PROXY-MEDIA           true
>>>>> ZRTP-PASSTHRU       true
>>>>> AGGRESSIVENAT      true
>>>>>
>>>>> ____________________________________________________________
>>>>> _____________
>>>>> Professional FreeSWITCH Consulting Services:
>>>>> consulting at freeswitch.org
>>>>> http://www.freeswitchsolutions.com
>>>>>
>>>>> Official FreeSWITCH Sites
>>>>> http://www.freeswitch.org
>>>>> http://confluence.freeswitch.org
>>>>> http://www.cluecon.com
>>>>>
>>>>> FreeSWITCH-users mailing list
>>>>> FreeSWITCH-users at lists.freeswitch.org
>>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free
>>>>> switch-users
>>>>> http://www.freeswitch.org
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> *Brian West*
>>>> brian at freeswitch.org
>>>>
>>>>
>>>> *Twitter: @FreeSWITCH , @briankwest*
>>>> http://www.freeswitchbook.com
>>>> http://www.freeswitchcookbook.com
>>>> https://www.gofundme.com/freeswitch_ubuntu
>>>>
>>>> Got Bugs? Report them here <https://freeswitch.org/jira>! | Reddit:
>>>> /r/freeswitch <https://www.reddit.com/r/freeswitch>
>>>>
>>>> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378)
>>>> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest
>>>>
>>>> ____________________________________________________________
>>>> _____________
>>>> Professional FreeSWITCH Consulting Services:
>>>> consulting at freeswitch.org
>>>> http://www.freeswitchsolutions.com
>>>>
>>>> Official FreeSWITCH Sites
>>>> http://www.freeswitch.org
>>>> http://confluence.freeswitch.org
>>>> http://www.cluecon.com
>>>>
>>>> FreeSWITCH-users mailing list
>>>> FreeSWITCH-users at lists.freeswitch.org
>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/free
>>>> switch-users
>>>> http://www.freeswitch.org
>>>>
>>>
>>>
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://confluence.freeswitch.org
>> http://www.cluecon.com
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>
>
>
> --
>
> *Brian West*
> brian at freeswitch.org
>
>
> *Twitter: @FreeSWITCH , @briankwest*
> http://www.freeswitchbook.com
> http://www.freeswitchcookbook.com
> https://www.gofundme.com/freeswitch_ubuntu
>
> Got Bugs? Report them here <https://freeswitch.org/jira>! | Reddit:
> /r/freeswitch <https://www.reddit.com/r/freeswitch>
>
> *T:*+19184209001 | *F:*+19184209002 | *M:*+1918424WEST (9378)
> *iNUM:*+883 5100 1420 9001 | *ISN:*410*543 | *Skype:*briankwest
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160806/9457954a/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list