Author Topic: mitel 5000 -- Asterisk  (Read 5386 times)

Offline cgashlin01

  • Jr. Member
  • **
  • Posts: 67
  • Country: us
  • Karma: +0/-0
    • View Profile
Re: mitel 5000 -- Asterisk
« Reply #15 on: May 28, 2015, 12:37:57 PM »
It will be a registration both ways. So that the mitel can talk to the asterisk and the asterisk can talk to the Mitel. I will double check my registar settings but I believe I had them set as well.


Thanks


Offline cgashlin01

  • Jr. Member
  • **
  • Posts: 67
  • Country: us
  • Karma: +0/-0
    • View Profile
Re: mitel 5000 -- Asterisk
« Reply #16 on: May 28, 2015, 01:08:53 PM »
See attached. I have it configured but still nothing.

Offline cgashlin01

  • Jr. Member
  • **
  • Posts: 67
  • Country: us
  • Karma: +0/-0
    • View Profile
Re: mitel 5000 -- Asterisk
« Reply #17 on: May 28, 2015, 01:21:25 PM »
Awesome it randomly started working. Not sure why all of a sudden. Definitely saving that configuration.


Our Mitel engineer wouldn't even respond

Offline Tech Electronics

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2976
  • Country: us
  • Karma: +86/-1
    • View Profile
Re: mitel 5000 -- Asterisk
« Reply #18 on: May 28, 2015, 02:04:00 PM »
cgashlin01,

SIP Registration should only happen one way: from client to registrar. From your picture I would assume that 192.168.0.6 is the IP address of the Asterisk Server.

Have you performed a Wireshark Capture to see what is happening when the 5000 tries to register with the Asterisk Server?

I also went through the document and recreated the Asterisk side for the Trunking and have started creating a document for the 5000 side that I will post. When I do go over it and make sure it is what you have and if something needs to be changed on it.

Name: mitel-a
 PEER
 username=mitel
 secret=Passw0rd1
 host= 192.168.1.121
 context=from-internal
 nat=never <--Only if you are on the same network
 dtmfmode=rfc2833
 type=peer
 allow=all
 port=5060

User Context: from-mitel-a

USER:
 username=mitel
 secret=Passw0rd1
 type=peer
 reinvite=yes
 port=5060
 insecure=very
 nat=never
 host=192.168.1.121
 fromdomain= 192.168.1.121
 dtmfmode=rfc2833
 context=from-trunk
 allow=all

Thanks,

TE

Offline Tech Electronics

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2976
  • Country: us
  • Karma: +86/-1
    • View Profile
Re: mitel 5000 -- Asterisk
« Reply #19 on: May 28, 2015, 03:33:48 PM »
cgashlin01,

Here is a document that I modified for integrating a 5000 to a 3300. Hopefully this is a good starting point to creating one for Asterisk.

Thanks,

TE


 

Sitemap 1 2 3 4 5 6 7 8 9 10