cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3486
Views
5
Helpful
10
Replies

CME CallFwdAll Problem

Daniel-nl
Level 1
Level 1

Hello,

I have a Cisco CME 7.1 system and following problem:

Our calls go out through a G.SHDSL line to a SIP trunk, no other lines (e.g. ISDN).

It is possible to call with an IP Phone (7965G, 8.4.2) an external number (like 06761234567), but if the CallFwdAll is activated, and someone from outside (person A) calls my extension (e.g. 100), then person A gets a busy tone.

The same with the call-forward noan command, extension 100 is reachable, and after the timeout suddenly person A gets a busy tone (number in call-forward noan is configured with 906761234567).

It is a similar problem like http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_tech_note09186a0080816cac.shtml, with the difference that the user is not getting a busy tone in this description.

Call Forwarding is enabled, I configured it like it is explained in the CME Admin Guide.

Does anyone have an idea how this CallFwdAll problem can be solved and with which debug commands I can analyze it? If you need more infos please tell me which you need.

Thanks in advance

Daniel

1 Accepted Solution

Accepted Solutions

exonetinf1nity
Level 1
Level 1

Could you try the following please:

Call Forward

When a call comes in on an SIP trunk and gets forwarded (CFNA / CFB / CFA), then the default behavior is for the CME to send the 302 "Moved Temporarily" SIP message to the Service Provider (SP) proxy. The user portion of the Contact Header in the 302 message might need to be translated to reflect a DID that the SP proxy can route to. The host portion of the Contact Header in the 302 message should be modified to reflect the Address of Record (AOR) using the host-registrar CLI under sip-ua and the b2bua CLI under the VoIP dial peer going to the CUE.

Some SIP proxies might not support this. If so, then you need to add this:

Router(config)#voice service voip

Router(conf-voi-serv)#no supplementary-service sip moved-temporarily

Call Transfer

When a call comes in on an SIP trunk to an SCCP Phone or CUE AutoAttendant (AA) and is transferred, the CME by default will send a SIP REFER message to the SP proxy. Most SP Proxy Servers do not support the REFER method. This needs to be configured in order to force the CME to hairpin the call:

Router(config)#voice service voip

Router(conf-voi-serv)#no supplementary-service sip refer

Config Example:

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

http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_configuration_example09186a00808f9666.shtml

HTH

Regards

View solution in original post

10 Replies 10

Brandon Buffin
VIP Alumni
VIP Alumni

Daniel,

Are the incoming calls coming in over the SIP trunk? Do you have the following commands?

voice service voip

allow-connections sip to sip

Hope this helps.

Brandon

Hello Brandon,

yes, incoming calls are coming over the SIP trunk too.

The allow-connections sip to sip command was already configured, this isn't the problem.

Daniel

Does the call forward work if you call from another internal phone?

Brandon

Call forward from inside phone to inside phone is working.

Call forward from inside phone to external number is working.

Call forward from external number to inside phone is working.

Call forward vom external phone to external number is NOT working.

Daniel

Are incoming and outgoing calls on the SIP trunk using the same codec? If not, you'll need a transcoder.

Brandon

Yes, both incoming and outgoing calls use the g711 codec, no transcoding necessary.

Daniel

Are you allowed more than one simultaneous call across the SIP trunk? The scenario that does not work is the only one that has two concurrent calls across the trunk. You might check with your provider to see if they block this functionality as well.

Brandon

exonetinf1nity
Level 1
Level 1

Could you try the following please:

Call Forward

When a call comes in on an SIP trunk and gets forwarded (CFNA / CFB / CFA), then the default behavior is for the CME to send the 302 "Moved Temporarily" SIP message to the Service Provider (SP) proxy. The user portion of the Contact Header in the 302 message might need to be translated to reflect a DID that the SP proxy can route to. The host portion of the Contact Header in the 302 message should be modified to reflect the Address of Record (AOR) using the host-registrar CLI under sip-ua and the b2bua CLI under the VoIP dial peer going to the CUE.

Some SIP proxies might not support this. If so, then you need to add this:

Router(config)#voice service voip

Router(conf-voi-serv)#no supplementary-service sip moved-temporarily

Call Transfer

When a call comes in on an SIP trunk to an SCCP Phone or CUE AutoAttendant (AA) and is transferred, the CME by default will send a SIP REFER message to the SP proxy. Most SP Proxy Servers do not support the REFER method. This needs to be configured in order to force the CME to hairpin the call:

Router(config)#voice service voip

Router(conf-voi-serv)#no supplementary-service sip refer

Config Example:

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

http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_configuration_example09186a00808f9666.shtml

HTH

Regards

You got it, thanks a lot!

Best regards,

Daniel

Glad i could help.

Regards

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: