Pantel VoIP door phone with UC520

I am trying to connect a Pantel VoIP door phone (one-button model) to my UC520 that is currently in production. I have followed some other posts here to modify config to allow for SIP to SIP communication. However, 2 things still bother me;

1. Door phone has an IP on the data network - If I try to statically assign an IP from the voice network, I lose connectivity. Stupid quesiton, but door phone needs to have an IP on my voice network, correct?

2. Phone registers with UC520. Tested yields a busy signal when the button is pressed.

Below is the config (modified for SIP use) that is currently in place. Can anyone shed some light on this issue?

Thanks,

Paul-

voice service voip
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
supplementary-service h450.12
fax protocol none
modem passthrough nse codec g711ulaw
sip
registrar server expires max 1200 min 300
no update-callerid
!
!
voice class codec 1
codec preference 1 g711ulaw
codec preference 2 g729r8
!
!
!
!
!
!
!
!
!
!
voice register global
mode cme
source-address 10.1.1.1 port 5060
max-dn 1
max-pool 1
authenticate register
time-format 24
date-format D/M/Y
voicemail 90
file text
create profile sync 0246360689430548
!
voice register dn 1
number 210
allow watch
name Pantel SIP
label 210
!
voice register pool 1
id mac 0050.C26F.13DF
number 1 dn 1
dtmf-relay sip-notify
username 210 password 123456
codec g711ulaw

0
Your rating: None
pmountcastle's picture

UC520LA01#sh sip status SIP

UC520LA01#sh sip status
SIP User Agent Status
SIP User Agent for UDP : ENABLED
SIP User Agent for TCP : ENABLED

SIP User Agent for TLS over TCP : ENABLED
SIP User Agent bind status(signaling): DISABLED
SIP User Agent bind status(media): DISABLED
SIP early-media for 180 responses with SDP: ENABLED
SIP max-forwards : 70
SIP DNS SRV version: 2 (rfc 2782)
NAT Settings for the SIP-UA
Role in SDP: NONE
Check media source packets: DISABLED
Maximum duration for a telephone-event in NOTIFYs: 2000 ms
SIP support for ISDN SUSPEND/RESUME: ENABLED
Redirection (3xx) message handling: ENABLED
Reason Header will override Response/Request Codes: DISABLED
Out-of-dialog Refer: DISABLED
Presence support is DISABLED

SDP application configuration:
Version line (v=) required
Owner line (o=) required
Timespec line (t=) required
Media supported: audio image
Network types supported: IN
Address types supported: IP4
Transport types supported: RTP/AVP udptl

Paul-

pmountcastle's picture

Update 2

Please see below. Do I need to enabled signaling?

UC520LA01#sh sip status
SIP User Agent Status
SIP User Agent for UDP : ENABLED
SIP User Agent for TCP : ENABLED

SIP User Agent for TLS over TCP : ENABLED
SIP User Agent bind status(signaling): DISABLED
SIP User Agent bind status(media): DISABLED
SIP early-media for 180 responses with SDP: ENABLED
SIP max-forwards : 70
SIP DNS SRV version: 2 (rfc 2782)
NAT Settings for the SIP-UA
Role in SDP: NONE
Check media source packets: DISABLED
Maximum duration for a telephone-event in NOTIFYs: 2000 ms
SIP support for ISDN SUSPEND/RESUME: ENABLED
Redirection (3xx) message handling: ENABLED
Reason Header will override Response/Request Codes: DISABLED
Out-of-dialog Refer: DISABLED
Presence support is DISABLED

SDP application configuration:
Version line (v=) required
Owner line (o=) required
Timespec line (t=) required
Media supported: audio image
Network types supported: IN
Address types supported: IP4
Transport types supported: RTP/AVP udptl

Paul-

pmountcastle's picture

Update

I did more shooting in the dark and added the following:

UC520LA01#config t
UC520LA01(config)#sip
UC520LA01(config-sip-ua)#credentials username pancode password 654321 realm 10.1.1.1

Customer now able to place calls from door phone to internal extension; however, when fully tested with door lock, it appears that the tone for the key pressed (8 in our case) does not get back to the door phone to release the lock. I've modified the DTMF signaling to transparent, but have not tested yet.

Has anyone configured signaling from a SCCP phone back to a SIP phone successfully?

Thanks,

Paul-

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.