06-22-2014 11:18 PM - edited 03-16-2019 11:11 PM
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.
Solved! Go to Solution.
06-23-2014 02:43 AM
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.....
06-22-2014 11:49 PM
Can you send a debug voip ccapi inout and debug isdn q931
06-23-2014 12:51 AM
06-23-2014 02:43 AM
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.....
06-23-2014 03:01 AM
Hi Ayodeji
Thanks for your prompt response. Really appreciate it. Will try as suggested and let u know the outcome.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide