Moblie

Wednesday, August 19, 2015

CME Call forward to Mobile phone


CME Call forwarding to Mobile phone


1.Using Voice Hunt group 301 is use for GDM
2. 202 and 203 are the extension number
3. If user enable call forward button on IP phone on given mobile number
4. 9 is use for prefix number
5. Using SIP IP Phone
6. Don't change the timer. timer play big role in call forward
7. Using Direct PSTN lines .. No ISDN.
----------------------------------------------------------------------------------------

!
voice service voip
 allow-connections h323 to h323
 allow-connections h323 to sip
 allow-connections sip to h323
 allow-connections sip to sip
 no supplementary-service sip moved-temporarily
 no supplementary-service sip refer
 no supplementary-service sip handle-replaces
 supplementary-service media-renegotiate
 redirect ip2ip
 fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none
 sip
  bind control source-interface    << Interface >>
  bind media source-interface      << Interface name fa0/1  >>>
  registrar server
  no silent-discard untrusted

!

voice register global
 mode  cme
 source-address <> ; port 5060
 max-dn 10
 max-pool 10
 load 6921 cmterm-69xx-sip.9-4-1-3.cop.sgn
 load 7841 cmterm-78xx.10-3-1-12.k3.cop.sgn
 timezone 12
 hold-alert
 voicemail 299
 tftp-path flash:
 create profile 

!

voice register dn  1
 number 202
call-forward b2bua all 4092227890     // Mobile number for forward phone
 call-forward b2bua busy 299 
 call-forward b2bua noan 299 timeout 15
 name JAMES
 label JAMES
 mwi
!

!
voice register dn  2
 number 203
 call-forward b2bua busy 299 
 call-forward b2bua noan 299 timeout 20
 name BOB
 label BOB
 mwi


!
voice register pool  1
 busy-trigger-per-button 1
 id mac xxxx.xxxx.xxxx
 type 7841
 number 1 dn 1
 dtmf-relay rtp-nte
 username james password 123456
!
voice register pool  2
 busy-trigger-per-button 1
 id mac xxxx.xxxx.xxxx
 type 7841
 number 1 dn 2
 dtmf-relay rtp-nte
 username bob password 123456

!
voice hunt-group 1 parallel
 final 202
 list 203,202
 timeout 10
 pilot 301
!
voice translation-rule 1
 rule 1 /^9/ //
!
!
voice translation-profile OutgoingProfile_1
 translate called 1

trunk group XYZ
!
voice-port 0/0/0
 trunk-group XYZ
 connection plar opx 301
 description 2034516666
 caller-id enable
!
voice-port 0/0/1
 trunk-group XYZ
 connection plar opx 301
 description 2034312345
 caller-id enable
!
voice-port 0/0/2
 trunk-group XYZ
 connection plar opx 301
 description 2034445555
 caller-id enable

!
dial-peer voice 1 pots
 trunkgroup XYZ
 description Local
 translation-profile outgoing OutgoingProfile_1
 destination-pattern 9[2-9].........
 forward-digits all
!
dial-peer voice 2 pots
 trunkgroup XYZ
 description National Long Distance
 translation-profile outgoing OutgoingProfile_1
 destination-pattern 91[2-9]..[2-9]......
 forward-digits all
!
dial-peer voice 3 pots
 trunkgroup XYZ
 description International
 translation-profile outgoing OutgoingProfile_1
 destination-pattern 9011T
 forward-digits all

!
dial-peer voice 4 voip
 destination-pattern 299
 session protocol sipv2
 session target ipv4:10.x.x.x
 dtmf-relay sip-notify
 codec g711ulaw
 no vad

1 comment:

  1. Caller ID and Call Forwarding (CME cisco2900)

    I have a user who wants to forward his phone to his cell phone. Normally this would be no problem.

    Basically this is the scenario:

    User A has an phone number of 0520200513

    User A forwards his IP Phone to 0520200474.

    When User B 0664356797 calls User A at 0520200513, the caller ID on User A's cell phone is displayed as 0520200513.

    Is there anyway for this display the User B caller ID (0664356797) on User A's cell phone, rather than User A's number 0520200513?

    ReplyDelete