[Spce-user] problems with inbound calls
stefanormc
stefanormc at gmail.com
Sat Feb 7 04:01:04 EST 2015
Hello Daniel,
either I can’t understand RR or something in my system is wrong…
What I fugured:
in order to match the incoming calls with the E164 format of spce if my provider sends me 0111234567, I have to add a 39 in front.
To do so I match all numbers with a 0 in INBOUND CALLE and add the 39 with the string you supplied.
to simplify debugging I wiped everything out and created a single domain with just 2 subscribers that can call each other fine and can call outside and just one RR applied to the domain.
The point is that no matter what I put in the rule, the log always show the same result as if no rule is applied at all
Feb 7 09:59:24 centrale proxy[4114]: NOTICE: <script>: New request on proxy - M=INVITE R=sip:0110133249 at 94.125.235.246:5060;transport=udp;uuid=1e7575b9-5183-4722-8d45-4e4223291b5b F=sip:3355416588 at voip.digitelitalia.it;user=phone T=sip:0110133249 at 127.0.0.1;user=phone IP=109.238.17.166:5060 (127.0.0.1:5060) ID=04878-KT-0351ed28-6587e6ed5 at voip.digitelitalia.it
Feb 7 09:59:24 centrale proxy[4114]: NOTICE: <script>: Call from PSTN - R=sip:0110133249 at 94.125.235.246:5060;transport=udp;uuid=1e7575b9-5183-4722-8d45-4e4223291b5b ID=04878-KT-0351ed28-6587e6ed5 at voip.digitelitalia.it
Feb 7 09:59:24 centrale proxy[4114]: NOTICE: <script>: User-Provided CLI '3355416588' taken from From-User as fallback, should be from 'pai_user' - R=sip:0110133249 at 94.125.235.246:5060;transport=udp;uuid=1e7575b9-5183-4722-8d45-4e4223291b5b ID=04878-KT-0351ed28-6587e6ed5 at voip.digitelitalia.it
Feb 7 09:59:24 centrale proxy[4114]: NOTICE: <script>: Network-Provided CLI '3355416588' taken from From-User as fallback, should be from 'rpid_user' - R=sip:0110133249 at 94.125.235.246:5060;transport=udp;uuid=1e7575b9-5183-4722-8d45-4e4223291b5b ID=04878-KT-0351ed28-6587e6ed5 at voip.digitelitalia.it
Feb 7 09:59:24 centrale proxy[4114]: NOTICE: <script>: Setting '3355416588 at voip.digitelitalia.it' as initiating user-provided CLI - R=sip:0110133249 at 94.125.235.246:5060;transport=udp;uuid=1e7575b9-5183-4722-8d45-4e4223291b5b ID=04878-KT-0351ed28-6587e6ed5 at voip.digitelitalia.it
Feb 7 09:59:24 centrale proxy[4114]: NOTICE: <script>: Setting '3355416588 at voip.digitelitalia.it' as initiating network-provided CLI - R=sip:0110133249 at 94.125.235.246:5060;transport=udp;uuid=1e7575b9-5183-4722-8d45-4e4223291b5b ID=04878-KT-0351ed28-6587e6ed5 at voip.digitelitalia.it
Feb 7 09:59:24 centrale proxy[4114]: NOTICE: <script>: Callee is not local - R=sip:0110133249 at 94.125.235.246:5060;transport=udp;uuid=1e7575b9-5183-4722-8d45-4e4223291b5b ID=04878-KT-0351ed28-6587e6ed5 at voip.digitelitalia.it
Feb 7 09:59:24 centrale proxy[4114]: NOTICE: <script>: Call to unknown user - R=sip:0110133249 at 94.125.235.246:5060;transport=udp;uuid=1e7575b9-5183-4722-8d45-4e4223291b5b ID=04878-KT-0351ed28-6587e6ed5 at voip.digitelitalia.it
Feb 7 09:59:24 centrale proxy[4114]: NOTICE: <script>: Setting acc source-leg for uuid '0': '0|3355416588|109.238.17.166|3355416588|||0|||0|call|109.238.17.166|1423299564.259829|||||||||||' - R=sip:0110133249 at 94.125.235.246:5060;transport=udp;uuid=1e7575b9-5183-4722-8d45-4e4223291b5b ID=04878-KT-0351ed28-6587e6ed5 at voip.digitelitalia.it
Feb 7 09:59:24 centrale proxy[4114]: NOTICE: <script>: Setting acc destination-leg for uuid '0': '0|||0|0110133249|0|0110133249|94.125.235.246|0110133249|94.125.235.246|1|||||||||||' - R=sip:0110133249 at 94.125.235.246:5060;transport=udp;uuid=1e7575b9-5183-4722-8d45-4e4223291b5b ID=04878-KT-0351ed28-6587e6ed5 at voip.digitelitalia.it
Feb 7 09:59:24 centrale proxy[4094]: NOTICE: <script>: New request on proxy - M=ACK R=sip:0110133249 at 94.125.235.246:5060;transport=udp;uuid=1e7575b9-5183-4722-8d45-4e4223291b5b F=sip:3355416588 at voip.digitelitalia.it;user=phone T=sip:0110133249 at 127.0.0.1;user=phone IP=109.238.17.166:5060 (127.0.0.1:5060) ID=04878-KT-0351ed28-6587e6ed5 at voip.digitelitalia.it
thanks for the help
> On 05 Feb 2015, at 09:36, Daniel Grotti <dgrotti at sipwise.com> wrote:
>
> Also,
> please remember always to put use "Reply-All" in order to keep the list
> in the loop.
>
> Daniel
>
>
>
> On 02/05/2015 09:34 AM, Daniel Grotti wrote:
>> Hi,
>> use the following as INBOUND Rewrite Rules for CALLEE in your Peering's
>> Rewrite rule set:
>>
>>
>> ^0([1-9][0-9]+)$ 39\1
>>
>>
>> Since this is call from PSTN, you have to use the RR in the inbound RR
>> for callee of your peer, probably you were setting it on the wrong RR set.
>>
>>
>> Ciao,
>> Daniel
>>
>>
>>
>> On 02/04/2015 10:12 PM, stefanormc wrote:
>>> i did try ^([0-9][0-9]+)$ but got the same result
>>>
>>> also just tried with and without ^ but still no luck
>>>
>>> matching number is 0110133296
>>>
>>>
>>>
>>>> On 04 Feb 2015, at 21:29, Daniel Grotti <dgrotti at sipwise.com
>>>> <mailto:dgrotti at sipwise.com>> wrote:
>>>>
>>>> Did you copy the string from the handbook?
>>>> Please pay attention to the ^ symbol then, it can be wrong.
>>>>
>>>> Also that string won't match a number starting with 0.
>>>> What is your matching number?
>>>>
>>>> Daniel
>>>>
>>>> On 4 Feb 2015 19:54, stefanormc <stefanormc at gmail.com
>>>> <mailto:stefanormc at gmail.com>> wrote:
>>>>
>>>> can’t figure it out…
>>>>
>>>> I’m using
>>>>
>>>> ^([1-9][0-9]+)$ 39\1
>>>>
>>>> in order to add ’39’ in front of the number but I still get an
>>>> error of ‘unknown user'
>>>>
>>>>
>>>>
>>>> On 04 Feb 2015, at 14:36, Daniel Grotti <dgrotti at sipwise.com
>>>> <mailto:dgrotti at sipwise.com>> wrote:
>>>>
>>>> Hi,
>>>> you can check the handbook, this is a one of the default
>>>> rewrite rules
>>>> explain there.
>>>>
>>>> Also pay attention, ${caller_cc} and ${caller_ac} are only
>>>> being filled
>>>> in when a call originates from a subscriber (because only then
>>>> the cc/ac
>>>> information is known by the system), so you can not use them
>>>> when a
>>>> calls comes from a SIP peer (the variables will be just empty
>>>> in this case).
>>>>
>>>>
>>>> Daniel
>>>>
>>>>
>>>> On 02/04/2015 02:33 PM, stefanormc wrote:
>>>>
>>>> makes sense, but I’m not too confortable with number
>>>> rewrite rules
>>>>
>>>> I added (straight from the manual)
>>>>
>>>> ^0([1-9][0-9]+)$${caller_cc}\1Replace 0 by caller’s
>>>> country code
>>>>
>>>> but if I replace caller_cc with 39 it gives me an error.
>>>> Besides, I
>>>> shouldn’t replace the ‘0’ but simply add 39 in front, correct?
>>>>
>>>>
>>>>
>>>> On 04 Feb 2015, at 14:24, Daniel Grotti
>>>> <dgrotti at sipwise.com <mailto:dgrotti at sipwise.com>
>>>> <mailto:dgrotti at sipwise.com>> wrote:
>>>>
>>>> Hi,
>>>> you are calling a non local user:
>>>>
>>>>
>>>> Feb 4 14:07:43 centrale proxy[3796]: NOTICE:
>>>> <script>: Callee is not
>>>> local -
>>>> R=sip:0110133296 at 94.125.235.246
>>>> <mailto:0110133296 at 94.125.235.246>
>>>> <mailto:0110133296 at 94.125.235.246>:5060;transport=udp;uuid=4dda141f-2462-4624-827d-aefae771c24f
>>>> ID=22251-OE-025facde-616b7a8c2 at voip.digitelitalia.it
>>>> <mailto:ID=22251-OE-025facde-616b7a8c2 at voip.digitelitalia.it>
>>>> <mailto:ID=22251-OE-025facde-616b7a8c2 at voip.digitelitalia.it>
>>>>
>>>> Feb 4 14:07:43 centrale proxy[3796]: NOTICE:
>>>> <script>: Call to unknown
>>>> user -
>>>> R=sip:0110133296 at 94.125.235.246
>>>> <mailto:0110133296 at 94.125.235.246>:5060;transport=udp;uuid=4dda141f-2462-4624-827d-aefae771c24f
>>>> ID=22251-OE-025facde-616b7a8c2 at voip.digitelitalia.it
>>>> <mailto:ID=22251-OE-025facde-616b7a8c2 at voip.digitelitalia.it>
>>>>
>>>>
>>>>
>>>>
>>>> This user 0110133296 is not local.
>>>> Probablyu you should add a rewrite rules in your
>>>> peer's preferences to
>>>> rewrite the number in the E164 format.
>>>>
>>>> Daniel
>>>>
>>>>
>>>>
>>>> On 02/04/2015 12:26 PM, stefanormc wrote:
>>>>
>>>> hello
>>>>
>>>> I can’t get incoming calls working. Outbound or
>>>> internal calls work
>>>> fine.
>>>> I checked the logs and the call is sent to spce
>>>> from the provider but
>>>> it gets rejected
>>>>
>>>> any suggestions please?
>>>>
>>>> thanks in advance
>>>>
>>>> I’m using spce 3.7.1. and
>>>>
>>>>
>>>> Feb 4 08:30:59 centrale lb[3368]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=REGISTER R=sip:voip.digitelitalia.it
>>>> F=sip:0110133296 at voip.digitelitalia.it
>>>> T=sip:0110133296 at voip.digitelitalia.it
>>>> IP=udp:127.0.0.1:5080
>>>> ID=63F01B4F-54CFB76400078052-6C9C4700
>>>> Feb 4 08:30:59 centrale lb[3368]: NOTICE:
>>>> <script>: Outbound
>>>> Register request from b2bua -
>>>> R=sip:voip.digitelitalia.it
>>>> ID=63F01B4F-54CFB76400078052-6C9C4700
>>>> Feb 4 08:30:59 centrale lb[3368]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='<null>', fs='udp:94.125.XXX.246:5060' -
>>>> R=sip:voip.digitelitalia.it
>>>> ID=63F01B4F-54CFB76400078052-6C9C4700
>>>> Feb 4 08:30:59 centrale lb[3354]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=INVITE R=sip:00441522300055 at 94.125.XXX.246
>>>> F=sip:5600 at 94.125.XXX.246
>>>> T=sip:00441522300055 at 94.125.XXX.246
>>>> IP=udp:173.208.176.106:5074
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3354]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:00441522300055 at 94.125.XXX.246
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3368]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=100 - Trying M=INVITE
>>>> IP=udp:127.0.0.1:5062
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3368]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3364]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=407 - Proxy Authentication Required
>>>> M=INVITE
>>>> IP=udp:127.0.0.1:5062
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3364]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3358]: NOTICE:
>>>> <script>: Reply from
>>>> Outbound - S=100 - Trying M=REGISTER
>>>> IP=udp:109.238.17.XXX:5060
>>>> ID=63F01B4F-54CFB76400078052-6C9C4700
>>>> Feb 4 08:30:59 centrale lb[3358]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' -
>>>> ID=63F01B4F-54CFB76400078052-6C9C4700
>>>> Feb 4 08:30:59 centrale lb[3356]: NOTICE:
>>>> <script>: Reply from
>>>> Outbound - S=401 - Nonce has changed M=REGISTER
>>>> IP=udp:109.238.17.XXX:5060
>>>> ID=63F01B4F-54CFB76400078052-6C9C4700
>>>> Feb 4 08:30:59 centrale lb[3356]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' -
>>>> ID=63F01B4F-54CFB76400078052-6C9C4700
>>>> Feb 4 08:30:59 centrale lb[3357]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=ACK R=sip:00441522300055 at 94.125.XXX.246
>>>> F=sip:5600 at 94.125.XXX.246
>>>> T=sip:00441522300055 at 94.125.XXX.246
>>>> IP=udp:173.208.176.106:5074
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3359]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=INVITE R=sip:00441522300055 at 94.125.XXX.246
>>>> F=sip:5600 at 94.125.XXX.246
>>>> T=sip:00441522300055 at 94.125.XXX.246
>>>> IP=udp:173.208.176.106:5074
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3357]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:00441522300055 at 94.125.XXX.246
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3359]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:00441522300055 at 94.125.XXX.246
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3362]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=100 - Trying M=INVITE
>>>> IP=udp:127.0.0.1:5062
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3362]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3366]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=407 - Proxy Authentication Required
>>>> M=INVITE
>>>> IP=udp:127.0.0.1:5062
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3366]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3355]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=INVITE R=sip:00441522300055 at 94.125.XXX.246
>>>> F=sip:5600 at 94.125.XXX.246
>>>> T=sip:00441522300055 at 94.125.XXX.246
>>>> IP=udp:173.208.176.106:5074
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3360]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=ACK R=sip:00441522300055 at 94.125.XXX.246
>>>> F=sip:5600 at 94.125.XXX.246
>>>> T=sip:00441522300055 at 94.125.XXX.246
>>>> IP=udp:173.208.176.106:5074
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3360]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:00441522300055 at 94.125.XXX.246
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3355]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:00441522300055 at 94.125.XXX.246
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3363]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=100 - Trying M=INVITE
>>>> IP=udp:127.0.0.1:5062
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3363]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3367]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=407 - Proxy Authentication Required
>>>> M=INVITE
>>>> IP=udp:127.0.0.1:5062
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:30:59 centrale lb[3367]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:31:00 centrale lb[3361]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=ACK R=sip:00441522300055 at 94.125.XXX.246
>>>> F=sip:5600 at 94.125.XXX.246
>>>> T=sip:00441522300055 at 94.125.XXX.246
>>>> IP=udp:173.208.176.106:5074
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:31:00 centrale lb[3354]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=INVITE R=sip:00441522300055 at 94.125.XXX.246
>>>> F=sip:5600 at 94.125.XXX.246
>>>> T=sip:00441522300055 at 94.125.XXX.246
>>>> IP=udp:173.208.176.106:5074
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:31:00 centrale lb[3361]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:00441522300055 at 94.125.XXX.246
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:31:00 centrale lb[3354]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:00441522300055 at 94.125.XXX.246
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:31:00 centrale lb[3369]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=100 - Trying M=INVITE
>>>> IP=udp:127.0.0.1:5062
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:31:00 centrale lb[3369]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:31:00 centrale lb[3368]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=407 - Proxy Authentication Required
>>>> M=INVITE
>>>> IP=udp:127.0.0.1:5062
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:31:00 centrale lb[3368]: WARNING:
>>>> <script>: Consecutive
>>>> Authentication Failure for '5600 at 94.125.XXX.246'
>>>> UA='sipcli/v1.8'
>>>> IP='173.208.176.106' - R=<null>
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:31:00 centrale lb[3368]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:31:00 centrale lb[3358]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=ACK R=sip:00441522300055 at 94.125.XXX.246
>>>> F=sip:5600 at 94.125.XXX.246
>>>> T=sip:00441522300055 at 94.125.XXX.246
>>>> IP=udp:173.208.176.106:5074
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:31:00 centrale lb[3358]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:00441522300055 at 94.125.XXX.246
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:31:00 centrale lb[3356]: WARNING:
>>>> <script>: Subscriber
>>>> '5600 at 94.125.XXX.246' UA='sipcli/v1.8' from
>>>> IP='173.208.176.106' is
>>>> temporarily banned, send 403 -
>>>> R=sip:00441522300055 at 94.125.XXX.246
>>>> ID=bb2585e870d8d7d083e45d91fb032ada
>>>> Feb 4 08:31:00 centrale lb[3359]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=INVITE R=sip:000441522300055 at 94.125.XXX.246
>>>> F=sip:5600 at 94.125.XXX.246
>>>> T=sip:000441522300055 at 94.125.XXX.246
>>>> IP=udp:173.208.176.106:5094
>>>> ID=90d9706d74adf811db28d8666040ed6e
>>>> Feb 4 08:31:00 centrale lb[3359]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:000441522300055 at 94.125.XXX.246
>>>> ID=90d9706d74adf811db28d8666040ed6e
>>>> Feb 4 08:31:00 centrale lb[3365]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=100 - Trying M=INVITE
>>>> IP=udp:127.0.0.1:5062
>>>> ID=90d9706d74adf811db28d8666040ed6e
>>>> Feb 4 08:31:00 centrale lb[3365]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=90d9706d74adf811db28d8666040ed6e
>>>> Feb 4 08:31:00 centrale lb[3364]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=407 - Proxy Authentication Required
>>>> M=INVITE
>>>> IP=udp:127.0.0.1:5062
>>>> ID=90d9706d74adf811db28d8666040ed6e
>>>> Feb 4 08:31:00 centrale lb[3364]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=90d9706d74adf811db28d8666040ed6e
>>>> Feb 4 08:31:00 centrale lb[3362]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:nagios at voip.sipwise.local
>>>> ID=1932912647 at 127.0.1.1
>>>> Feb 4 08:31:00 centrale lb[3366]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=1932912647 at 127.0.1.1
>>>> Feb 4 08:31:00 centrale lb[3366]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=1932912647 at 127.0.1.1
>>>> Feb 4 08:31:01 centrale lb[3360]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=ACK R=sip:000441522300055 at 94.125.XXX.246
>>>> F=sip:5600 at 94.125.XXX.246
>>>> T=sip:000441522300055 at 94.125.XXX.246
>>>> IP=udp:173.208.176.106:5094
>>>> ID=90d9706d74adf811db28d8666040ed6e
>>>> Feb 4 08:31:01 centrale lb[3355]: WARNING:
>>>> <script>: Subscriber
>>>> '5600 at 94.125.XXX.246' UA='sipcli/v1.8' from
>>>> IP='173.208.176.106' is
>>>> temporarily banned, send 403 -
>>>> R=sip:000441522300055 at 94.125.XXX.246
>>>> ID=90d9706d74adf811db28d8666040ed6e
>>>> Feb 4 08:31:01 centrale lb[3360]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:000441522300055 at 94.125.XXX.246
>>>> ID=90d9706d74adf811db28d8666040ed6e
>>>> Feb 4 08:31:01 centrale lb[3354]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=INVITE R=sip:900441522300055 at 94.125.XXX.246
>>>> F=sip:5600 at 94.125.XXX.246
>>>> T=sip:900441522300055 at 94.125.XXX.246
>>>> IP=udp:173.208.176.106:5084
>>>> ID=df826b278b532a60628366d34db70577
>>>> Feb 4 08:31:01 centrale lb[3354]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:900441522300055 at 94.125.XXX.246
>>>> ID=df826b278b532a60628366d34db70577
>>>> Feb 4 08:31:01 centrale lb[3367]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=100 - Trying M=INVITE
>>>> IP=udp:127.0.0.1:5062
>>>> ID=df826b278b532a60628366d34db70577
>>>> Feb 4 08:31:01 centrale lb[3367]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=df826b278b532a60628366d34db70577
>>>> Feb 4 08:31:01 centrale lb[3369]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=407 - Proxy Authentication Required
>>>> M=INVITE
>>>> IP=udp:127.0.0.1:5062
>>>> ID=df826b278b532a60628366d34db70577
>>>> Feb 4 08:31:01 centrale lb[3369]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=df826b278b532a60628366d34db70577
>>>> Feb 4 08:31:01 centrale lb[3358]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=ACK R=sip:900441522300055 at 94.125.XXX.246
>>>> F=sip:5600 at 94.125.XXX.246
>>>> T=sip:900441522300055 at 94.125.XXX.246
>>>> IP=udp:173.208.176.106:5084
>>>> ID=df826b278b532a60628366d34db70577
>>>> Feb 4 08:31:01 centrale lb[3356]: WARNING:
>>>> <script>: Subscriber
>>>> '5600 at 94.125.XXX.246' UA='sipcli/v1.8' from
>>>> IP='173.208.176.106' is
>>>> temporarily banned, send 403 -
>>>> R=sip:900441522300055 at 94.125.XXX.246
>>>> ID=df826b278b532a60628366d34db70577
>>>> Feb 4 08:31:01 centrale lb[3358]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:900441522300055 at 94.125.XXX.246
>>>> ID=df826b278b532a60628366d34db70577
>>>> Feb 4 08:31:02 centrale lb[3359]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=INVITE
>>>> R=sip:0110133249 at 94.125.XXX.246:5060;transport=udp;uuid=1e7575b9-5183-4722-8d45-4e4223291b5b
>>>> F=sip:3355416588 at voip.digitelitalia.it;user=phone
>>>> T=sip:0110133249 at 127.0.0.1;user=phone
>>>> IP=udp:109.238.17.XXX:5060
>>>> ID=20280-CS-024330e6-536667137 at voip.digitelitalia.it
>>>> Feb 4 08:31:02 centrale lb[3359]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:0110133249 at 94.125.XXX.246:5060;transport=udp;uuid=1e7575b9-5183-4722-8d45-4e4223291b5b
>>>> ID=20280-CS-024330e6-536667137 at voip.digitelitalia.it
>>>> Feb 4 08:31:02 centrale lb[3368]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=100 - Trying M=INVITE
>>>> IP=udp:127.0.0.1:5062
>>>> ID=20280-CS-024330e6-536667137 at voip.digitelitalia.it
>>>> Feb 4 08:31:02 centrale lb[3368]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=20280-CS-024330e6-536667137 at voip.digitelitalia.it
>>>> Feb 4 08:31:05 centrale lb[3365]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=REGISTER R=sip:voip.digitelitalia.it
>>>> F=sip:0110133296 at voip.digitelitalia.it
>>>> T=sip:0110133296 at voip.digitelitalia.it
>>>> IP=udp:127.0.0.1:5080
>>>> ID=63F01B4F-54CFB76400078052-6C9C4700
>>>> Feb 4 08:31:05 centrale lb[3365]: NOTICE:
>>>> <script>: Outbound
>>>> Register request from b2bua -
>>>> R=sip:voip.digitelitalia.it
>>>> ID=63F01B4F-54CFB76400078052-6C9C4700
>>>> Feb 4 08:31:05 centrale lb[3365]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:109.238.17.XXX:5060',
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> R=sip:voip.digitelitalia.it
>>>> ID=63F01B4F-54CFB76400078052-6C9C4700
>>>> Feb 4 08:31:05 centrale lb[3360]: NOTICE:
>>>> <script>: Reply from
>>>> Outbound - S=100 - Trying M=REGISTER
>>>> IP=udp:109.238.17.XXX:5060
>>>> ID=63F01B4F-54CFB76400078052-6C9C4700
>>>> Feb 4 08:31:05 centrale lb[3360]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' -
>>>> ID=63F01B4F-54CFB76400078052-6C9C4700
>>>> Feb 4 08:31:05 centrale lb[3355]: NOTICE:
>>>> <script>: Reply from
>>>> Outbound - S=200 - OK M=REGISTER
>>>> IP=udp:109.238.17.XXX:5060
>>>> ID=63F01B4F-54CFB76400078052-6C9C4700
>>>> Feb 4 08:31:05 centrale lb[3355]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' -
>>>> ID=63F01B4F-54CFB76400078052-6C9C4700
>>>> Feb 4 08:31:05 centrale lb[3364]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=404 - Not Found M=INVITE
>>>> IP=udp:127.0.0.1:5062
>>>> ID=20280-CS-024330e6-536667137 at voip.digitelitalia.it
>>>> Feb 4 08:31:05 centrale lb[3364]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=20280-CS-024330e6-536667137 at voip.digitelitalia.it
>>>> Feb 4 08:31:05 centrale lb[3361]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=ACK
>>>> R=sip:0110133249 at 94.125.XXX.246:5060;transport=udp;uuid=1e7575b9-5183-4722-8d45-4e4223291b5b
>>>> F=sip:3355416588 at voip.digitelitalia.it;user=phone
>>>> T=sip:0110133249 at 127.0.0.1;user=phone
>>>> IP=udp:109.238.17.XXX:5060
>>>> ID=20280-CS-024330e6-536667137 at voip.digitelitalia.it
>>>> Feb 4 08:31:05 centrale lb[3361]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:0110133249 at 94.125.XXX.246:5060;transport=udp;uuid=1e7575b9-5183-4722-8d45-4e4223291b5b
>>>> ID=20280-CS-024330e6-536667137 at voip.digitelitalia.it
>>>> Feb 4 08:31:05 centrale lb[3354]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=REGISTER R=sip:voceblu.it
>>>> F=sip:0118119062 at voceblu.it
>>>> T=sip:0118119062 at voceblu.it IP=udp:87.253.112.141:5060
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:31:05 centrale lb[3354]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:voceblu.it ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:31:05 centrale lb[3362]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=100 - Trying M=REGISTER
>>>> IP=udp:127.0.0.1:5062
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:31:05 centrale lb[3362]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:31:05 centrale lb[3362]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=401 - Unauthorized M=REGISTER
>>>> IP=udp:127.0.0.1:5062
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:31:05 centrale lb[3362]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:31:05 centrale lb[3356]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=REGISTER R=sip:voceblu.it
>>>> F=sip:0118119062 at voceblu.it
>>>> T=sip:0118119062 at voceblu.it IP=udp:87.253.112.141:5060
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:31:05 centrale lb[3356]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:voceblu.it ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:31:05 centrale lb[3366]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=100 - Trying M=REGISTER
>>>> IP=udp:127.0.0.1:5062
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:31:05 centrale lb[3366]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:31:06 centrale lb[3367]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=200 - OK M=REGISTER IP=udp:127.0.0.1:5062
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:31:06 centrale lb[3367]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:31:10 centrale lb[3369]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:nagios at voip.sipwise.local ID=734765209 at 127.0.1.1
>>>> Feb 4 08:31:10 centrale lb[3368]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=734765209 at 127.0.1.1
>>>> Feb 4 08:31:10 centrale lb[3365]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=734765209 at 127.0.1.1
>>>> Feb 4 08:31:20 centrale lb[3364]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:nagios at voip.sipwise.local
>>>> ID=1400905264 at 127.0.1.1
>>>> Feb 4 08:31:20 centrale lb[3362]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=1400905264 at 127.0.1.1
>>>> Feb 4 08:31:20 centrale lb[3363]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=1400905264 at 127.0.1.1
>>>> Feb 4 08:31:38 centrale lb[3366]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:nagios at voip.sipwise.local
>>>> ID=1839902495 at 127.0.1.1
>>>> Feb 4 08:31:38 centrale lb[3367]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=1839902495 at 127.0.1.1
>>>> Feb 4 08:31:38 centrale lb[3369]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=1839902495 at 127.0.1.1
>>>> Feb 4 08:31:44 centrale lb[3368]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:nagios at voip.sipwise.local ID=997431748 at 127.0.1.1
>>>> Feb 4 08:31:44 centrale lb[3365]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=997431748 at 127.0.1.1
>>>> Feb 4 08:31:44 centrale lb[3364]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=997431748 at 127.0.1.1
>>>> Feb 4 08:31:50 centrale lb[3362]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:nagios at voip.sipwise.local
>>>> ID=1340548800 at 127.0.1.1
>>>> Feb 4 08:31:50 centrale lb[3363]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=1340548800 at 127.0.1.1
>>>> Feb 4 08:31:50 centrale lb[3366]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=1340548800 at 127.0.1.1
>>>> Feb 4 08:32:00 centrale lb[3367]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:nagios at voip.sipwise.local
>>>> ID=1931611549 at 127.0.1.1
>>>> Feb 4 08:32:00 centrale lb[3369]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=1931611549 at 127.0.1.1
>>>> Feb 4 08:32:00 centrale lb[3369]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=1931611549 at 127.0.1.1
>>>> Feb 4 08:32:17 centrale lb[3365]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:nagios at voip.sipwise.local
>>>> ID=1995121573 at 127.0.1.1
>>>> Feb 4 08:32:17 centrale lb[3364]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=1995121573 at 127.0.1.1
>>>> Feb 4 08:32:17 centrale lb[3362]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=1995121573 at 127.0.1.1
>>>> Feb 4 08:32:25 centrale lb[3366]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:nagios at voip.sipwise.local ID=80169666 at 127.0.1.1
>>>> Feb 4 08:32:25 centrale lb[3363]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=80169666 at 127.0.1.1
>>>> Feb 4 08:32:25 centrale lb[3363]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=80169666 at 127.0.1.1
>>>> Feb 4 08:32:35 centrale lb[3369]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:nagios at voip.sipwise.local ID=3832401 at 127.0.1.1
>>>> Feb 4 08:32:35 centrale lb[3368]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=3832401 at 127.0.1.1
>>>> Feb 4 08:32:35 centrale lb[3365]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=3832401 at 127.0.1.1
>>>> Feb 4 08:32:45 centrale lb[3364]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:nagios at voip.sipwise.local
>>>> ID=1269687963 at 127.0.1.1
>>>> Feb 4 08:32:45 centrale lb[3362]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=1269687963 at 127.0.1.1
>>>> Feb 4 08:32:45 centrale lb[3366]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=1269687963 at 127.0.1.1
>>>> Feb 4 08:32:58 centrale lb[3357]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=REGISTER R=sip:voceblu.it
>>>> F=sip:0110133249 at voceblu.it
>>>> T=sip:0110133249 at voceblu.it IP=udp:87.253.112.141:8556
>>>> ID=NjQxZmUyZGE5NTljMGM3OWQwM2Y5YTdmYjM5NTljMDA
>>>> Feb 4 08:32:58 centrale lb[3357]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:voceblu.it
>>>> ID=NjQxZmUyZGE5NTljMGM3OWQwM2Y5YTdmYjM5NTljMDA
>>>> Feb 4 08:32:58 centrale lb[3367]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=100 - Trying M=REGISTER
>>>> IP=udp:127.0.0.1:5062
>>>> ID=NjQxZmUyZGE5NTljMGM3OWQwM2Y5YTdmYjM5NTljMDA
>>>> Feb 4 08:32:58 centrale lb[3367]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=NjQxZmUyZGE5NTljMGM3OWQwM2Y5YTdmYjM5NTljMDA
>>>> Feb 4 08:32:58 centrale lb[3363]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=401 - Unauthorized M=REGISTER
>>>> IP=udp:127.0.0.1:5062
>>>> ID=NjQxZmUyZGE5NTljMGM3OWQwM2Y5YTdmYjM5NTljMDA
>>>> Feb 4 08:32:58 centrale lb[3363]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=NjQxZmUyZGE5NTljMGM3OWQwM2Y5YTdmYjM5NTljMDA
>>>> Feb 4 08:32:58 centrale lb[3359]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=REGISTER R=sip:voceblu.it
>>>> F=sip:0110133249 at voceblu.it
>>>> T=sip:0110133249 at voceblu.it IP=udp:87.253.112.141:8556
>>>> ID=NjQxZmUyZGE5NTljMGM3OWQwM2Y5YTdmYjM5NTljMDA
>>>> Feb 4 08:32:58 centrale lb[3359]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:voceblu.it
>>>> ID=NjQxZmUyZGE5NTljMGM3OWQwM2Y5YTdmYjM5NTljMDA
>>>> Feb 4 08:32:58 centrale lb[3369]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=100 - Trying M=REGISTER
>>>> IP=udp:127.0.0.1:5062
>>>> ID=NjQxZmUyZGE5NTljMGM3OWQwM2Y5YTdmYjM5NTljMDA
>>>> Feb 4 08:32:58 centrale lb[3369]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=NjQxZmUyZGE5NTljMGM3OWQwM2Y5YTdmYjM5NTljMDA
>>>> Feb 4 08:33:01 centrale lb[3360]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=REGISTER R=sip:sip.bandablu.it
>>>> F=sip:0110133296 at sip.bandablu.it
>>>> T=sip:0110133296 at sip.bandablu.it
>>>> IP=udp:87.253.112.141:2051
>>>> ID=3c26700dbbfd-z0jv5rbhb0o4 at snom190
>>>> Feb 4 08:33:01 centrale lb[3360]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:sip.bandablu.it
>>>> ID=3c26700dbbfd-z0jv5rbhb0o4 at snom190
>>>> Feb 4 08:33:01 centrale lb[3368]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=100 - Trying M=REGISTER
>>>> IP=udp:127.0.0.1:5062
>>>> ID=3c26700dbbfd-z0jv5rbhb0o4 at snom190
>>>> Feb 4 08:33:01 centrale lb[3368]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=3c26700dbbfd-z0jv5rbhb0o4 at snom190
>>>> Feb 4 08:33:01 centrale lb[3365]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=401 - Unauthorized M=REGISTER
>>>> IP=udp:127.0.0.1:5062
>>>> ID=3c26700dbbfd-z0jv5rbhb0o4 at snom190
>>>> Feb 4 08:33:01 centrale lb[3365]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=3c26700dbbfd-z0jv5rbhb0o4 at snom190
>>>> Feb 4 08:33:01 centrale lb[3355]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=REGISTER R=sip:sip.bandablu.it
>>>> F=sip:0110133296 at sip.bandablu.it
>>>> T=sip:0110133296 at sip.bandablu.it
>>>> IP=udp:87.253.112.141:2051
>>>> ID=3c26700dbbfd-z0jv5rbhb0o4 at snom190
>>>> Feb 4 08:33:01 centrale lb[3355]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:sip.bandablu.it
>>>> ID=3c26700dbbfd-z0jv5rbhb0o4 at snom190
>>>> Feb 4 08:33:01 centrale lb[3364]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=100 - Trying M=REGISTER
>>>> IP=udp:127.0.0.1:5062
>>>> ID=3c26700dbbfd-z0jv5rbhb0o4 at snom190
>>>> Feb 4 08:33:01 centrale lb[3364]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=3c26700dbbfd-z0jv5rbhb0o4 at snom190
>>>> Feb 4 08:33:02 centrale lb[3361]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=REGISTER R=sip:voceblu.it
>>>> F=sip:0110133249 at voceblu.it
>>>> T=sip:0110133249 at voceblu.it IP=udp:87.253.112.141:8556
>>>> ID=NjQxZmUyZGE5NTljMGM3OWQwM2Y5YTdmYjM5NTljMDA
>>>> Feb 4 08:33:02 centrale lb[3361]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:voceblu.it
>>>> ID=NjQxZmUyZGE5NTljMGM3OWQwM2Y5YTdmYjM5NTljMDA
>>>> Feb 4 08:33:02 centrale lb[3362]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=100 - Trying M=REGISTER
>>>> IP=udp:127.0.0.1:5062
>>>> ID=NjQxZmUyZGE5NTljMGM3OWQwM2Y5YTdmYjM5NTljMDA
>>>> Feb 4 08:33:02 centrale lb[3362]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=NjQxZmUyZGE5NTljMGM3OWQwM2Y5YTdmYjM5NTljMDA
>>>> Feb 4 08:33:04 centrale lb[3366]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=500 - Server Internal Error M=REGISTER
>>>> IP=udp:127.0.0.1:5062
>>>> ID=NjQxZmUyZGE5NTljMGM3OWQwM2Y5YTdmYjM5NTljMDA
>>>> Feb 4 08:33:04 centrale lb[3366]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=NjQxZmUyZGE5NTljMGM3OWQwM2Y5YTdmYjM5NTljMDA
>>>> Feb 4 08:33:04 centrale lb[3367]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=200 - OK M=REGISTER IP=udp:127.0.0.1:5062
>>>> ID=NjQxZmUyZGE5NTljMGM3OWQwM2Y5YTdmYjM5NTljMDA
>>>> Feb 4 08:33:04 centrale lb[3367]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=NjQxZmUyZGE5NTljMGM3OWQwM2Y5YTdmYjM5NTljMDA
>>>> Feb 4 08:33:07 centrale lb[3363]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=500 - Server Internal Error M=REGISTER
>>>> IP=udp:127.0.0.1:5062
>>>> ID=3c26700dbbfd-z0jv5rbhb0o4 at snom190
>>>> Feb 4 08:33:07 centrale lb[3363]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=3c26700dbbfd-z0jv5rbhb0o4 at snom190
>>>> Feb 4 08:33:12 centrale lb[3369]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:nagios at voip.sipwise.local
>>>> ID=2030634759 at 127.0.1.1
>>>> Feb 4 08:33:12 centrale lb[3368]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=2030634759 at 127.0.1.1
>>>> Feb 4 08:33:12 centrale lb[3368]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=2030634759 at 127.0.1.1
>>>> Feb 4 08:33:13 centrale lb[3364]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:nagios at voip.sipwise.local ID=883793429 at 127.0.1.1
>>>> Feb 4 08:33:13 centrale lb[3362]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=883793429 at 127.0.1.1
>>>> Feb 4 08:33:13 centrale lb[3366]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=883793429 at 127.0.1.1
>>>> Feb 4 08:33:21 centrale lb[3356]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=REGISTER R=sip:voceblu.it
>>>> F=sip:0118119062 at voceblu.it
>>>> T=sip:0118119062 at voceblu.it IP=udp:87.253.112.141:5060
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:33:21 centrale lb[3356]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:voceblu.it ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:33:21 centrale lb[3367]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=100 - Trying M=REGISTER
>>>> IP=udp:127.0.0.1:5062
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:33:21 centrale lb[3367]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:33:21 centrale lb[3367]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=401 - Unauthorized M=REGISTER
>>>> IP=udp:127.0.0.1:5062
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:33:21 centrale lb[3367]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:33:21 centrale lb[3358]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=REGISTER R=sip:voceblu.it
>>>> F=sip:0118119062 at voceblu.it
>>>> T=sip:0118119062 at voceblu.it IP=udp:87.253.112.141:5060
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:33:21 centrale lb[3358]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:voceblu.it ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:33:21 centrale lb[3369]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=100 - Trying M=REGISTER
>>>> IP=udp:127.0.0.1:5062
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:33:21 centrale lb[3369]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:33:21 centrale lb[3368]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=200 - OK M=REGISTER IP=udp:127.0.0.1:5062
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:33:21 centrale lb[3368]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=1491223818 at 192_168_1_153
>>>> Feb 4 08:33:23 centrale lb[3365]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:nagios at voip.sipwise.local
>>>> ID=12XXX80546 at 127.0.1.1
>>>> Feb 4 08:33:23 centrale lb[3364]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=12XXX80546 at 127.0.1.1
>>>> Feb 4 08:33:23 centrale lb[3362]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=12XXX80546 at 127.0.1.1
>>>> Feb 4 08:33:24 centrale lb[3357]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=REGISTER R=sip:voceblu.it
>>>> F=sip:0110133249 at voceblu.it
>>>> T=sip:0110133249 at voceblu.it IP=udp:87.253.112.141:8556
>>>> ID=NDkwMjc0NGRhYmUzZmZlOWRjNTgxNTFmMDU2MzgwYjg
>>>> Feb 4 08:33:24 centrale lb[3357]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:voceblu.it
>>>> ID=NDkwMjc0NGRhYmUzZmZlOWRjNTgxNTFmMDU2MzgwYjg
>>>> Feb 4 08:33:24 centrale lb[3366]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=100 - Trying M=REGISTER
>>>> IP=udp:127.0.0.1:5062
>>>> ID=NDkwMjc0NGRhYmUzZmZlOWRjNTgxNTFmMDU2MzgwYjg
>>>> Feb 4 08:33:24 centrale lb[3366]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=NDkwMjc0NGRhYmUzZmZlOWRjNTgxNTFmMDU2MzgwYjg
>>>> Feb 4 08:33:24 centrale lb[3367]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=401 - Unauthorized M=REGISTER
>>>> IP=udp:127.0.0.1:5062
>>>> ID=NDkwMjc0NGRhYmUzZmZlOWRjNTgxNTFmMDU2MzgwYjg
>>>> Feb 4 08:33:24 centrale lb[3367]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=NDkwMjc0NGRhYmUzZmZlOWRjNTgxNTFmMDU2MzgwYjg
>>>> Feb 4 08:33:24 centrale lb[3359]: NOTICE:
>>>> <script>: New request on
>>>> lb - M=REGISTER R=sip:voceblu.it
>>>> F=sip:0110133249 at voceblu.it
>>>> T=sip:0110133249 at voceblu.it IP=udp:87.253.112.141:8556
>>>> ID=NDkwMjc0NGRhYmUzZmZlOWRjNTgxNTFmMDU2MzgwYjg
>>>> Feb 4 08:33:24 centrale lb[3359]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:voceblu.it
>>>> ID=NDkwMjc0NGRhYmUzZmZlOWRjNTgxNTFmMDU2MzgwYjg
>>>> Feb 4 08:33:24 centrale lb[3363]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=100 - Trying M=REGISTER
>>>> IP=udp:127.0.0.1:5062
>>>> ID=NDkwMjc0NGRhYmUzZmZlOWRjNTgxNTFmMDU2MzgwYjg
>>>> Feb 4 08:33:24 centrale lb[3363]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=NDkwMjc0NGRhYmUzZmZlOWRjNTgxNTFmMDU2MzgwYjg
>>>> Feb 4 08:33:25 centrale lb[3369]: NOTICE:
>>>> <script>: Reply from
>>>> Inbound - S=200 - OK M=REGISTER IP=udp:127.0.0.1:5062
>>>> ID=NDkwMjc0NGRhYmUzZmZlOWRjNTgxNTFmMDU2MzgwYjg
>>>> Feb 4 08:33:25 centrale lb[3369]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:94.125.XXX.246:5060' -
>>>> ID=NDkwMjc0NGRhYmUzZmZlOWRjNTgxNTFmMDU2MzgwYjg
>>>> Feb 4 08:33:34 centrale lb[3368]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:nagios at voip.sipwise.local ID=370059151 at 127.0.1.1
>>>> Feb 4 08:33:34 centrale lb[3365]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=370059151 at 127.0.1.1
>>>> Feb 4 08:33:34 centrale lb[3364]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=370059151 at 127.0.1.1
>>>> Feb 4 08:33:44 centrale lb[3362]: NOTICE:
>>>> <script>: Relaying
>>>> request, du='sip:127.0.0.1:5062',
>>>> fs='udp:127.0.0.1:5060' -
>>>> R=sip:nagios at voip.sipwise.local
>>>> ID=1986105839 at 127.0.1.1
>>>> Feb 4 08:33:44 centrale lb[3366]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=1986105839 at 127.0.1.1
>>>> Feb 4 08:33:44 centrale lb[3367]: NOTICE:
>>>> <script>: Sending reply,
>>>> fs='udp:127.0.0.1:5060' - ID=1986105839 at 127.0.1.1
>>>> F
>>>> _______________________________________________
>>>> Spce-user mailing list
>>>> Spce-user at lists.sipwise.com
>>>> https://lists.sipwise.com/listinfo/spce-user
>>>>
>>>> _______________________________________________
>>>> Spce-user mailing list
>>>> Spce-user at lists.sipwise.com
>>>> https://lists.sipwise.com/listinfo/spce-user
>>>>
>>>>
>>>>
>>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sipwise.com/pipermail/spce-user_lists.sipwise.com/attachments/20150207/cd87c74a/attachment-0001.html>
More information about the Spce-user
mailing list