cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
484
Views
0
Helpful
8
Replies

Voice Gateway

Faisal.Saoud
Level 3
Level 3

hi 

i have 2 voice gateway , phones sccp in the first cannot call phones sip in the second , why ?

 

 

8 Replies 8

Vivek Batra
VIP Alumni
VIP Alumni

Probably because of wrong configuration. Share the show run and debug ccsip messages from both the gateways.

debug ccsip messages not working

Which phone/number on first gateway you are dialing from?

Which number of second gateway is being dialed?

Protocol between two gateways?

number 3000 on the second gateway cannot call number 2233 is on the first gateway , but number 2233 is on the first gateway can call number 3000 on the second gateway. 

 

 

thanks

Seems first router interface IP is 192.168.16.2 and second router IP is 192.168.200.50 and you are using H.323 in between although you haven't bind H.323 with any interface. Please do  the needful.

Then take the debug voice ccapi inout from both the routers.

 

these are debug configuration

dial-peer voice 5555 voip
 destination-pattern 2...
 session target ipv4:192.168.16.2
 incoming called-number 2...
 codec g711ulaw
 no vad  

In the second gateway, add the codec command as above. 

In the first gateway, add the codec command as below.

 

dial-peer voice 5555 voip
 destination-pattern 3...
 session target ipv4:192.168.200.50
 dtmf-relay h245-alphanumeric
 codec g711ulaw
 no vad   

 

Share the same results then.

Did you bind the H323 to specific interface now?

 

can you check if these are configured under voice service voip

allow-connections from sip to sip

allow-connections from sip to h323

allow-connections from h323 to sip