cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
348
Views
5
Helpful
4
Replies

Call from number start with 8 &9 is routing out on VG.

When dialing to those numbers that starts with 8 and 9, the call is not reachable and show as engage from my side.

Numbers as follows:

03-8xxxxxxx
03-9xxxxxxx

 

Need expertise advise on this issue.

1 Accepted Solution

Accepted Solutions

Rhuban,

There are a few things wrong with your config...

1. You dont have an inbound voip dial-peer, hence your inbound call leg is matching on dial-peer 0 which by default uses G729, while your outbound call leg is matching on dial-peer 1 which is configured for g711. To resolve this do the ff:

dial-peer voice 10 voip

incoming called number .

dtmf-relay h24-alpha

codec g711ula

no vad

 

2. The second issue is that the outbound dial-peer that is matched does not have the right destination-pattern

dial-peer voice 1 voip
 destination-pattern 9888

The called number is 988869500

You need to change your dial-peer one to something like

dial-peer voice 1 voip
 destination-pattern 9888.....

 

 

Please rate all useful posts

View solution in original post

4 Replies 4

Ayodeji Okanlawon
VIP Alumni
VIP Alumni

 

Can you send a debug voip ccapi inout and debug isdn q931

Please rate all useful posts

Hi Ayodeji,

 

Attached is the debug for the number that dropping the call.

Number : 988869500

Rhuban,

There are a few things wrong with your config...

1. You dont have an inbound voip dial-peer, hence your inbound call leg is matching on dial-peer 0 which by default uses G729, while your outbound call leg is matching on dial-peer 1 which is configured for g711. To resolve this do the ff:

dial-peer voice 10 voip

incoming called number .

dtmf-relay h24-alpha

codec g711ula

no vad

 

2. The second issue is that the outbound dial-peer that is matched does not have the right destination-pattern

dial-peer voice 1 voip
 destination-pattern 9888

The called number is 988869500

You need to change your dial-peer one to something like

dial-peer voice 1 voip
 destination-pattern 9888.....

 

 

Please rate all useful posts

Hi Ayodeji

 

Thanks for your prompt response. Really appreciate it. Will try as suggested and let u know the outcome.