hi,
you have not mentioned which cdr backend you are using.
peer ip is saved in variable CHANNEL(peerip).
if you are using mysql for cdr backend you can create a field in cdr table
(field name can b any of your choice)
in dialplan assign the value of CHANNEL(peerip) to you ip field and
asterisk will fill ip field.
if you name ip feild "Peer_ip" you can use this example.

same,n,Set(CDR(Peer_ip)=${CHANNEL(peerip)})




On Sat, Oct 12, 2013 at 4:05 AM, CDR <vene...@gmail.com> wrote:

> I am not proxying the media, but never the less I am forced to store
> the source media IP in my CDR, for regulatory reasons. Asterisk gets
> that information when the reinvite comes, but how do I store it?
> If I don't figure this out my next email will be from Federal Prison.
> Kindly help me stay away from those guys. Eventually we all need to
> save that information or we shall not be able to stay in business.
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>                http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to