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

Setting Caller ID for T.37 Off-Ramp Fax

STEFAN CHRISTEN
Level 5
Level 5

Hi

I'm running a T.37 Off-Ramp Fax together with H.323 Gateway on a 1760 router. Fax and voice calls use the same ISDN BRIs (and DID). Everything works fine, except the Caller ID for outgoing fax calls is missing. Voice Translations for the Calling Number do not work because the whole Calling Party field is missing. Anyone knows how the Calling Party Number can be generated on the outgoing POTS dial-peer or the incoming MMOIP dial-peer? Or can this be done with a mta receive or a fax send commend? Any suggestions would be helpful. Many thanks in advance, Stefan

2 Replies 2

pradeepde
Level 5
Level 5

Try this: use $s$ it uses the calling number set with the call set up.

The telco/PSTN needs to be provisioned to send that data in the call.

Try this link:

http://www.cisco.com/en/US/products/sw/iosswrel/ps1834/products_feature_guide09186a0080080493.html

Hi Pradeep

Thanks for your reply but it's not what I was looking for.

The $s$ is used to set the sender address for incoming faxes. The problem that I was facing is that the Calling Party Number in the ISDN Q.931 Setup is missing for outgoing faxes.

After specifying the numbering plan in an outgoing translation rule on the voice-port, the Calling Party Number is now being sent.

Here's the config that fixed the problem (plan any isdn):

voice translation-rule 6

rule 1 /^$/ /800123456/ type any national plan any isdn

!

voice translation-profile VOICEPORT_out

translate calling 6

!

voice-port 0/0

translation-profile outgoing VOICEPORT_out

!

Regards

Stefan