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

relay fac from PRI to BRI

astrodave
Level 1
Level 1

I'm designing a new CME implementation with ether UC560 or ISR2921. we have a PRI line where we recieve voice and fax, and an internal fax server with BRI card.

Is it possible to configure relay for specific call comming on PRI card (based on called number) to a BRI interface connect to the fax server?

Any configuration exemple is welcome!

Sent from Cisco Technical Support iPhone App

1 Reply 1

acampbell
VIP Alumni
VIP Alumni

Hi,

If the FAX calls are incoming on PRI straight to BRI then there is NO voip therefore FAX relay or passthrough are not involved

If the calls to fax are all to a dedicated called number then you should be able to capture these with dial peers.

Something like this:-

!

dial-peer voice 100 pots

description *** FOR INCOMING FAX CALL MATCHING 4321 ***

incoming called-number 4321

direct-inward-dial

port 0/0/0:15

!

!

dial-peer voice 201 pots

description *** FOR INCOMING FAX CALL MATCHING 4321 TO BRI ***

destination-pattern 4321

port 1/0/0

pref 1

!

!

dial-peer voice 202 pots

description *** FOR INCOMING FAX CALL MATCHING 4321 TO BRI ***

destination-pattern 4321

port 1/0/1

pref 2

!

Regards,
Alex.
Please rate useful posts.

Regards, Alex. Please rate useful posts.