cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1405
Views
0
Helpful
4
Replies

Third Party SIP Phone Config

mike
Level 1
Level 1

Good afternoon all,

I have a client that I am trying to program a Gai-Tronic Titan Phone on thier Cisco phone system. The system has the following:

Cisco 2851 Revision 53.51

IOS Version 12.4(24)T2

CME Version 7.1

Unity Express 7.0.3

Anything I do in CME is by CLI.

After some trial and error, I was able to get the phone to show up in Unity Express. When picking up the reciever, we get nothing but a fast busy signal. I am sure I am missing something somewhere.

Is there anyone out there that has setup one of these phones that might be able to help out?

Here is the programming I have so far for the Titan Phone:

ephone-dn  37  dual-line

number 700 secondary 1234567890

label Titan Phone

description Titan Phone

name Titan

call-forward busy 1000

call-forward noan 1000 timeout 15

hold-alert 30 originator

ephone  70

mac-address 0017.AE01.02AB

username "titan" password ********

Again, any help would be appreciated.

Thanks

Mike

4 Replies 4

barry
Level 7
Level 7

Hi Mike

Forget ephones and ephone-dns. Those are for SCCP devices.

You'll need to use "voice register" command as these are for SIP devices:

voice register pool  1

id mac 0100.1302.0E83

type 7912

dtmf-relay sip-notify

  codec g711ulaw

number 1 dn 1

!

voice register dn  1

number 237

name BarryE61

no-reg

label BarryE61!

HTH. Barry

Thanks for the reply Barry, I ended up finding some information stating the same thing. Using the voice register instead of ephones. I will try your suggestion and let you know how it goes.

Thanks again.

Mike

I ended up programming the system based off of your above post. Here is what I added to the conifg....

!

voice register global

mode cme

source-address 10.170.130.250 port 5060

max-dn 10

max-pool 10

hold-alert

!

voice register dn  1

number 700

name titan password *******

no-reg

label Titan

!

voice register pool  1

id mac 0017.AE01.02AB

type 7912

number 1 dn 1

dtmf-relay sip-notify

codec g711ulaw

The problem is, when I do a sh voice register pool 1, it doesn't show any phones registered. Am I missing something? I am not currently on-site. I am going to have someone at the facility check the phone tomorrow morning first thing to see if it's working. If there is something in the code I am missing, please let me know.

Thanks

Mike

Hi Mike

It's been a long time since I've done this.

the attached link is still around from when I got a SIP client on a Nokia E61 working.

http://polydistortion.net/monkey/archives/2006/11/16/003924.html

The major issue I had was when the handset was on a different subnet to the CME. I had to create a manual ARP entry on CME the handset - even though the IP address was on a different subnet.

HTH. Barry