02-10-2012 02:40 AM - edited 03-16-2019 09:31 AM
Hi to all
We have one CME and one Panasonic KX-TDE 600.we need to integrate these PBX via H323 or via SIP protocol
From my site(CME) i have created one dial peer like the below
i think that we this we are ok from our site right?
Do you know anything about Panasonic site?
its asked me A credentials for the sip but we dont use any credential for the sip trunking, dial peer on CME
FOR THE SIP PART
dial-peer voice 19 voip
destination-pattern 1..
session protocol sipv2
session target ipv4:192.168.10.1
dtmf-relay sip-notify
codec g711ulaw
no vad
FOR THE H323 PART
dial-peer voice 21 voip
destination-pattern 1...
session target ipv4:192.168.10.1
dtmf-relay h245-alphanumeric
REGARDS
Solved! Go to Solution.
02-10-2012 03:19 AM
Hi,
Have a look at this link.
There are a few PANASONIC manuaals here - look down to 600 range
http://www.voicesonic.com/customer/Panasonic-115-KX-TDE100-200-Manuals.html
I reckon the Panasonic KX-TDE 600 will be set up as a SIP trunk as if it is connecting to a Service provider and the CME will emulate the SP.
Regards
Alex
07-10-2012 10:03 AM
Cisco CME is sending the requested authentication:
Proxy-Authorization: Digest username="22210960@bbtb.cyta.com.cy",realm="Registered Users",uri="sip:805@192.168.28.8:5060",response="887ec911f9a1c48a968c6ef7df7
After, in one case the PBX sends 'not found', in another, no repsose.
So, the problem is not caused by Cisco CME.
08-14-2012 11:55 AM
Yea, sure.
On Panasonic I've phone nubmerx 2XX, on CCME - 5XX
Panasonic site (Configuration through PBX UMC)
1) Insert a V-IPGW16 card in your virtual unit (Item - 1.1)
2) Then go to properties of the system unit (righ click on V-IPGW16)
3) Click on gateway settings
4) Fill all fields in first line (specially - IP address in my config it's - 172.16.0.1 (and remember the number of gateway)). According to my example my gate number - "1"
5) Then click on D2IP and write in first column first nubmer of CISCO CME phone numbers, in my config it's - 5, second column next possible amount of numbers befor "5", my config - "2". And the last column - gate number - according to item 4) - gate number - "1"
7)Then item 2.6.1 on PBX UMC, choose third tab (numbers of local PBX). And for example in first line, write the first nubmer of phones, that belong to CME, according to my example, it's - 5.
That's all on Pana site
CCME 2901 (A bit easier than Pana)
---
voice service voip
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
----
voice class codec 1
codec preference 1 g711alaw
codec preference 2 g711ulaw
codec preference 3 g729br8
---
dial-peer voice 1000 voip
destination-pattern 2..
session target ipv4:172.16.0.250
dtmf-relay h245-alphanumeric
---
That's all h.323 - established successfully. Hope it will help you, If you have some difficulties, i'll help;)
Thanks
02-10-2012 03:19 AM
Hi,
Have a look at this link.
There are a few PANASONIC manuaals here - look down to 600 range
http://www.voicesonic.com/customer/Panasonic-115-KX-TDE100-200-Manuals.html
I reckon the Panasonic KX-TDE 600 will be set up as a SIP trunk as if it is connecting to a Service provider and the CME will emulate the SP.
Regards
Alex
02-10-2012 03:22 AM
Hi Alex again
we have a tunnel between two sites
from CME site is any special config that we have to do except dial peer?
Regards
02-10-2012 05:23 AM
Hi,
No as long as the IP routing from the CME to the PAN box is allowed I cant see a tunnel being an issue.
You will need to allow SIP to SIP & H323 internetworking if you have voice mail etc.
!
voice service voip
allow-connections sip to sip
allow-connections sip to h323
allow-connections h323 to sip
allow-connections h323 to h323
!
And may be SIP authentication along the lines of something like this
!
sip-ua
authentication username xyz password xyz realm cisco.com
!
HTH
Alex
Please rate useful posts
07-10-2012 04:07 AM
Hi Alex,
I'm doing the same case.
The issue is like this:
The Panasonic gets a call from the CME and asks for authentication, the CME doesn't sends and and the call is disconnected.
The only option to solve this is to register the Panasonic at the CME.
The CME will act as an SP ( will emulate SP ).
Can you explain me please how to do this?
Thanks a lot.
07-10-2012 04:36 AM
Hi,
Here are a couple of links that may help you
http://www.cisco.com/en/US/docs/ios/12_3/sip/configuration/guide/trouble.html
Regards,
Alex.
Please rate useful posts.
05-05-2017 02:55 AM
It works for me. I added it in CUCM as h323 gateway and it works fine. bothway calls are working fine. I tested it by connecting through CUBE as well. that also works fine. Only the fact is i always considered it as H323 device.
07-10-2012 08:13 AM
There is no need to register CMe in order to support SIP digest authentication.
Just configure authentication under sip-ua.
07-10-2012 08:23 AM
Hi,
Thanks for replies :
Alex, i've looking for, but i've found that the CME has no possiblity to be SIP Proxy.
https://supportforums.cisco.com/thread/92668
Paolo,
See the attached wireshark: when the cisco sends a call to the Panasonic, the Panasonic ask for credentials ( That are configured at the panasonic ) and the cisco doesn't replies.
How i must set at the dial peer the credentials of this one?
http://www.2shared.com/file/HeKo3BK9/2-CYtoIL.html
Other fact : that same Panasonic is registered to an Asterisk with other Sip trunk and the calls there work bi-directional.
Thanks a lot,