[Freeswitch-users] [ERR] sofia_reg.c:2110 "some gateway" Registration Failed with status Unauthorized [401]. failure #37 (Snabel Kaabiya)

Steven Ayre steveayre at gmail.com
Sun Apr 6 17:59:43 MSD 2014


According to
https://wiki.freeswitch.org/wiki/Provider_Configuration:_DIDLogic nothing
particularly special is required. What you have should work.

Does this gateway ever register successfully - does it register fine then
start getting the 401 later, or does it never register at all. If the
latter perhaps the username/password is incorrect? If it works at first
then starts to fail then it might be an error at DIDLogic's end and I
suggest you contact them to find out what is causing the 401.

Also any modifications to the gateway (eg changing password) take more than
reloadxml to take effect. You need to run 'sofia profile <profilename>
killgw <gateway>', wait for the gateway to be removed (gives a log message
or check via 'sofia status gateway') then 'sofia profile <name> rescan' to
add the gateway with the new settings. Or restart FreeSWITCH.

By the way sip_cid_type is a variable not a parameter. See
http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files#Variables - but
unknown parameters are ignored so it should make no difference to
registration; ping, ping-max and caller-id-in-from should also have no
effect on registration.

-Steve


On 6 April 2014 03:37, Snabel Kabiya <snabel at lexifone.com> wrote:

