cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
354
Views
0
Helpful
1
Replies

T.37 on ramp

dmitri_vilesov
Level 1
Level 1

Hallo! I'm trying to configure T.37 on-ramp faxing. My topology is:

incoming fax call->Nortel Meridian Telephone Station->3640 (with FXO interface connected to Nortel)

Here is config:

!

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname Router

!

boot-start-marker

boot system flash:c3640-is-mz.124-17.bin

boot-end-marker

!

!

no aaa new-model

memory-size iomem 20

!

!

ip cef

ip domain name transas.com

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

application

service fax_onramp flash:app_faxmail_onramp.2.0.1.3.tcl

!

!

fax receive called-subscriber $d$

fax interface-type fax-mail

mta send server mail.admin.com port 25

mta send postmaster admin@transas.com

mta send mail-from hostname fax.transas.com

mta send mail-from username $d$

!

!

controller E1 0/0

!

!

!

!

interface FastEthernet0/0

ip address 192.168.1.1 255.255.255.0

duplex auto

speed auto

!

interface Ethernet1/0

no ip address

shutdown

half-duplex

!

interface Ethernet1/1

no ip address

shutdown

half-duplex

!

ip http server

!

ip forward-protocol nd

!

!

!

!

!

control-plane

!

!

!

voice-port 3/0/0

!

voice-port 3/0/1

!

voice-port 3/1/0

!

voice-port 3/1/1

!

!

!

!

!

!

dial-peer voice 1 pots

service fax_onramp

incoming called-number .

direct-inward-dial

port 3/1/1

!

dial-peer voice 2 mmoip

service fax_on_vfc_onramp_app out-bound

max-conn 1

destination-pattern .

information-type fax

session target mailto:admin@admin.com

image encoding MH

image resolution fine

!

!

line con 0

line aux 0

line vty 0 4

login

!

!

end

When i'm trying to call to 3640 FXO number (for example 10015), 3640 doesn't start onramp script, i just hear usual rings.

Please tell me - what i'm doing wrong?

Thnx in advance!

1 Reply 1

Avner Izhar
Level 3
Level 3

Hi,

Can you ping your smtp server? I don't see a dns server configured, hence the question.

If it is ping able, try debugging the tcl using 'debug voip application script' and post the results.

HTH, Avner.