cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1252
Views
0
Helpful
9
Replies

Rightfax PRI issue sending to PSTN (DOD E1)

ichehouri
Level 2
Level 2

Hi,

i have VG 3945 with the following:

- 1 DID E1 going to PSTN (controller E1 0/1/1)

- 1 DID E1 going to PSTN dedicated to Rightfax service (controller E1 0/2/0)

- 1 DOD E1 going to PSTN (controller E1 0/1/0)

- 1 PRI going to Rightfax server (controller E1 0/3/0)

i can receive calls to right fax server normaly from the first and second DID. my issue is the faxes going out from the Rightfax. since i have to use specific 4 digit number to send any call/fax to the outside the call should not work. Iam wondering how can i mask the calls going from the rightfax with specific number.

note that i recive 4 digit extension to my local phones (8... and 9...). for the Rightfax E1 i have a dedicated number in which i receive 0064 from ISP

the configuration is as follows:

controller E1 0/1/0
framing NO-CRC4
ds0-group 0 timeslots 1-15,17-31 type r2-digital r2-compelled ani
description DOD
!
controller E1 0/1/1
framing NO-CRC4
ds0-group 0 timeslots 1-15,17-31 type r2-digital r2-compelled ani
description DID
!
controller E1 0/2/0
framing NO-CRC4
ds0-group 0 timeslots 1-15,17-31 type r2-digital r2-compelled ani
description Rightfax ISP E1
!
controller E1 0/3/0
framing NO-CRC4
pri-group timeslots 1-31
description To Rightfax PRI

interface Serial0/2/1:15
no ip address
encapsulation hdlc
isdn switch-type primary-qsig
isdn timer T310 120000
isdn protocol-emulate network
isdn incoming-voice voice
no cdp enable
!
interface Serial0/3/0:15
no ip address
encapsulation hdlc
isdn switch-type primary-qsig
isdn timer T310 120000
isdn protocol-emulate network
isdn incoming-voice voice
no cdp enable

!
voice-port 0/1/0:0
!
voice-port 0/2/0:0
!
voice-port 0/3/0:15
!
voice-port 0/1/1:0
!

dial-peer voice 1 voip
description Local Extenstion
destination-pattern 8...
session target ipv4:10.128.60.20
dtmf-relay h245-alphanumeric
codec g711ulaw
!
dial-peer voice 10 pots
destination-pattern .T
fax rate disable
port 0/1/0:0
forward-digits all
!

dial-peer voice 21 pots
description Right Fax Local Testing
destination-pattern 9440
no digit-strip
port 0/3/0:15
!
dial-peer voice 2 voip
description Local Extension
destination-pattern 9...
session target ipv4:10.128.60.20
dtmf-relay h245-alphanumeric
codec g711ulaw
no vad
!
dial-peer voice 55 pots
description To RightFax PRI

destination-pattern 0064
fax rate disable
no digit-strip
port 0/3/0:15
!
dial-peer voice 3 pots
incoming called-number .
fax rate disable
direct-inward-dial
port 0/1/1:0
!

can anyone help me in a way to solve the issue for the outgoing faxes from the Rightfax server.

regards,

Ibrahim

9 Replies 9

ichehouri
Level 2
Level 2

Any suggestions please. I need to mask the outgoing calls comming from the rightfax PRI with specific number (note that my gateway is H323)

regards,

Ibrahim

Hi Ibrahim,

I didn't understand your exact requirement.

Would you like to mask  ANI (calling number) or DNIS (called number) from Right Fax server outgoing calls? Any example?

Regards...

-Ashok.


With best regards...
Ashok

Hi Ashok,

i want to mask the calling number with for example 9449. I want to do that since any call comming from PRI (rightfax) is with no number and it will not be able to go to the outside (DOD). So if i send the call with 9449 my ISP will recognize it as one of the allowed extensions (my available range is 9... in which 9449 is not used by any phone so i can use it here)

regards,

Ibrahim

Hi Ibrahim,

We can use translation rule with Null string like below.

voice translation-rule 2
rule 1 /.*/ /9449/

voice translation-profile Test
translate calling 2


And, you can apply this "Test" profile either on Voice port or PoTS Dial peer connecting to Right Fax.

This translation will change the Null Calling number to 9449 before routing the call out.

The following Tech Note gives a lot of examples...

Hope it helps...

Regards...
-Ashok.



With best regards...
Ashok

Hi,

i tried the exact translation you mentioned on an incomming dial-peer with the Rightfax PRI port yesturday  but it did not work.

This is what i tried:

dial-peer voice 56 pots
incoming called-number .

translation-profile incoming Test
fax rate disable
direct-inward-dial
port 0/3/0:15

Do you mean i need to do the following or what exactly:

voice-port 0/3/0:15

  translation-profile incoming Test

note that 0/3/0:15 is the Rightfax PRI port

regards,

Ibrahim

1. Test the voice translation rule is working properly with "test" command.

test voice translation-rule 2 ""

2. If it works fine, then the inbound dial peer might not be hitting correctly when calls hit from Right fax. 

3. Try to apply on Voice port directly which can translate ANI for all incoming calls from Right Fax.

Finally, if the voice gw is not still in production or having very light traffic, then you may troubleshoot
with "debug voip ccapi inout" command to see the flow and translation failures if any. If you can capture the
logs with this command, please share here to look further.

Regards...
-Ashok.


With best regards...
Ashok

thanks Ashok. i will try what you mentioned and will let you know the result.

regards,

Ibrahim

Hi,

it is working now. i managed to make the right fax server send calls with specific extention so i do not need to have any translation in this way.

regards,

Ibrahim

@ichehouri

would you mind sendin me complete and detailed procedures on how to make the rightfax server send calls with specific extension...

thanks and best regards