> Hi All,
>
> I'm still getting this error:
>
> [ERR] sofia_reg.c:2110 DIDLogic Registration Failed with status
> Unauthorized [401]. failure #72
>
> I've looked at SIP trace and freeswitch logs but i can't figure out what's
> causing the registration failure.
>
> here is more info on the issue, i would really appreciate your help guys.
>
> *Server: *
> Linux Ubuntu-1204-precise-64-minimal 3.5.0-34-generic #55~precise1-Ubuntu
> SMP Fri Jun 7 16:25:50 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
>
> *freeswitch version:*
> FreeSWITCH Version 1.2.23+git~20140317T213443Z~769a03a629~64bit (git
> 769a03a 2014-03-17 21:34:43Z 64bit)
>
> *Gateway configuration:*
>      <gateway name="DIDLogic">
>         <param name="username" value="username"/>
>         <param name="realm" value="sip.de.didlogic.net"/>
>         <param name="password" value="password"/>
>         <param name="register" value="true"/>
>         <param name="context" value="public"/>
>         <param name="caller-id-in-from" value="true"/>
>         <param name="sip_cid_type" value="none"/>
>         <param name="ping" value="30"/>
>         <param name="ping-max" value="3"/>
>     </gateway>
>
>
>
> *SIP trace:*
>
> 2014-04-06 09:32:05.472850 [NOTICE] sofia_reg.c:423 Registering DIDLogic
> send 894 bytes to udp/[46.165.252.40]:5060 at 06:32:05.492557:
>    ------------------------------------------------------------------------
>    REGISTER sip:sip.de.didlogic.net;transport=udp SIP/2.0
>    Via: SIP/2.0/UDP 144.76.98.11:5080;rport;branch=z9hG4bKUZ0p2Fjget1KN
>    Max-Forwards: 70
>    From: <sip:95299 at sip.de.didlogic.net>;tag=XK0KSD17jemDN
>    To: <sip:95299 at sip.de.didlogic.net>
>    Call-ID: de332712-ba83-11e3-b33f-0dc96adc5bb0
>    CSeq: 57892398 REGISTER
>    Contact: <sip:gw+DIDLogic at 144.76.98.11:5080;transport=udp;gw=DIDLogic>
>    Expires: 3600
>    User-Agent:
> FreeSWITCH-mod_sofia/1.2.23+git~20140317T213443Z~769a03a629~64bit
>    Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE,
> REGISTER, REFER, NOTIFY
>    Supported: path, replaces
>    Authorization: Digest username="username", realm="sip.de.didlogic.net",
> nonce="U0DtvVNA7JFDwqn/iKN2y0i7jjJF/xDpK+45ZYA=",
> cnonce="tZUwATUmEjKDKHBU0sVf8A", algorithm=MD5, uri="sip:
> sip.de.didlogic.net;transport=udp",
> response="8aaadef8769d2234def69a699c53f95c", qop=auth, nc=0000018e
>    Content-Length: 0
>
>    ------------------------------------------------------------------------
> recv 446 bytes from udp/[46.165.252.40]:5060 at 06:32:05.520506:
>    ------------------------------------------------------------------------
>    SIP/2.0 401 Unauthorized
>    Via: SIP/2.0/UDP 144.76.98.11:5080
> ;rport=5080;branch=z9hG4bKUZ0p2Fjget1KN
>    From: <sip:95299 at sip.de.didlogic.net>;tag=XK0KSD17jemDN
>    To: <sip:95299 at sip.de.didlogic.net
> >;tag=b27e1a1d33761e85846fc98f5f3a7e58.437e
>    Call-ID: de332712-ba83-11e3-b33f-0dc96adc5bb0
>    CSeq: 57892398 REGISTER
>    WWW-Authenticate: Digest realm="sip.de.didlogic.net",
> nonce="U0D2EVNA9OVIqS6bUrch5649kHnuK6PXK/Fii4A=", qop="auth"
>    Content-Length: 0
>
>    ------------------------------------------------------------------------
> send 894 bytes to udp/[46.165.252.40]:5060 at 06:32:05.520845:
>    ------------------------------------------------------------------------
>    REGISTER sip:sip.de.didlogic.net;transport=udp SIP/2.0
>    Via: SIP/2.0/UDP 144.76.98.11:5080;rport;branch=z9hG4bKv8SF4a3KB3Q6g
>    Max-Forwards: 70
>    From: <sip:95299 at sip.de.didlogic.net>;tag=XK0KSD17jemDN
>    To: <sip:95299 at sip.de.didlogic.net>
>    Call-ID: de332712-ba83-11e3-b33f-0dc96adc5bb0
>    CSeq: 57892399 REGISTER
>    Contact: <sip:gw+DIDLogic at 144.76.98.11:5080;transport=udp;gw=DIDLogic>
>    Expires: 3600
>    User-Agent:
> FreeSWITCH-mod_sofia/1.2.23+git~20140317T213443Z~769a03a629~64bit
>    Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE,
> REGISTER, REFER, NOTIFY
>    Supported: path, replaces
>    Authorization: Digest username="username", realm="sip.de.didlogic.net",
> nonce="U0D2EVNA9OVIqS6bUrch5649kHnuK6PXK/Fii4A=",
> cnonce="tZUwATUmEjKDKHBU0sVf8A", algorithm=MD5, uri="sip:
> sip.de.didlogic.net;transport=udp",
> response="3dc99375cf925ad9af145899dcf83b1a", qop=auth, nc=0000018f
>    Content-Length: 0
>
>    ------------------------------------------------------------------------
> recv 446 bytes from udp/[46.165.252.40]:5060 at 06:32:05.536657:
>    ------------------------------------------------------------------------
>    SIP/2.0 401 Unauthorized
>    Via: SIP/2.0/UDP 144.76.98.11:5080
> ;rport=5080;branch=z9hG4bKv8SF4a3KB3Q6g
>    From: <sip:95299 at sip.de.didlogic.net>;tag=XK0KSD17jemDN
>    To: <sip:95299 at sip.de.didlogic.net
> >;tag=b27e1a1d33761e85846fc98f5f3a7e58.b648
>    Call-ID: de332712-ba83-11e3-b33f-0dc96adc5bb0
>    CSeq: 57892399 REGISTER
>    WWW-Authenticate: Digest realm="sip.de.didlogic.net",
> nonce="U0D2EVNA9OUTYGscaPkV4MvAB1IDDtpQK/FjjIA=", qop="auth"
>    Content-Length: 0
>
>    ------------------------------------------------------------------------
> 2014-04-06 09:32:05.532842 [ERR] sofia_reg.c:2110 DIDLogic Registration
> Failed with status Unauthorized [401]. failure #72
> 2014-04-06 09:32:06.472844 [WARNING] sofia_reg.c:478 DIDLogic Failed
> Registration [904], setting retry to 2160 seconds.
>
>
>
> On Thu, Apr 3, 2014 at 5:08 PM, Snabel Kabiya <snabel at lexifone.com> wrote:
>
>>
>> Hi Brian,
>>
>> i know what the error means, but what i don't understand why i keep
>> getting this error after i upgraded freeswitch.
>>
>> i keep getting this error almost every day, I'm not sure if i need to
>> change some configuration or add new parameters to the gateway after i
>> upgraded freeswitch.
>>
>> what could cause it? please let me know if you need me to provide you
>> with more info regarding the environment I'm working on, or any config.files.
>>
>> i really appreciate your help.
>>
>> Thanks,
>> Snabel
>>
>>
>> On Thu, Apr 3, 2014 at 2:01 PM, <freeswitch-users-request at lists.
>> freeswitch.org> wrote:
>>
>>> Send FreeSWITCH-users mailing list submissions to
>>>         freeswitch-users at lists.freeswitch.org
>>>
>>> To subscribe or unsubscribe via the World Wide Web, visit
>>>         http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>>> or, via email, send a message with subject or body 'help' to
>>>         freeswitch-users-request at lists.freeswitch.org
>>>
>>> You can reach the person managing the list at
>>>         freeswitch-users-owner at lists.freeswitch.org
>>>
>>> When replying, please edit your Subject line so it is more specific
>>> than "Re: Contents of FreeSWITCH-users digest..."
>>>
>>> Today's Topics:
>>>
>>>    1. Re: [ERR] sofia_reg.c:2110 "some gateway" Registration Failed
>>>       with status Unauthorized [401]. failure #37 (Brian West)
>>>    2. Audio degrades ON TRANSFER with specific MOH file (Sean Devoy)
>>>    3. gateway setup example ? (Jeremy Ardley)
>>>    4. No audio stun for a long time! (rockxsj)
>>>    5. any tutorial for using video call? (dwi yulianto)
>>>    6. Re: can i make all log from console have date     stamp (dwi
>>> yulianto)
>>>
>>>
>>> ---------- Forwarded message ----------
>>> From: Brian West <brian at freeswitch.org>
>>> To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
>>> Cc:
>>> Date: Wed, 2 Apr 2014 21:23:52 -0500
>>> Subject: Re: [Freeswitch-users] [ERR] sofia_reg.c:2110 "some gateway"
>>> Registration Failed with status Unauthorized [401]. failure #37
>>> You have a gateway called 'some gateway' thats failed to register.
>>> --
>>> Brian West
>>> brian at freeswitch.org
>>> FreeSWITCH Solutions, LLC
>>> PO BOX 2531
>>> Brookfield, WI 53008-2531
>>> Twitter: @FreeSWITCH , @briankwest
>>> http://www.freeswitchbook.com
>>> http://www.freeswitchcookbook.com
>>>
>>> T: +1.918.420.9001  |  F: +1.918.420.9002  |  M: +1.918.424.WEST
>>> iNUM: +883 5100 1420 9001
>>> ISN: 410*543
>>> Skype:briankwest
>>> PGP Key: http://www.bkw.org/key.txt (AB93356707C76CED)
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Apr 2, 2014, at 8:56 AM, Snabel Kabiya <snabel at lexifone.com> wrote:
>>>
>>> >
>>> > [ERR] sofia_reg.c:2110 "some gateway" Registration Failed with status
>>> Unauthorized [401]. failure #37
>>>
>>>
>>>
>>> ---------- Forwarded message ----------
>>> From: Sean Devoy <sdevoy at bizfocused.com>
>>> To: "freeswitch-users at lists.freeswitch.org" <
>>> freeswitch-users at lists.freeswitch.org>
>>> Cc:
>>> Date: Thu, 3 Apr 2014 04:05:02 +0000
>>> Subject: [Freeswitch-users] Audio degrades ON TRANSFER with specific MOH
>>> file
>>>
>>> Hi All,
>>>
>>>
>>>
>>> I have a user that has claimed that if she picks up incoming calls, the
>>> audio is excellent.  However, if someone else picks up the call and
>>> transfers it to her, the audio is "terrible".
>>>
>>>
>>>
>>> While investigating I found that they are using their own custom MOH
>>> file.  I suspect that the AUDIO configuration is being modified by the MOH
>>> feature and leaving her transferred call in a degraded state.  But, I don't
>>> understand enough to actually see if that is the case.
>>>
>>>
>>>
>>> Please review the pastebin file: http://pastebin.freeswitch.org/22302
>>>
>>>
>>>
>>> I think I have trimmed it down to the relevant data.  Ext 302 has
>>> answered and is just initiating the transfer.
>>>
>>>
>>>
>>> If I am correct in my hypothesis, what is the correct solution?
>>>
>>>
>>>
>>> Thanks in advance,
>>>
>>> Sean
>>>
>>>
>>> ---------- Forwarded message ----------
>>> From: Jeremy Ardley <jeremy.ardley at gmail.com>
>>> To: freeswitch-users at lists.freeswitch.org
>>> Cc:
>>> Date: Thu, 03 Apr 2014 10:54:47 +0800
>>> Subject: [Freeswitch-users] gateway setup example ?
>>>  Hi,
>>>
>>> I'm presently running a partial PBX using Kamailio and SEMS and I am
>>> interested in changing to freeswitch but I'm a bit overwhelmed by the many
>>> configuration files.
>>>
>>> My present setup is an upstream gateway providing DID services and
>>> outgoing services based on my IP only - no authentication. My internal
>>> phone network is based on three digit extensions.
>>> I need freeswitch to accept incoming DID calls and distributed them to
>>> mapped internal extensions - and take internal extension outgoing calls and
>>> send them as full national number calls via the upstream gateway.
>>>
>>> Is there a reference setup or tutorial somewhere that covers this
>>> scenario?
>>>
>>> Thanks,
>>>
>>> --
>>>  Jeremy Ardley
>>>
>>>
>>> ---------- Forwarded message ----------
>>> From: rockxsj <rockxsj at gmail.com>
>>> To: freeswitch-users at lists.freeswitch.org
>>> Cc:
>>> Date: Thu, 03 Apr 2014 14:11:16 +0800
>>> Subject: [Freeswitch-users] No audio stun for a long time!
>>> I can see that sometimes my server product some logs like:
>>>
>>>
>>> deb9157a-b9b1-11e3-8ee1-7b004e0e7c32 2014-04-02 00:03:44.083032 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 8c9f55cc-b9b8-11e3-9cca-7b004e0e7c32 2014-04-02 00:21:02.441130 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> a7801e9c-b9ba-11e3-9f47-7b004e0e7c32 2014-04-02 00:32:04.021509 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> a7801e9c-b9ba-11e3-9f47-7b004e0e7c32 2014-04-02 00:32:35.021902 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> a7801e9c-b9ba-11e3-9f47-7b004e0e7c32 2014-04-02 00:33:05.061286 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> a7801e9c-b9ba-11e3-9f47-7b004e0e7c32 2014-04-02 00:33:36.061678 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> a7801e9c-b9ba-11e3-9f47-7b004e0e7c32 2014-04-02 00:34:06.101062 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> a7801e9c-b9ba-11e3-9f47-7b004e0e7c32 2014-04-02 00:34:37.101453 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> a7801e9c-b9ba-11e3-9f47-7b004e0e7c32 2014-04-02 00:35:07.121681 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> a7801e9c-b9ba-11e3-9f47-7b004e0e7c32 2014-04-02 00:35:37.161065 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> a7801e9c-b9ba-11e3-9f47-7b004e0e7c32 2014-04-02 00:36:08.161457 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 74c1f71e-b9fb-11e3-bbbd-7b004e0e7c32 2014-04-02 08:14:35.502605 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> c323e07a-b9fb-11e3-bc46-7b004e0e7c32 2014-04-02 08:15:02.921673 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> fa17e09a-b9fb-11e3-bd18-7b004e0e7c32 2014-04-02 08:16:35.121138 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> fa17e09a-b9fb-11e3-bd18-7b004e0e7c32 2014-04-02 08:17:06.121531 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 43945544-ba03-11e3-8df9-7b004e0e7c32 2014-04-02 09:09:08.621875 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 05e67bae-ba09-11e3-a24c-7b004e0e7c32 2014-04-02 09:50:28.321208 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> b151ab62-ba09-11e3-a4da-7b004e0e7c32 2014-04-02 09:58:45.491465 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 552384de-ba0c-11e3-afc5-7b004e0e7c32 2014-04-02 10:14:03.691235 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 04bc9112-ba0b-11e3-aabc-7b004e0e7c32 2014-04-02 10:16:39.392036 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 04bc9112-ba0b-11e3-aabc-7b004e0e7c32 2014-04-02 10:17:37.411787 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 04bc9112-ba0b-11e3-aabc-7b004e0e7c32 2014-04-02 10:18:07.431169 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 2e316a40-ba10-11e3-8076-7b004e0e7c32 2014-04-02 10:41:28.251996 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 7396150e-ba10-11e3-8186-7b004e0e7c32 2014-04-02 10:43:24.291472 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 388ba6ac-ba12-11e3-8801-7b004e0e7c32 2014-04-02 10:56:48.411568 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 5c7c26d8-ba10-11e3-8125-7b004e0e7c32 2014-04-02 11:10:06.051664 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 5c7c26d8-ba10-11e3-8125-7b004e0e7c32 2014-04-02 11:10:36.091046 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 5c7c26d8-ba10-11e3-8125-7b004e0e7c32 2014-04-02 11:11:06.111419 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 5c7c26d8-ba10-11e3-8125-7b004e0e7c32 2014-04-02 11:11:37.111820 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 5c7c26d8-ba10-11e3-8125-7b004e0e7c32 2014-04-02 11:12:07.151202 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 5c7c26d8-ba10-11e3-8125-7b004e0e7c32 2014-04-02 11:12:38.151594 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 5c7c26d8-ba10-11e3-8125-7b004e0e7c32 2014-04-02 11:13:08.190977 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 5c7c26d8-ba10-11e3-8125-7b004e0e7c32 2014-04-02 11:13:39.191370 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 5c7c26d8-ba10-11e3-8125-7b004e0e7c32 2014-04-02 11:14:10.191752 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> abb38326-ba16-11e3-9cb0-7b004e0e7c32 2014-04-02 11:27:40.391902 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>> 75cee1e2-ba1b-11e3-b14f-7b004e0e7c32 2014-04-02 12:01:57.731915 [ERR]
>>> switch_rtp.c:749 No audio stun for a long time!
>>>
>>> My server is not behind firewall or router, I want know why the
>>> freeswitch still product these logs? Is something wong with my config?
>>>
>>>
>>>
>>>
>>>
>>> ---------- Forwarded message ----------
>>> From: dwi yulianto <dwiyulianto.anto at gmail.com>
>>> To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
>>> Cc:
>>> Date: Thu, 3 Apr 2014 17:56:43 +0700
>>> Subject: [Freeswitch-users] any tutorial for using video call?
>>> i try use freeswitch with video call,
>>> i already added video codec in vars.xml, but i still cant use video call
>>> with linphone as softphone, i am already checked "always start video" in
>>> linphone setting
>>>
>>> is there any other configuration for enable video feature in freeswitch?
>>>
>>> thanks.
>>>
>>>
>>> ---------- Forwarded message ----------
>>> From: dwi yulianto <dwiyulianto.anto at gmail.com>
>>> To: FreeSWITCH Users Help <freeswitch-users at lists.freeswitch.org>
>>> Cc:
>>> Date: Thu, 3 Apr 2014 18:01:12 +0700
>>> Subject: Re: [Freeswitch-users] can i make all log from console have
>>> date stamp
>>> thanks all for reply,
>>>
>>> i will try to ask that to developer.
>>>
>>>
>>> On Thu, Apr 3, 2014 at 12:07 AM, William King <
>>> william.king at quentustech.com> wrote:
>>>
>>>> If you file a feature request for a freeswitch event to be fired when a
>>>> new TLS connection is made, one of the developers might be able to look
>>>> into adding that functionality. Then you would be able to hook in
>>>> mod_fail2ban and log the events you are looking to have watched by
>>>> fail2ban.
>>>>
>>>> William King
>>>> Senior Engineer
>>>> Quentus Technologies, INC
>>>> 1037 NE 65th St Suite 273
>>>> Seattle, WA 98115
>>>> Main:   (877) 211-9337
>>>> Office: (206) 388-4772
>>>> Cell:   (253) 686-5518
>>>> william.king at quentustech.com
>>>>
>>>> On 04/02/2014 03:29 AM, dwi yulianto wrote:
>>>> > sorry, i mean ssl dos.
>>>> >
>>>> > if i use that, that give cpu activity increase to 100%.
>>>> >
>>>> > i want to make that log so i can use fail2ban to ban source IP
>>>> attacker
>>>> >
>>>> >
>>>> > On Wed, Apr 2, 2014 at 5:02 PM, dwi yulianto <
>>>> dwiyulianto.anto at gmail.com
>>>> > <mailto:dwiyulianto.anto at gmail.com>> wrote:
>>>> >
>>>> >     i try  ssh dos and that give log in tport. but log about tport tls
>>>> >     didnt have any data/time stamp.
>>>> >
>>>> >     maybe if i can make that log into date/time stamp i can make regex
>>>> >     for fail2ban to find log when attacker give new connection in tls
>>>> >     eventually.
>>>> >
>>>> >     am i need to change in tport_type_tls.c in line about SU_DEBUG_5
>>>> >     that have part with "new connection from "   and change that with
>>>> >     switch_log_printf. but actually i dont really understand about C.
>>>> so
>>>> >     how i can change that with switch_log_printf?
>>>> >
>>>> >     Thanks
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >     On Wed, Apr 2, 2014 at 3:35 PM, Steven Ayre <steveayre at gmail.com
>>>> >     <mailto:steveayre at gmail.com>> wrote:
>>>> >
>>>> >         Sofia stack logging is extremely verbose, far more so than you
>>>> >         want to run in production. Doing so will likely hurt the
>>>> >         performance of your system due to too much disk I/o
>>>> >
>>>> >         What're you looking to capture?
>>>> >
>>>> >         FS already has log messages for auth failures for fail2ban to
>>>> match
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >         On Tuesday, April 1, 2014, dwi yulianto
>>>> >         <dwiyulianto.anto at gmail.com <mailto:
>>>> dwiyulianto.anto at gmail.com>>
>>>> >         wrote:
>>>> >
>>>> >             i wanna make log from tport.c in console or in log file
>>>> with
>>>> >             date stamp, so i can use it for fail2ban.
>>>> >
>>>> >             thanks.
>>>> >
>>>> >
>>>> >
>>>> _________________________________________________________________________
>>>> >         Professional FreeSWITCH Consulting Services:
>>>> >         consulting at freeswitch.org <mailto:consulting at freeswitch.org>
>>>> >         http://www.freeswitchsolutions.com
>>>> >
>>>> >         
>>>> >         
>>>> >
>>>> >         Official FreeSWITCH Sites
>>>> >         http://www.freeswitch.org
>>>> >         http://wiki.freeswitch.org
>>>> >         http://www.cluecon.com
>>>> >
>>>> >         FreeSWITCH-users mailing list
>>>> >         FreeSWITCH-users at lists.freeswitch.org
>>>> >         <mailto: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
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> _________________________________________________________________________
>>>> > Professional FreeSWITCH Consulting Services:
>>>> > consulting at freeswitch.org
>>>> > http://www.freeswitchsolutions.com
>>>> >
>>>> > 
>>>> > 
>>>> >
>>>> > Official FreeSWITCH Sites
>>>> > http://www.freeswitch.org
>>>> > http://wiki.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
>>>> >
>>>>
>>>>
>>>> _________________________________________________________________________
>>>> Professional FreeSWITCH Consulting Services:
>>>> consulting at freeswitch.org
>>>> http://www.freeswitchsolutions.com
>>>>
>>>> 
>>>> 
>>>>
>>>> Official FreeSWITCH Sites
>>>> http://www.freeswitch.org
>>>> http://wiki.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
>>>>
>>>
>>>
>>> _______________________________________________
>>> 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
>>>
>>>
>>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.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/20140406/60984fa8/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 70 bytes
Desc: not available
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20140406/60984fa8/attachment-0001.gif 


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