Hi Everyone,
I'm using "Zoiper" SIP phone and have 1 router that I'm trying to make a Video SIP to a SIP call. Can someone please help me troubleshoot this configuration?
- It seems to work once the router reloads, but then fails at successive attempts.
- The 5001 rings 5002, but 5002 cannot ring 5001.
- 5002 cannot "hang-up" the call.
- The phones have no audio either at times, other times it works.
- IOS is c2800nm-adventerprisek9-mz.151-4.M9.bin
hostname SIP_RTR
!
!
ip dhcp excluded-address 10.10.0.1 10.10.0.10
!
ip dhcp pool VoiceSIP
network 10.10.0.0 255.255.255.0
default-router 10.10.0.1
option 150 ip 10.10.0.1
!
!
!
voice service voip
allow-connections sip to sip
sip
registrar server
asymmetric payload full
!
!
voice register global
mode cme
source-address 10.10.0.1 port 5060
bandwidth video tias-modifier 512000 negotiate end-to-end
max-dn 20
max-pool 20
authenticate register
create profile sync 0003938649028409
camera
video
!
voice register dn 1
number 5001
allow watch
!
voice register dn 2
number 5002
allow watch
!
voice register pool 1
id mac 1060.4B47.1C77
session-transport tcp
number 1 dn 1
username cisco1 password class1
codec g711ulaw
camera
video
!
voice register pool 2
id mac 0022.645A.8EB4
session-transport tcp
number 1 dn 2
username cisco2 password class2
codec g711ulaw
camera
video
!
username cisco1 password 0 class1
username cisco2 password 0 class2
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
no shutdown
!
!
interface FastEthernet0/0.10
encapsulation dot1Q 10
ip address 10.10.0.1 255.255.255.0
!