cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2050
Views
10
Helpful
23
Replies

Cisco CCME ephone-hunt

Hi guys,

 

I have problem with ephone-hunt I want to finish call of hunt group on external mobile number,

but I can't put for final number external mobile number How I can solve this problem?

Configuration of hunt group:

 

ephone-hunt 1 sequential
 pilot 101
 list 130, 131, 113, 135, 121
 final ------>external mobile number
 timeout 10, 5, 5, 5, 5
 statistics collect

 

Tomislav

1 Accepted Solution

Accepted Solutions

You can try to modify SIP-header using voice class sip-profiles.

Another way is configuration on dial-peer:

clid network number <number>

 

Regards,

Kirill

 

View solution in original post

23 Replies 23

Hello!

You should try to use voice hunt-group instead of ephone-hunt.

voice hunt-group 1 sequential

pilot 101

list 130, 131, 113, 135, 121

timeout 10

final <external_phone>

Regards,

Kirill

Hi Kirill,

 

I tried but without success 

voice hunt-group 1 sequential
 final 8xxxxxxxxx
 list 130,131,113,135,121
 timeout 10
 pilot 101

 

T.

Tomislav,

When u dial mobile phone from your IP-phone, do u use any prefix like 0?

Can u post your config?

Can u try to configure test voice hunt-group with one number? That number should be mobile phone number.

 

Regards,

Kirill

Hi Kirill,

When u dial mobile phone from your IP-phone, do u use any prefix like 0?

No when we calling mobile numbers you are calling 8xxxxxxxxxx

Configuration what you suggested :

ephone-dn  41
 number 126
 call-forward all 8xxxxxxxxxxxx

voice hunt-group 1 sequential
 final 126
 list 130,131,113,135,121
 timeout 10
 pilot 101

dial-peer voice 10 voip
 description Outgoing
 translation-profile outgoing OUT
 destination-pattern 8T
 session protocol sipv2
 session target dns:sip.provider
 session transport udp
 voice-class codec 1  
 dtmf-relay rtp-nte
 no vad

voice translation-rule 8
 rule 1 /^1.*/ /0096113001/
!
voice translation-rule 9
 rule 1 // //

voice translation-profile OUT
 translate calling 8
 translate called 9

I tried to call local num 126 and call forwarding is working but doesn't work in hunt group

 

Thank you in advance!

BR

Tomislav

Hi!

I was not my suggestion :)

My suggestion was next(according to your configuration):

voice hunt-group 3 sequential
 final 126
 list 8xxxxxxxxxxxx
 timeout 10
 pilot 101

 

dial-peer voice 10 voip
 description Outgoing
 translation-profile outgoing OUT
 destination-pattern 8T
 session protocol sipv2
 session target dns:sip.provider
 session transport udp
 voice-class codec 1  
 dtmf-relay rtp-nte
 no vad

voice translation-rule 8
 rule 1 /^1.*/ /0096113001/
!
voice translation-rule 9
 rule 1 // //

voice translation-profile OUT
 translate calling 8
 translate called 9

 

Regards,

Kirill

Yes you had right sorry Kirill :( clipboard wasn't clean

 

voice hunt-group 1 sequential
 final 126
 list 130,131,113,135,121
 timeout 10
 pilot 101

ephone-dn  41
 number 126
 call-forward all 8xxxxxxx

I tried like this too :

voice hunt-group 1 sequential
 final 89645270210
 list 130,131,113,135,121
 timeout 10
 pilot 101

Can u put Mobile Phone number into list, not into the final?

Regards,

Kirill

I put it :

voice hunt-group 1 sequential
 list 130,131,113,135,121,8xxxxxxxx
 timeout 10
 pilot 101

 

And nothing :(

What kind of PSTN connection do u have? through SIP/E1/T1?

Can u turn 'debug isdn q931' or 'debug ccsip messages' on and look, if CME tries to make a call to Mobile Phone and there is any problem with the connection.

 

Regards,

Kirill

Hi Kirill

Please check config in attach.

I have SIP trunk to ISTP.

 

BR

Tomislav

Please,

Post debug voice ccapi inout and debugi csip messages, while testing case 2.

 

Regards,

Kirill

Hi Kirill,

Please check the log.

Case 2

voice hunt-group 1 sequential
 list 130,131,113,135,121,89645270xxx
 timeout 10
 pilot 101

Hello!

I think, that hunt group works fine.

You get 

225839: *Jul  3 15:49:42.387: //287721/D6A67B0BB80F/SIP/Msg/ccsipDisplayMsg:
Received: 
SIP/2.0 403 Forbidden
Via: SIP/2.0/UDP 10.34.1.2:5060;branch=z9hG4bK4563622A0
From: "9262999777" <sip:89262999777@sip.provider>;tag=49764274-655
To: <sip:89645270210@sip.provider>;tag=aprqngfrt-ddldl220000a6
Call-ID: F4778862-1DE11E4-B81AC96C-3BA39579@10.34.1.2
CSeq: 101 INVITE
Timestamp: 1404388182

from your sip provider...

Please, post debug ccsip messages for simple call to that mobile phone number from any IP-phone.

In my opinion, you need to modify calling number from

9262999777

to 

0096113001

Or ask your SIP-provider to modify...

Regards,

Kirill

Hi Kirill

 

Please check this file

 

BR

Tomislav