[Freeswitch-users] CDR event
Boris Kovalenko
boris at tagnet.ru
Thu May 19 20:20:04 MSD 2011
Yes, you are right. No, I don't bill for incoming calls for clients. My
billing solution is based on A-leg CDR records, and the record about
original source of call is needed for inter-operator billing.
> Boris,
>
> so basically, you just need the second CDR to bill the customer, don't
> you ?
> I suppose you don't bill for incoming calls, so the redirected call is
> the only one you care about, or am I missing something ?
>
> David Ponzone Direction Technique
> email: david.ponzone at ipeva.fr <mailto:david.ponzone at ipeva.fr>
> tel: 01 74 03 18 97
> gsm: 06 66 98 76 34
>
> Service ClientIPeva
> tel: 0811 46 26 26
> www.ipeva.fr <BLOCKED::http://www.ipeva.fr/> - www.ipeva-studio.com
> <BLOCKED::http://www.ipeva-studio.com/>
>
> /Ce message et toutes les pièces jointes sont confidentiels et établis
> à l'intention exclusive de ses destinataires. Toute utilisation ou
> diffusion non autorisée est interdite. Tout message électronique est
> susceptible d'altération. /*/IPeva/*/ décline toute responsabilité au
> titre de ce message s'il a été altéré, déformé ou falsifié. Si vous
> n'êtes pas destinataire de ce message, merci de le détruire
> immédiatement et d'avertir l'expéditeur./
> /
> /
>
>
>
> Le 19/05/2011 à 09:54, Boris Kovalenko a écrit :
>
>> Hello!
>>
>> It is the way I try to do manual redirect. May be I do it wrong,
>> so may be somebody tell me another way. So... I use only A-leg
>> accounting records. One of my users set the redirect from its phone
>> to cellular phone (PAP2T device). So, when call is arrived from PBX
>> and redirected by user, in A-leg CDR record I see only _original_
>> information: pbx_caller_id_number and local_destination_number. And
>> this is wrong for billing. With help of CDR I want to emulate two
>> calls scenario:
>> First CDR record - PBX -> user number
>> Second CDR record - user number -> redirected number
>>
>>> I don't understand why you would need this.
>>>
>>> What would the difference between the variables be?
>>>
>>> -Steve
>>>
>>>
>>>
>>> On 19 May 2011 04:12, Boris Kovalenko <boris at tagnet.ru
>>> <mailto:boris at tagnet.ru>> wrote:
>>>
>>> Hello!
>>>
>>> I know :) But with one call I get only one CDR record for A
>>> leg and
>>> one record for B leg. I need to get 2 records for A leg with two
>>> different sets of variables. Is this possible?
>>>
>>> > There's no 'standard' CDR. The XML CDR will contain everything,
>>> > including all variables. If you mean the default mod_cdr_csv,
>>> you can
>>> > customise which variables are saved in its configuration.
>>> >
>>> > -Steve
>>> >
>>> >
>>> >
>>> > On 18 May 2011 09:34, Boris Kovalenko<boris at tagnet.ru
>>> <mailto:boris at tagnet.ru>> wrote:
>>> >> Hello!
>>> >>
>>> >> I don't know what is asterisk fork_cdr :) I want to bridge
>>> two calls and
>>> >> get 2 cdr records for A leg: one the standard cdr, and
>>> another with
>>> >> variables I need.
>>> >>
>>> >>> I suppose he's asking for asterisk analog of fork_cdr
>>> >>>
>>> >>> 2011/5/17 Michael Collins<msc at freeswitch.org
>>> <mailto:msc at freeswitch.org>>:
>>> >>>> You want your Lua script to *send* an event? It most
>>> certainly can fire
>>> >>>> events:
>>> >>>> http://wiki.freeswitch.org/wiki/Lua#Sending_an_Event
>>> >>>> I suppose the question is: what do you want to have happen
>>> when you fire an
>>> >>>> event? What will receive this event?
>>> >>>> -MC
>>> >>>>
>>> >>>> On Sat, May 14, 2011 at 12:59 AM, Boris
>>> Kovalenko<boris at tagnet.ru <mailto:boris at tagnet.ru>> wrote:
>>> >>>>> Hello!
>>> >>>>>
>>> >>>>> May I fire custom cdr event for a LUA script? I've read
>>> >>>>> http://wiki.freeswitch.org/wiki/Event_list but haven't
>>> found cdr events.
>>> >>>>> Would You please point me to proper documentation or give
>>> an example?
>>> >>>>>
>>> >>>>> --
>>> >>>>> Regards,
>>> >>>>> Boris
>>> >>>>>
>>> >>>>>
>>> >>>>>
>>> >>>>> _______________________________________________
>>> >>>>> 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 <http://www.freeswitch.org/>
>>> >>>> _______________________________________________
>>> >>>> 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 <http://www.freeswitch.org/>
>>> >>>>
>>> >>>>
>>> >>> _______________________________________________
>>> >>> 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 <http://www.freeswitch.org/>
>>> >>
>>> >> --
>>> >> С уважением,
>>> >> Борис Коваленко
>>> >> ЗАО "Тагнет"
>>> >> тел. +7 (3435) 230001
>>> >> факс +7 (3435) 230005
>>> >>
>>> >>
>>> >> _______________________________________________
>>> >> 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 <http://www.freeswitch.org/>
>>> >>
>>> > _______________________________________________
>>> > 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 <http://www.freeswitch.org/>
>>>
>>>
>>> --
>>> С уважением,
>>> Борис Коваленко
>>> ЗАО "Тагнет"
>>> тел. +7 (3435) 230001
>>> факс +7 (3435) 230005
>>>
>>>
>>> _______________________________________________
>>> 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 <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
>>
>>
>> --
>> С уважением,
>> Борис Коваленко
>> ЗАО "Тагнет"
>> тел. +7 (3435) 230001
>> факс +7 (3435) 230005
>> _______________________________________________
>> 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
>
>
> _______________________________________________
> 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
--
С уважением,
Борис Коваленко
ЗАО "Тагнет"
тел. +7 (3435) 230001
факс +7 (3435) 230005
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110519/ae2d1652/attachment-0001.html
More information about the FreeSWITCH-users
mailing list