VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
email.list.subscriber ... Guest
|
Posted: Thu Sep 10, 2009 4:00 pm Post subject: [Freeswitch-users] mod_radius_cdr: Multiple RADIUS messages |
|
|
Hello,
Using the mod_radius_cdr module w/ Freeswitch, I am seeing duplicate RADIUS messages being generated for individual calls (sample messages for one call below). Looking at the "Acct-Unique-Session-Id" and "Acct-Session-Id" fields, it would appear that perhaps each call leg results in a pair of start/stop RADIUS messages; is this the expected behavior? If so, is there a way to disable RADIUS messaging for what I presume is the "ingress" or A leg of the call?
Any leads would be appreciated.
Thanks in advance.
Vladimir
Thu Sep 10 10:37:25 2009
Acct-Status-Type = Start
Acct-Session-Id = "b0f387c0-35bd-e32c-971a-d79d026a8004"
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Callstartdate = "2009-09-10T10:22:00.259042-0700"
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "097c8472ff7bcec7"
Timestamp = 1252604245
Request-Authenticator = Verified
Thu Sep 10 10:37:25 2009
Acct-Status-Type = Start
Acct-Session-Id = "584f4573-46f7-655f-91d7-84cd59c9ec12"
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226@x.x.x.x"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Callstartdate = "2009-09-10T10:22:00.279044-0700"
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "53f729e173e8c0a9"
Timestamp = 1252604245
Request-Authenticator = Verified
Thu Sep 10 10:37:57 2009
Acct-Status-Type = Stop
Acct-Session-Id = "b0f387c0-35bd-e32c-971a-d79d026a8004"
Freeswitch-Hangupcause = Normal-Unspecified
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Lastapp = "bridge"
Freeswitch-Billusec = 32029926
Freeswitch-Callstartdate = "2009-09-10T10:22:00.259042-0700"
Freeswitch-Callanswerdate = "2009-09-10T10:22:00.319197-0700"
Freeswitch-Callenddate = "2009-09-10T10:22:32.349123-0700"
Acct-Session-Time = 32
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "097c8472ff7bcec7"
Timestamp = 1252604277
Request-Authenticator = Verified
Thu Sep 10 10:38:02 2009
Acct-Status-Type = Stop
Acct-Session-Id = "584f4573-46f7-655f-91d7-84cd59c9ec12"
Freeswitch-Hangupcause = Normal-Clearing
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226@x.x.x.x"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Billusec = 32049973
Freeswitch-Callstartdate = "2009-09-10T10:22:00.279044-0700"
Freeswitch-Callanswerdate = "2009-09-10T10:22:00.289136-0700"
Freeswitch-Callenddate = "2009-09-10T10:22:32.339109-0700"
Acct-Session-Time = 32
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "53f729e173e8c0a9"
Timestamp = 1252604282
Request-Authenticator = Verified |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Thu Sep 10, 2009 9:26 pm Post subject: [Freeswitch-users] mod_radius_cdr: Multiple RADIUS messages |
|
|
You'll get this for transfers, and each leg... Can you elaborate on the call scenario more?
/b
On Sep 10, 2009, at 3:47 PM, email lists wrote:
Quote: | Hello,
Using the mod_radius_cdr module w/ Freeswitch, I am seeing duplicate RADIUS messages being generated for individual calls (sample messages for one call below). Looking at the "Acct-Unique-Session-Id" and "Acct-Session-Id" fields, it would appear that perhaps each call leg results in a pair of start/stop RADIUS messages; is this the expected behavior? If so, is there a way to disable RADIUS messaging for what I presume is the "ingress" or A leg of the call?
Any leads would be appreciated.
Thanks in advance.
Vladimir
|
|
|
Back to top |
|
|
anatoliy at kounitskiy... Guest
|
Posted: Fri Sep 11, 2009 2:37 am Post subject: [Freeswitch-users] mod_radius_cdr: Multiple RADIUS messages |
|
|
It's normal to have to two records for a call - Start and Stop message.
From what i see - you have one start and stop for each leg of the call.
Regards,
AK
email lists wrote:
Quote: |
Hello,
Using the mod_radius_cdr module w/ Freeswitch, I am seeing duplicate
RADIUS messages being generated for individual calls (sample messages
for one call below). Looking at the "Acct-Unique-Session-Id" and
"Acct-Session-Id" fields, it would appear that perhaps each call leg
results in a pair of start/stop RADIUS messages; is this the expected
behavior? If so, is there a way to disable RADIUS messaging for what
I presume is the "ingress" or A leg of the call?
Any leads would be appreciated.
Thanks in advance.
Vladimir
Thu Sep 10 10:37:25 2009
Acct-Status-Type = Start
Acct-Session-Id = "b0f387c0-35bd-e32c-971a-d79d026a8004"
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Callstartdate = "2009-09-10T10:22:00.259042-0700"
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "097c8472ff7bcec7"
Timestamp = 1252604245
Request-Authenticator = Verified
Thu Sep 10 10:37:25 2009
Acct-Status-Type = Start
Acct-Session-Id = "584f4573-46f7-655f-91d7-84cd59c9ec12"
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226@x.x.x.x"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Callstartdate = "2009-09-10T10:22:00.279044-0700"
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "53f729e173e8c0a9"
Timestamp = 1252604245
Request-Authenticator = Verified
Thu Sep 10 10:37:57 2009
Acct-Status-Type = Stop
Acct-Session-Id = "b0f387c0-35bd-e32c-971a-d79d026a8004"
Freeswitch-Hangupcause = Normal-Unspecified
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Lastapp = "bridge"
Freeswitch-Billusec = 32029926
Freeswitch-Callstartdate = "2009-09-10T10:22:00.259042-0700"
Freeswitch-Callanswerdate = "2009-09-10T10:22:00.319197-0700"
Freeswitch-Callenddate = "2009-09-10T10:22:32.349123-0700"
Acct-Session-Time = 32
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "097c8472ff7bcec7"
Timestamp = 1252604277
Request-Authenticator = Verified
Thu Sep 10 10:38:02 2009
Acct-Status-Type = Stop
Acct-Session-Id = "584f4573-46f7-655f-91d7-84cd59c9ec12"
Freeswitch-Hangupcause = Normal-Clearing
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226@x.x.x.x"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Billusec = 32049973
Freeswitch-Callstartdate = "2009-09-10T10:22:00.279044-0700"
Freeswitch-Callanswerdate = "2009-09-10T10:22:00.289136-0700"
Freeswitch-Callenddate = "2009-09-10T10:22:32.339109-0700"
Acct-Session-Time = 32
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "53f729e173e8c0a9"
Timestamp = 1252604282
Request-Authenticator = Verified**
------------------------------------------------------------------------
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@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@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Fri Sep 11, 2009 8:51 am Post subject: [Freeswitch-users] mod_radius_cdr: Multiple RADIUS messages |
|
|
Thats normal too.
/b
On Sep 11, 2009, at 2:26 AM, Anatoliy Kounitskiy wrote:
Quote: | It's normal to have to two records for a call - Start and Stop
message.
From what i see - you have one start and stop for each leg of the
call.
Regards,
AK
|
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Fri Sep 11, 2009 10:36 am Post subject: [Freeswitch-users] mod_radius_cdr: Multiple RADIUS messages |
|
|
set the variable process_cdr=false on that a_leg first thing in your dialplan
On Fri, Sep 11, 2009 at 2:26 AM, Anatoliy Kounitskiy <anatoliy@kounitskiy.com (anatoliy@kounitskiy.com)> wrote:
Quote: | It's normal to have to two records for a call - Start and Stop message.
From what i see - you have one start and stop for each leg of the call.
Regards,
AK
email lists wrote:
Quote: |
Hello,
Using the mod_radius_cdr module w/ Freeswitch, I am seeing duplicate
RADIUS messages being generated for individual calls (sample messages
for one call below). Looking at the "Acct-Unique-Session-Id" and
"Acct-Session-Id" fields, it would appear that perhaps each call leg
results in a pair of start/stop RADIUS messages; is this the expected
behavior? If so, is there a way to disable RADIUS messaging for what
I presume is the "ingress" or A leg of the call?
Any leads would be appreciated.
Thanks in advance.
Vladimir
Thu Sep 10 10:37:25 2009
Acct-Status-Type = Start
Acct-Session-Id = "b0f387c0-35bd-e32c-971a-d79d026a8004"
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Callstartdate = "2009-09-10T10:22:00.259042-0700"
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "097c8472ff7bcec7"
Timestamp = 1252604245
Request-Authenticator = Verified
Thu Sep 10 10:37:25 2009
Acct-Status-Type = Start
Acct-Session-Id = "584f4573-46f7-655f-91d7-84cd59c9ec12"
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226@x.x.x.x"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Callstartdate = "2009-09-10T10:22:00.279044-0700"
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "53f729e173e8c0a9"
Timestamp = 1252604245
Request-Authenticator = Verified
Thu Sep 10 10:37:57 2009
Acct-Status-Type = Stop
Acct-Session-Id = "b0f387c0-35bd-e32c-971a-d79d026a8004"
Freeswitch-Hangupcause = Normal-Unspecified
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Lastapp = "bridge"
Freeswitch-Billusec = 32029926
Freeswitch-Callstartdate = "2009-09-10T10:22:00.259042-0700"
Freeswitch-Callanswerdate = "2009-09-10T10:22:00.319197-0700"
Freeswitch-Callenddate = "2009-09-10T10:22:32.349123-0700"
Acct-Session-Time = 32
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "097c8472ff7bcec7"
Timestamp = 1252604277
Request-Authenticator = Verified
Thu Sep 10 10:38:02 2009
Acct-Status-Type = Stop
Acct-Session-Id = "584f4573-46f7-655f-91d7-84cd59c9ec12"
Freeswitch-Hangupcause = Normal-Clearing
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226@x.x.x.x"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Billusec = 32049973
Freeswitch-Callstartdate = "2009-09-10T10:22:00.279044-0700"
Freeswitch-Callanswerdate = "2009-09-10T10:22:00.289136-0700"
Freeswitch-Callenddate = "2009-09-10T10:22:32.339109-0700"
Acct-Session-Time = 32
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "53f729e173e8c0a9"
Timestamp = 1252604282
|
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
email.list.subscriber ... Guest
|
Posted: Tue Sep 15, 2009 5:01 pm Post subject: [Freeswitch-users] mod_radius_cdr: Multiple RADIUS messages |
|
|
Thanks to those for the info and help on this issue. Ultimately ended up having to use alternative software for the radius piece (not related to any shortfalls by Freeswitch).
Vlad
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Anthony Minessale
Sent: Friday, September 11, 2009 11:31 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] mod_radius_cdr: Multiple RADIUS messages for single call?
set the variable process_cdr=false on that a_leg first thing in your dialplan
On Fri, Sep 11, 2009 at 2:26 AM, Anatoliy Kounitskiy <anatoliy@kounitskiy.com (anatoliy@kounitskiy.com)> wrote:
It's normal to have to two records for a call - Start and Stop message.
From what i see - you have one start and stop for each leg of the call.
Regards,
AK
email lists wrote:
Quote: |
Hello,
Using the mod_radius_cdr module w/ Freeswitch, I am seeing duplicate
RADIUS messages being generated for individual calls (sample messages
for one call below). Looking at the "Acct-Unique-Session-Id" and
"Acct-Session-Id" fields, it would appear that perhaps each call leg
results in a pair of start/stop RADIUS messages; is this the expected
behavior? If so, is there a way to disable RADIUS messaging for what
I presume is the "ingress" or A leg of the call?
Any leads would be appreciated.
Thanks in advance.
Vladimir
Thu Sep 10 10:37:25 2009
Acct-Status-Type = Start
Acct-Session-Id = "b0f387c0-35bd-e32c-971a-d79d026a8004"
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Callstartdate = "2009-09-10T10:22:00.259042-0700"
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "097c8472ff7bcec7"
Timestamp = 1252604245
Request-Authenticator = Verified
Thu Sep 10 10:37:25 2009
Acct-Status-Type = Start
Acct-Session-Id = "584f4573-46f7-655f-91d7-84cd59c9ec12"
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226@x.x.x.x"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Callstartdate = "2009-09-10T10:22:00.279044-0700"
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "53f729e173e8c0a9"
Timestamp = 1252604245
Request-Authenticator = Verified
Thu Sep 10 10:37:57 2009
Acct-Status-Type = Stop
Acct-Session-Id = "b0f387c0-35bd-e32c-971a-d79d026a8004"
Freeswitch-Hangupcause = Normal-Unspecified
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Lastapp = "bridge"
Freeswitch-Billusec = 32029926
Freeswitch-Callstartdate = "2009-09-10T10:22:00.259042-0700"
Freeswitch-Callanswerdate = "2009-09-10T10:22:00.319197-0700"
Freeswitch-Callenddate = "2009-09-10T10:22:32.349123-0700"
Acct-Session-Time = 32
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "097c8472ff7bcec7"
Timestamp = 1252604277
Request-Authenticator = Verified
Thu Sep 10 10:38:02 2009
Acct-Status-Type = Stop
Acct-Session-Id = "584f4573-46f7-655f-91d7-84cd59c9ec12"
Freeswitch-Hangupcause = Normal-Clearing
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226@x.x.x.x"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Billusec = 32049973
Freeswitch-Callstartdate = "2009-09-10T10:22:00.279044-0700"
Freeswitch-Callanswerdate = "2009-09-10T10:22:00.289136-0700"
Freeswitch-Callenddate = "2009-09-10T10:22:32.339109-0700"
Acct-Session-Time = 32
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "53f729e173e8c0a9"
Timestamp = 1252604282
|
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
email.list.subscriber ... Guest
|
Posted: Wed Sep 16, 2009 1:49 pm Post subject: [Freeswitch-users] mod_radius_cdr: Multiple RADIUS messages |
|
|
Hello Mindaugas,
It was not really a matter of Freeswitch + mod_radius_cdr not being good for me, or for what we needed it to do, but rather more of a resource and time constraint based decision. If we had 'C' knowledgeable resources readily available, the Freeswitch and Radius customizations required could've been completed, providing a more streamlined setup using Freeswitch alone.
However, due to resource and (in this case more importantly) time constraints, I shifted to an alternative solution that I could more quickly implement to meet our immediate needs. I will eventually re-visit relying solely on Freeswitch to simplify our setup and probably ask a few more questions when that time comes.
Vladimir
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Mindaugas Kezys
Sent: Wednesday, September 16, 2009 1:29 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] mod_radius_cdr: Multiple RADIUS messages for single call?
Can you tell why Freeswitch + mod_radius_cdr was not good for you?
Regards,
Mindaugas Kezys
http://www.kolmisoft.com
VoIP Billing and Routing Solutions
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of email lists
Sent: 2009 m. rugsėjo 16 d. 00:53
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] mod_radius_cdr: Multiple RADIUS messages for single call?
Thanks to those for the info and help on this issue. Ultimately ended up having to use alternative software for the radius piece (not related to any shortfalls by Freeswitch).
Vlad
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Anthony Minessale
Sent: Friday, September 11, 2009 11:31 AM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] mod_radius_cdr: Multiple RADIUS messages for single call?
set the variable process_cdr=false on that a_leg first thing in your dialplan
On Fri, Sep 11, 2009 at 2:26 AM, Anatoliy Kounitskiy <anatoliy@kounitskiy.com (anatoliy@kounitskiy.com)> wrote:
It's normal to have to two records for a call - Start and Stop message.
From what i see - you have one start and stop for each leg of the call.
Regards,
AK
email lists wrote:
Quote: |
Hello,
Using the mod_radius_cdr module w/ Freeswitch, I am seeing duplicate
RADIUS messages being generated for individual calls (sample messages
for one call below). Looking at the "Acct-Unique-Session-Id" and
"Acct-Session-Id" fields, it would appear that perhaps each call leg
results in a pair of start/stop RADIUS messages; is this the expected
behavior? If so, is there a way to disable RADIUS messaging for what
I presume is the "ingress" or A leg of the call?
Any leads would be appreciated.
Thanks in advance.
Vladimir
Thu Sep 10 10:37:25 2009
Acct-Status-Type = Start
Acct-Session-Id = "b0f387c0-35bd-e32c-971a-d79d026a8004"
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Callstartdate = "2009-09-10T10:22:00.259042-0700"
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "097c8472ff7bcec7"
Timestamp = 1252604245
Request-Authenticator = Verified
Thu Sep 10 10:37:25 2009
Acct-Status-Type = Start
Acct-Session-Id = "584f4573-46f7-655f-91d7-84cd59c9ec12"
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226@x.x.x.x (14043297226@x.x.x.x)"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Callstartdate = "2009-09-10T10:22:00.279044-0700"
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "53f729e173e8c0a9"
Timestamp = 1252604245
Request-Authenticator = Verified
Thu Sep 10 10:37:57 2009
Acct-Status-Type = Stop
Acct-Session-Id = "b0f387c0-35bd-e32c-971a-d79d026a8004"
Freeswitch-Hangupcause = Normal-Unspecified
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Lastapp = "bridge"
Freeswitch-Billusec = 32029926
Freeswitch-Callstartdate = "2009-09-10T10:22:00.259042-0700"
Freeswitch-Callanswerdate = "2009-09-10T10:22:00.319197-0700"
Freeswitch-Callenddate = "2009-09-10T10:22:32.349123-0700"
Acct-Session-Time = 32
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "097c8472ff7bcec7"
Timestamp = 1252604277
Request-Authenticator = Verified
Thu Sep 10 10:38:02 2009
Acct-Status-Type = Stop
Acct-Session-Id = "584f4573-46f7-655f-91d7-84cd59c9ec12"
Freeswitch-Hangupcause = Normal-Clearing
User-Name = "8135793256"
Freeswitch-Src = "8135793256"
Freeswitch-CLID = "sipp"
Freeswitch-Dst = "14043297226@x.x.x.x (14043297226@x.x.x.x)"
Freeswitch-Dialplan = "XML"
Framed-IP-Address = 50.46.50.55
Freeswitch-Context = "public"
Freeswitch-Source = "mod_sofia"
Freeswitch-Billusec = 32049973
Freeswitch-Callstartdate = "2009-09-10T10:22:00.279044-0700"
Freeswitch-Callanswerdate = "2009-09-10T10:22:00.289136-0700"
Freeswitch-Callenddate = "2009-09-10T10:22:32.339109-0700"
Acct-Session-Time = 32
NAS-Port = 0
Acct-Delay-Time = 0
NAS-IP-Address = 1.1.1.1
Acct-Unique-Session-Id = "53f729e173e8c0a9"
Timestamp = 1252604282
|
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|