[Spce-user] applying NCOS to all users

Joan Cifre (ibred) jcifre at ib-red.com
Thu Jan 24 18:25:25 EST 2013


Hi Andreas,
I've configured the template as per your instructions and find attached 
the file of a call.
The scenario is with a phone with a CFW configured. When calling to this 
phone, call is forwsrded.
I have one question after testing this

- Why have I to configure the forwarded number in the phone with E.164 
format? Usually I can call from this phone without the 34 prefix of the 
country, but the CFW has to be configured with the 34 before the number. 
It seems as if Rewrite rule set does not apply in forwarded calls, coud 
this happens?

Let me know the SQL query I have to execute to get the CDR information

Best regards,
Joan


El 2013-01-24 10:59, Andreas Granig escribió:
> Hi,
>
> As you can see, you actually HAVE two CDRs, one for the inbound call, 
> one for the outbound one.
>
> The real issue here is that the second CDR (the one with id 111532) is 
> missing the correct source_user_id (the UUID of the forwarder), so it 
> doesn't get rated correctly.
>
> Can you try to apply the change I've proposed in my previous mail and 
> retry this scenario?
>
> Andreas
>
> On 01/23/2013 08:22 PM, Joan Cifre (ibred) wrote:
>> Ok done!!!
>>
>> mysql> select * from accounting.cdr where call_id =
>> '5cccf9732b0cedac110509986c7a9920 at 55.55.55.165:5060'\G
>> *************************** 1. row ***************************
>>                                  id: 111532
>>                         update_time: 2013-01-23 05:23:20
>>                      source_user_id: 0
>>                  source_provider_id: 0
>>       source_external_subscriber_id:
>>         source_external_contract_id:
>>                   source_account_id: 0
>>                         source_user: n555555243
>>                       source_domain: voip.ibreddigital.net
>>                          source_cli: 34555555243
>>                         source_clir: 1
>>                 destination_user_id: 0
>>             destination_provider_id: 5
>> destination_external_subscriber_id:
>>    destination_external_contract_id:
>>              destination_account_id: 0
>>                    destination_user: 0018005555111
>>                  destination_domain: 55.55.55.165
>>             destination_user_dialed: 0018005555111
>>                 destination_user_in: 0018005555111
>>               destination_domain_in: voip.ibreddigital.net
>>                      peer_auth_user:
>>                     peer_auth_realm:
>>                           call_type: cfb
>>                         call_status: ok
>>                           call_code: 200
>>                           init_time: 1358914963.394
>>                          start_time: 1358914967.340
>>                            duration: 28.590
>>                             call_id:
>> 5cccf9732b0cedac110509986c7a9920 at 84.232.7.165:5060
>>                        carrier_cost: 0.00
>>                       reseller_cost: 0.00
>>                       customer_cost: 0.00
>>                   carrier_free_time: 0
>>                  reseller_free_time: 0
>>                  customer_free_time: 0
>>              carrier_billing_fee_id: NULL
>>             reseller_billing_fee_id: NULL
>>             customer_billing_fee_id: NULL
>>             carrier_billing_zone_id: NULL
>>            reseller_billing_zone_id: NULL
>>            customer_billing_zone_id: NULL
>>                 frag_carrier_onpeak: NULL
>>                frag_reseller_onpeak: NULL
>>                frag_customer_onpeak: NULL
>>                       is_fragmented: NULL
>>                            rated_at: 2013-01-23 05:23:20
>>                       rating_status: ok
>> *************************** 2. row ***************************
>>                                  id: 111533
>>                         update_time: 2013-01-23 05:23:20
>>                      source_user_id: 0
>>                  source_provider_id: 5
>>       source_external_subscriber_id:
>>         source_external_contract_id:
>>                   source_account_id: 0
>>                         source_user: anonymous
>>                       source_domain: 55.55.55.165
>>                          source_cli: anonymous
>>                         source_clir: 1
>>                 destination_user_id: 
>> be1f21fb-2fc0-423d-9cf1-709f2217ccb0
>>             destination_provider_id: 1
>> destination_external_subscriber_id:
>>    destination_external_contract_id: ibred
>>              destination_account_id: 3
>>                    destination_user: n555555243
>>                  destination_domain: voip.ibreddigital.net
>>             destination_user_dialed: 555555243
>>                 destination_user_in: 34555555243
>>               destination_domain_in: 141.105.55.55
>>                      peer_auth_user:
>>                     peer_auth_realm:
>>                           call_type: call
>>                         call_status: ok
>>                           call_code: 200
>>                           init_time: 1358914963.332
>>                          start_time: 1358914967.340
>>                            duration: 28.590
>>                             call_id:
>> 5cccf9732b0cedac110509986c7a9920 at 84.232.7.165:5060
>>                        carrier_cost: 0.00
>>                       reseller_cost: 0.00
>>                       customer_cost: 0.00
>>                   carrier_free_time: 0
>>                  reseller_free_time: 0
>>                  customer_free_time: 0
>>              carrier_billing_fee_id: NULL
>>             reseller_billing_fee_id: NULL
>>             customer_billing_fee_id: NULL
>>             carrier_billing_zone_id: NULL
>>            reseller_billing_zone_id: NULL
>>            customer_billing_zone_id: NULL
>>                 frag_carrier_onpeak: NULL
>>                frag_reseller_onpeak: NULL
>>                frag_customer_onpeak: NULL
>>                       is_fragmented: NULL
>>                            rated_at: 2013-01-23 05:23:20
>>                       rating_status: ok
>> 2 rows in set (0.00 sec)
>>
>>
>>
>>
>>
>> El 2013-01-23 19:59, Andreas Granig escribió:
>>> Hi,
>>>
>>> Please provide the CDRs for this call, fetched like this:
>>>
>>> mysql> select * from accounting.cdr where call_id =
>>> '5cccf9732b0cedac110509986c7a9920 at 55.55.55.165:5060'\G
>>>
>>> (note the \G instead of the semi-colon for better readability).
>>>
>>> From what I can see, the 302 is converted to a CFB, but the
>>> callee-uuid is not carried over to the new caller-uuid. You should
>>> still have two CDRs with the correct CLIs though, as I can see from
>>> the logs that two call legs are written.
>>>
>>> I'd say (without having reproduced the scenario), a fix would be to
>>> search for this line in proxy.cfg.tt2:
>>>
>>> if(!get_redirects("1:1"))
>>>
>>> and add these two lines right before that line:
>>>
>>> $(avp(s:caller_uuid)[*]) = $avp(s:callee_uuid);
>>> $(avp(s:callee_uuid)[*]) = $null;
>>>
>>> This should do the trick, but let's see first what the content of your
>>> CDRs actually is.
>>>
>>> Andreas
>>>
>>> On 01/23/2013 05:30 PM, Joan Cifre (ibred) wrote:
>>>> Hi all,
>>>> here I send a log with a call that comes from outside as anonymous to
>>>> 555555243 and is forwarded to 0018005555111. The ip 55.55.55.165 is 
>>>> our
>>>> providers server and 141.105.55.55 is our ngcp server. This is all the
>>>> lines with same Caller-id but I don't know if after forwarding the
>>>> caller id changes. This call is marked in CDR as an incoming call 
>>>> of 29
>>>> seconds, but no outgoing call.
>>>>
>>>>
>>>> El 2013-01-23 14:49, Daniel Tiefnig escribió:
>>>>> On 01/23/2013 01:24 PM, Joan Cifre (ibred) wrote:
>>>>>> *Not in 2.6 version! I plan to upgrade to 2.7 but not now, and this
>>>>>> is urgent for me!*
>>>>> Oh, I see. You could change your Peering Rules instead, to prevent
>>>>> certain destinations from being reachable at all.
>>>>>
>>>>>> *Our problem is that a fraudulent user configures a forwarding in a
>>>>>> phone (NOT in the NGCP) and then calls from outside to this phone.
>>>>>> The call is fowarded to an international number. Calls come from a
>>>>>> "anonymous" or "unknown" user and are forwarded with a Caller
>>>>>> "anonymous" or "unknown". In CDR only Incoming calls are seen.
>>>>>> Forwarded calls does not have a known Caller so they do not appear
>>>>>> on CDR.
>>>>> The calls should still appear in the CDRs, as they are written 
>>>>> with the
>>>>> username and the IDs of the forwarding subscriber. A subscriber
>>>>> needs to
>>>>> authenticate its invites, so we always know where a local call is
>>>>> coming
>>>>> from, and that information is written to the CDRs. Unless you have
>>>>> changed the configuration of course.
>>>>>
>>>>> br,
>>>>> daniel
>>>>>
>>>>> _______________________________________________
>>>>> Spce-user mailing list
>>>>> Spce-user at lists.sipwise.com
>>>>> http://lists.sipwise.com/listinfo/spce-user
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Spce-user mailing list
>>>> Spce-user at lists.sipwise.com
>>>> http://lists.sipwise.com/listinfo/spce-user
>>>>
>>>
>>> _______________________________________________
>>> Spce-user mailing list
>>> Spce-user at lists.sipwise.com
>>> http://lists.sipwise.com/listinfo/spce-user
>>

-------------- next part --------------
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: New request - M=INVITE R=sip:555944148 at 55.55.55.231:5060;user=phone F=sip:555521271 at 55.55.107.230:5060 T=sip:555944148 at 55.55.55.231:5060 IP=55.55.107.230:5060 (127.0.0.1:5060) ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Call from PSTN - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Load peer preferences for peer host '1' - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Load dialplan IDs for peer host '1' - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Fetched dialplan IDs caller_in='21', callee_in='22' - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Dialog set mark total - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Dialog set mark peer to '1' - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: IP authorization for caller not provisioned, allow call - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: User-Provided CLI '555521271' taken from From-User - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Network-Provided CLI '555521271' taken from From-User - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Applying caller-in peer rewrite rules on user-provided CLI using dpid '21' - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Rewriting user-provided CLI '555521271' to '34555521271' - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Applying caller-in peer rewrite rules on network-provided CLI using dpid '21' - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Rewriting network-provided CLI '555521271' to '34555521271' - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Setting '34555521271 at 55.55.107.230' as initiating user-provided CLI - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Setting '34555521271 at 55.55.107.230' as initiating network-provided CLI - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Searching for callee - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Applying callee-in peer rewrite rules using dpid '22' - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Rewriting callee '555944148' to '34555944148' - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Callee was aliased with base '34555944148' - R=sip:n555944148 at voip.ibreddigital.net:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Clear callee preferences - R=sip:n555944148 at voip.ibreddigital.net:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Callee is local, uuid='a1ceef67-5b37-4c36-99f5-5441c31a3b5e' - R=sip:n555944148 at voip.ibreddigital.net:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Check Administrative NCOS level - R=sip:n555944148 at voip.ibreddigital.net:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Check User NCOS level - R=sip:n555944148 at voip.ibreddigital.net:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Admin caller block mode is 'open' - R=sip:n555944148 at voip.ibreddigital.net:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Caller block mode is 'open' - R=sip:n555944148 at voip.ibreddigital.net:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Load callee preferences for uuid 'a1ceef67-5b37-4c36-99f5-5441c31a3b5e' - R=sip:n555944148 at voip.ibreddigital.net:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Load dialplan IDs for domain 'voip.ibreddigital.net' - R=sip:n555944148 at voip.ibreddigital.net:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Fetched dialplan IDs caller_out='19', callee_out='20' - R=sip:n555944148 at voip.ibreddigital.net:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Dialog set user, account to 'a1ceef67-5b37-4c36-99f5-5441c31a3b5e/3' - R=sip:n555944148 at voip.ibreddigital.net:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Admin callee block mode is 'open' - R=sip:n555944148 at voip.ibreddigital.net:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Callee block mode is 'open' - R=sip:n555944148 at voip.ibreddigital.net:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Performing location lookup with main subscriber - R=sip:n555944148 at voip.ibreddigital.net:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Dialog set mark type to incoming - R=sip:n555944148 at voip.ibreddigital.net:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Local user online, using registered contact as user - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Setting acc source-leg for uuid '0': '0|555521271|55.55.107.230|34555521271|||<null>|||0|call|1359068671.553369' - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Setting acc destination-leg for uuid 'a1ceef67-5b37-4c36-99f5-5441c31a3b5e': '|ibred|3|555944148|a1ceef67-5b37-4c36-99f5-5441c31a3b5e|n555944148|voip.ibreddigital.net|34555944148|55.55.55.231' - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Relaying request, du='sip:lb at 127.0.0.1;lr;received='sip:141.105.104.20:1027'' - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Use mediaproxy for forward direction for IPv4/IPv4 - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Sessions Timers disabled for caller - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Sessions Timers disabled for callee - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Applying caller-out domain rewrite rules to first user-provided caller CLI using dpid '19' - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Rewriting first user-provided caller CLI '34555521271' to '555521271' - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Applying caller-out domain rewrite rules to first network-provided caller CLI using dpid '19' - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Rewriting first network-provided caller CLI '34555521271' to '555521271' - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Setting userprovided caller domain - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Call from peer, use callee domain 'voip.ibreddigital.net' - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Prepare From display-name setting - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: No selector set, not setting CLI - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Prepare From username setting - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Setting caller_cli_netprov/caller_domain_netprov '555521271 at 55.55.107.230' for npn - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Setting From to '<sip:555521271 at 55.55.107.230>' - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Prepare PAI username setting - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: No selector set, not setting CLI - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Prepare PPI username setting - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: No selector set, not setting CLI - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Applying callee-out domain rewrite rules using dpid '20' - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: No matching rewrite rules for 'n555944148' found - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Setting P-Called-Party-ID '<sip:n555944148 at voip.ibreddigital.net>' - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Writing sbc parameters  ;aleg_sst_enable=no;sst_enable=no - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Appending P-D-URI 'sip:lb at 127.0.0.1;lr;received='sip:141.105.104.20:1027'' - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Forcing request via B2BUA 'sip:127.0.0.1:5080' - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Setting P-Caller-UUID to '0' - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Setting P-Callee-UUID to 'a1ceef67-5b37-4c36-99f5-5441c31a3b5e' - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Request leaving server, D-URI='sip:127.0.0.1:5080' - R=sip:n555944148 at 192.168.10.59:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16815]: INFO: <script>: NAT-Reply - S=100 - Connecting M=INVITE IP=55.55.107.230:5060 (127.0.0.1:5080) ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: NAT-Reply - S=302 - Moved Temporarily M=INVITE IP=55.55.107.230:5060 (127.0.0.1:5080) ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Failure route for local call - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Stop mediaproxy for current branch using first Via - R=sip:555944148 at 55.55.55.231:5060;user=phone ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Redirect from UAC intercepted - R=sip:34555530330 at voip.ibreddigital.net ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Clear caller preferences - R=sip:34555530330 at voip.ibreddigital.net ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Load caller preferences for uuid 'a1ceef67-5b37-4c36-99f5-5441c31a3b5e' and domain part of uri 'sip:555521271 at voip.ibreddigital.net' - R=sip:34555530330 at voip.ibreddigital.net ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Load dialplan IDs for domain 'sip:555521271 at voip.ibreddigital.net' - R=sip:34555530330 at voip.ibreddigital.net ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Fetched dialplan IDs caller_in='17', callee_in='18' - R=sip:34555530330 at voip.ibreddigital.net ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Caller anonymization - R=sip:34555530330 at voip.ibreddigital.net ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Searching for callee - R=sip:34555530330 at voip.ibreddigital.net ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Setting network-provided info as user-provided info for call-forward - R=sip:34555530330 at voip.ibreddigital.net ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Clear callee preferences - R=sip:34555530330 at voip.ibreddigital.net ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Callee is not local - R=sip:34555530330 at voip.ibreddigital.net ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Check Administrative NCOS level - R=sip:34555530330 at voip.ibreddigital.net ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Check User NCOS level - R=sip:34555530330 at voip.ibreddigital.net ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Admin caller block mode is 'open' - R=sip:34555530330 at voip.ibreddigital.net ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Caller block mode is 'open' - R=sip:34555530330 at voip.ibreddigital.net ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Call to SIP Peering - R=sip:34555530330 at voip.ibreddigital.net ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Load gws matching calling part '34555521271 at 55.55.107.230' and called part '34555530330' - R=sip:34555530330 at voip.ibreddigital.net ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Dialog set mark type to outgoing - R=sip:34555530330 at voip.ibreddigital.net ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Load peer preferences for peer host '1' - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Load dialplan IDs for peer host '1' - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Fetched dialplan IDs caller_out='23', callee_out='24' - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Dialog set mark peer and peerout to '1' - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Setting acc source-leg for uuid 'a1ceef67-5b37-4c36-99f5-5441c31a3b5e': 'a1ceef67-5b37-4c36-99f5-5441c31a3b5e|n555944148|voip.ibreddigital.net|34555944148||ibred|3|||1|cfb|1359068671.617442' - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Setting acc destination-leg for uuid '0': '||<null>|34555530330|0|34555530330|55.55.107.230|34555530330|voip.ibreddigital.net' - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Relaying request, du='<null>' - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Use mediaproxy for forward direction for IPv4/IPv4 - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Sessions Timers disabled for caller - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Sessions Timers disabled for callee - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Applying caller-out peer rewrite rules to first user-provided caller CLI using dpid '23' - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Rewriting first user-provided caller CLI '34555521271' to '555521271' - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Applying caller-out peer rewrite rules to first network-provided caller CLI using dpid '23' - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Rewriting first network-provided caller CLI '34555521271' to '555521271' - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Prepare From display-name setting - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: No selector set, not setting CLI - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Prepare From username setting - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Setting caller_cli_netprov/caller_domain_netprov '555521271 at 55.55.107.230' for npn - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Anonymizing From display-name - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Setting From to 'Anonymous <sip:555521271 at 55.55.107.230>' - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Prepare PAI username setting - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: No selector set, not setting CLI - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Prepare PPI username setting - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: No selector set, not setting CLI - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Applying callee-out peer rewrite rules to called party using dpid '24' - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Rewriting called party '34555530330' to '555530330' - R=sip:34555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Setting P-Called-Party-ID '<sip:555530330 at 55.55.107.230>' - R=sip:555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Writing sbc parameters  ;aleg_sst_enable=no;sst_enable=no - R=sip:555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Setting 'sip:55.55.107.230:5060' taken from R-URI as next hop after lb for PSTN call - R=sip:555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Appending P-D-URI 'sip:127.0.0.1:5060;received='sip:55.55.107.230:5060;transport=udp'' - R=sip:555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Forcing request via B2BUA 'sip:127.0.0.1:5080' - R=sip:555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Setting P-Caller-UUID to 'a1ceef67-5b37-4c36-99f5-5441c31a3b5e' - R=sip:555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Setting P-Callee-UUID to '0' - R=sip:555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Request leaving server, D-URI='sip:127.0.0.1:5080' - R=sip:555530330 at 55.55.107.230:5060;transport=udp ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Dropping local branch - R=sip:34555530330 at voip.ibreddigital.net ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Dropping local branch - R=sip:34555530330 at voip.ibreddigital.net ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16818]: INFO: <script>: NAT-Reply - S=100 - Connecting M=INVITE IP=55.55.107.230:5060 (127.0.0.1:5080) ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16813]: INFO: <script>: NAT-Reply - S=183 - Session Progress M=INVITE IP=55.55.107.230:5060 (127.0.0.1:5080) ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:31 sipwise /usr/sbin/kamailio[16813]: INFO: <script>: Use mediaproxy for backward direction - ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:34 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: NAT-Reply - S=200 - OK M=INVITE IP=55.55.107.230:5060 (127.0.0.1:5080) ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:34 sipwise /usr/sbin/kamailio[16814]: INFO: <script>: Use mediaproxy for backward direction - ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:35 sipwise /usr/sbin/kamailio[16813]: INFO: <script>: New request - M=ACK R=sip:127.0.0.1:5080 F=sip:555521271 at 55.55.107.230:5060 T=sip:555944148 at 55.55.55.231:5060 IP=55.55.107.230:5060 (127.0.0.1:5060) ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:04:35 sipwise /usr/sbin/kamailio[16813]: INFO: <script>: Relaying request, du='<null>' - R=sip:127.0.0.1:5080 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:05:16 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: New request - M=BYE R=sip:555521271 at 55.55.107.230:5060 F=sip:555944148 at 55.55.55.231:5060 T=sip:555521271 at 55.55.107.230 IP=127.0.0.1:5080 (127.0.0.1:5080) ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:05:16 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Stop mediaproxy for all branches - R=sip:555521271 at 55.55.107.230:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:05:16 sipwise /usr/sbin/kamailio[16817]: INFO: <script>: Relaying request, du='sip:127.0.0.1;r2=on;lr=on;ftag=3a7a6703-co4729-INS001;ngcplb=yes' - R=sip:555521271 at 55.55.107.230:5060 ID=5101bdff0000118100000013724c76af at ens.com
Jan 25 00:05:16 sipwise /usr/sbin/kamailio[16818]: INFO: <script>: NAT-Reply - S=200 - OK M=BYE IP=127.0.0.1:5080 (127.0.0.1:5060) ID=5101bdff0000118100000013724c76af at ens.com


More information about the Spce-user mailing list