
In working with the UC520 and using the configuration tool, I think I found a bug. I set up an Internet based SIP provider and the default firewall configuration on the UC 520 worked fine for incoming calls to phones but calls to the Auto Attendant failed. Calls transferred to Voicemail failed as well. To fix this I had to do two things.
Allow SIP to SIP hairpins
Type in
Config T
voice service voip
allow sip to sip
Allow SIP through the firewall to the Unity Express Module
If you are using the default firewall configuration you may need to allow calls that now seem to be originating from the outside interface to be allowed through the access list on the service engine interface.
to accomplish this I did the following:
Turned on inspection for inbound SIP requests to allow media channels to come through the firewall.
Config T
ip inspect name voip sip
interface Integrated-Service-Engine0/0
ip inspect voip in
Next I had to modify the acess list on the service engine interface to allow inbound SIP.
I added a line that looked like. access-list 102 permit udp any any eq 5060
(I actually copied the associated access-list, changed it in notepad and put it in with a new access list number. I then used the command access-group NEWlist# in to assoiate it with the interface.
Now, This might be just because I set up a DMZ as well on my firewall during install, I'm not sure.
As always back up your configuration before you modify it.
Comments
I'm going crazy with this SIp
Is there some configuration guide for SIP TRUNK configuration.
! voice service voip
!
voice service voip
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
fax protocol none
h323
call start slow
sip
bind control source-interface FastEthernet0/1
bind media source-interface FastEthernet0/1
transport switch udp tcp
!
!
voice translation-profile incomingKopfnummer
translate called 2
!
voice translation-profile outgoingAUSTRIA
translate calling 4
translate called 3
!
!
dial-peer voice 20 voip
translation-profile incoming incomingKopfnummer
translation-profile outgoing outgoingAUSTRIA
destination-pattern 0T
voice-class sip transport switch udp tcp
session protocol sipv2
session target ipv4:192.133.109.67
dtmf-relay sip-notify
codec g711alaw
fax rate disable
no vad
!
!
sip-ua
credentials username s720700929 password 070E2C494C084B realm asterix.internic.at
authentication username s720700929 password 7 104F041C071640 realm asterix.internic.at
max-forwards 65
retry invite 1
retry bye 1
retry register 10
timers connect 100
timers connection aging 15
timers hold 120
timers register 100
registrar ipv4:192.133.109.67 expires 3600
offer call-hold conn-addr
!
Inbound SIP not working
I used generic SIP and entered required information. My access list automatically had the lines in this post in the config. Oddly, all my phones can make outbound calls, but inbound calls are not working. I've tried taking the config to factory defaults and entering SIP config again. Outbounds calls work okay, but still no inbound calls. There are no CCSSIP error messsges. No ACL errors.
You wuld think the problem was with the SIP provider, but these exact same settings on a Linksys SPA9000 work fine, both inbound and outbound.
Any ideas?
Have you tried removing the firewall
Have you tried totally dropping your firewall for a test?
Additional Firewall FuPaw
SIP Provider: Vitelity
Could not hear voice on either end of incoming call. The problem was that we configured IP address on the ASA with a name. The fixup was going out @UC500-Outside instead of the IP address to the SIP provider. Remove the name (do it in the CLI to retain the IP address for your access-lists) and the problem was resolved...
Found this issue
My SIP trunk provider needs "+" to register the DID. CCA will not let you put a + in Auto Attendant PSTN number, so I went into CCI and added it to the ephone-dn for the number. Then it worked.
Sample config
Does any one have a sample comfit on how to connect to Vonage sip phone?
Yeah me too. I have got most
Yeah me too. I have got most of my UC500 working except outbound calls via my SIP provider. I think I have my dial-peers wrong for outbound SIP calls so anyone with some working config examples would be great.
SIP Outbound calls
Yeah me too. I have got most of my UC500 working using CCA and CLI afterwards except outbound calls via my SIP provider. I think I have my dial-peers wrong for outbound SIP calls so anyone with some working config examples would be great.