cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1165
Views
19
Helpful
24
Replies

**URGENT**FXO code problem to make call to ext ,local lines,international

Yazen Alaa
Level 1
Level 1

    Dear All

I have this scenarion :

my mobile calling ----> 22279789 (DID"789") ----> open new session or new call to call mobile or land line and international by FXO code  " 64"

the problem is : when i make calling from my mobile to 22279789 , then open TOOT  to put (any number international or local ) ----> wait 20 seconds then gives me "busy tone"

please see on the configuration below to see what is missing or not correct , and how to solve this issue ? please also find the attached file for debug and show run

My configuration is as following :

On CUCM :

CSS

CSS-Local : PT-local

CSS-International : PT-INT

Route pattern :

6xxxxxxx (Mobile line) : PT-local , mask : 222797XX , disard : none , Prefix : none

2xxxxxxx (Land line)  : PT-local , mask : 222797XX , disard : none , Prefix : none

00! (International )    : PT-INT  , mask : 222797XX , disard : none , Prefix : none

84 (to open new session)  : PT-Local , mask : 222797XX , disard : none , Prefix : none

789 : PT-local , mask : 222797XX , disard : none , Prefix : none

Gateway : CSS-INT

Phone Extesnions : 7xx to 799 , CSS-Local

On Voice Router

dial-peer voice 200 pots

destination-pattern 84T

port 0/0/0

!

dial-peer voice 201 pots

destination-pattern 84T

port 0/0/1

!

dial-peer voice 10 voip

description ## OUTGOING CALL ##

destination-pattern .T

voice-class codec 2

session protocol sipv2

session target ipv4:10.200.200.253

incoming called-number .

dtmf-relay sip-notify rtp-nte

no vad

!

dial-peer voice 20 voip

description ## INCOMING CALL ##

huntstop

answer-address 222797..

destination-pattern 222797..

voice-class codec 1

session target ipv4:10.10.10.10

dtmf-relay h245-signal h245-alphanumeric

no vad

!

num-exp 22279789 64 dial-peer voice 10 voip
description ## OUTGOING CALL ##
destination-pattern .T
voice-class codec 2
session protocol sipv2
session target ipv4:10.200.200.253
incoming called-number .
dtmf-relay sip-notify rtp-nte
no vad
!
dial-peer voice 20 voip
description ## INCOMING CALL ##
huntstop
answer-address 222797..
destination-pattern 222797..
voice-class codec 1
session target ipv4:10.10.10.10 ( Publisher Server IP address)
dtmf-relay h245-signal h245-alphanumeric
no vad
!
num-exp 22279789 84

24 Replies 24

Yazen Alaa
Level 1
Level 1

Please Help ?

Hi,

in the pots dial-peer you are not sending mobile number, you are sending 64 .

also you need forward-digits all under the pots dial-peer

HTH

Anas

please rate all helpful postsd

Dear Anas

thanks for ur reply

Do u you mean i need to make it like that ?

Dial-peer pots

destinationa-patern 646...... ---> mobile line number

forward-digits all

port 0/0/0

Dial-peer pots

destinationa-patern 642...... ---> land line number

forward-digits all

port 0/0/0

 

do u think the problem from route pattern becasue there is mis matching between 64.! and 6...... and 2...... becasue ! means any number so if i put 69602233 it will confuse with route pattern will take 64.! or 6...... ?  do u think this problem ?

Hi,

for the route pattern matching. it will match the more specific.

for example, if we have 2 route patterns: 642!, and 6!

when we send 642553333 it will match 642!

when we send 65555 it will match 6!.

the best practice is to create the most specific route patterns to remove the overlaps.

for the dial-peer I mean what you write.

also remove the num-exp command

HTH

Anas

please rate all helpful posts

the best solution i will replace 64 code to 84 , to remove overlaps .

regarding international rdial-peer will be

dial-peer pots

destination-pattern 8400T

forward-digits all

port 0/0/0

I dont think i need to remove the num-exp , how the call will go to pots dial-peer   if remove num-exp ?

22279789 84

i think should be configured , is it right ?

Hi,

the nump-exp will change 2229789 to 84 , 84 is the code not the number, right ?

HTH

Anas

please rate all helpful posts

Yes , it is code to open new seesion or new call by FXO (dial-peer pots ... destination-pattern 84)

and keep this command

num-exp  22279789 84

it will be like that

dial-peer pots

destination-pattern 8400T------> international number

forward-digits all

port 0/0/0

Dial-peer pots

destinationa-patern 846...... ---> mobile line number

forward-digits all

port 0/0/0

Dial-peer pots

destinationa-patern 842...... ---> land line number

forward-digits all

port 0/0/0

num-exp  22279789 84

regarding CUCM , do i need remove 84.! ot keep it ?

Dear Anas

is it right ?

did u face this scenario before ?

Any reply plz ?

84! in the call manager is not needed.

it is prefered to use 8400! for international

                             846! for mobile

                             842! for land

it is prefered to remove the num-exp, I think it is not needed.

HTH

Anas

please rate all helpful posts

thanks anas , i will update you tomorrow .

Dear Anas

Still not working , what u think ?

Any Help All ?

thanks

Dear All

PlZ Help ?

please find the attached files for debug and show run