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

NO DTMF TONES Passing FXO

j.magee
Level 1
Level 1

I have a FXO port pointed to a DN, say 7000…During the day the call is answered by the operator…After hours the these call are directed to a Call Handler…During the greeting I am unable to say Press 1 in the menu choice…..If I call the Call Handler internally all works just fine….Is there a dial peer statement or something that I am missing?

2 Replies 2

mcotrone
Level 3
Level 3

This usually is not an FXO issue, but a DTMF issue depending on the VOIP Signaling you are using (MGCP or H323).

For MGCP verify you have:

mgcp dtmf-relay voip codec all mode out-of-band

For H.323 verify you have on the dial-peer:

dial-peer voice 10 voip

dtmf-relay h245-alphanumeric

I have had this issue when I had a misconfigured MGCP DTMF relay command with Unity.

HTH

Mike

Mike,That was the ticket....Thanks Man!!