cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
393
Views
0
Helpful
2
Replies

T.37 fax and radius accounting for off-ramp

jirka.novak
Level 1
Level 1

Hi,

I would like to see sender's email address in radius accounting log when I'm sending fax off-ramp way.

I used this document: http://www.cisco.com/en/US/products/sw/iosswrel/ps1839/products_feature_guide09186a0080087d03.html to setup it. I see fax- attributes in radius log but there is no sender addresses still.

When I do sh call active fax compact, I see correct email as from number.

Did anyone succesfuly configured it?

2 Replies 2

ebreniz
Level 6
Level 6

Does your configuration requests sender address.

Router(config)# fax receive called-subscriber $d$

http://www.cisco.com/en/US/products/sw/iosswrel/ps1839/products_feature_guide_chapter09186a00800b5dcf.html

You could debug the radius messages too .

Yes:

fax receive called-subscriber $d$

fax send transmitting-subscriber $s$

fax interface-type fax-mail

mta send server netfax port 25

mta send subject Fax Message

mta send with-subject both

mta send filename fax_image date

mta send mail-from hostname XXXXX

mta send mail-from username $s$

mta receive aliases XXXXX

mta receive aliases XXXXX

mta receive maximum-recipients 10

mta receive generate mdn

mta receive generate permanent-error

mmoip aaa send-id primary x-account

mmoip aaa send-id secondary gateway

mmoip aaa receive-id primary dnis

mmoip aaa receive-id secondary redialer-dnis

mmoip aaa method fax accounting fax

mmoip aaa send-accounting enable

mmoip aaa receive-accounting enable