Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - chadmaynard

Pages: [1] 2 3 ... 5
1
Mitel Software Applications / Re: Copy or export vm greetings
« on: November 15, 2017, 12:58:24 PM »
I know this is an old thread, but in case anyone is looking for a solution in the future:

The NuPoint call flow audio can be downloaded from /usr/vm/audio/store from the server. The audio files are formatted/encoded in Mono 8000Hz 32-bit float Little-endian unsigned 8-bit PCM.

2
Mitel Software Applications / Re: UCA 4.0
« on: March 14, 2011, 04:54:38 PM »
Are you accessing the server by IP or FQDN? Some of the Mitel apps require that you access them by name and can fail if the name resolution doesn't work properly.

3
Mitel Software Applications / Re: MSL/MAS Local Networks
« on: December 05, 2010, 01:36:09 PM »
You should be able to add 0.0.0.0/0.0.0.0 to the Remote Access section which should allow all addresses into the ACLs that apache sets up on the web apps. If that doesn't work just edit the file you need to change in /etc/e-smith/templates/etc/httpd/conf/httpd.conf/ to reflect the ACL you require and anytime the templates get expanded your change will remain intact.

Adding a local network of 0.0.0.0 / 0.0.0.0 pointing [presumably to] the box's existing default route would just create a duplicate default route.

4
Currently (and probably always) this is not possible.

We were hoping for the same thing when we needed to push unique 802.1x to over 3000 5330's. We looked for a way to do it ourselves and spoke to Mitel engineers about it, but there is no way to do this.

5
Mitel MiVoice Business/MCD/3300 / Re: 3300icp vlan
« on: July 26, 2009, 08:05:55 PM »
Quote
Also, 172.16.30.0/24 isn't an rfc1918 network.

I had to stop an look up the RFC.
172.16.0.0      -   172.31.255.255  (172.16/12 prefix) is the actual private space subnet.

172.16.30.0/24 is just subnetting it down further.   Shouldn't be an issue.


That should have read 172.168.30.0/24 isn't a valid rfc1918 network.

6
Mitel MiVoice Business/MCD/3300 / Re: 3300icp vlan
« on: July 13, 2009, 09:16:28 PM »
Also, 172.16.30.0/24 isn't an rfc1918 network.

7
Mitel Software Applications / Re: YA Lite 3.09 + Mitel 5212 Phone
« on: April 26, 2009, 07:18:25 PM »
Yeah 3.X is pretty old. And I remember a lot of stuff not working well in those days.

8
Mitel MiVoice Business/MCD/3300 / Re: Live Business Gateway Help
« on: April 26, 2009, 07:15:56 PM »
What errors do you get? Always include the error messages.

does the IP of the 3300 reverse resolve to pbxdnsname.fqdn.com ? And forward resolve?

It's all just guessing until you show some logs / messages.

9
Mitel MiVoice Business/MCD/3300 / Re: Hyperterminal
« on: April 09, 2009, 10:44:35 PM »
Sounds like technician error to me. If you can see the data coming from the 3300 in HT then VXWorks properly initialized and redirected stdout to the port, which means the software at least thinks the port works.

Maybe flow control was enabled.

10
Mitel Software Applications / Re: ICP3300 development: SX_MakeCall
« on: April 09, 2009, 01:45:19 AM »
Again, you really need to read the docs. You didn't give me enough data for me to give you a meaningful answer. It's generally a good idea to mention what programming language you are using and maybe post some code  and the errors you are getting.

I could answer this question strictly from the documentation, but I would do it with some C code samples and I get the feeling you aren't using C.

11
Perhaps you mean "prototype" ? ANSI C isn't object oriented and doesn't define the word "method" or phrase "method signature" because they are OO concepts. They are instead called "functions" and "prototypes" define the parameters that a function will receive.

Also, you shouldn't be writing code off of other people's examples. You should read the documentation so that you know how to handle every case that needs to be handled in your situation.

Anyway, callback functions (which is what you are asking about, right?) use the same key-value tuples that are defined throughout the rest of the mitai client library. Read the documentation and defined your callback to receive the necessary NULL-terminated args list.

12
Mitel MiVoice Business/MCD/3300 / Re: Harddisk
« on: April 02, 2009, 10:26:54 PM »
Are you asking about raid or just formatting a new disk and loading software on it?

13
It's just a general cannot connect error. It indicates some socket level error. It should be trivial to debug if you wrote decent code.

A few ideas:
a.) Personal firewall
b.) Real firewall or other network configuration issue (routing)
c.) Is there more than one network adapter in the problematic PC? If so, what's the binding order?
d.) Typo? Trying to connect to the wrong host

Also: This should be in the Application area since it has nothing to do with the 3300. Maybe Chak can move us?

14
Mitel MiVoice Business/MCD/3300 / Re: Mitel IP 3300 ICP and Sip Trunks
« on: March 19, 2009, 01:02:53 AM »
I haven't had any trouble with sip trunks lately (probably since 9.0).

15
Mitel MiVoice Business/MCD/3300 / Re: 5550 IPconsole
« on: March 16, 2009, 03:24:19 PM »
Quote
IP address of the 3300 -   IP:192.168.24.1/Subnet:255.255.255.0/Gateway:192.168.20.1(this is a network core switch IP address)

If this is correct then your 3300 can't route to 192.168.26.0/24 (or anywhere for that matter).

Pages: [1] 2 3 ... 5