cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
438
Views
0
Helpful
1
Replies

please give me a example configuration for Convert SIP Call to H.323!thanks!

nanningteamu
Level 1
Level 1

topology:   cisco router (gk)  <---> cisco router 2911(gw) <---->The third-party sip server <---->The third-party sip ephone

                                            (h323)                                   (sip)

 

question:  The third-party sip cann't communicate cisco ip ephone,I think that between H323 and SIP cannot normal communication.

               please give me a example configuration for  SIP and  H.323  normal communication.

  

1 Accepted Solution

Accepted Solutions

Hi nannig,

 

From what I understand you want to convert h.323 to sip in 2911GW before you send it off to the third-party sip-server and vice versa.

 

In this case the 2911GW will become a CUBE gateway and you will have to apply the below commands for that.

 

voice service voip

allow connections h323 to sip

allow connection sip to h323

allow connection h323 to h323

allow connections sip to sip

no ip address trusted authenticate

 

 

After that you will need to match calls coming from your GK on an incoming dial-peer

Dial-peer voice 100 voip
incoming called-number 9000
dtmf-relay h245-alphanumeric
codec g711alaw
!

Now you will need to send this out to the sip-server with correct codec and dtmf(check with your sip-server)

 

dial-peer voice 200 voip
destination-pattern 9000
session protocol sipv2
session target ipv4:sip-server-ip
dtmf-relay rtp-nte
codec g711alaw

 

 

This is basic setup, but in-case you decide to do transcoding don't forget to register your dsp's.

 

For futher information:

 

Have a great one.

 

View solution in original post

1 Reply 1

Hi nannig,

 

From what I understand you want to convert h.323 to sip in 2911GW before you send it off to the third-party sip-server and vice versa.

 

In this case the 2911GW will become a CUBE gateway and you will have to apply the below commands for that.

 

voice service voip

allow connections h323 to sip

allow connection sip to h323

allow connection h323 to h323

allow connections sip to sip

no ip address trusted authenticate

 

 

After that you will need to match calls coming from your GK on an incoming dial-peer

Dial-peer voice 100 voip
incoming called-number 9000
dtmf-relay h245-alphanumeric
codec g711alaw
!

Now you will need to send this out to the sip-server with correct codec and dtmf(check with your sip-server)

 

dial-peer voice 200 voip
destination-pattern 9000
session protocol sipv2
session target ipv4:sip-server-ip
dtmf-relay rtp-nte
codec g711alaw

 

 

This is basic setup, but in-case you decide to do transcoding don't forget to register your dsp's.

 

For futher information:

 

Have a great one.

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: