Thanks for all the effort Paul.

I read a list of things that "changed" with 3.2, but never saw the
provisioning spreadsheet. I really feel as though other parameters
have changed. I don't understand why this is a closely guarded
corporate secret document.

On Thu, Sep 15, 2011 at 2:42 AM,  <[email protected]> wrote:
> Hi Cyril, Tony,
>
> The change I made only addresses the XMPP domain that is sent to Bria.
>
> Bria 3.2.1 (maybe even 3.2 and higher):
> If you use these changes you can support Bria's with decent SRV and
> authentication support (Bria 3.2.1>) without fiddling anything.
>
> Bria 3.1 (or 3.2) and lower:
> Change the XMPP domain back to the FQHN and all is back to as it was before.
> (As it says in the description)
>
> This change won't support changes to the way webdav works in 3.2 and higher
> because we don't know what changes have been made.
> I am still knocking on Counterpaths doors about this every now and then, but
> XMPP is too unstable in Bria for me anyhow, they need to fix that first.
> So for webdav SipX supports 3.1< only and for XMPP it's 3.2.1>, all in the
> same files.
> Once the webdav support for 3.2.1> is sorted we can remove the XMPP domain
> from the configuration page again because it will always be the sip domain.
>
> As upgrades within versions are free I think it's fair to have provisioning
> files for the latest working 3.x only.
> (As long as Counterpath won't start breaking things (again)).
>
>
> BTW: Sorry for the edit error, I modified the files after I tested them to
> indicate where the changes were made, me stupid!
>
> Tony Graziano <[email protected]> wrote on 14-09-2011 23:07:23:
>
>> again there are other changes to 3.2.  the general consensus...
>> there is none.
>> maintain 3.2.1 and 3.2 as separate plugins or choose the version at
>> creation?
>> how can we write the 3.22. version without the list of changes and
>> to fully test?
>> On Sep 14, 2011 5:00 PM, "cyril constantin" <[email protected]
>> > wrote:
>> > Hey Guys,
>> >
>> > Good job Paul, I've tested your files, there was only one bug due to a
>> > missing #end after ## END XMPP domain MOD by PS because you forgot to
>> > close
>> > "#foreach ($xmpp_account in $line_xmpp_settings)" in counterpath.ini.vm,
>> > so
>> > when I've sent the profiles it was crashing.
>> >
>> > I have attached the file corrected.
>> >
>> > So now it working great for me, my xmpp account in Bria is now using my
>> > domain, and I'm able to use Instant Message under Bria.
>> >
>> > Why not just add a profile for 3.2.1 and keep the existing profilefor
>> > older
>> > version in the GUI, like two different phone model ?
>> >
>> > Thanks a lot for that work, that's perfect !
>> >
>> > Best Regards.
>> >
>> > Cyril CONSTANTIN
>> >
>> >
>> > 2011/9/14 Tony Graziano <[email protected]>
>> >
>> >> maybe ... but...
>> >>
>> >> for 3.2 there were presence and other changes and it then
>> >> becomesdifficult
>> >> to break pre 3.2 folks in favor of 3.2 without putting some time
>> together to
>> >> address both "versions" and all the changes collectively (IMO).
>> >>
>> >>
>> >> On Wed, Sep 14, 2011 at 9:59 AM, <[email protected]> wrote:
>> >>
>> >>> This should work as well:
>> >>>
>> >>> #foreach ($setting in $xmpp_account)
>> >>> proxies:proxy${line_index}:#generate_setting($setting)
>> >>> #end
>> >>>
>> >>>
>> >>> With the added modification of the line.xml and line.properties the
>> >>> XMPP
>> >>> domain is fully configurable:
>> >>>
>> >>>
>> >>>
>> >>> If you want this put the following files in /etc/sipxpbx/counterpath
>> >>>
>> >>> Maybe this can be included in a patch?
>> >>>
>> >>> Paul
>> >>>
>> >>>
>> >>>
>> >>> Kyle Haefner <[email protected]> wrote on 13-09-2011
>> >>> 21:40:00:
>> >>>
>> >>>
>> >>> > This works for me. I'm sure there is a variable that is mapped to
>> >>> > the
>> >>> > domain, but I'm not sure what it is. (file:
>> >>> > /etc/sipxpbx/counterpath/counterpath.ini.vm)
>> >>> >
>> >>> > #set ($last_sip_line_index = $line_index)
>> >>> > #foreach ($xmpp_account in $line_xmpp_settings)
>> >>> > #set ($line_index = $last_sip_line_index + $velocityCount)
>> >>> > #foreach ($setting in $xmpp_account)
>> >>> > #if ($setting.name == "domain")
>> >>> > proxies:proxy${line_index}:domain="example.com"
>> >>> > #else
>> >>> > proxies:proxy${line_index}:#generate_setting($setting)
>> >>> > #end
>> >>> > #end
>> >>> > #end
>> >>> > #set ($starting_filling_line = $line_index + 1)
>> >>> > #set ($ending_filling_line = $max_lines * 2 - 1)
>> >>> > #if ($starting_filling_line <= $ending_filling_line)
>> >>> > #foreach ($line_index in
>> >>> > [$starting_filling_line..$ending_filling_line])
>> >>> > proxies:proxy${line_index}:enabled="false"
>> >>> > proxies:proxy${line_index}:username=""
>> >>> > proxies:proxy${line_index}:domain=""
>> >>> > proxies:proxy${line_index}:password=""
>> >>> >
>> >>> > Kyle
>> >>> >
>> >>> > On Mon, Sep 12, 2011 at 11:05 AM, Tony Graziano
>> >>> > <[email protected]> wrote:
>> >>> > > yes, it needs to be dealt with in sipxconfig and the counterpath
>> >>> > template. in order to do so it really requires seeing what else has
>> >>> > changed so 6 changes don;t have to take place over 6 months though.
>> >>> > >
>> >>> > > Anyone want to sweet talk counterpath?
>> >>> > >
>> >>> > > On Mon, Sep 12, 2011 at 12:35 PM, <[email protected]<
>> >>> >
>> >>>
> mailto:[email protected] <[email protected]>>> wrote:
>> >>>
>> >>> > > I tried to hack the XMPP domain, hacking in the GUI was easy, I
>> >>> > can enter any value there, but it won't show up in the provisioning
>> >>> file.
>> >>> > > So the value populated in the ini file is not the value configured
>> >>> > as XMPP domain for Bria, it really takes the hostname.
>> >>> > > (Actually the default value for the Bria XMPP domain is just that
>> >>> > and not the hostname)
>> >>> > > So the change from XMPP domain to FQHN happens somewhere beyond
>> >>> > the GUI and beyond me.
>> >>> > > Sorry, but this needs to be solved by a coder.
>> >>> > >
>> >>> > > Paul
>> >>> > >
>> >>> > > [email protected]<
>> >>>
> mailto:[email protected] <[email protected]>> wrote on 12-09-2011
>> >>> 10:10:08:
>> >>>
>> >>> > >
>> >>> > >
>> >>> > >> I also don't have a spreadsheet for 3.2.
>> >>> > >> Asked for it somewhere in May (this year ;-).
>> >>> > >> I will have a look at the provisioning files to see whether it is
>> >>> > >> easy to hack.
>> >>> > >> I would prefer to have a choice for FQHN or XMPP domain instead
>> >>> > >> of
>> >>> > >> forcing everyone over to 3.2.1
>> >>> > >> (probably, I don't know which version of Bria is required).
>> >>> > >>
>> >>> > >> If there only would be a company that would make something
>> >>> > >> similar
>> >>> > >> to Bria AND support it decently,
>> >>> > >> but I don't even know of any other softphone that can be
>> >>> > provisionedproperly.
>> >>> > >>
>> >>> > >> We are still using it, mainly to enable quality video
>> >>> > >> conferencing
>> >>> > >> for a more then reasonable price (compared to Ciscoberg).
>> >>> > >>
>> >>> > >> Paul
>> >>> > >>
>> >>> > >> Tony Graziano <[email protected]<
>> >>> >
>> >>>
> mailto:[email protected] <[email protected]>>>
>> >>> wrote on 10-09-2011 16:21:36:
>> >>>
>> >>> > >>
>> >>> > >> > The last spreadsheet I had was for version 3.0r1
>> >>> > >> >
>> >>> > >> > "SIP and XMPP.
>> >>> > >> > In SIP, the domain name, host name, or IP address of the
>> >>> > >> > outbound
>> >>> > >> > proxy. See the use_proxy_for_outbound_calls setting for
>> >>> > >> > details.
>> >>> If
>> >>> > >> > empty, domain host name will be queried via DNS (NAPTR/srv) to
>> >>> > >> > determine the proxy server.
>> >>> > >> >
>> >>> > >> > In XMPP, traffic will be sent via this address, if it is
>> >>> > >> > specified;
>> >>> > >> > otherwise, traffic will be sent via the address specified in
>> >>> > >> > the
>> >>> > >> > proxies:proxyn:domain setting."
>> >>> > >> >
>> >>> > >> > I see there is a "whats changed" in 3.2. I see there is a lot
>> >>> > >> > of
>> >>> > >> > changes, so can anyone yank the provisioning spreadsheet out of
>> >>> > >> > counterpath? They don't provide that publicly and it would be
>> >>> > >> > impractical to tackle even some of the smallest changes
>> >>> > >> > withoutit
>> >>> (IMO).
>> >>>
>> >>> > >> >
>> >>> > >> > I don't know how to specify overcoming the behavior with
>> >>> > >> > bria/xmpp/
>> >>> > >> > srv in 3.2 without the spreadsheet for 3.2. I have reviewed the
>> >>> > >> > publicly available resources for Bria 3.2. There are changes.
>> >>> > >> > This
>> >>> > >> > might require the need for two different configuration files
>> >>> > >> > (bria
>> >>> > >> > 3.1x and 3.2x) or force everyone now using bria to 3.2 configs/
>> >>> > >> > phones (does anyone actually use it).
>> >>> > >> >
>> >>> > >> > On Fri, Sep 9, 2011 at 1:31 PM, Tony Graziano
>> >>> > <[email protected]<
>> >>>
> mailto:[email protected] <[email protected]>>
>> >>>
>> >>> > >> > > wrote:
>> >>> > >> > if anyone has the spreadsheet i will show you how to make that
>> >>> > >> > change to the counterpath template on your system (i think).
>> >>> > >> >
>> >>> > >>
>> >>> > >> > On Fri, Sep 9, 2011 at 12:06 PM, cyril constantin
>> >>> > >> <[email protected]<
>> >>>
> mailto:[email protected] <[email protected]>>
>> >>>
>> >>> > >> > > wrote:
>> >>> > >> > I have opened a JIRA
>> >>> > >> >
>> >>> > >>
>> >>> > >> > 2011/9/9 Michael Picher <[email protected]<
>> >>>
> mailto:[email protected] <[email protected]>>>
>> >>>
>> >>> > >> > i don't think anybody committed to that... i think Paul said
>> >>> > >> > he'd
>> >>> > >> > try it but he's not a dev.
>> >>> > >> >
>> >>> > >> > If you want to commit some code you could post it to that Jira
>> >>> > >> > and
>> >>> > >> > it can be considered.
>> >>> > >> >
>> >>> > >> > Thanks,
>> >>> > >> > Mike
>> >>> > >> >
>> >>> > >>
>> >>> > >> > On Fri, Sep 9, 2011 at 11:46 AM, cyril constantin
>> >>> > >> <[email protected]<
>> >>>
> mailto:[email protected] <[email protected]>>
>> >>>
>> >>> > >> > > wrote:
>> >>> > >> > Ok cool so I was raising a JIRA do I need to continue ? If you
>> >>> > >> > fix
>> >>> > >> > it next week does it will be included into #Update 11 ?
>> >>> > >> >
>> >>> > >> > because I really need it for my production :)
>> >>> > >> >
>> >>> > >> > Thanks a lot for your feedback guys.
>> >>> > >> >
>> >>> > >> > Regards
>> >>> > >>
>> >>> > >> > 2011/9/9 <[email protected]<
>> >>>
> mailto:[email protected] <[email protected]>>>
>> >>>
>> >>> > >> >
>> >>> > >> > This is what Robert had to say about it:
>> >>> > >> > Me:
>> >>> > >> > > Other point: when Counterpath fixes the problem is the
>> >>> > >> > > provisioning of Bria then still OK?
>> >>> > >> > > If I am not mistaken Sipx now delivers
>> >>> > >> > > proxies:proxy1:domain="FQDN"
>> >>> > >> > > and it should be
>> >>> > >> > > proxies:proxy1:domain="Sipx/XMPP domain"
>> >>> > >> > >
>> >>> > >> > > So I think it would be nice to create a boolean in SipX in
>> >>> > >> > > the Bria Pro phone group to be able to change to Sipx/XMPP
>> >>> domain.
>> >>> > >> > > Otherwise we will still be stuck when the problem is fixed on
>> >>> > >> > > their side.
>> >>> > >> > Robert:
>> >>> > >> > When a Bria version comes out with the XMPP bug fixed, we will
>> >>> > >> > change the provisioning back to provide the XMPP domain instead
>> >>> > >> > of
>> >>> > >> > the FQDN and we will stop supporting older 'broken' versions.
>> >>> > >> >
>> >>> > >> > If I find the time I will try to test the sip-domain == XMPP
>> >>> > >> > domain
>> >>> > >> > != FQHN with Bria next week as well.
>> >>> > >> >
>> >>> > >> >
>> >>> > >> > Michael Picher <[email protected]<
>> >>>
> mailto:[email protected] <[email protected]>>>
>> >>> > wrote on 09-09-2011 17:16:06:
>> >>> > >> >
>> >>> > >> >
>> >>> > >> >
>> >>> > >> > > I'd open a Jira if you think there's something to be
>> >>> > >> > > improved...
>> >>> > >> >
>> >>> > >> > >
>> >>> > >> > >
>> >>> > >
>> >>>
> http://track.sipfoundry.org<http://track.sipfoundry.org/>
>> >>>
>> >>> > >> > >
>> >>> > >> > >
>> >>> > >> >
>> >>> > >> > > On Fri, Sep 9, 2011 at 11:11 AM, cyril constantin <
>> >>> > >> > [email protected]<
>> >>>
> mailto:[email protected] <[email protected]>>
>> >>>
>> >>> > >> > > > wrote:
>> >>> > >> > > Yes I have simply created an XMPP account on Bria by
>> >>> > >> > > specifying
>> >>> only
>> >>> > >> > > my domain name, so webcti.local and it works pretty well.
>> >>> > >> > >
>> >>> > >> > > So I think that it's just necessary to change on sipxecs side
>> >>> > >> > > the
>> >>> > >> > > provisioning feature for providing for XMPP account the
>> >>> > >> > > domain.
>> >>> > >> > >
>> >>> > >> > > Regards
>> >>> > >> > >
>> >>> > >> >
>> >>> > >> > > 2011/9/9 Tony Graziano <[email protected]<
>> >>> >
>> >>>
> mailto:[email protected] <[email protected]>>>
>> >>>
>> >>> > >> > > do you have something from counterpath saying they support
>> >>> > >> > > SRV?
>> >>> > >> > >
>> >>> > >> > > i would re-read paul's last post about SRV lookups. I would
>> >>> confirm
>> >>> > >> > > this with Counterpath. I would then ask them for their
>> >>> provisioning
>> >>> > >> > > datasheet in case there are additional parameters to add
>> >>> > >> > > there.
>> >>> Try
>> >>> > >> > > to see if you can do a manual xmpp only account (like gmail)
>> >>> without
>> >>> > >> > > specifying hostname.
>> >>> > >> > >
>> >>> > >> > > we "should" have the new provisioning "spreadsheet" from them
>> >>> > >> > > if
>> >>> we
>> >>> > >> > > need to make changes instead of aiming in the dark.
>> >>> > >> > >
>> >>> > >> >
>> >>> > >> > > On Fri, Sep 9, 2011 at 10:59 AM, cyril constantin <
>> >>> > >> > [email protected]<
>> >>>
> mailto:[email protected] <[email protected]>>
>> >>>
>> >>> > >> > > > wrote:
>> >>> > >> > > it looks that Bria is supporting XMPP SRV so I don't
>> >>> > >> > > understand
>> >>> why
>> >>> > >> > > provisioning is pushing hostname for the Domain part instead
>> >>> > >> > > of
>> >>> the
>> >>> > >> > > Domain name only.
>> >>> > >> > >
>> >>> > >> > > I have change manually the configuration into Bria from
>> >>> > >> > > ps0sipx01.webcti.local to webcti.local and I register again
>> >>> > >> > > and
>> >>> then
>> >>> > >> > > I can see SRV query from Bria
>> >>> > >> > >
>> >>> > >> > > I did wireshark traces and I can see :
>> >>> > >> > >
>> >>> > >> > > Standard Query SRV _xmpp-client.tcp.webcti.local
>> >>> > >> > > Standard query response SRV 1 0 5222 ps0sipx01.webcti.local
>> >>> > >> > >
>> >>> > >> > > So it looks for me normal to change the way how work
>> >>> > >> > > provisioning
>> >>> by
>> >>> > >> > > sending Domain instead of hostname and it make sense to
>> >>> > >> > > provide
>> >>> to
>> >>> > >> > > Bria the domain name instead of hostname where is hosted
>> >>> > >> > > Openfire
>> >>> as
>> >>> > >> > > Bria is able to do SRV query.
>> >>> > >> > >
>> >>> > >> > > It was maybe insteresting to provide hostname with older
>> >>> > >> > > version
>> >>> of
>> >>> > >> > > Bria but now it looks able to resolve SRV so you should
>> >>> > >> > > provide
>> >>> > >> > > domain instead of hostname.
>> >>> > >> > >
>> >>> > >> > > Let me know if I'm wrong.
>> >>> > >> > >
>> >>> > >> > > Best Regards.
>> >>> > >> > >
>> >>> > >> > > Cyril
>> >>> > >> > >
>> >>> > >> > > 2011/9/9 Tony Graziano <[email protected]<
>> >>> >
>> >>>
> mailto:[email protected] <[email protected]>>>
>> >>>
>> >>> > >> > > I would refrain from making the domain and host the same.
>> >>> > >> > > On Sep 9, 2011 10:26 AM, <[email protected]<
>> >>>
> mailto:[email protected] <[email protected]>
>> >>>
>> >>> > >> wrote:
>> >>> > >> > > > Hi Cyril,
>> >>> > >> > > >
>> >>> > >> > > > You really should bang Counterpath on their heads, they are
>> >>> > >> > > > not
>> >>> > >> > doing what
>> >>> > >> > > > they should be doing.
>> >>> > >> > > > If I use XMPP on Bria I lose the XMPP session 5 to 10 times
>> >>> > >> > > > a
>> >>> > >> > day, so it's
>> >>> > >> > > > not useable anyhow.
>> >>> > >> > > > Some people have less issues, but that's probably because
>> >>> > >> > > > they
>> >>> > >> only added
>> >>> > >> > > > 2 or 3 XMPP contacts.
>> >>> > >> > > >
>> >>> > >> > > > But on the XMPP case, here is a note that I send to them a
>> >>> > >> long time ago
>> >>> > >> > > > (december 2010):
>> >>> > >> > > > Hi,
>> >>> > >> > > >
>> >>> > >> > > > On request of Sylvain I report this problem with XMPP.
>> >>> > >> > > >
>> >>> > >> > > > When using XMPP in Bria we seem to be seeing a strange
>> >>> behavior.
>> >>> > >> > > > As most XMPP traffic is encrypted I don't know what exactly
>> >>> > goes wrong.
>> >>> > >> > > >
>> >>> > >> > > > In my opinion it should be possible to have an XMPP domain
>> >>> > (SRV record)
>> >>> > >> > > > that is not equal to a Host name (A-record).
>> >>> > >> > > >
>> >>> > >> > > > In the attached trace xmppEQsip2.pcap you can see what
>> >>> > >> > > > happens
>> >>> > >> > if the xmpp
>> >>> > >> > > > domain field in Bria actually has a domain name configured
>> >>> > (that is the
>> >>> > >> > > > same as the sip domain).
>> >>> > >> > > > -first an SRV lookup of the domain is performed, returning
>> >>> > an A record
>> >>> > >> > > > - the A record is resolved
>> >>> > >> > > > - a session is set up to the correct address
>> >>> > >> > > > - some, partly encrypted, xmpp traffic flows
>> >>> > >> > > > - session is ended by the client
>> >>> > >> > > >
>> >>> > >> > > > In the second attached trace xmppEQhost2.pcap you can see
>> >>> > >> > > > what
>> >>> > >> happens if
>> >>> > >> > > > the xmpp domain field in Bria equals the hostname of the
>> >>> > >> > > > XMPP
>> >>> > >> server (so
>> >>> > >> > > > xmpp domain == FQDN of the host).
>> >>> > >> > > > -first an SRV lookup of the "domain" is performed, because
>> >>> > >> > > > the
>> >>> > >> > "domain" is
>> >>> > >> > > > actually an A record "no such name" is returned
>> >>> > >> > > > - the A record is resolved
>> >>> > >> > > > - a session is set up to the correct address
>> >>> > >> > > > - some, partly encrypted, xmpp traffic flows
>> >>> > >> > > > - all works fine
>> >>> > >> > > >
>> >>> > >> > > > Drawback of the second solution is that I can't choose the
>> >>> > >> hostname of my
>> >>> > >> > > > XMPP server, it has to be the same as the XMPP domain.
>> >>> > >> > > > Also it is not standards compliant I think. Other XMPP
>> >>> > clients have no
>> >>> > >> > > > problem with the firt setup.
>> >>> > >> > > >
>> >>> > >> > > > Best regards / Mit freundlichen Grüßen / Sincères
>> >>> > >> > > > salutations
>> >>> > >> > > >
>> >>> > >> > > > Paul Scheepens
>> >>> > >> > > >
>> >>> > >> > > > As I have said before, if Bria is not getting their act
>> >>> > >> togetherthen they
>> >>> > >> > > > are in real trouble.
>> >>> > >> > > > Since they came out with 3.0 it really did not move a lot.
>> >>> > >> > > >
>> >>> > >> > > > We use it for decent HD video conferencing
>> >>> > >> > > > [email protected]<
> mailto:sipx-users-
>> <sipx-users->
>> >>> > [email protected]> wrote on 09-09-2011 15:54:40:
>> >>> > >> > > >
>> >>> > >> > > >> From:
>> >>> > >> > > >>
>> >>> > >> > > >> cyril constantin <[email protected]<
>> >>> > mailto:[email protected] <[email protected]>>>
>> >>> > >> > > >>
>> >>> > >> > > >> To:
>> >>> > >> > > >>
>> >>> > >> > > >> Discussion list for users of sipXecs software
>> >>> > >> > > > <[email protected]<
>> >>> mailto:[email protected] <[email protected]>
>> >>> > >>
>> >>> > >> > > >>
>> >>> > >> > > >> Date:
>> >>> > >> > > >>
>> >>> > >> > > >> 09-09-2011 15:55
>> >>> > >> > > >>
>> >>> > >> > > >> Subject:
>> >>> > >> > > >>
>> >>> > >> > > >> Re: [sipx-users] Instant Message group - Bria 3.2.1
>> >>> > >> > > >>
>> >>> > >> > > >> Sent by:
>> >>> > >> > > >>
>> >>> > >> > > >> [email protected]<mailto:sipx-users-
>> <sipx-users->
>> >>> > [email protected]>
>> >>> > >> > > >>
>> >>> > >> > > >> Anyone knows where I can change in a config file the XMPP
>> >>> hostname
>> >>> > >> > > >> per the XMPP domain name for Bria provisioning as it looks
>> >>> > >> > > >> impossible to do from GUI ?
>> >>> > >> > > >>
>> >>> > >> > > >> Regards.
>> >>> > >> > > >>
>> >>> > >> > > >> 2011/9/9 Michael Picher <[email protected]<
>> >>> mailto:[email protected]
> <[email protected]>
>> >>> > >>
>> >>> > >> > > >> yea, but Polycom phones can monitor your presence ascan
>> >>> > >> > > >> other
>> >>> XMPP
>> >>> > >> > > >> users connected to sipXecs.
>> >>> > >> > > >>
>> >>> > >> > > >
>> >>> > >> > > >> On Fri, Sep 9, 2011 at 7:34 AM, Tony Graziano
>> >>> > >> > > > <[email protected]<
>> >>>
> mailto:[email protected] <[email protected]>>
>> >>> > >> > > >> > wrote:
>> >>> > >> > > >> dont expect to see anything in there in regard to
>> >>> > >> > > >> workgroup
>> >>> until
>> >>> > >> > > >> you populate it in speeddial in sipx and log back in with
>> >>> > bria tho...
>> >>> > >> > > >>
>> >>> > >> > > >
>> >>> > >> > > >> On Fri, Sep 9, 2011 at 6:57 AM, Michael Picher <
>> >>> [email protected]<
>> >>> >
> mailto:[email protected] <[email protected]>>>
>> >>> > >> > > > wrote:
>> >>> > >> > > >> Also, under the presence tab you will typically wantto
>> >>> > >> > > >> enable
>> >>> > >> > > >> workgroup and set the workgroup address to:
>> >>> > >> sip:~~rl~C~YOUREXT@sipdomain
>> >>> > >> > > >>
>> >>> > >> > > >> where: YOUREXT = your system extension
>> >>> > >> > > >> and: sipdomain = your sip domain
>> >>> > >> > > >>
>> >>> > >> > > >> Also check 'Allow others to monitor my call activity'
>> >>> > >> > > >>
>> >>> > >> > > >> Thanks,
>> >>> > >> > > >> Mike
>> >>> > >> > > >>
>> >>> > >> > > >
>> >>> > >> > > >> On Fri, Sep 9, 2011 at 4:35 AM, Tony Graziano
>> >>> > >> > > > <[email protected]<
>> >>>
> mailto:[email protected] <[email protected]>>
>> >>> > >> > > >> > wrote:
>> >>> > >> > > >> once the phone loads its accounts, open the XMPP account
>> >>> > >> > > >> and
>> >>> confirm
>> >>> > >> > > >> the provisioned values are:
>> >>> > >> > > >>
>> >>> > >> > > >> 1. user (i.e. 200 not 200@)
>> >>> > >> > > >> 2. domain (needs to be hostname, not sip domain)
>> >>> > >> > > >> 3. password
>> >>> > >> > > >>
>> >>> > >> > > >> at least that is how mine is working
>> >>> > >> > > >>
>> >>> > >> > > >> under advanced
>> >>> > >> > > >>
>> >>> > >> > > >> port selection=auto
>> >>> > >> > > >> connect port=<outbound proxy=<empty>
>> >>> > >> > > >> resource=<empty>
>> >>> > >> > > >> priority=0
>> >>> > >> > > >>
>> >>> > >> > > >
>> >>> > >> > > >> On Thu, Sep 8, 2011 at 5:29 PM,
>> >>> > >> > > >> <[email protected]<
>> >>> >
> mailto:[email protected] <[email protected]>>> wrote:
>> >>> > >> > > >> 3.2.1 the latest
>> >>> > >> > > >>
>> >>> > >> > > >> From: Tony Graziano <[email protected]<
>> >>> >
> mailto:[email protected] <[email protected]>>>
>> >>> > >> > > >> Date: Thu, 8 Sep 2011 17:20:49 -0400
>> >>> > >> > > >> To: <[email protected]<
>> >>>
> mailto:[email protected] <[email protected]>>>
>> >>> > >> > > >> Cc: Sipx-users Discussion List for users of sipXecs
>> >>> software<sipx-
>> >>> > >> > > >> [email protected]<
> mailto:[email protected]<
>> [email protected]>
>> >>> >>
>> >>> > >> > > >> Subject: Re: [sipx-users] Instant Message group - Bria
>> >>> > >> > > >> 3.2.1
>> >>> > >> > > >>
>> >>> > >> > > >> what is the exact bria version you are running?
>> >>> > >> > > >
>> >>> > >> > > >> On Thu, Sep 8, 2011 at 5:11 PM,
>> >>> > >> > > >> <[email protected]<
>> >>> >
> mailto:[email protected] <[email protected]>>> wrote:
>> >>> > >> > > >> My config is generated by sipx when I'm using provisioning
>> >>> > >> > > > functionnality.
>> >>> > >> > > >>
>> >>> > >> > > >
>> >>> > >> > > >> From: Tony Graziano <[email protected]<
>> >>> >
> mailto:[email protected] <[email protected]>>>
>> >>> > >> > > >> Date: Thu, 8 Sep 2011 15:41:48 -0400
>> >>> > >> > > >> To: <[email protected]<
>> >>>
> mailto:[email protected] <[email protected]>
>> >>> > >>; Discussion list for users of
>> >>> > >> > > >> sipXecs software<[email protected]<
>> >>> >
> mailto:[email protected] <[email protected]>
>> >>> >>
>> >>> > >> > > >> Subject: Re: [sipx-users] Instant Message group - Bria
>> >>> > >> > > >> 3.2.1
>> >>> > >> > > >>
>> >>> > >> > > >> I'm familiar with some of the bria idiosyncrasies, but not
>> >>> > >> > > >> as
>> >>> up to
>> >>> > >> > > >> date on them since i decided their product was not
>> >>> > >> > > >> something
>> >>> that
>> >>> > >> > > >> was worth my effort at this time. i spend more time and
>> >>> > >> > > >> money
>> >>> with
>> >>> > >> > > >> every release they make trying to figure out what broke,
>> >>> > >> > > >> it
>> >>> became
>> >>> > >> > > >> pointless to pursue and use the product any longer.
>> >>> > >> > > >>
>> >>> > >> > > >> Where is the config file being generated? manually or by
>> >>> > sipxdirectly?
>> >>> > >> > > >>
>> >>> > >> > > >>
>> >>> > >> > > >
>> >>> > >> > > >> On Thu, Sep 8, 2011 at 1:01 PM,
>> >>> > >> > > >> <[email protected]<
>> >>> >
> mailto:[email protected] <[email protected]>>> wrote:
>> >>> > >> > > >> Hi Tony,
>> >>> > >> > > >>
>> >>> > >> > > >> The hostname is already created as an alias on the domain
>> >>> > >> > > >> menu
>> >>> of
>> >>> > >> > > >> sipxecs, it has been done automatically when I have
>> >>> > >> > > >> upgraded
>> >>> sipxecs
>> >>> > >> > > >> in the past to #update 9.
>> >>> > >> > > >>
>> >>> > >> > > >> So why it works when I change into Bria
>> >>> > >> > > >> ps0sipx01.webcti.local
>> >>> to
>> >>> > >> > > >> webcti.local if they don't support XMPP SRV ?
>> >>> > >> > > >>
>> >>> > >> > > >> It looks that Bria doesn't permit to use instant message
>> >>> > >> > > >> if
>> >>> XMPP
>> >>> > >> > > >> account domain is not the same than the xmpp contact
>> >>> > >> > > >> domain.
>> >>> > >> > > >> -----Original Message-----
>> >>> > >> > > >> From: Tony Graziano <[email protected]<
>> >>> >
> mailto:[email protected] <[email protected]>>>
>> >>> > >> > > >> Sender: [email protected]<
>> >>> >
> mailto:[email protected]<sipx-users-
>> [email protected]>
>> >>> >
>> >>> > >> > > >> Date: Thu, 8 Sep 2011 12:26:42
>> >>> > >> > > >> To: Discussion list for users of sipXecs software<sipx-
>> >>> > >> > > >> [email protected]<
> mailto:[email protected]<
>> [email protected]>
>> >>> >>
>> >>> > >> > > >> Reply-To: Discussion list for users of sipXecs software
>> >>> > >> > > >> <[email protected]<
> mailto:sipx- <sipx->
>> >>> > [email protected]>>
>> >>> > >> > > >> Subject: Re: [sipx-users] Instant Message group - Bria
>> >>> > >> > > >> 3.2.1
>> >>> > >> > > >>
>> >>> > >> > > >> _______________________________________________
>> >>> > >> > > >> sipx-users mailing list
>> >>> > >> > > >> [email protected]<
>> >>>
> mailto:[email protected] <[email protected]>
>> >>> > >
>> >>> > >> > > >> List Archive:
>> >>> > > http://list.sipfoundry.org/archive/sipx-users/
>> >>> > >
>> >>> > >> > > >>
>> >>> > >> > > >> _______________________________________________
>> >>> > >> > > >> sipx-users mailing list
>> >>> > >> > > >> [email protected]<
>> >>> mailto:[email protected] <[email protected]>
>> >>> > >
>> >>> > >> > > >> List Archive:
>> >>> > >> > > >> http://list.sipfoundry.org/archive/sipx-users/
>> >>> > >> > > >>
>> >>> > >> > > >
>> >>> > >> > > >>
>> >>> > >> > > >> --
>> >>> > >> > > >> ======================
>> >>> > >> > > >> Tony Graziano, Manager
>> >>> > >> > > >> Telephone: 434.984.8430<tel:434.984.8430>
>> >>> > >> > > >> sip: [email protected]<
>> >>> > mailto:[email protected]<
>> [email protected]>
>> >>> >
>> >>> > >> > > >> Fax: 434.465.6833<tel:434.465.6833>
>> >>> > >> > > >>
>> >>> > >> > > >> Email: [email protected]<
>> >>> > mailto:[email protected] <[email protected]>>
>> >>> > >> > > >>
>> >>> > >> > > >> LAN/Telephony/Security and Control Systems Helpdesk:
>> >>> > >> > > >> Telephone: 434.984.8426<tel:434.984.8426>
>> >>> > >> > > >> sip: [email protected]<
>> >>> > mailto:[email protected]<
>> [email protected]>
>> >>> >
>> >>> > >> > > >>
>> >>> > >> > > >> Helpdesk Contract Customers:
>> >>> > >> > > >> http://support.myitdepartment.net<
>> >>> http://support.myitdepartment.net/
>> >>> > >
>> >>> > >> > > >>
>> >>> > >> > > >> Blog:
>> >>> > >> > > >> http://blog.myitdepartment.net<
>> >>> http://blog.myitdepartment.net/>
>> >>> > >> > > >>
>> >>> > >> > > >> Linked-In Profile: http://www.linkedin.com/pub/tony-
>> >>> > graziano/14/4a6/7a4
>> >>> > >> > > >>
>> >>> > >> > > >> Ask about our Internet faxservices!
>> >>> > >> > > >>
>> >>> > >> > > >>
>> >>> > >> > > >
>> >>> > >> > > >>
>> >>> > >> > > >> --
>> >>> > >> > > >> ======================
>> >>> > >> > > >> Tony Graziano, Manager
>> >>> > >> > > >> Telephone: 434.984.8430<tel:434.984.8430>
>> >>> > >> > > >> sip: [email protected]<
>> >>> > mailto:[email protected]<
>> [email protected]>
>> >>> >
>> >>> > >> > > >> Fax: 434.465.6833<tel:434.465.6833>
>> >>> > >> > > >>
>> >>> > >> > > >> Email: [email protected]<
>> >>> > mailto:[email protected] <[email protected]>>
>> >>> > >> > > >>
>> >>> > >> > > >> LAN/Telephony/Security and Control Systems Helpdesk:
>> >>> > >> > > >> Telephone: 434.984.8426<tel:434.984.8426>
>> >>> > >> > > >> sip: [email protected]<
>> >>> > mailto:[email protected]<
>> [email protected]>
>> >>> >
>> >>> > >> > > >>
>> >>> > >> > > >> Helpdesk Contract Customers:
>> >>> > >> > > >> http://support.myitdepartment.net<
>> >>> http://support.myitdepartment.net/
>> >>> > >
>> >>> > >> > > >>
>> >>> > >> > > >> Blog:
>> >>> > >> > > >> http://blog.myitdepartment.net<
>> >>> http://blog.myitdepartment.net/>
>> >>> > >> > > >>
>> >>> > >> > > >> Linked-In Profile: http://www.linkedin.com/pub/tony-
>> >>> > graziano/14/4a6/7a4
>> >>> > >> > > >>
>> >>> > >> > > >> Ask about our Internet faxservices!
>> >>> > >> > > >>
>> >>> > >> > > >>
>> >>> > >> > > >
>> >>> > >> > > >>
>> >>> > >> > > >> --
>> >>> > >> > > >> ======================
>> >>> > >> > > >> Tony Graziano, Manager
>> >>> > >> > > >> Telephone: 434.984.8430<tel:434.984.8430>
>> >>> > >> > > >> sip: [email protected]<
>> >>> > mailto:[email protected]<
>> [email protected]>
>> >>> >
>> >>> > >> > > >> Fax: 434.465.6833<tel:434.465.6833>
>> >>> > >> > > >>
>> >>> > >> > > >> Email: [email protected]<
>> >>> > mailto:[email protected] <[email protected]>>
>> >>> > >> > > >>
>> >>> > >> > > >> LAN/Telephony/Security and Control Systems Helpdesk:
>> >>> > >> > > >> Telephone: 434.984.8426<tel:434.984.8426>
>> >>> > >> > > >> sip: [email protected]<
>> >>> > mailto:[email protected]<
>> [email protected]>
>> >>> >
>> >>> > >> > > >>
>> >>> > >> > > >> Helpdesk Contract Customers:
>> >>> > >> > > >> http://support.myitdepartment.net<
>> >>> http://support.myitdepartment.net/
>> >>> > >
>> >>> > >> > > >>
>> >>> > >> > > >> Blog:
>> >>> > >> > > >> http://blog.myitdepartment.net<
>> >>> http://blog.myitdepartment.net/>
>> >>> > >> > > >>
>> >>> > >> > > >> Linked-In Profile: http://www.linkedin.com/pub/tony-
>> >>> > graziano/14/4a6/7a4
>> >>> > >> > > >>
>> >>> > >> > > >> Ask about our Internet faxservices!
>> >>> > >> > > >>
>> >>> > >> > > >>
>> >>> > >> > > >> _______________________________________________
>> >>> > >> > > >> sipx-users mailing list
>> >>> > >> > > >> [email protected]<
>> >>> mailto:[email protected] <[email protected]>
>> >>> > >
>> >>> > >> > > >> List Archive:
>> >>> > >> > > >> http://list.sipfoundry.org/archive/sipx-users/
>> >>> > >> > > >>
>> >>> > >> > > >
>> >>> > >> > > >>
>> >>> > >> > > >> --
>> >>> > >> > > >> Michael Picher
>> >>> > >> > > >> eZuce
>> >>> > >> > > >> Director of Technical Services
>> >>> > >> > > >> O.978-296-1005 X2015<tel:978-296-1005%20X2015>
>> >>> > >> > > >> M.207-956-0262<tel:207-956-0262>
>> >>> > >> > > >> @mpicher <http://twitter.com/mpicher>
>> >>> > >> > > >> www.ezuce.com<http://www.ezuce.com>
>> >>> > >> > > >
>> >>> > >> > > >>
>> >>> > >> > > >> _______________________________________________
>> >>> > >> > > >> sipx-users mailing list
>> >>> > >> > > >> [email protected]<
>> >>> mailto:[email protected] <[email protected]>
>> >>> > >
>> >>> > >> > > >> List Archive:
>> >>> > >> > > >> http://list.sipfoundry.org/archive/sipx-users/
>> >>> > >> > > >>
>> >>> > >> > > >
>> >>> > >> > > >>
>> >>> > >> > > >> --
>> >>> > >> > > >> ======================
>> >>> > >> > > >> Tony Graziano, Manager
>> >>> > >> > > >> Telephone: 434.984.8430<tel:434.984.8430>
>> >>> > >> > > >> sip: [email protected]<
>> >>> > mailto:[email protected]<
>> [email protected]>
>> >>> >
>> >>> > >> > > >> Fax: 434.465.6833<tel:434.465.6833>
>> >>> > >> > > >>
>> >>> > >> > > >> Email: [email protected]<
>> >>> > mailto:[email protected] <[email protected]>>
>> >>> > >> > > >>
>> >>> > >> > > >> LAN/Telephony/Security and Control Systems Helpdesk:
>> >>> > >> > > >> Telephone: 434.984.8426<tel:434.984.8426>
>> >>> > >> > > >> sip: [email protected]<
>> >>> > mailto:[email protected]<
>> [email protected]>
>> >>> >
>> >>> > >> > > >>
>> >>> > >> > > >> Helpdesk Contract Customers:
>> >>> > >> > > >> http://support.myitdepartment.net<
>> >>> http://support.myitdepartment.net/
>> >>> > >
>> >>> > >> > > >>
>> >>> > >> > > >> Blog:
>> >>> > >> > > >> http://blog.myitdepartment.net<
>> >>> http://blog.myitdepartment.net/>
>> >>> > >> > > >>
>> >>> > >> > > >> Linked-In Profile: http://www.linkedin.com/pub/tony-
>> >>> > graziano/14/4a6/7a4
>> >>> > >> > > >>
>> >>> > >> > > >> Ask about our Internet faxservices!
>> >>> > >> > > >>
>> >>> > >> > > >>
>> >>> > >> > > >> _______________________________________________
>> >>> > >> > > >> sipx-users mailing list
>> >>> > >> > > >> [email protected]<
>> >>> mailto:[email protected] <[email protected]>
>> >>> > >
>> >>> > >> > > >> List Archive:
>> >>> > >> > > >> http://list.sipfoundry.org/archive/sipx-users/
>> >>> > >> > > >>
>> >>> > >> > > >
>> >>> > >> > > >>
>> >>> > >> > > >> --
>> >>> > >> > > >> Michael Picher
>> >>> > >> > > >> eZuce
>> >>> > >> > > >> Director of Technical Services
>> >>> > >> > > >> O.978-296-1005 X2015<tel:978-296-1005%20X2015>
>> >>> > >> > > >> M.207-956-0262<tel:207-956-0262>
>> >>> > >> > > >> @mpicher <http://twitter.com/mpicher>
>> >>> > >> > > >> www.ezuce.com<http://www.ezuce.com>
>> >>> > >> > > >
>> >>> > >> > > >>
>> >>> > >> > > >> _______________________________________________
>> >>> > >> > > >> sipx-users mailing list
>> >>> > >> > > >> [email protected]<
>> >>> mailto:[email protected] <[email protected]>
>> >>> > >
>> >>> > >> > > >> List Archive:
>> >>> > >> > > >> http://list.sipfoundry.org/archive/sipx-users/
>> >>> > >> > > >> _______________________________________________
>> >>> > >> > > >> sipx-users mailing list
>> >>> > >> > > >> [email protected]<
>> >>> mailto:[email protected] <[email protected]>
>> >>> > >
>> >>> > >> > > >> List Archive:
>> >>> > >> > > >> http://list.sipfoundry.org/archive/sipx-users/
>> >>> > >> > >
>> >>> > >> > > _______________________________________________
>> >>> > >> > > sipx-users mailing list
>> >>> > >> > > [email protected]<
>> >>> mailto:[email protected]
>> >>> <[email protected]>>
>> >>> > >> > > List Archive: http://list.sipfoundry.org/archive/sipx-users/
>> >>> > >> > >
>> >>> > >> > >
>> >>> > >> > > _______________________________________________
>> >>> > >> > > sipx-users mailing list
>> >>> > >> > > [email protected]<
>> >>> mailto:[email protected]
>> >>> <[email protected]>>
>> >>> > >> > > List Archive: http://list.sipfoundry.org/archive/sipx-users/
>> >>> > >> > >
>> >>> > >> >
>> >>> > >> > >
>> >>> > >> > > --
>> >>> > >> > > ======================
>> >>> > >> > > Tony Graziano, Manager
>> >>> > >> > > Telephone: 434.984.8430<tel:434.984.8430>
>> >>> > >> > > sip: [email protected]<
>> >>> > mailto:[email protected]<
>> [email protected]>
>> >>> >
>> >>> > >> > > Fax: 434.465.6833<tel:434.465.6833>
>> >>> > >> > >
>> >>> > >> > > Email: [email protected]<
>> >>> mailto:[email protected] <[email protected]>
>> >>> > >
>> >>> > >> > >
>> >>> > >> > > LAN/Telephony/Security and Control Systems Helpdesk:
>> >>> > >> > > Telephone: 434.984.8426<tel:434.984.8426>
>> >>> > >> > > sip: [email protected]<
>> >>> > mailto:[email protected]<
>> [email protected]>
>> >>> >
>> >>> > >> > >
>> >>> > >> > > Helpdesk Contract Customers:
>> >>> > >> > > http://support.myitdepartment.net<
>> >>> http://support.myitdepartment.net/>
>> >>> > >> > >
>> >>> > >> > > Blog:
>> >>> > >> > >
>> >>> > >> > > http://blog.myitdepartment.net<http://blog.myitdepartment.net/>
>> >>> > >> > >
>> >>> > >> > > Linked-In Profile:
>> >>> http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
>> >>> > >> > >
>> >>> > >> > > Ask about our Internet faxservices!
>> >>> > >> > >
>> >>> > >> > >
>> >>> > >> > > _______________________________________________
>> >>> > >> > > sipx-users mailing list
>> >>> > >> > > [email protected]<
>> >>> mailto:[email protected]
>> >>> <[email protected]>>
>> >>> > >> > > List Archive: http://list.sipfoundry.org/archive/sipx-users/
>> >>> > >> > >
>> >>> > >> > >
>> >>> > >> > > _______________________________________________
>> >>> > >> > > sipx-users mailing list
>> >>> > >> > > [email protected]<
>> >>> mailto:[email protected]
>> >>> <[email protected]>>
>> >>> > >> > > List Archive: http://list.sipfoundry.org/archive/sipx-users/
>> >>> > >> > >
>> >>> > >> >
>> >>> > >> > >
>> >>> > >> > > --
>> >>> > >> > > Michael Picher
>> >>> > >> > > eZuce
>> >>> > >> > > Director of Technical Services
>> >>> > >> > > O.978-296-1005 X2015<tel:978-296-1005%20X2015>
>> >>> > >> > > M.207-956-0262<tel:207-956-0262>
>> >>> > >> > > @mpicher <http://twitter.com/mpicher>
>> >>> > >> > > www.ezuce.com<http://www.ezuce.com>
>> >>> > >> > > _______________________________________________
>> >>> > >> > > sipx-users mailing list
>> >>> > >> > > [email protected]<
>> >>> mailto:[email protected]
>> >>> <[email protected]>>
>> >>> > >> > > List Archive: http://list.sipfoundry.org/archive/sipx-users/
>> >>> > >> >
>> >>> > >> > _______________________________________________
>> >>> > >> > sipx-users mailing list
>> >>> > >> > [email protected]<
>> >>> mailto:[email protected]
>> >>> <[email protected]>>
>> >>> > >> > List Archive: http://list.sipfoundry.org/archive/sipx-users/
>> >>> > >> >
>> >>> > >> >
>> >>> > >> > _______________________________________________
>> >>> > >> > sipx-users mailing list
>> >>> > >> > [email protected]<
>> >>> mailto:[email protected]
>> >>> <[email protected]>>
>> >>> > >> > List Archive: http://list.sipfoundry.org/archive/sipx-users/
>> >>> > >> >
>> >>> > >>
>> >>> > >> >
>> >>> > >> > --
>> >>> > >> > Michael Picher
>> >>> > >> > eZuce
>> >>> > >> > Director of Technical Services
>> >>> > >> > O.978-296-1005 X2015<tel:978-296-1005%20X2015>
>> >>> > >> > M.207-956-0262<tel:207-956-0262>
>> >>> > >> > @mpicher <http://twitter.com/mpicher>
>> >>> > >> > www.ezuce.com<http://www.ezuce.com>
>> >>> > >>
>> >>> > >> >
>> >>> > >> > _______________________________________________
>> >>> > >> > sipx-users mailing list
>> >>> > >> > [email protected]<
>> >>> mailto:[email protected]
>> >>> <[email protected]>>
>> >>> > >> > List Archive: http://list.sipfoundry.org/archive/sipx-users/
>> >>> > >> >
>> >>> > >> >
>> >>> > >> > _______________________________________________
>> >>> > >> > sipx-users mailing list
>> >>> > >> > [email protected]<
>> >>> mailto:[email protected]
>> >>> <[email protected]>>
>> >>> > >> > List Archive: http://list.sipfoundry.org/archive/sipx-users/
>> >>> > >> >
>> >>> > >>
>> >>> > >> >
>> >>> > >> > --
>> >>> > >> > ======================
>> >>> > >> > Tony Graziano, Manager
>> >>> > >> > Telephone: 434.984.8430<tel:434.984.8430>
>> >>> > >> > sip: [email protected]<
>> >>> > mailto:[email protected]<
>> [email protected]>
>> >>> >
>> >>> > >> > Fax: 434.465.6833<tel:434.465.6833>
>> >>> > >> >
>> >>> > >> > Email: [email protected]<
>> >>> mailto:[email protected] <[email protected]>>
>> >>> > >> >
>> >>> > >> > LAN/Telephony/Security and Control Systems Helpdesk:
>> >>> > >> > Telephone: 434.984.8426<tel:434.984.8426>
>> >>> > >> > sip: [email protected]<
>> >>> > mailto:[email protected]<
>> [email protected]>
>> >>> >
>> >>> > >> >
>> >>> > >> > Helpdesk Contract Customers:
>> >>> > >> > http://support.myitdepartment.net<
>> >>> http://support.myitdepartment.net/>
>> >>> > >> >
>> >>> > >> > Blog:
>> >>> > >> > http://blog.myitdepartment.net<http://blog.myitdepartment.net/>
>> >>> > >> >
>> >>> > >> > Linked-In Profile:
>> >>> http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
>> >>> > >> >
>> >>> > >> > Ask about our Internet faxservices!
>> >>> > >> >
>> >>> > >> >
>> >>> > >>
>> >>> > >> >
>> >>> > >> > --
>> >>> > >> > ======================
>> >>> > >> > Tony Graziano, Manager
>> >>> > >> > Telephone: 434.984.8430<tel:434.984.8430>
>> >>> > >> > sip: [email protected]<
>> >>> > mailto:[email protected]<
>> [email protected]>
>> >>> >
>> >>> > >> > Fax: 434.465.6833<tel:434.465.6833>
>> >>> > >> >
>> >>> > >> > Email: [email protected]<
>> >>> mailto:[email protected] <[email protected]>>
>> >>> > >> >
>> >>> > >> > LAN/Telephony/Security and Control Systems Helpdesk:
>> >>> > >> > Telephone: 434.984.8426<tel:434.984.8426>
>> >>> > >> > sip: [email protected]<
>> >>> > mailto:[email protected]<
>> [email protected]>
>> >>> >
>> >>> > >> >
>> >>> > >> > Helpdesk Contract Customers:
>> >>> > >> > http://support.myitdepartment.net<
>> >>> http://support.myitdepartment.net/>
>> >>> > >> >
>> >>> > >> > Blog:
>> >>> > >> > http://blog.myitdepartment.net<http://blog.myitdepartment.net/>
>> >>> > >> >
>> >>> > >> > Linked-In Profile:
>> >>> http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
>> >>> > >> >
>> >>> > >> > Ask about our Internet faxservices!
>> >>> > >> > _______________________________________________
>> >>> > >> > sipx-users mailing list
>> >>> > >> > [email protected]<
>> >>> mailto:[email protected]
>> >>> <[email protected]>>
>> >>> > >> > List Archive: http://list.sipfoundry.org/archive/sipx-users/
>> >>> > >> _______________________________________________
>> >>> > >> sipx-users mailing list
>> >>> > >>
>> >>> > >> [email protected]<mailto:[email protected]<
>> [email protected]>
>> >>> >
>> >>> > >> List Archive: http://list.sipfoundry.org/archive/sipx-users/
>> >>> > >
>> >>> > > _______________________________________________
>> >>> > > sipx-users mailing list
>> >>> > >
>> >>> > > [email protected]<mailto:[email protected]<
>> [email protected]>
>> >>> >
>> >>> > > List Archive: http://list.sipfoundry.org/archive/sipx-users/
>> >>> > >
>> >>> > >
>> >>> > >
>> >>> > > --
>> >>> > > ======================
>> >>> > > Tony Graziano, Manager
>> >>> > > Telephone: 434.984.8430
>> >>> > > sip: [email protected]<
>> >>> > mailto:[email protected]<
>> [email protected]>
>> >>> >
>> >>> > > Fax: 434.465.6833
>> >>> > >
>> >>> > > Email: [email protected]<
>> >>> mailto:[email protected] <[email protected]>>
>> >>> > >
>> >>> > > LAN/Telephony/Security and Control Systems Helpdesk:
>> >>> > > Telephone: 434.984.8426
>> >>> > > sip: [email protected]<
>> >>> > mailto:[email protected]<
>> [email protected]>
>> >>> >
>> >>> > >
>> >>> > > Helpdesk Contract Customers:
>> >>> > > http://support.myitdepartment.net
>> >>> > >
>> >>> > > <http://support.myitdepartment.net>Blog:
>> >>> > > http://blog.myitdepartment.net
>> >>> > >
>> >>> > > Linked-In Profile:
>> >>> http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
>> >>> > >
>> >>> > > Ask about our Internet faxservices!
>> >>> > >
>> >>> > >
>> >>> >
>> >>> >
>> >>> >
>> >>> > --
>> >>> > Kyle Haefner, M.S.
>> >>> > Communication Systems Programmer
>> >>> > Colorado State University
>> >>> > Fort Collins, CO
>> >>> > Phone: 970-491-1012
>> >>> > Email: [email protected]
>> >>> > _______________________________________________
>> >>> > sipx-users mailing list
>> >>> > [email protected]
>> >>> > List Archive: http://list.sipfoundry.org/archive/sipx-users/
>> >>>
>> >>> _______________________________________________
>> >>> sipx-users mailing list
>> >>> [email protected]
>> >>> List Archive: http://list.sipfoundry.org/archive/sipx-users/
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >> ======================
>> >> Tony Graziano, Manager
>> >> Telephone: 434.984.8430
>> >> sip: [email protected]
>> >> Fax: 434.465.6833
>> >>
>> >> Email: [email protected]
>> >>
>> >> LAN/Telephony/Security and Control Systems Helpdesk:
>> >> Telephone: 434.984.8426
>> >> sip: [email protected]
>> >>
>> >> Helpdesk Contract Customers:
>> >> http://support.myitdepartment.net
>> >>
>> >> <http://support.myitdepartment.net>Blog:
>> >> http://blog.myitdepartment.net
>> >>
>> >> Linked-In Profile: http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
>> >>
>> >> Ask about our Internet faxservices!
>> >>
>> >>
>> >> _______________________________________________
>> >> sipx-users mailing list
>> >> [email protected]
>> >> List Archive: http://list.sipfoundry.org/archive/sipx-users/
>> >>_______________________________________________
>> sipx-users mailing list
>> [email protected]
>> List Archive: http://list.sipfoundry.org/archive/sipx-users/
> _______________________________________________
> sipx-users mailing list
> [email protected]
> List Archive: http://list.sipfoundry.org/archive/sipx-users/
>



-- 
======================
Tony Graziano, Manager
Telephone: 434.984.8430
sip: [email protected]
Fax: 434.465.6833

Email: [email protected]

LAN/Telephony/Security and Control Systems Helpdesk:
Telephone: 434.984.8426
sip: [email protected]

Helpdesk Contract Customers:
http://support.myitdepartment.net
Blog:
http://blog.myitdepartment.net

Linked-In Profile: http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
Ask about our Internet faxservices!
_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to