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

VoIP issue with 881

iosolutions1
Level 1
Level 1

Hi,

I have a strange issue with outgoing calles when connected to cisco 881.

I got an IPphone (cisco SPA502G) which is registered to our SipServer (Public IP Server). in the past we had the 871 unit and everything was OK.

since we replaced it with the new 881, I cannot make outgoing calles only incoming works.

the configuration is the same and very simple with no special NAT for the IP Phone:

interface FastEthernet4

description ### WAN ###

ip address X.X.X.X 255.255.255.248

ip nat outside

!

interface Vlan1

ip address 192.168.10.1 255.255.255.0

ip nat inside

!

ip route 0.0.0.0 0.0.0.0 X.X.X.X

!

ip nat inside source list 1 interface FastEthernet4 overload

!

access-list 1 remark LAN NAT

access-list 1 permit 192.168.10.0 0.0.0.255

Is there something specific which is needed for the VoIP on the new 800 serias ?

Thanx,

   Arik

1 Reply 1

arwanadesign
Level 1
Level 1

Ancient post but just incase anyone else stumbles across this, you could try disabling SIP ALG on the 881 by including the following:

 

no ip nat service sip udp port 5060

 

(or whatever SIP port you are using)

 

cheers