Re: [sipx-users] SIPXCDR errors

2013-01-09 Thread Douglas Hubler
On Wed, Jan 9, 2013 at 6:09 AM, Michael Picher mpic...@ezuce.com wrote:
 Elwin,

 Did you try to re-index the database?

 There's a trick to do this... in the search box in the upper right, just
 enter some junk.  On submit of the search a button will appear to re-index
 the database.

Mike, i don't think that will help, that's a lucene index and it's on
an entirely different database SIPXCONFIG not SIPXCDR

Elwin, this 4.4 system has has yum update, right?  Also be sure you've
installed stunnel that comes w/sipxecs and not from centos5.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] multiple weaknesses in the parameter parsing code for Ruby on Rails

2013-01-09 Thread Douglas Hubler
no

(rails was once a dep, but had a very short life in sipxecs)

On Wed, Jan 9, 2013 at 12:38 PM, Burleigh, Matt
matt.burle...@eiisolutions.net wrote:
 Does this affect SIPXECS 4.4 or 4.6?



 https://groups.google.com/forum/?fromgroups=#!topic/rubyonrails-security/61bkgvnSGTQ



 Multiple vulnerabilities in parameter parsing in Action Pack

 There are multiple weaknesses in the parameter parsing code for Ruby on
 Rails which allows attackers to bypass authentication systems, inject
 arbitrary SQL, inject and execute arbitrary code, or perform a DoS attack on
 a Rails application. This vulnerability has been assigned the CVE identifier
 CVE-2013-0156.

 Versions Affected:  ALL versions
 Not affected:   NONE
 Fixed Versions: 3.2.11, 3.1.10, 3.0.19, 2.3.15

 Impact
 --
 The parameter parsing code of Ruby on Rails allows applications to
 automatically cast values from strings to certain data types.  Unfortunately
 the type casting code supported certain conversions which were not suitable
 for performing on user-provided data including creating Symbols and parsing
 YAML.  These unsuitable conversions can be used by an attacker to compromise
 a Rails application.

 Due to the critical nature of this vulnerability, and the fact that portions
 of it have been disclosed publicly, all users running an affected release
 should either upgrade or use one of the work arounds *immediately*.

 Releases
 
 The 3.2.11, 3.1.10, 3.0.19 and 2.3.15 releases are available at the normal
 locations.

 Workarounds
 ---
 The work arounds differ depending on the Rails version you are using, and
 whether or not your application needs to support XML Parameters.

 Disabling XML Entirely
 --
 Users who don't need to support XML parameters should disable XML parsing
 entirely by placing one of the following snippets inside an application
 initializer.

 Rails 3.2, 3.1 and 3.0
 --
 ActionDispatch::ParamsParser::DEFAULT_PARSERS.delete(Mime::XML)

 Rails 2.3
 -
 ActionController::Base.param_parsers.delete(Mime::XML)


 Removing YAML and Symbol support from the XML parser
 
 If your application must continue to parse XML you must disable the YAML and
 Symbol type conversion from the Rails XML parser.  You should place one of
 the following code snippets in an application initializer to ensure your
 application isn't vulnerable.  You should also consider greatly reducing the
 value of REXML::Document.entity_expansion_limit to limit the risk of entity
 explosion attacks.

 YAML Parameter Parsing
 --
 Rails has also shipped with YAML parameter parsing code, this was only ever
 enabled by default in Rails 1.1.0, but  users who do enable it are
 vulnerable to all the exploits mentioned above..  There is no fix for YAML
 object injection, so if you have enabled it you must disable it immediately.

 For 2.x apps, check whether your app sets
 `ActionController::Base.param_parsers[Mime::YAML] = :yaml` and snip that out
 if it does.

 For 3.x apps do this to disable:

   ActionDispatch::ParamsParser::DEFAULT_PARSERS.delete(Mime::YAML)

 Rails 3.2, 3.1, 3.0
 -

 ActiveSupport::XmlMini::PARSING.delete(symbol)
 ActiveSupport::XmlMini::PARSING.delete(yaml)

 Rails 2.3
 -

 ActiveSupport::CoreExtensions::Hash::Conversions::XML_PARSING.delete('symbol')
 ActiveSupport::CoreExtensions::Hash::Conversions::XML_PARSING.delete('yaml')

 Patches
 ---
 To aid users who aren't able to upgrade immediately we have provided patches
 for the two supported release series.  They are in git-am format and consist
 of a single changeset.

 * 2-3-xml_parsing.patch - Patch for 2.3 series
 * 3-0-xml_parsing.patch - Patch for 3.0 series
 * 3-1-xml_parsing.patch - Patch for 3.1 series
 * 3-2-xml_parsing.patch - Patch for 3.2 series

 Please note that only the 3.1.x and 3.2.x series are supported at present.
 Users of earlier unsupported releases are advised to upgrade as soon as
 possible as we cannot guarantee the continued availability of security fixes
 for unsupported releases.

 Credits
 ---
 This vulnerability was reported to us by numerous people, many thanks to Ben
 Murphy, Magnus Holm, Felix Wilhelm, Darcy Laycock, Jonathan Rudenberg, Bryan
 Helmkamp, Benoist Claassen and Charlie Somerville for reporting the issue to
 us and working with us to ensure the fixes worked.






 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] SIPXCDR errors

2013-01-08 Thread Douglas Hubler
y, sounds very familiar, sug. you google it

On Tue, Jan 8, 2013 at 6:10 AM, Elwin Formsma e.form...@telecats.nl wrote:
 Hi,

 The following errors occur in the sipxcallresolver LOG. Sipxecs 4.4. Is this 
 a known issue?


 2013-01-08T11:05:01.033231Z:20:CDR:ERR:xxx.nl:main::cdr:, ERROR:  
 null value in column \from_tag\ violates not-null constraint
 2013-01-08T11:05:01.040001Z:21:CDR:ERR:xxx.nl:main::cdr:, ERROR:  
 null value in column \from_tag\ violates not-null constraint
 2013-01-08T11:05:01.139580Z:22:CDR:ERR:xxx.nl:main::cdr:, ERROR:  
 null value in column \from_tag\ violates not-null constraint
 2013-01-08T11:05:21.199918Z:23:CDR:ERR:xxx.nl:main::cdr:, ERROR:  
 null value in column \from_tag\ violates not-null constraint
 2013-01-08T11:05:31.100696Z:24:CDR:ERR:xxx.nl:main::cdr:, ERROR:  
 null value in column \from_tag\ violates not-null constraint
 2013-01-08T11:05:51.331098Z:25:CDR:ERR:xxx.nl:main::cdr:, ERROR:  
 null value in column \from_tag\ violates not-null constraint
 2013-01-08T11:06:31.349482Z:26:CDR:ERR:xxx.nl:main::cdr:, ERROR:  
 null value in column \from_tag\ violates not-null constraint
 2013-01-08T11:06:31.367072Z:27:CDR:ERR:xxx.nl:main::cdr:, ERROR:  
 null value in column \from_tag\ violates not-null constraint
 2013-01-08T11:06:41.400521Z:28:CDR:ERR:xxx.nl:main::cdr:, ERROR:  
 null value in column \from_tag\ violates not-null constraint
 2013-01-08T11:06:51.405508Z:29:CDR:ERR:xxx.nl:main::cdr:, ERROR:  
 null value in column \from_tag\ violates not-null constraint
 2013-01-08T11:06:51.419459Z:30:CDR:ERR:xxx.nl:main::cdr:, ERROR:  
 null value in column \from_tag\ violates not-null constraint
 2013-01-08T11:06:51.425822Z:31:CDR:ERR:xxx.nl:main::cdr:, ERROR:  
 null value in column \from_tag\ violates not-null constraint


 Kind regards,
 Met vriendelijke groet,


 Elwin Formsma
 Telecats BV
 -
 Elwin Formsma | Telecats bv | KvK Enschede 06069106 | Tel:   053 488 99 44 | 
 Fax: 053 488 99 10 | E-mail: e.form...@telecats.nl |

 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] Internal RLS traffic

2013-01-04 Thread Douglas Hubler
RLS enabled?

 System/Servers/Telephony Services


On Fri, Jan 4, 2013 at 7:41 AM, Elwin Formsma e.form...@telecats.nl wrote:
 Hi Daniel,

 I've sent the snapshots and pcap to you directly.
 2 server setup. Secondary server is a redundant proxy, nothing else. Pretty
 clean install.


 Kind regards,
 Met vriendelijke groet,


 Elwin Formsma
 Telecats BV
 -
 Elwin Formsma | Telecats bv | KvK Enschede 06069106 | Tel:   053 488 99 44 |
 Fax: 053 488 99 10 | E-mail: e.form...@telecats.nl |

 Op 4 jan. 2013, om 13:02 heeft Daniel Tacalau dtaca...@ezuce.com het
 volgende geschreven:

 Hi,

 Looks like proxy cannot find RLS.

 Can you give more details about your setup -  how many servers, what is
 enabled/disabled, configuration? A snapshot and a pcap will also help

 Daniel

 On Fri, Jan 4, 2013 at 1:33 PM, Elwin Formsma e.form...@telecats.nl wrote:

 Hi,

 On alot of our servers i see SIP traffic (SUBSCRIBE's) between the first
 and second server. But also internal traffic on only 1 server. Can someone
 explain what this traffic is all about and why it always replies with 404
 Not Found?
 See attached screenshot. Thanks in advance.


 Kind regards,
 Met vriendelijke groet,


 Elwin Formsma
 Telecats BV
 -
 Elwin Formsma | Telecats bv | KvK Enschede 06069106 | Tel:   053 488 99 44
 | Fax: 053 488 99 10 | E-mail: e.form...@telecats.nl |
 Schermafbeelding 2013-01-04 om 12.31.47.png

 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/


 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/



 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] Intercom in 4.6

2013-01-02 Thread Douglas Hubler
I recall intercom originally only worked for polycom, but maybe that changed.

On Wed, Jan 2, 2013 at 5:51 AM, Roman Gelfand rgelfa...@gmail.com wrote:
 If you are referring to intercom checkbox in telephony services menu,
 yes it is selected.

 On Wed, Jan 2, 2013 at 5:40 AM, George Niculae geo...@ezuce.com wrote:
 Is intercom feature enabled in telephony tab?

 George


 On Wednesday, January 2, 2013, Joegen Baclor jbac...@ezuce.com wrote:
 Compring the line below to a working test i did, there is one
 difference.  A working intercom registrar log looks like this:


 2013-01-02T05:27:00.231989Z:765:SIP:DEBUG:devat1.ossapp.com:SipRedirectServer-9:7fd1f167c700:SipRegistrar:[130-MAPPING]
 SipRedirectorMapping::lookUp got 0 UrlMapping Permission requirements
 for 1 contacts

 2013-01-02T05:27:00.232006Z:766:SIP:DEBUG:devat1.ossapp.com:SipRedirectServer-9:7fd1f167c700:SipRegistrar:[130-MAPPING]
 SipRedirectorMapping::lookUp got 1 UrlMapping Contacts

 2013-01-02T05:27:00.232028Z:767:SIP:DEBUG:devat1.ossapp.com:SipRedirectServer-9:7fd1f167c700:SipRegistrar:[130-MAPPING]
 SipRedirectorMapping::lookUp contact =

 'sip:2...@mydomain.com;user=phone?Alert-info=XmF3vV72Call-Info=%3Csip%3Alocalhost%3E%3Banswer-after%3D0'

 2013-01-02T05:27:00.232067Z:768:SIP:DEBUG:devat1.ossapp.com:SipRedirectServer-9:7fd1f167c700:SipRegistrar:[130-MAPPING]
 SipRedirectorMapping::lookUp contactUri =

 'sip:2...@mydomain.com;user=phone?Alert-info=XmF3vV72Call-Info=%3Csip%3Alocalhost%3E%3Banswer-after%3D0'

 2013-01-02T05:27:00.232084Z:769:SIP:DEBUG:devat1.ossapp.com:SipRedirectServer-9:7fd1f167c700:SipRegistrar:[130-MAPPING]
 SipRedirectorMapping::lookUp RecordRouteField =
 'sip:19x.xxx.xxx.xxx:5060;lr'


 In the first line, it says got 0 UrlMapping Permission requirements for
 1 contacts whereas the log you sent has a permission requirement.  got
 1 UrlMapping Permission requirements


 I think this is more in the realm of configuration issue.  I will let
 the sipxconfig experts take it from here.   first things first, make
 sure you have the phone as a member of the intercom group and you have
 sent profiles after that.


 Joegen




 2013-01-02T03:50:10.322912Z:368:SIP:DEBUG:sip.domain.com:SipRedirectServer-10:b41f3b70:SipRegistrar:[130-MAPPING]
 SipRedirectorMapping::lookUp got 1 UrlMapping Permission requirements
 for 1 contacts





 On 01/02/2013 12:06 PM, Roman Gelfand wrote:

 2013-01-02T03:50:10.322912Z:368:SIP:DEBUG:sip.domain.com:SipRedirectServer-10:b41f3b70:SipRegistrar:[130-MAPPING]
 SipRedirectorMapping::lookUp got 1 UrlMapping Permission requirements
 for 1 contacts

 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/

 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] New Install Problem

2013-01-02 Thread Douglas Hubler
In 4.6 you need to enable services you want to run

  System/Servers

In 4.4 it was the opposite, we ran everything and you disabled things
you didn't want.

On Wed, Jan 2, 2013 at 1:19 PM, Tommy Laino tomla...@gmail.com wrote:
 Now my only question is
 under Features in the GUI the only thing that I see is the
 Phonebook option. Did something go wrong with my install or
 is that the only thing that I will see under Features in
 4.6? If so, where have all the other features gone such as
 Intercom and Auto Attendants?
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] Calls Fail after secondary node reboot

2012-12-28 Thread Douglas Hubler
Mongo is not optional. Where have you distributed your mongo and mongo
arbiter services across the 2 machines?  Does error go away if you
restart proxy?

On Fri, Dec 28, 2012 at 2:52 PM, Kyle Haefner
kyle.haef...@colostate.edu wrote:
 Hi All,

 I have an HA setup with two nodes running openUC 4.6.When I reboot the
 secondary node and it comes back up calls fail with the following on the
 secondary node:

 Status-Line: SIP/2.0 500 Proxy - Mongo DB Exception

 I've tried sending profiles many times and all services appear to be running
 fine on both nodes.   Running mongodb seems to be optional, is it truly
 optional in an HA environment?

 Kyle

 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] SipX 4.6 snmptrapd custom

2012-12-27 Thread Douglas Hubler
On Thu, Dec 27, 2012 at 12:21 PM, Kyle Haefner
kyle.haef...@colostate.edu wrote:
 Keep in mind that upgrades tend to replace these files.
 George: Any recommendations for making permanent changes to cf-input files?

if the snmptrapd cf script shuts down and service it didn't start then
it's a bug and we should fix it upstream.

if you drop a new file into

   /usr/share/sipxecs/cfinputs/plugin.d/foo.cf

and add

bundle agent  foo {
  reports:
linux::
  hello world;
}

then sipxecs will not touch it.  In this foo.cf script, you have
access to all sorts of variables and flags and can add/override many
things.

We could mark *.cf files as Configuration files according to rpm
spec and yum upgrades would not replace them, but I feel that's a
little dangerous. Comments?
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] SipX 4.6 snmptrapd custom

2012-12-21 Thread Douglas Hubler
On Fri, Dec 21, 2012 at 8:29 AM, Jan Fricke jan.fri...@iant.de wrote:

 After setting up a test system and playing around with the cf file I had
 the idea that it is maybe easier to start a second daemon instance on
 another port.

 e.g.

 snmptrapd –c /etc/snmp/myconfig.conf 0.0.0.0:163



 Any objections?


can't see the harm if that works for you.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] Backup Name

2012-12-21 Thread Douglas Hubler
In 4.6 you can change the upload dir. That help?
On Dec 21, 2012 4:01 PM, Tommy Laino tomla...@gmail.com wrote:



 Is there anyway to change the name of the backup tar file
 that SipXecs uses? I have multiple systems backing up to an
 FTP site but they all have the same name so I can not tell
 which is which.
 --
 Tommy Laino
 Dome Technologies
 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/

___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] a tool for localization support

2012-12-17 Thread Douglas Hubler
Proof may be in the pudding as you iterate thru a translation exercise.

This tool relies on english properties files not having too many
obsolete entries.  A whole other problem that need tackling someday,
but we don't have to worry about that now.

On Mon, Dec 17, 2012 at 5:08 AM, Domenico Chierico
domenico.chier...@sip2ser.it wrote:
 In this days I start working on an helper tool for localization.
 The basic idea is to collect all missing keys, that need to be translated,
 into a single file on which  translator can work, later the script add the
 translated keys into the right file.

 For this I've written a little tool (not final) that gives an example of how
 the things should work.

 You can use the tool for scanning the tree for the properties files and
 match each file against the translations tree, the missing keys are appended
 (with english text) to a file named missing.properties. For this step you
 should run the script like this:

 ./localization_helper -l it (for italian)

 so you work on missing.properties translating the keys or deleting the
 unwanted ones. for apply all the remaining keys you must run:

 ./localization_helper missing.properties

 Now the script works just on sipXconfig and we should improve the code that
 find the properties file and some other details.

 before actual applying the keys you could run:

 ./localization_helper -s missing.properties

 that simulating the action will show you which key and where it will be
 applied

 I'm not an expert about the translation work, so i wish to know what do you
 think about it and if you consider this a valid help.

 Thanks
 Domenico Chierico
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


[sipx-users] Bug fix release update: sipXecs 4.4.0 update #24

2012-12-14 Thread Douglas Hubler
Update #24
==
- ** No security updates in this update **
- ISO has *not* been rebuilt as decided in release policy. Yum update
after installation is recommended for getting these updates.
- Thank you all for your continued testing and fixes.

Build Log
==
commit 02db555789faa735c39939bb65719b38aacfaeb4
Author: Daniel Tacalau dtaca...@ezuce.com
Date:   Thu Dec 6 14:43:32 2012 +0200

XX-10549 Cannot monitor park extension

Allow direct dialog subscriptions to an AOR when the AOR is not registered
and no contact information can be retrieved from registrar through
reg event subscriptions.
This behavior is needed to monitor static extensions like park
orbit extensions. These
entities will never register to the registrar.

commit 658ac1733b9a2aca5b514b23e7242c26e3b2faec
Author: Daniel Tacalau dtaca...@ezuce.com
Date:   Thu Nov 22 13:59:50 2012 +0200

PT39929099 - In sipXecs 4.6 during RLS shutdown, after terminating
dialog subscriptions to phones, RLS resubscribes to pho

Added a flag, which is disabled by default, to control whether
dialog subscribes are sent directly to uri bypassing the
usage of contact information from reg subscribes. This behavior is
useful in case RLS communicates with a registrar which
does not handle reg event subscribes. It was disabled because it's
implementation is incomplete and resulted in dialog sub
racing with reg subscription during RLS startup (the dialog
subscription was deleted and regenerated when the first reg no
received) and when RLS shutdowned the dialog subscription was
terminated and regenerated again.

NOTE: In case the behavior is needed it can be re-enabled by
setting the newly added flag.

commit bb7a126e11935de8eb7c26849e9aea2a9ea914a2
Author: laurentiu lauren...@ezuce.com
Date:   Tue Dec 11 15:10:53 2012 +0200

UC-1811 - add more validations in order to prevent failures if the
CSV file has wrong values

commit 6c436d4fa68805dff5fbc69f4e9beb17580ff017
Author: Mircea Carasel mirc...@ezuce.com
Date:   Tue Dec 11 13:00:24 2012 +0200

PT-40995525: LDAP import: user gets modified if duplicated username

create HashSet where imported usernames are temporary added and
validate if already imported

for past releases see http://download.sipfoundry.org/pub/sipXecs/ChangeLog-4.4.0
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] [sipx-dev] snom provisioning on 4.6.0

2012-12-13 Thread Douglas Hubler
indeed, quality patch! nice!

On Thu, Dec 13, 2012 at 6:55 AM, George Niculae geo...@ezuce.com wrote:
 On Thu, Dec 13, 2012 at 1:16 PM, Domenico Chierico
 domenico.chier...@sip2ser.it wrote:

 well I've just finished to write the patch that add the firewall support
 to the 8090 port for static files and add a Snom class to the dhcp server
 configuration.

 please feel free to send reviews and comments.


 Patch looks great, thanks for contributing. I'll commit in
 release-4.6-update but will be part of 4.6 update2.

 George

 ___
 sipx-dev mailing list
 sipx-...@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-dev/
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] sipxecs 4.6 - sipxbridge requires manual restart after each server reboot.

2012-12-09 Thread Douglas Hubler
i think that's a safe thing to do and an improvement we should make
permanent. i don't think a lot of time went into those values.

as far as your particular problem, maybe put the bridge in debug log and
restart system maybe that will shed more light
On Dec 9, 2012 8:19 AM, glomos-info i...@glomos.com wrote:

 Hi,

 nothing strange in the relay logs.

 Also with your suggested startup order i cannot reproduce the problem.

 I created a workarround by setting the startupsequence of sipxbridge from
 85 to 99 to start last in sequence.
 That works for now but i do not now if this is safe to do. Any idea?


 GJ

 -Oorspronkelijk bericht-
 Van: sipx-users-boun...@list.sipfoundry.org [mailto:
 sipx-users-boun...@list.sipfoundry.org] Namens Douglas Hubler
 Verzonden: woensdag 5 december 2012 15:45
 Aan: Discussion list for users of sipXecs software
 Onderwerp: Re: [sipx-users] sipxecs 4.6 - sipxbridge requires manual
 restart after each server reboot.


  On Tue, Dec 4, 2012 at 6:04 PM, glomos-info i...@glomos.com wrote:
  We are running sipx 4.6 in a test environment to evaluate for
  production purposes.
 
  The systems works ok but we encounter a strange problem, that after a
  server reboot the sipxbridge service does not allow external calls go
  out over our siptrunk and incoming calls are bounced with an
  'internal server error'.
 
  The sipxbridge log does not show strange entries and the sipxbridge
  service seems to be running.

 I wonder if it's the start sequence with the relay service.  Can you check
 relay logs?

 Also, maybe check scenario where you restart services in this order to try
 to reproduce the error

  stop sipxbridge
  stop sipxproxy
  stop sipxrelay
  start sipxbridge
  start sipxrelay
  start sipxproxy
 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/
 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/

___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] 4.6 Superuser Login

2012-12-07 Thread Douglas Hubler
On Fri, Dec 7, 2012 at 6:50 AM, Tony Graziano
tgrazi...@myitdepartment.net wrote:
 Sounds like the wiki needs a how to page on 4.4 to 4.6 migration...

 Backup.
 Install 4.6
 Restore
 Perform superadmin password reset
 Login and use

We have

  http://wiki.sipfoundry.org/display/sipXecs/Upgrade+to+Latest+Stable+Version

should be updated, however most folks will not RTFM so in addition, I
like Michael's suggestion of highlighting field may be best.  We
cannot make it mandatory because restoring from 4.6 it's not required.
 Config team got this?
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] sipxecs 4.6 - sipxbridge requires manual restart after each server reboot.

2012-12-05 Thread Douglas Hubler
On Tue, Dec 4, 2012 at 3:23 PM, Melcon Moraes mel...@gmail.com wrote:
 Hmm, so it seems it is happening in other places of the system as well. I
 was experiencing configurations not being updated for OpenACD,
 Autoattendants in FS.

That seems like a different issue. I 2nd George's advice to send logs.

 On Tue, Dec 4, 2012 at 6:04 PM, glomos-info i...@glomos.com wrote:
 We are running sipx 4.6 in a test environment to evaluate for production
 purposes.

 The systems works ok but we encounter a strange problem, that after a
 server reboot the sipxbridge service does not allow external calls go out
 over our siptrunk and incoming calls are bounced with an ‘internal server
 error’.

 The sipxbridge log does not show strange entries and the sipxbridge
 service seems to be running.

I wonder if it's the start sequence with the relay service.  Can you
check relay logs?

Also, maybe check scenario where you restart services in this order to
try to reproduce the error

 stop sipxbridge
 stop sipxproxy
 stop sipxrelay
 start sipxbridge
 start sipxrelay
 start sipxproxy
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


[sipx-users] Initial release: sipXecs 4.6.0

2012-12-05 Thread Douglas Hubler
I'm pleased to announce sipXecs release 4.6.0.  There will most
certainly be updates to this release in the form of new RPMs published
in the coming weeks, so if you've reported issues against 4.6.0, it's
quite possible they'll be out soon. Given that, this release should be
considered ready for production use.

Support for polycom 4.0 is forth-coming as an update, but otherwise
the 4.6.0 release will continue in a bug fixing mode only. Those
looking to test polycom 4.0 support should checkout 4.7.0 development
builds.

I'll resist the temptation to discuss how proud I am of the dev team
and the users that helped with all the testing (although I really
am!). I'll also resist mentioning how long it took to get this release
out but instead I'll just keep this nice and simple and let out a big
sigh of relief as I reach for the heavily spiked eggnog.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] Upgrade from 4.2.1 to 4.6

2012-11-30 Thread Douglas Hubler
On Fri, Nov 30, 2012 at 5:51 AM, Daniel Peinado Lopez
daniel.pein...@iant.de wrote:
 There is a problem with the passwords. When the password has not numeric
 characters, the encryption is not correct. ( I refer when we restore a
 backup)

I know the issue.  When restoring, we attempt to crack the password
using brute force and we only attempt numeric combinations.
superadmin would rarely have a numeric pin.  The recovery UI allows
you to specify default password for uncrackable passwords, that
password would have been what you would have used to get in.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] 4.6 Contact Center Hangup Issue

2012-11-30 Thread Douglas Hubler
On Fri, Nov 30, 2012 at 11:26 AM, Melcon Moraes mel...@gmail.com wrote:
 I already restarted many times, rebooted the server as well. Also, if I
 simply kill the process and wait a little, it will be spanwed back
 automagically.  The same error still occours. Didn't tried this time, yet,
 to remove/re-add the call center role or even a sipxecs-setup --reset-all.

FYI: sipXecs always restarted services if they fell over, but luckily
now you can control this

Menu
  Diagnostics/SNMP
Uncheck setting
  [ ] restart dead processes

In lab, i recommend you turn this off, in production you leave it on.
In both cases, you setup an alarm to email you when it happens.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] cfengine and DHCPD

2012-11-30 Thread Douglas Hubler
On Fri, Nov 30, 2012 at 11:37 AM, Kyle Haefner
kyle.haef...@colostate.edu wrote:
 I run dhcp in HA mode on both of my sipx (4.6) servers.  I have the service
 as unmanaged so sipx does not re-write my special configuration.  The
 problem I have is that cfengine removes dhcp from starting in chkconfig on
 the secondary server (the UI won't let you run dhcp on both nodes).  My
 question is where do I modify the settings so that cf engine will let me run
 dhcp on the second node (I know I can delete
 /usr/share/sipxecs/cfinputs/plugin.d/dhcpd file but this is rewritten on
 upgrading).

Can you try moving aside dhcpd.cf and replacing with this file
dhcpd.cf and let me know how it works. If it does i'll check it in so
your file is not replaced

Also, I may have already asked you this, but is there a general way to
make dhcpd redundant? I recall googling this and getting a little
confused on the subject.


dhcpd.cf
Description: Binary data
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] cfengine and DHCPD

2012-11-30 Thread Douglas Hubler
This might not actually work now that i think about it.

Easier fix is to allow dhcpd redundant so you can mark it On but
Unmanaged at each site.  So do please share your wisdom on redundant
dhcpd.

On Fri, Nov 30, 2012 at 2:03 PM, Douglas Hubler dhub...@ezuce.com wrote:
 On Fri, Nov 30, 2012 at 11:37 AM, Kyle Haefner
 kyle.haef...@colostate.edu wrote:
 I run dhcp in HA mode on both of my sipx (4.6) servers.  I have the service
 as unmanaged so sipx does not re-write my special configuration.  The
 problem I have is that cfengine removes dhcp from starting in chkconfig on
 the secondary server (the UI won't let you run dhcp on both nodes).  My
 question is where do I modify the settings so that cf engine will let me run
 dhcp on the second node (I know I can delete
 /usr/share/sipxecs/cfinputs/plugin.d/dhcpd file but this is rewritten on
 upgrading).

 Can you try moving aside dhcpd.cf and replacing with this file
 dhcpd.cf and let me know how it works. If it does i'll check it in so
 your file is not replaced

 Also, I may have already asked you this, but is there a general way to
 make dhcpd redundant? I recall googling this and getting a little
 confused on the subject.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] Upgrade from 4.2.1 to 4.6

2012-11-27 Thread Douglas Hubler
Restoring from 4.2.1 into a 4.6 system might just work.  You can try
the restore in a virtual machine first just to make sure it works
first.  What you'd do is install 4.6 first, then restore into that
installation.  Tony's method is safest.

On Tue, Nov 27, 2012 at 7:41 AM, Daniel Peinado Lopez
daniel.pein...@iant.de wrote:
 Hello,

 I need to upgrade my SipXecs to 4.6. I have all data for the configuration
 in one backup file. I think about doing the next:

 1) Install Sipxecs 4.4 and restore the backup from 4.2.1.
 2) Make a new backup in Sipxecs 4.4
 3) Install Sipxecs 4.6 and restore the backup from 4.4.

 It´s possible to restore a 4.2.1 backup in sipxecs 4.6 (only one step, from
 4.2.1 to 4.6) and everything runs?

 Can you tell me the best way?

 Thank you very much

 --


 Daniel Peinado López

 IANT - APPLIED NGN-TECHNOLOGIES

 Turn-Key VoIP/UC Solutions and More...


 Fon: +49 (5331) 6794 450
 Fax: +49 (5331) 6794 499
 Mail: daniel.pein...@iant.de
 Web: www.iant.de


 IANT is eZuce Elite Partner for EMEA

 IANT is Member of GROUPLINK

 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] 4.4 update #23 in stage dir

2012-11-26 Thread Douglas Hubler
right, we can never predict, but statistically, this has been in stage
longer than normal.  We actually had to revert part of what was in the
last stage because realized we couldn't finish full support of
diversion header and it will be safer to pull it out.

I just, just pushed new set of rpms to stage.  ezuce qa should start
testing tomorrow, but i strongly encourage you to update your lab
system and verify all it ok.

On Mon, Nov 26, 2012 at 11:35 AM, Henry Dogger h.dog...@telecats.nl wrote:
 Hi all,

 Is there a estimated date when this update will be released, since it is now 
 in stage dir?
 Our client, where we have an issue with this bug, only wants to update when 
 the patch is released and stable.
 Perhaps anyone can shed some light on this?

 Regards,
 Henry

 -Original Message-
 From: sipx-users-boun...@list.sipfoundry.org 
 [mailto:sipx-users-boun...@list.sipfoundry.org] On Behalf Of Douglas Hubler
 Sent: maandag 19 november 2012 19:38
 To: sipx-users
 Subject: [sipx-users] 4.4 update #23 in stage dir

 http://download.sipfoundry.org/pub/sipXecs-stage/

 Includes 2 fixes (unfortunately mixed into 1 commit)

 #1. not forwarding SUBSCRIBEs based on user call forwarding rules and ...

 #2
 commit c9f1d84386d17ca5ade0a5a56ac989c3c0aa43a1
 Author: Joegen Baclor jbac...@ezuce.com
 Date:   Sat Nov 17 22:46:50 2012 +0800

 PT-39736673:  Add support for diversion header as described in RFC 5806 
 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/
 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


[sipx-users] 4.4 update #23 in stage dir

2012-11-19 Thread Douglas Hubler
http://download.sipfoundry.org/pub/sipXecs-stage/

Includes 2 fixes (unfortunately mixed into 1 commit)

#1. not forwarding SUBSCRIBEs based on user call forwarding rules and ...

#2
commit c9f1d84386d17ca5ade0a5a56ac989c3c0aa43a1
Author: Joegen Baclor jbac...@ezuce.com
Date:   Sat Nov 17 22:46:50 2012 +0800

PT-39736673:  Add support for diversion header as described in RFC 5806
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] Crashing proxy

2012-11-19 Thread Douglas Hubler
On Mon, Nov 19, 2012 at 1:46 PM, Tony Graziano tgrazi...@myitdepartment.net
 wrote:

 It was and pushed into patch 23 posted today...


Technically stage area, but yes.

   http://download.ezuce.com/openuc-stage/4.4.0/

If all goes well w/testing, then to official 4.4 release dir.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] Is there a roadmap date of when SipX 4.6 goes to stable?

2012-11-14 Thread Douglas Hubler
short answer...
not officially released

long answer...
4.6 is not officially released even though i believe it to be more
stable than 4.4.  Users that have run into issues with 4.6 may
disagree, because some are finding some issues due to the sheer amount
of changes that went into 4.6   Unfortunately we're finding issues
very slowly hence the delay.

ezuce has been using 4.6 build for quite some time so if you're doing
new installs, without question go with 4.6.

The other day the 4.6 release was horribly broken but it was found and
fix immediately.  We have automated tests, but it still requires a
little manual intervention to start and run


On Wed, Nov 14, 2012 at 1:26 PM, Claas Hilbrecht
claas.hilbrecht+maillinglists.sipx...@linum.com wrote:
 Hello Jesse,

  I tried searching before asking, however, I could find the answer. Is
 [...]
 library still shows that 4.4 is stable and 4.6 is beta. Is that accurate?

 I've asked a similar question at 07. Nov. 2012 with the title: wiki (and
 other sites) outdated? on this list. The answer was something like: the
 wiki and download pages are community driven, so that's why there are not
 up to date.

 As far as I understand sipXecs 4.6 is released. Just the information is not
 up to date.

 --
  Claas Hilbrecht
  http://www.jucs-kramkiste.de

 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] FreeSWITCH for SIP Trunking

2012-11-05 Thread Douglas Hubler
On Mon, Nov 5, 2012 at 8:51 AM, Melcon Moraes mel...@gmail.com wrote:
 Can we simply drop in a new FS RPM package to replace the 1.0.7 version that
 comes with sipXecs and all the current working stuff will continue to work?

There's a good chance it will, and in fact someone reported it worked
several weeks ago.  We have no outstanding patches to FS other than
stuff to help us build it.  Please do send back your testing results.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] FreeSWITCH for SIP Trunking

2012-11-05 Thread Douglas Hubler
Why do you say it's unlikely Michael and Josh?

I went out of my way to integrate with standard fs package.  We do ignore
all the configuration files that get installed with fs.
On Nov 5, 2012 10:50 AM, Michael Picher mpic...@ezuce.com wrote:

 Not likely.

 At some point we'll probably look to use RPMs now that they are available.

 You are of course free to try ;-)

 Mike


 On Mon, Nov 5, 2012 at 8:51 AM, Melcon Moraes mel...@gmail.com wrote:

 Can we simply drop in a new FS RPM package to replace the 1.0.7 version
 that comes with sipXecs and all the current working stuff will continue to
 work?


 On Mon, Nov 5, 2012 at 1:58 AM, Josh Patten jpat...@ezuce.com wrote:

 Yes, MoH, ring on transfer, etc. all works in my tests.


  On Sun, Nov 4, 2012 at 6:00 PM, Tony Graziano 
 tgrazi...@myitdepartment.net wrote:

 Karoo Bridge also uses the FS libraries. What FS lacks is an admin GUI,
 just like karoo bridge. Does MOH work in your tests too?
 On Nov 4, 2012 4:22 PM, Josh Patten jpat...@ezuce.com wrote:

 LAN/Telephony/Security and Control Systems Helpdesk:
 Telephone: 434.984.8426
 sip: helpdesk@voice.myitdepartment.**nethelpd...@voice.myitdepartment.net

 Helpdesk Customers: 
 http://myhelp.myitdepartment.**nethttp://myhelp.myitdepartment.net
 Blog: http://blog.myitdepartment.net

 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/




 --
 Josh Patten
 eZuce
 Solutions Architect
 O.978-296-1005 X2050
 M.979-574-5699
 http://www.ezuce.com


 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/



 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/




 --
 Michael Picher, Director of Technical Services
 eZuce, Inc.

 300 Brickstone Square

 Suite 201

 Andover, MA. 01810
 O.978-296-1005 X2015
 M.207-956-0262
 @mpicher http://twitter.com/mpicher
 linkedin http://www.linkedin.com/profile/view?id=35504760trk=tab_pro
 www.ezuce.com


 
 There are 10 kinds of people in the world, those who understand binary and
 those who don't.


 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/

___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] SIPLABS: Request for feedback (sipX/openUC-related project ideas and plans)

2012-11-01 Thread Douglas Hubler
I'm very pleased to see you guys excited about the platform.

 On Thu, Nov 1, 2012 at 12:53 AM, Михаил Родионов ma...@siplabs.ru wrote:
 We are now 4.6-focused (in terms of development)

There's not a lot of developer documentation on 4.6, you guys able to
figure things out? If so, any feedback on where to concentrate once we
do start 4.6 dev docs?

 The 'apps'/'marketplace' idea is something that I think would make good
 sense.  pfSense does this now but there's no pay feature.  There'd be a fair
 amount of back-end work as there needs to be a pay feature integrated as
 part of this.  Maybe there could instead of a pay feature be some easy way
 for developers to integrate a licensing mechanism to enable a module after
 it's installed (if its not a free add-on).

Agree w/what Michael said.

 Minor project ideas (will be 100% free and open source, need only
 priorities voting):
 - Custom freeswitch extensions editor/manager
 This would be handy. I worry a bit about folks really breaking things
 though.

Michael may or may not be be right, but I wouldn't let this stop you.
We'd just need good regression tests first.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] New 4.6 Beta Installation

2012-10-31 Thread Douglas Hubler
On Mon, Oct 22, 2012 at 5:01 PM, Kyle Haefner
kyle.haef...@colostate.edu wrote:
 cf3 Module context: sipx
 cf3 Activated classes: sipxsupervisor
 cf3 cf-agent aborted on defined class sipxsupervisor defined in
 bundle sipx_module

Eureka!  I found the problem...somewhat.  I've clearly chased bug into
cfengine and we're using a feature we really don't need to have
(abortclasses).  This feature fails on random machines and most of the
time.  I finally got the error.  Anyway, fix should be in next build.

Thanks all for being patient.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] New 4.6 Beta Installation

2012-10-30 Thread Douglas Hubler
On Tue, Oct 30, 2012 at 1:58 PM, Kyle Haefner
kyle.haef...@colostate.edu wrote:
 A quick follow-up on the issue of adding a redundant server.

 I did a yum update today (10/30/2012)  on the primary server, then
 started NTP (just to note, ntpd was not set to auto start in
 chkconfig).  I did the same on the redundant server and then went
 through sipxecs-setup on the redundant node and it completed without
 error.  So it seams that my problem stemmed from NTP not starting.  Is
 NTP supposed to start on the primary node after first reboot?

chicken and egg.

Currently we configure ntp (including chkconfig) after we get past
setup, but apparently we cannot always get past setup until times are
in sync.

So fix is to configure ntp in setup script AND continue to manage it
in system as we are today.

Aaron P's problem was not NTP because we checked that.  I think setup
script didn't set supervisor's auth files correctly.  Aaron is off and
running, but I'm looking how Aaron could have gotten into this
situation. After that i plan to look at fixing ntp issues.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] 4.6 Beta Installation - (New Thread)

2012-10-29 Thread Douglas Hubler
I updated code to include a little more info in snapshot.

aaron, can you generate/upload another snapshot?
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] New 4.6 Beta Installation

2012-10-25 Thread Douglas Hubler
On Tue, Oct 23, 2012 at 12:37 PM, Aaron Pursell aar...@esgw.org wrote:
 At least I'm not crazySo assuming this is an issue beyond something we
 can do.

1.) Is it possible the numeric id of second server is not 2?  Can you
send me screen shot of the list of servers?

2.) Can you run

  date

on both machine at approx. same time and verify they are on the same date/time.

3.) Can you run
  sipx-snapshot
on each machine and make them available for me to download.  If they
are not too large, email me off-list otherwise make avail in dropbox
or ftp site
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] New 4.6 Beta Installation

2012-10-25 Thread Douglas Hubler
On Thu, Oct 25, 2012 at 9:38 AM, Aaron Pursell aar...@esgw.org wrote:
 I uploaded all the stuff to the dropbox you shared with me.

thanks, this was useful in that it proved we need to add more info to
snapshot script. We need to be able to diagnose 4.6 more easily. Then
I may ask you to yum update and snapshot a few more times until i
narrow in on problem.  I think i have an idea on the area

I'm going to try to add/fix a few things
- fix errors during snapshot
- snapshot of cfdata dir
- snapshot cfinputs
- MD5 of cfengine keys (not keys themselves just MD5)
- proper log to cf-serverd (sipxsupervisord)
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] New 4.6 Beta Installation

2012-10-22 Thread Douglas Hubler
On Mon, Oct 22, 2012 at 9:47 AM, Aaron Pursell aar...@esgw.org wrote:
 Nothing responds on 5308, stopped iptables on both boxes, same outcome. I've
 attached the nofork output.

Here are the telling lines

cf3  !! Could not examine file
/etc/sipxpbx/sipxsupervisor-allowed-addrs.ini in readfile
cf3  !!! System error for stat: No such file or directory
cf3  !! Could not examine file
/etc/sipxpbx/sipxsupervisor-allowed-users.ini in readfile
cf3  !!! System error for stat: No such file or directory

These files are created as part of setup, something must have went
silently wrong with sipxecs-setup on the secondary node.  On the
secondary node (192.168.1.32), try

   sipxecs-setup --reset-all --verbose

and send output.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] New 4.6 Beta Installation

2012-10-22 Thread Douglas Hubler
I'll look into why order of arguments matters, but use

  sipxecs-setup --verbose --reset-all



On Mon, Oct 22, 2012 at 11:12 AM, Aaron Pursell aar...@esgw.org wrote:
 I figured that something did happen, however it was a fresh build/install.

 Here is output of reset-all now...

 [root@gfgwph init.d]# sipxecs-setup --reset-all --verbose
 /usr/bin/sipxecs-setup:122:in `readline': No such file or directory -
 --verbose (Errno::ENOENT)
  from /usr/bin/sipxecs-setup:122:in `prompt'
  from /usr/bin/sipxecs-setup:107:in `prompt_confirm'
  from /usr/bin/sipxecs-setup:200:in `reset_all'
  from /usr/bin/sipxecs-setup:415
  from /usr/lib/ruby/1.8/optparse.rb:1267:in `call'
  from /usr/lib/ruby/1.8/optparse.rb:1267:in `parse_in_order'
  from /usr/lib/ruby/1.8/optparse.rb:1254:in `catch'
  from /usr/lib/ruby/1.8/optparse.rb:1254:in `parse_in_order'
  from /usr/lib/ruby/1.8/optparse.rb:1248:in `order!'
  from /usr/lib/ruby/1.8/optparse.rb:1339:in `permute!'
  from /usr/lib/ruby/1.8/optparse.rb:1360:in `parse!'
  from /usr/bin/sipxecs-setup:428
 This will wipe all configuration data from this server. Are you sure? [
 enter 'y' or 'n' ] : [root@gfgwph init.d]#

 Does not even allow you to press y.





 Aaron Pursell
 Network Security Administrator
 Easter Seals-Goodwill Northern Rocky Mountain, Inc.
 4400 Central Ave
 Great Falls, Montana  59405

 (406) 771-3721
 aar...@esgw.org
 Douglas Hubler dhub...@ezuce.com 10/22/2012 9:00 AM 

 On Mon, Oct 22, 2012 at 9:47 AM, Aaron Pursell aar...@esgw.org wrote:
 Nothing responds on 5308, stopped iptables on both boxes, same outcome.
 I've
 attached the nofork output.

 Here are the telling lines

 cf3  !! Could not examine file
 /etc/sipxpbx/sipxsupervisor-allowed-addrs.ini in readfile
 cf3  !!! System error for stat: No such file or directory
 cf3  !! Could not examine file
 /etc/sipxpbx/sipxsupervisor-allowed-users.ini in readfile
 cf3  !!! System error for stat: No such file or directory

 These files are created as part of setup, something must have went
 silently wrong with sipxecs-setup on the secondary node.  On the
 secondary node (192.168.1.32), try

sipxecs-setup --reset-all --verbose

 and send output.
 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/

 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] New 4.6 Beta Installation

2012-10-19 Thread Douglas Hubler
On Fri, Oct 19, 2012 at 12:22 PM, Aaron Pursell aar...@esgw.org wrote:
 cf3  - Connect to 192.168.1.32 = 192.168.1.32 on port 5308

from 192.168.1.21

  telnet 192.168.1.32 5308

if you cannot connect, run

  service stop iptables

on all machines, then try again, if you still cannot connect, on
192.168.1.32 run

  /etc/init.d/sipxsupervisor stop
  /etc/init.d/sipxsupervisor nofork

and see what console says when sending profiles
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


[sipx-users] Bug fix release update: sipXecs 4.4.0 update #22

2012-10-19 Thread Douglas Hubler
Update #22 : Fri 19. Oct 2012
==
- ** No security updates in this update **
- ISO has *not* been rebuilt as decided in release policy. Yum update
after installation is recommended for getting these updates.
- Thank you all for your continued testing and fixes.

Build Log
=
commit f9c26b7d07384753043385f05def5887732bebd0
Author: dizzy geo...@ezuce.com
Date:   Tue Oct 9 17:27:36 2012 +0300

PT-37419533: Call intro conferences fails with 404 / Not Found

commit fe222e6fdc7f16ff04a8d039fe2ccedb6a927cc6
Author: Joegen Baclor jbac...@ezuce.com
Date:   Fri Oct 19 18:50:16 2012 +0800

Correcting typo in Message Status body.  We are missing an s in
Message(s)-Waiting.

commit bddca93b76c7e8474b48b3b004526084e56d262f
Author: Joegen Baclor jbac...@ezuce.com
Date:   Fri Oct 19 16:25:47 2012 +0800

PT-38071901:  A regression has been introduced after the most
recent patches to the issue.   Fetching aliases fails if we

commit 1d32f6d4301aa08b08a09302cdfa3024d10ee24c
Author: George Niculae geo...@ezuce.com
Date:   Thu Oct 18 14:31:49 2012 +0300

PT-37957859 - Allow sending of NIST 100 trying for subscriptions
to be configurable

- exposed setting in Voicemail MWI services page

commit 577b7501cf9ea737475ee722ace786399e0bb224
Author: Joegen Baclor jbac...@ezuce.com
Date:   Thu Oct 18 17:17:50 2012 +0800

PT-37957859 - Allow sending of NIST 100 trying for subscriptions
to be configurable.

for past releases see http://download.sipfoundry.org/pub/sipXecs/ChangeLog-4.4.0
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


[sipx-users] Bug fix release update: sipXecs 4.4.0 update #21

2012-10-12 Thread Douglas Hubler
Update #21
==
- ** No security updates in this update **
- ISO has *not* been rebuilt as decided in release policy. Yum update
after installation is recommended for getting these updates.
- Thank you all for your continued testing and fixes.

Build Log
==
commit 9f44bd8eb22621ba48187dba989f1da7b61a0d4f
Author: Joegen Baclor jbac...@ezuce.com
Date:   Fri Oct 5 19:28:20 2012 +0800

If request-uri is towards an alias domain and a user alias at the
same time, normalize the request\
-uri and do not add a contact.  If user is registered, regdb
redirector will insert the final contact.

commit bb6acf0e9eb997ba0c35701b6b84e848312419cc
Author: George Niculae geo...@ezuce.com
Date:   Mon Oct 8 23:10:25 2012 +0300

Revert Revert XX-10428 - Alias Redirector must be evaluate prior
to regDB redirector so that the\
 correct identity is used to search.

This reverts commit aaed0e5959b86ef1fbd4b3a49a33d1c62bb950d9.

commit db4ea18bf23e28c9ed4b2c646473ce52b5d2f525
Author: George Niculae geo...@ezuce.com
Date:   Mon Oct 8 23:10:01 2012 +0300

Revert Revert XX-10428 - Alias Redirector does not match rule if
domain is also a domain alias

This reverts commit 4152fa28c983974ea855acc20b3c5e0b4494d769.


for past releases see http://download.sipfoundry.org/pub/sipXecs/ChangeLog-4.4.0
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] update to latest 4.6 - send profiles required

2012-10-11 Thread Douglas Hubler
On Thu, Oct 11, 2012 at 3:58 AM, George Niculae geo...@ezuce.com wrote:
 please send profiles to server after updating to latest 4.6 RPMs -
 there was a change in conferences records so they need to be
 regenerated

George,
When sipxconfig restarts, it regenerates profiles but does not rebuild
mongo tables. just checking, is the fix in regenerating mongo tables?
if not, are you sure this is nec?
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] update to latest 4.6 - send profiles required

2012-10-11 Thread Douglas Hubler
On Thu, Oct 11, 2012 at 5:16 AM, George Niculae geo...@ezuce.com wrote:
 On Thu, Oct 11, 2012 at 12:05 PM, Douglas Hubler dhub...@ezuce.com wrote:
 On Thu, Oct 11, 2012 at 3:58 AM, George Niculae geo...@ezuce.com wrote:
 please send profiles to server after updating to latest 4.6 RPMs -
 there was a change in conferences records so they need to be
 regenerated

 George,
 When sipxconfig restarts, it regenerates profiles but does not rebuild
 mongo tables. just checking, is the fix in regenerating mongo tables?

 Nope, that was not included yet. We should add the mechanism to
 regenerate mongo tables on sipxconfig restart only when new patch that
 needs this.

 if not, are you sure this is nec?

 Yes, send profiles or resave conference from sipXconfig UI

 George
 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] update to latest 4.6 - send profiles required

2012-10-11 Thread Douglas Hubler
On Thu, Oct 11, 2012 at 5:16 AM, George Niculae geo...@ezuce.com wrote:
 On Thu, Oct 11, 2012 at 12:05 PM, Douglas Hubler dhub...@ezuce.com wrote:
 On Thu, Oct 11, 2012 at 3:58 AM, George Niculae geo...@ezuce.com wrote:
 please send profiles to server after updating to latest 4.6 RPMs -
 there was a change in conferences records so they need to be
 regenerated

 George,
 When sipxconfig restarts, it regenerates profiles but does not rebuild
 mongo tables. just checking, is the fix in regenerating mongo tables?

 Nope, that was not included yet. We should add the mechanism to
 regenerate mongo tables on sipxconfig restart only when new patch that
 needs this.

Ok, so if i understand you correctly :  your fix do require
regenerating mongo data therefore you ask folks to send server
profiles.  That's fine, I was just making sure you (and other
developers) understood that if any code change only requires that
config files are regenerated, then there's nothing you have to do.
restarting sipxconfig regenerates all config files.

George and for other's sake, we could automate regenerating mongo data
through SetupListener interface, but then the code to check if this
has been done will live in codebase forever. We'll reserve that sort
of option for after 4.6.0 is released.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] sipxecs-4.6.0: Framebuffer (or something) broken on first boot

2012-10-11 Thread Douglas Hubler
On Thu, Oct 11, 2012 at 11:56 AM, Adrien Guillon aj.guil...@gmail.com wrote:
 It's an ISO install, 4.6.

 Yes, it could be an issue with my hardware and CentOS, however the issue is
 that not all hardware is going to support framebuffers properly.  Regardless
 of whether the bug is in CentOS or the install scripts of the sipxecs ISO,
 it is still an issue that there is no option to disable the framebuffer if
 it doesn't work.

Try installing CentOS 6 minimal ISO on the machine just to give us an
idea if it's centos or sipxecs.  Either sipxecs or centos, you can hit
tab in the boot menu and change the installation parameters.  All sort
of wacky options

 
http://www.linuxtopia.org/online_books/rhel6/rhel_6_installation/rhel_6_installation_ap-admin-options.html

Assuming you get that far.  It's not clear exactly where upon boot
is that you're describing.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] External calls cannot be transferred to voice mail (sipXecs 4.4.0)

2012-10-11 Thread Douglas Hubler
On Thu, Oct 11, 2012 at 12:18 PM, Henry Kwan hslk...@yahoo.ca wrote:
 Do I need one-to-one NAT, or symmetric NAT?  I bought this router because it
 had been tested to work with VoIP, whatever that means, but I forgot the
 source of this information.

Disable SIP algorithm if it's enabled router.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] 4.6 Cluster

2012-10-10 Thread Douglas Hubler
I reread your post, i totally misunderstood. I thought you were ready
to make a concession for now until bria support for redundant, tls
servers fix is committed.

ezuce wants tls to work on redundant systems so we'd have a vested
interest in getting this fixed in 4.6.0, it's only a matter of time
and seems like an easy fix.  Thanks for finding the issue, I don't
think we tested HA and TLS together yet.

On Tue, Oct 9, 2012 at 5:36 PM, darthzejdr darthze...@gmail.com wrote:
 Yes it does, but the problem is i need it to work with domain registration
 and tls. Setting a proxy means i can't use failover, and then i don't
 actualy need 2 servers. Also it doesn't actualy help with comunication since
 if i register bria on 1 server, and another bria on second, i'll still have
 the same tcp problem i'm having here. Atm the only way i can use domain is
 using udp, and that's not really a good solution for me since i really need
 the tls for security.

 -Original Message-
 From: sipx-users-boun...@list.sipfoundry.org
 [mailto:sipx-users-boun...@list.sipfoundry.org] On Behalf Of Douglas Hubler
 Sent: Tuesday, October 09, 2012 10:22 PM
 To: Discussion list for users of sipXecs software
 Subject: Re: [sipx-users] 4.6 Cluster

 does bria allow you to set an outbound proxy?  polycom has this.  so
 essentially it will allow you to register

j...@domain.com

 at server

server1.domain.com


 On Tue, Oct 9, 2012 at 9:44 AM, darthzejdr darthze...@gmail.com wrote:
 I haven't found a way to insert the path header. Did you manage to
 think of a way to fix it on your end? Or any other ideas on what i
 could try? Is there any way to forward calls to server1, so it
 initializes calls to bria instead of server 2?



 From: Joegen Baclor [mailto:jbac...@ezuce.com]
 Sent: Friday, October 05, 2012 9:18 AM


 To: Discussion list for users of sipXecs software
 Cc: darthzejdr
 Subject: Re: [sipx-users] 4.6 Cluster



 If you can make Bria insert a Path header in REGISTER, that should
 solve your issue.  We are discussing a workable solution but there is
 nothing final yet.

 On 10/05/2012 02:57 PM, darthzejdr wrote:

 So, is there anything i can do to fix this? Or does it need to be
 fixed on a server level? I need to be able to use TLS and clustering,
 and from what i see here i won't have comunication between my sites if
 i use anything except UDP.



 From: Joegen Baclor [mailto:jbac...@ezuce.com]
 Sent: Thursday, October 04, 2012 4:39 PM
 To: Discussion list for users of sipXecs software
 Cc: darthzejdr
 Subject: Re: [sipx-users] 4.6 Cluster



 Finally I got the trace I need to provide you with an analysis

 ./Server1/sipregistrar.log-20121004:2012-10-03T11:28:33.730099Z:367:
 INCOMING:INFO:sipx1.callidus.local:SipClientTcp-31:7f1f8acf5700:SipReg
 istrar:Read
 SIP message:
 Local Host:192.168.0.46 Port: 5060 Remote
 Host:192.168.0.46 Port: 39985 REGISTER
 sip:192.168.0.46;transport=tcp SIP/2.0\r
 Route: sip:rr.sipx1.callidus.local;transport=tcp;lr\r
 Via: SIP/2.0/TCP
 192.168.0.46;branch=z9hG4bK-XX-0001JZfBODnCeQ5GLt01pwXDbw\r
 Via: SIP/2.0/TCP
 192.168.0.66:36070;branch=z9hG4bK-d8754z-2110ba28537b1953-1---d8754z-;
 rport=60123\r
 Max-Forwards: 20\r
 Contact:
 sip:201@192.168.0.66:55243;rinstance=4782eca9743a1724;transport=TCP;x
 -sipX-nonat\r
 To: \201\sip:201@192.168.0.46\r
 From: \201\sip:201@192.168.0.46;tag=1775733c\r
 Call-Id: NTQwOTE2OWIwYmQyN2JmNDdjN2FmZDhkNzE1YjkyZjk.\r
 Cseq: 1 REGISTER\r
 Expires: 3600\r
 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE,
 SUBSCRIBE, INFO\r
 User-Agent: Bria release 2.2 stamp 45414\r
 Content-Length: 0\r
 Date: Wed, 03 Oct 2012 11:28:33 GMT\r
 X-Sipx-Spiral: true\r
 \r
 END



 This is the register sent by Bria to your master server.You will see
 that the contact is towards an ephemeral port
 (201@192.168.0.66:55243).  The problem with TCP is it is connection
 oriented.  And if a phone registers TCP, it normally intends to
 receive incoming request via the same connection.  Thus, since your
 Bria is registered to the master server, calls from secondary will not
 be able to connect to port 55243 since it is already in use to connect
 to the master.  The INVITE from secondary towards the Bria is timed out.
 See Sip  messages below.



 ./Server2/sipXproxy.log-20121004:2012-10-03T06:49:21.751101Z:4231:OU
 TGOING:INFO:sipx2.callidus.local:SipUserAgent-0:7f03249c1700:SipXProxy
 :SipUserAgent::sendTcp
 TCP SIP User Agent sent message:
 Local Host:192.168.0.47 Port: -1 Remote
 Host:192.168.0.66 Port: 55243 INVITE
 sip:201@192.168.0.66:55243;transport=TCP;rinstance=77652402758671b3;x-
 sipX-nonat
 SIP/2.0\r
 Record-Route:
 sip:192.168.0.47:5060;lr;sipXecs-CallDest=INT;sipXecs-rs=%2Aauth%7E.%
 2Afrom%7EY2QwOWY3M2M%60%2195d58d323e0b74721490b5960f9aacdb\r
 Via: SIP/2.0/TCP
 192.168.0.47;branch=z9hG4bK-XX-007aGHD2233NJ37`o7R9ub11Sg\r
 Via: SIP/2.0/UDP
 192.168.0.47;branch

Re: [sipx-users] Configuration Summary Page

2012-10-09 Thread Douglas Hubler
On Mon, Oct 8, 2012 at 3:15 PM, George Niculae geo...@ezuce.com wrote:
 That sounds like a great improvement, thanks! I would say to add the summary
 / inventory page in sipXconfig core (that is sipXecs git module) and offer
 the rest of functionality as plugin pages (separate git repo / RPM). Other
 thoughts?

There are advantages if we leave it as a plugin. The original
developers or other developers can advance it w/o requiring permission
or commit access to sipxecs repo.  i.e. more freedom.

If the original developers are gone, then maybe it's not worth
creating a separate project.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] 4.6 Cluster

2012-10-09 Thread Douglas Hubler
does bria allow you to set an outbound proxy?  polycom has this.  so
essentially it will allow you to register

   j...@domain.com

at server

   server1.domain.com


On Tue, Oct 9, 2012 at 9:44 AM, darthzejdr darthze...@gmail.com wrote:
 I haven't found a way to insert the path header. Did you manage to think of
 a way to fix it on your end? Or any other ideas on what i could try? Is
 there any way to forward calls to server1, so it initializes calls to bria
 instead of server 2?



 From: Joegen Baclor [mailto:jbac...@ezuce.com]
 Sent: Friday, October 05, 2012 9:18 AM


 To: Discussion list for users of sipXecs software
 Cc: darthzejdr
 Subject: Re: [sipx-users] 4.6 Cluster



 If you can make Bria insert a Path header in REGISTER, that should solve
 your issue.  We are discussing a workable solution but there is nothing
 final yet.

 On 10/05/2012 02:57 PM, darthzejdr wrote:

 So, is there anything i can do to fix this? Or does it need to be fixed on a
 server level? I need to be able to use TLS and clustering, and from what i
 see here i won't have comunication between my sites if i use anything except
 UDP.



 From: Joegen Baclor [mailto:jbac...@ezuce.com]
 Sent: Thursday, October 04, 2012 4:39 PM
 To: Discussion list for users of sipXecs software
 Cc: darthzejdr
 Subject: Re: [sipx-users] 4.6 Cluster



 Finally I got the trace I need to provide you with an analysis

 ./Server1/sipregistrar.log-20121004:2012-10-03T11:28:33.730099Z:367:INCOMING:INFO:sipx1.callidus.local:SipClientTcp-31:7f1f8acf5700:SipRegistrar:Read
 SIP message:
 Local Host:192.168.0.46 Port: 5060
 Remote Host:192.168.0.46 Port: 39985
 REGISTER sip:192.168.0.46;transport=tcp SIP/2.0\r
 Route: sip:rr.sipx1.callidus.local;transport=tcp;lr\r
 Via: SIP/2.0/TCP 192.168.0.46;branch=z9hG4bK-XX-0001JZfBODnCeQ5GLt01pwXDbw\r
 Via: SIP/2.0/TCP
 192.168.0.66:36070;branch=z9hG4bK-d8754z-2110ba28537b1953-1---d8754z-;rport=60123\r
 Max-Forwards: 20\r
 Contact:
 sip:201@192.168.0.66:55243;rinstance=4782eca9743a1724;transport=TCP;x-sipX-nonat\r
 To: \201\sip:201@192.168.0.46\r
 From: \201\sip:201@192.168.0.46;tag=1775733c\r
 Call-Id: NTQwOTE2OWIwYmQyN2JmNDdjN2FmZDhkNzE1YjkyZjk.\r
 Cseq: 1 REGISTER\r
 Expires: 3600\r
 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE,
 INFO\r
 User-Agent: Bria release 2.2 stamp 45414\r
 Content-Length: 0\r
 Date: Wed, 03 Oct 2012 11:28:33 GMT\r
 X-Sipx-Spiral: true\r
 \r
 END



 This is the register sent by Bria to your master server.You will see
 that the contact is towards an ephemeral port (201@192.168.0.66:55243).  The
 problem with TCP is it is connection oriented.  And if a phone registers
 TCP, it normally intends to receive incoming request via the same
 connection.  Thus, since your Bria is registered to the master server, calls
 from secondary will not be able to connect to port 55243 since it is already
 in use to connect to the master.  The INVITE from secondary towards the Bria
 is timed out.  See Sip  messages below.



 ./Server2/sipXproxy.log-20121004:2012-10-03T06:49:21.751101Z:4231:OUTGOING:INFO:sipx2.callidus.local:SipUserAgent-0:7f03249c1700:SipXProxy:SipUserAgent::sendTcp
 TCP SIP User Agent sent message:
 Local Host:192.168.0.47 Port: -1
 Remote Host:192.168.0.66 Port: 55243
 INVITE
 sip:201@192.168.0.66:55243;transport=TCP;rinstance=77652402758671b3;x-sipX-nonat
 SIP/2.0\r
 Record-Route:
 sip:192.168.0.47:5060;lr;sipXecs-CallDest=INT;sipXecs-rs=%2Aauth%7E.%2Afrom%7EY2QwOWY3M2M%60%2195d58d323e0b74721490b5960f9aacdb\r
 Via: SIP/2.0/TCP 192.168.0.47;branch=z9hG4bK-XX-007aGHD2233NJ37`o7R9ub11Sg\r
 Via: SIP/2.0/UDP
 192.168.0.47;branch=z9hG4bK-XX-0073ek6_NOw9GHGEKiPxB1mC7Q~UgrmM4eHLTVEMlRgE`UzIA\r
 Via: SIP/2.0/TCP
 192.168.0.55:49440;branch=z9hG4bK-d8754z-5f3c597876149a55-1---d8754z-;rport=1889\r
 Max-Forwards: 18\r
 Contact: sip:200@192.168.0.55:1889;transport=TCP;x-sipX-nonat\r
 To: sip:201@192.168.0.47\r
 From: \200\sip:200@192.168.0.47;tag=cd09f73c\r
 Call-Id: NTkwMmY1MTExNWQxZmI0OTVkNDI0ZjFlNzE4ZTUyYTM.\r
 Cseq: 2 INVITE\r
 Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE,
 INFO\r
 Content-Type: application/sdp\r
 Proxy-Authorization: Digest
 username=\200\,realm=\callidus.local\,nonce=\0b61a318caca69024f6803b99fcd402a506bdff0\,uri=\sip:201@192.168.0.47;transport=tcp\,response=\7717633a520ccd47215721a17f276e8e\,cnonce=\aad9569089334a96274f1a7839d054d7\,nc=0001,qop=auth,algorithm=MD5\r
 User-Agent: Bria release 2.2 stamp 45414\r
 Content-Length: 480\r
 Date: Wed, 03 Oct 2012 06:49:20 GMT\r
 Expires: 20\r
 \r
 v=0\r
 o=- 2 2 IN IP4 192.168.0.55\r
 s=CounterPath Bria\r
 c=IN IP4 192.168.0.55\r
 t=0 0\r
 m=audio 2592 RTP/AVP 107 119 100 106 0 98 8 18 101\r
 a=alt:1 1 : 8oh9Hd/J 65epFIay 192.168.0.55 2592\r
 a=fmtp:18 annexb=yes\r
 a=fmtp:101 0-15\r
 a=rtpmap:107 BV32/16000\r
 a=rtpmap:119 BV32-FEC/16000\r
 a=rtpmap:100 SPEEX/16000\r
 a=rtpmap:106 

[sipx-users] Bug fix release update: sipXecs 4.4.0 update #20

2012-10-05 Thread Douglas Hubler
Update #20
==
- ** No security updates in this update **
- ISO has *not* been rebuilt as decided in release policy. Yum update
after installation is recommended for getting these updates.
- Thank you all for your continued testing and fixes.

Build Log
==
commit 7efb1f8b6e011851566e60821f776e08b657f10f
Author: Joegen Baclor jbac...@ezuce.com
Date:   Mon Oct 1 22:46:52 2012 +0800

XX-10481- Determine user id from to uri when auth is enabled.

commit 3aba2d7489b61d6b101390150e89dbb796b0444b
Author: George Niculae geo...@ezuce.com
Date:   Sun Sep 30 12:03:58 2012 +0300

XX-10481: send proper message format from ivr to MWI

commit 4625949c12de7a8bcc5b3c3ca40ad3abb28b5e4a
Author: Joegen Baclor jbac...@ezuce.com
Date:   Sat Sep 29 23:19:36 2012 +0800

XX-10481- Added trailing \r\n\r\n in voice mail status

commit e5520a86fa5a2afac33a6fba791f2a1a92f0a2d1
Author: Joegen Baclor jbac...@ezuce.com
Date:   Sat Sep 29 21:31:25 2012 +0800

XX-10481- Added functionality to let sipstatus query the file
system for mwi status for new subscriptions

commit 625c8cf1ccf461649610f75c35b4f016a560f044
Author: Douglas Hubler dhub...@ezuce.com
Date:   Sat Sep 29 08:33:44 2012 -0400

build error support boost mt

commit 4152fa28c983974ea855acc20b3c5e0b4494d769
Author: George Niculae geo...@ezuce.com
Date:   Sat Sep 29 14:05:52 2012 +0300

Revert XX-10428 - Alias Redirector does not match rule if domain
is also a domain alias

This reverts commit 703981c31929c312457872c1e7b0569160fdf511.

commit aaed0e5959b86ef1fbd4b3a49a33d1c62bb950d9
Author: George Niculae geo...@ezuce.com
Date:   Sat Sep 29 14:05:35 2012 +0300

Revert XX-10428 - Alias Redirector must be evaluate prior to
regDB redirector so that the correct identity is used to search.

This reverts commit b5026c54caf436132bbe5084628cb89c11f0cf63.

commit c3ed4ae241f50488f967b9e8865ecbf951f7f3d3
Author: Joegen Baclor jbac...@ezuce.com
Date:   Sat Sep 29 18:14:17 2012 +0800

XX-10481 - Create a separate queue and caching mechanism for SIP status.


for past releases see http://download.sipfoundry.org/pub/sipXecs/ChangeLog-4.4.0
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] SIPXEC crashes after install

2012-10-04 Thread Douglas Hubler
On Thu, Oct 4, 2012 at 9:19 AM, James M. Jones ja...@insyspro.com wrote:

 Good Day,

 ** **

 I’m currently working with version 4.4.4.0. I’ve installed it on an older
 Dell Dimension C521 with an AMD Athlon Processor (64X2 Dual Core, 1.9GHZ)
 and 3GB of RAM. 

 ** **

 The installation works fine and upon completion, I can access the GUI and
 start the initial configuration, but shortly after, the system will crash.
 I’ve left the system at the initial configuration after installation (Only
 changed the superadmin password), but it will still crash. If I’m directly
 connected to the box, the screen becomes unreadable or goes blank. Upon
 restart, the system freezes and the screen goes blank when it tries to load
 udep.

 ** **

 I’ve reinstalled it 4 times now without errors. I’ve just recently started
 working with SIPXEC and any suggestions are greatly appreciated.



Suggestions:
- use sipxecs 4.6. it's more stable in this regard.
- for an issue like this, report full system details: CPU, disk, RAM, 
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] SIPXEC crashes after install

2012-10-04 Thread Douglas Hubler
ok, I still recommend 4.6, 64bit

On Thu, Oct 4, 2012 at 9:53 AM, James M. Jones ja...@insyspro.com wrote:

 Hello,

 ** **

 The system details are:

 ** **

 Computer: Dell Dimension C521

 Bios Version: 1.1.11

 ** **

 Processor: AMD Athlon 64 X2 Dual Core Processor 3600+, 1.9 GHZ, Bus Speed
 1000MHZ, L2 Cache 1MB, 64 Bit Technology=yes

 ** **

 ** **

 RAM: 3GB DDR2 SDRAM (667MHZ)

 ** **

 Hard Drive: 80GB SATA

 ** **

 Thank You for the help,

 ** **

 ** **

 ** **

 *James M. Jones*

 *Project Manager*

 InSysPro, LLC

 M. 954-557-2771

 *ja...@insyspro.com*

 [image: Description: cid:image002.jpg@01CC3B30.26040B50]

 ** **

 ** **

 *From:* sipx-users-boun...@list.sipfoundry.org [mailto:
 sipx-users-boun...@list.sipfoundry.org] *On Behalf Of *Douglas Hubler
 *Sent:* Thursday, October 04, 2012 9:24 AM
 *To:* Discussion list for users of sipXecs software
 *Subject:* Re: [sipx-users] SIPXEC crashes after install

 ** **

 ** **

 On Thu, Oct 4, 2012 at 9:19 AM, James M. Jones ja...@insyspro.com wrote:
 

 Good Day,

  

 I’m currently working with version 4.4.4.0. I’ve installed it on an older
 Dell Dimension C521 with an AMD Athlon Processor (64X2 Dual Core, 1.9GHZ)
 and 3GB of RAM. 

  

 The installation works fine and upon completion, I can access the GUI and
 start the initial configuration, but shortly after, the system will crash.
 I’ve left the system at the initial configuration after installation (Only
 changed the superadmin password), but it will still crash. If I’m directly
 connected to the box, the screen becomes unreadable or goes blank. Upon
 restart, the system freezes and the screen goes blank when it tries to load
 udep.

  

 I’ve reinstalled it 4 times now without errors. I’ve just recently started
 working with SIPXEC and any suggestions are greatly appreciated.

 ** **

 ** **

 Suggestions:

 - use sipxecs 4.6. it's more stable in this regard.

 - for an issue like this, report full system details: CPU, disk, RAM, 
 

 ** **

 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/

image001.jpg___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] Danish Language Pack

2012-10-02 Thread Douglas Hubler
On Tue, Oct 2, 2012 at 2:39 PM, Sven Evensen sven.even...@onrelay.com wrote:
 Anyone know if this exists for sipx 4.4?

I once weeded out all the tarballs I could find and created proper
projects for them. References to github projects are here

  https://github.com/dhubler/sipxecs/blob/master/mak/app.mk.in

There are in 4.6 format, but almost same as 4.4.  I don't see dutch.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] 4.6.0 superadmin password lost

2012-09-26 Thread Douglas Hubler
On Wed, Sep 26, 2012 at 11:53 AM,  m...@grounded.net wrote:
Yep, as Laurentiu mentioned you need to enable registrar and proxy on
that machine. Go to Servers  Telephony tab and choose services you
want to run on the box (registrar, proxy, voicemail)

 I like that services are modularized. It's a nice way of managing servers,
 turning things on and off to save resources and complexity when not needed.

Thanks, that's exactly what we were going for.  Partly because
sometime you need to shutdown a problematic service in a pinch too.

Having said this, new user interface give you a lot of rope to hang
yourself.  We will develop a higher level page once we learn a little
more about how these services pages are being accepted by users.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] Remove operator/option zero from voicemail

2012-09-26 Thread Douglas Hubler
On Wed, Sep 26, 2012 at 2:06 PM, niklas rehnberg
niklas.rehnb...@gmail.com wrote:
 Thanks for the quick answer.
 Do you know when 4.6 will be released?

Now that you mention it, we've had a relatively quiet week as far as
release blockers. Every time i prepare a release candidate, something
comes up : openfire mem leak, registration drops (which was not a
bug).  So let me prep another release, and smoke test it.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] 4.6.0 Statistics Page

2012-09-24 Thread Douglas Hubler
On Mon, Sep 24, 2012 at 10:50 AM, Tony Graziano 
tgrazi...@myitdepartment.net wrote:

 Though it would be nice to see some way to collect proxy and registrar
 stats either from snmp for inclusion at some point or as a separate
 mechanism, since as a proxy and registrar THOSE stats are actually more
 meaningful to an admin than disk and cpu since that is normally
 unremarkable on this platform.


On that note, Michael, George and I were thinking if we made real time data
suitable for stats collectors available via SNMP, we'd integrate into more
monitoring systems.  While it's true monitoring systems often have their
own custom agents, most of them support some sort of polling of data from
SNMP for graphing or triggering actions against. Being agnostic by using a
standard makes the most sense to sipxecs, assuming it's not too much extra
work.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

[sipx-users] Bug fix release update: sipXecs 4.4.0 update #19

2012-09-21 Thread Douglas Hubler
- ** No security updates in this update **
- ISO has *not* been rebuilt as decided in release policy. Yum update
after installation is recommended for getting these updates.
- Thank you all for your continued testing and fixes.

Build Log
==
commit 29eb52e9e7ab8c8010750d79834cd8822abe1666
Author: Mircea Carasel mirc...@ezuce.com
Date:   Fri Sep 21 13:19:39 2012 +0300

XX-10444: fix left tabs dissapear when connection fails and cannot
move back to config tab

commit 3c9516eb491903d64fc2802f2c77f784e981bbb9
Author: dizzy geo...@ezuce.com
Date:   Tue Sep 18 00:15:57 2012 +0300

XX-10444: LDAP page: Connect only to selected LDAP server, do not
query all connections at once

commit b5026c54caf436132bbe5084628cb89c11f0cf63
Author: Joegen Baclor jbac...@ezuce.com
Date:   Fri Sep 14 10:59:32 2012 +0800

XX-10428 - Alias Redirector must be evaluate prior to regDB
redirector so that the correct identity is used to search.

commit 703981c31929c312457872c1e7b0569160fdf511
Author: Joegen Baclor jbac...@ezuce.com
Date:   Tue Sep 11 23:29:22 2012 +0800

XX-10428 - Alias Redirector does not match rule if domain is also
a domain alias


for past releases see http://download.sipfoundry.org/pub/sipXecs/ChangeLog-4.4.0
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] Missing hash filenames in CA directory in 4.6

2012-09-21 Thread Douglas Hubler
On Fri, Sep 21, 2012 at 8:51 PM, John Lightfoot j...@vizhn.com wrote:

 I just noticed that the hash filenames associated with the
 CA certs in the /etc/sipxpbx/ssl/authorities folder are
 missing in 4.6.  I know they were generated automatically in
 4.4.  I saw errors in sipXproxy.log pertaining to untrusted
 authorities and those went away after manually generating
 the hash filename for a particular CA (i.e., ln -s
 GTERoot.crt `openssl x509 -hash -noout -in GTERoot.crt`.0).


hash files were created as some trick to tell when they've changed.
We now managed that separately and files shouldn't need generating.
create a jira with error message and we'll take care of it.


 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] Yealink plugin 4.4

2012-09-19 Thread Douglas Hubler
On Wed, Sep 19, 2012 at 10:21 AM, Daniel Peinado Lopez
daniel.pein...@iant.de wrote:

 Hello,

 I want to try some Yealink Telephones in SipX 4.4. I have downloaded the
 Plugin in https://github.com/siplabs/sipXyealink and I have it in my CentOS
 system. The problem is that I don`t know exactly how can I install this. I
 need to install this plugin, because I want to add these telephones in the
 SipX interface. Can you tell me how to install step by step? I don`t want to
 break my system for one stupid error.

 Thank you very much

And SIP Labs... i'd be interested in your interest to package this as
rpm for sipxecs 4.6.  Get more adoption.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] SipXecs 4.6 uses Freeswitch 1.0.7

2012-09-14 Thread Douglas Hubler
On Fri, Sep 14, 2012 at 6:01 AM, Niek Vlessert niekvless...@gmail.com wrote:
 SipXecs 4.6 seems to still use Freeswitch 1.0.7, why is this? Freeswitch 
 1.2.1 is available with a lot of nice features. Is it because 1.2.1 is too 
 new?

No, not because it's too new, because we just got caught up in other
things.  We should put this on the list for 4.6.1 to upgrade.  If you
want to test, you should be able to build FS 1.2.1 or find an official
RPM somewhere and install it in a 4.6 system and see if it works.
There's nothing special about the build of FS on sipxecs download.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] Yealink IP telephon in Sipxecs 4.6

2012-09-14 Thread Douglas Hubler
On Fri, Sep 14, 2012 at 12:02 PM, Михаил Родионов ma...@siplabs.ru wrote:
 Hello,

 Sorry for being silent, we were accomodating in our new office.

 We can send you pre-built version if you need it. English page on our site
 with download links is under construction and will be available soon.

 Please don't hesitate contacting me directly on any sipXyealink-related
 questions and/or requests.

It would be fairly minimal effort I could submit patch to project so
that project could be built like all other sipxprojects, therefore
could be built and made available for download on sipfoundry.org.

Having said that even low hanging fruit is still not in my work task
queue unless a customer of ours has these phones.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] 4.4.0 to 4.4.6

2012-09-13 Thread Douglas Hubler
On Thu, Sep 13, 2012 at 1:57 PM, andrewpitman andrewpit...@comcast.net wrote:


 It looks like I'm a little late to this party.  I've been
 able to successfully restore my 4.4 configuration to a fresh
 4.6 system, but for some reason the voicemail restore
 doesn't seem to be working.

 Is the restore in 4.6's sipxconfig able to take a 4.4
 tarball with the flat files from
 /var/sipxdata/mediaserver/data/mailstore and put them into
 mongodb gridfs, or am I doing something wrong?

In OpenUC it reads into mongo, in sipXecs it expands onto disk.

You uploaded the fine to UI, but It is that you receive no errors in
UI upon restore?

There's CLI option too

sipxecs
  sipxivr-archive --restore your-tar-file.tgz

openuc
  openucivr-archive --restore your-tar-file.tgz
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] 4.4.0 to 4.4.6

2012-09-13 Thread Douglas Hubler
On Thu, Sep 13, 2012 at 4:07 PM, Tony Graziano tgrazi...@myitdepartment.net
 wrote:

 so let us know what happends when you:

 /usr/bin/sipx-archive --restore /var/sipxdata/backup/local/
 201209131417/voicemail.tar.gz


that's not the command actual, each subsystem has a different archive
command.That command follows a plan and you need to give is a plan file
which is not really relevant here.  Use the command I outlined.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] JAIN-SIP Pointers

2012-09-13 Thread Douglas Hubler
On Thu, Sep 13, 2012 at 7:56 PM, Matt White mwh...@thesummit-grp.com wrote:
 Just thought I'd give an update on updating the jain-sip

 I've put this latest jain-sip in production on 3 system for several weeks
 now.  One 4.2.1 and the other 2 are 4.4

 They are working fine and there is no useability issues.  However the
 sipxrest java process pegs at 100%.

 Our systems are multi-core so it doesnt affect system usage.

 Setting the call control logs to debug dont show any additional detail.

 Is there a good way to debug the sipxrest process.

there was some way to dump the java thread and by calling kill -3 on
the process and then cat'ing a file descriptor, but i cannot recall
the exact sequence.  Anyone recall?
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] 4.6 LDAP authentication issue

2012-09-12 Thread Douglas Hubler
On Wed, Sep 12, 2012 at 6:01 AM, Mircea Carasel mirc...@ezuce.com wrote:
  Yes, it appears the same issue. We are using acegi security API which
 spring security 3 is based on..
 Can you look into postgres database and see what is saved in ldap_attr_map
 and ldap_connection tables?

Mircea, i'll forever be confused on ldap auth, but i thought the user
with name superadmin should be able to get in even when ldap is
down/misconfigured.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] yum updates to mongo-2.0.7

2012-09-12 Thread Douglas Hubler
On Wed, Sep 12, 2012 at 8:05 AM, Tony Graziano tgrazi...@myitdepartment.net
 wrote:

 I did that, in my case I moved the files, not copied them which if the DB
 resides in mongodb directory we shouldn't have to leave a trail of files
 all over I would assume.


move is fine


 I get mongo dead but subsys locked now when restarting mongo. What gives?


check permissions on /var/lib/mongodb and all files within

[root@openuc lib]# ls -alh /var/lib/mongodb
total 3.8G
drwxr-xr-x  3 mongodb root4.0K Sep 12 05:35 .
drwxr-xr-x 28 rootroot4.0K Sep 12 08:54 ..
-rw---  1 mongodb mongodb  64M Sep 12 05:36 imdb.0
-rw---  1 mongodb mongodb 128M Aug  7 05:50 imdb.1
-rw---  1 mongodb mongodb  16M Sep 12 05:36 imdb.ns
drwxr-xr-x  2 mongodb mongodb 4.0K Sep 12 08:12 journal
...

Barring that, check for errors in
   /var/log/mongodb/mongodb.log
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] yum updates to mongo-2.0.7

2012-09-12 Thread Douglas Hubler
On Wed, Sep 12, 2012 at 9:25 AM, Tony Graziano tgrazi...@myitdepartment.net
 wrote:

 I did a move. I made sure the folder and file were set for mongodb:mongodb
 and the files were 0600 while the directory was 0755. The issue I had was
 not having js installed which is a lately introduced dependency.

 Would be nice if the directory were auto renamed/ownership before mongo
 updates somehow.


Interesting how this manifested.  CentOS 6 decided to add mongo, which is
great, now we don't have to build it.  Problem is CentOS team (really
fedora team) builds things slightly different then how 10gen builds it.
 10gen hasn't accepted Fedora's patches yet.  Because we started with
10gens that's how we hit this.

CentOS package team has a real bug that js is not installed, we easily have
work around already implemented so this is not an issue going forward.
Someone at CentOS will catch this soon I'm sure.

So for posterity, if you ever had to install mongo from 10gen's repo, it
would be possible by simply moving database as this thread describes.

There is another issue w/arbiter for those using that, I'm looking into
that now.
  http://track.sipfoundry.org/browse/XX-10433
but we plan to keep compatibility w/10gen's file structure as it's not that
difficult and may come in handy again some day.







 On Wed, Sep 12, 2012 at 9:13 AM, Douglas Hubler dhub...@ezuce.com wrote:



 On Wed, Sep 12, 2012 at 8:05 AM, Tony Graziano 
 tgrazi...@myitdepartment.net wrote:

 I did that, in my case I moved the files, not copied them which if the
 DB resides in mongodb directory we shouldn't have to leave a trail of files
 all over I would assume.


 move is fine


 I get mongo dead but subsys locked now when restarting mongo. What gives?


  check permissions on /var/lib/mongodb and all files within

 [root@openuc lib]# ls -alh /var/lib/mongodb
 total 3.8G
 drwxr-xr-x  3 mongodb root4.0K Sep 12 05:35 .
 drwxr-xr-x 28 rootroot4.0K Sep 12 08:54 ..
 -rw---  1 mongodb mongodb  64M Sep 12 05:36 imdb.0
 -rw---  1 mongodb mongodb 128M Aug  7 05:50 imdb.1
 -rw---  1 mongodb mongodb  16M Sep 12 05:36 imdb.ns
 drwxr-xr-x  2 mongodb mongodb 4.0K Sep 12 08:12 journal
 ...

 Barring that, check for errors in
/var/log/mongodb/mongodb.log


 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/




 --
 ~~
 Tony Graziano, Manager
 Telephone: 434.984.8430
 sip: tgrazi...@voice.myitdepartment.net
 Fax: 434.465.6833
 ~~
 Linked-In Profile:
 http://www.linkedin.com/pub/tony-graziano/14/4a6/7a4
 Ask about our Internet Fax services!
 ~~

 Using or developing for sipXecs from SIPFoundry? Ask me about sipX-CoLab
 2013!
  http://sipxcolab2013.eventbrite.com/?discount=tony2013


 LAN/Telephony/Security and Control Systems Helpdesk:
 Telephone: 434.984.8426
 sip: helpdesk@voice.myitdepartment.**nethelpd...@voice.myitdepartment.net

 Helpdesk Customers: 
 http://myhelp.myitdepartment.**nethttp://myhelp.myitdepartment.net
 Blog: http://blog.myitdepartment.net

 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/

___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

[sipx-users] September 19 - User group meeting in Boston area

2012-09-11 Thread Douglas Hubler
You can say you attended the first meeting.  That's why I'm going ;)

  http://www.meetup.com/sipXecs-User-Group/

Wed Sep 19
6:00 PM
Meadhall
4 Cambridge Center, Cambridge, MA
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] Yealink IP telephon in Sipxecs 4.6

2012-09-11 Thread Douglas Hubler
On Tue, Sep 11, 2012 at 10:16 AM, Daniel Peinado Lopez
daniel.pein...@iant.de wrote:
 Will https://github.com/siplabs/sipxyealink be added to the sipx repository

no need, it can remain where it is.  Might need to create couple tags
to be compatible w/build scripts.

 (http://github.com/dhubler/sipxecs) and will it be updated to be compatible
 to sipx 4.6?

I'll try building it and see how it goes.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] TLS handshake fails in 4.6

2012-09-06 Thread Douglas Hubler
Can you turn on SIP Capture feature and compare the ladder diagrams
of each call in homer?

  Diagnostics/SIP Capture/SIP Capture Web Interface


On Wed, Sep 5, 2012 at 2:09 PM, John Lightfoot j...@vizhn.com wrote:


 No, the 8 is the default direct-to-voicemail prefix defined
 no the vm dp.  So it's odd when I get the internal voicemail
 greeting when I timeout on a call to extension 200 but get
 the TLS attempt when I dial 8200.
 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] we had major mailing list outage today

2012-09-05 Thread Douglas Hubler
testing attachments

On Tue, Sep 4, 2012 at 10:05 PM, Todd Hodgen thod...@frontier.com wrote:
 Are attachments going through?

 I see my response to your email went through.  However, one that I had sent
 that has a small attachment hasn't yet.  It was sent prior to my response to
 your test message.

 -Original Message-
 From: sipx-users-boun...@list.sipfoundry.org
 [mailto:sipx-users-boun...@list.sipfoundry.org] On Behalf Of Douglas Hubler
 Sent: Tuesday, September 04, 2012 6:44 PM
 To: sipx-users
 Subject: [sipx-users] we had major mailing list outage today

 this is a test to see if ML is back.  Issue: my fault, dumb config mistake.
 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/

 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/


configure.ac
Description: Binary data
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] TLS handshake fails in 4.6

2012-09-05 Thread Douglas Hubler
On Tue, Sep 4, 2012 at 3:26 PM, John Lightfoot j...@vizhn.com wrote:


 I thought I'd put some effort into getting 4.6 to work with
 Exchange Online UM which requires TLS transport with a
 non-self-signed SSL certificate.  Right out of the gate, the
 TLS handshake fails when Exchange requests Sipx's client
 certificate and Sipx returns a handshake message with the
 cert empty.  There's nothing logged that indicates Sipx
 doesn't like the request, signing authority (MS's
 intermediate authority certs are loaded in Sipx) or the
 like.  The sipxbridge.log only indicates that the far end
 rudely tears the session down but nothing else.  I had it
 configured with 4.4 with the same cert and same Exchange
 config and the cert exchange happened as expected.  I'm a
 little unclear how to turn the TLS logging to debug or what

John, no takers as far as developers responding, but I'm very thrilled
you're testing.   sipXbridge's TLS implementation hasn't changed
AFAIK, but cert. management certainly has.  Can you verify proper cert
is delivered?
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] 4.6 Polycom registration problem

2012-09-05 Thread Douglas Hubler
Log shows

   
2012-09-04T20:53:44.422175Z:261:AUTH:ERR:sipxt.vt.messiah.edu:SipRegistrarServer:7f78e2522700:SipRegistrar:Unable
to get credentials for '1...@vt.messiah.edu', realm='vt.messiah.edu',
user='1910/0004f21b526d'

Questions:

1.) Did you run
  yum update
after installing ISO to update all rpms, sipx and otherwise?

2.) Does sending server profiles fix issue?
 System/Servers/{select server} , Press Send Profiles button

3.) Can you send along sipxconfig.log?


On Wed, Sep 5, 2012 at 1:14 PM, Wyland, Tony wyl...@messiah.edu wrote:
 I’m thinking I am missing something stupid here but didn’t figure it out
 quite yet.  I have been unsuccessful at getting a Polycom 335 to register
 with a 4.6 test server.  Attached is an interesting snippet from
 sipregistrar.log that sounds like some kind of database lookup problem
 perhaps.  This is the phone attempting to register with line 1 extension
 1910.  The user was created and assigned to the phone with virtually no
 modification from the defaults.  The phone device was created by the
 auto-provision service.  In fact the phone registers just fine before having
 a line assigned to it.  Here is what was done to get to this point:



 · Install new 4.6 server from the ISO followed by a yum update

 · Created a new test domain and made this server the 1st server.
 DNS entries were created for the test domain and the DNS Advisor reports all
 is well.

 · Added all of the Telephony Services, Instant Messaging, and Phone
 Auto-Provisioning services

 · Boot up a Polycom 335 with a cleared config in the test domain.
 It found the server, was auto-provisioned, and was registered.

 · Changed voicemail dial plan to 4 digits and extension 1900

 · Created a user 1910 with password and PIN

 · Assigned user 1910 to line 1 on the polycom device and did a Send
 Profile

 · Phone reboots, comes up with 1910 on the display for Line 1 but is
 not able to register

 · Changed LOG level for SipRegistrar to INFO level and obtain the
 attached snippet during a phone reboot.

 · Blew away the server and tried a 2nd round just in case …. Same
 results.



 Thoughts?



 Tony Wyland

 Messiah College

 wyl...@messiah.edu




 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


[sipx-users] we had major mailing list outage today

2012-09-04 Thread Douglas Hubler
this is a test to see if ML is back.  Issue: my fault, dumb config mistake.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] Monitoring SipX 4.6 services

2012-09-03 Thread Douglas Hubler
On Mon, Sep 3, 2012 at 8:50 AM, Jan Fricke jan.fri...@iant.de wrote:
 Ok that leads to another question. How can a script query the node_number
 of the system it is running on?

cat /var/sipxdata/cfdata/defaults/location_id


 The script will send nagios passive checks from each node. Each node
 should check its own services.

NOTE: All the services relevant to sipx and their statuses are
available via snmp using DisMan MIB.  Add your nagios server to
firewall server group and you should be able to access snmp tree. I'm
not familiar w/nagios to know how to query snmp info but i'm sure it's
possible.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] sipXecs 4.6 - unable to get credentials

2012-08-22 Thread Douglas Hubler
On Wed, Aug 22, 2012 at 11:49 AM, Matthew Hodgins mhodg...@lifesize.com wrote:
 I'm unable to register any endpoints to my sipXecs server. The credentials
 are present in the postgres DB, but there is no credentials.xml file in
 /var/sipxdata/sipdb. The sipregistrar.log is full of:

yum update and describe system more as Tony and Michael said. Also
note that, that file is no longer used, info is in database. To read

  mongo imdb
  db.entity.find({'ident' : { $regex : '200@.*'}})

For more query options see
  http://docs.mongodb.org/manual/reference/operators/
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] sipXecs 4.6 - unable to get credentials

2012-08-22 Thread Douglas Hubler
On Wed, Aug 22, 2012 at 1:14 PM, Matthew Hodgins mhodg...@lifesize.comwrote:

 I've run 'yum update' and rebooted, but that didn't resolve my issue. My
 SIP domain is sipxecs.sqa.lifesize.com (same as my SIP realm)


in mongo, does
  db.entity.find();
return anything?

Looks like you've done the needful, Can you take a snapshot and send me the
file off list?
As possible workaround after taking snapshot, try selecting the server in
System/Servers and sending profiles.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] sipXecs 4.6 - unable to get credentials

2012-08-22 Thread Douglas Hubler
On Wed, Aug 22, 2012 at 1:40 PM, Matthew Hodgins mhodg...@lifesize.com wrote:
 Sending profiles worked! I'm now able to register endpoints to the sipXecs
 and dial calls using their extension.

Your snapshot was very helpful.  Turns out you're one of the few that
*didn't* enable SIP Capture and there was a bug if that feature is
NOT on caused this issue.

I'm building fix ready for tomorrow, but I suspect you'll have to Send
Profiles for many changes you make to your system until you either
update tomorrow or enable SIP Capture until then.

Thanks for testing!
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


[sipx-users] Bug fix release update: sipXecs 4.4.0 update #18

2012-08-22 Thread Douglas Hubler
http://download.sipfoundry.org/pub/sipXecs/ChangeLog-4.4.0

Update #18 : Wed, 22, Aug 2012
==
- ** No security updates in this update **
- ISO has *not* been rebuilt as decided in release policy. Yum update
after installation is recommended for getting these updates.
- Thank you all for your continued testing and fixes.

Build Log
=
commit 66061b62ee6e2eff863bb16e548af0be08c82db8
Author: George Niculae geo...@ezuce.com
Date:   Fri Aug 17 01:51:31 2012 +0300

XX-10381: Lucene search leaking file descriptors

- close IndexSearcher after each search

commit dce96dedb2317e393365e439f0053349e0d7ab4f
Author: George Niculae geo...@ezuce.com
Date:   Mon Jul 30 10:05:14 2012 +0300

XX-10323: Translation Bug in the german Language

commit 1e5784b0b25f650a76ecdd619347e055e696867f
Author: Mircea Carasel mirc...@ezuce.com
Date:   Tue Jul 24 22:16:18 2012 +0300

XX-10130 - on ldap import do not wipe out user attributes that are
not mapped in LDAP

commit b1c2218c818079bd8d4ffe27f4ab3b5689a5fecb
Author: George Niculae geo...@ezuce.com
Date:   Wed Jul 11 13:11:57 2012 +0300

XX-9704: Attempts from Exchange UM auto attendant to transfer a
caller to a sipXecs extension fail upon 407 Proxy Authentication
Required

patch from Kyle Haefner - thanks!

commit aac6d8db08f44b8747f1d30612eef4d866b01ee9
Author: George Niculae geo...@ezuce.com
Date:   Mon Jul 9 18:07:58 2012 +0300

Revert XX:7151: allow change of user MoH source without
restarting the phone

This reverts commit fcae59db05a89876d3e2e287d6c778af5269bb4e.

commit b3e69c956b5bd1217b796728c2be56d957f4158e
Author: George Niculae geo...@ezuce.com
Date:   Mon Jul 9 18:07:33 2012 +0300

Revert XX-7479: Update validusers xsd to reflect new moh element

This reverts commit db098325400fcbab07d4ea3f5b1ac5f09f60b6f2.

commit 49b81b75f3eea3695089dfda2205fa46dba24fb1
Author: George Niculae geo...@ezuce.com
Date:   Wed Jun 27 15:34:59 2012 +0300

Revert workaround for boost

This reverts commit b0ceca6e0334ca87475ea211dd2a21a65478f2e0.

commit b0ceca6e0334ca87475ea211dd2a21a65478f2e0
Author: Domenico Chierico domenico.chier...@sip2ser.it
Date:   Tue Jun 19 15:48:21 2012 +0200

workaround for boost

commit 22d3848b35f52bb1412f754da4bb4f5de5d5d2a9
Author: George Niculae geo...@ezuce.com
Date:   Wed Jun 27 15:01:35 2012 +0300

Revert XX-10206 - Create a new IO Processor plugin that would
allow access to all incoming and outgoing SIP Messages

This reverts commit bb14d9c5d38bb07fd2357abf7d7a978c2c541e14.

commit 5f4072c127b5671efc9b4ba8ad09b1ce4fdfb068
Author: George Niculae geo...@ezuce.com
Date:   Wed Jun 27 15:00:45 2012 +0300

Revert XX-10206 - Implemented SipBidirectonalProcessorPlugin
support.  This plugin does not have a direct dependency to the proxy
lib as opposed to the TransactionPlugin implementation (which this
commit deprecates).

This reverts commit 46ce22f1f3822d008a05f68bfc64e0e1ce746040.

commit 6a6227876f0f0d34bf91325216d2f4f283c3396d
Author: George Niculae geo...@ezuce.com
Date:   Wed Jun 27 15:00:13 2012 +0300

Revert XX-10206 - Updated RPM spec files and corrected boost
library linker settings

This reverts commit 7a29c45ebb995158abdc491d4673fbb4aa4b0962.

commit 6217c1693421417f19518c8c2d9bb2dd4ec79abb
Author: George Niculae geo...@ezuce.com
Date:   Wed Jun 27 14:59:52 2012 +0300

Revert XX-10206 - Corrected bug SipBidirectonalProcessorPlugin
where handler functors are not set rendering plugins not able to
receive events from the transport layer.  Modified proxy config file
to load the new openuc only plugin.

This reverts commit 5b137b52166e97762a511fcba4015064567e70ef.

commit fccaae7f821b70cbd15d7c50ebce45f308b4ea79
Author: George Niculae geo...@ezuce.com
Date:   Wed Jun 27 14:59:29 2012 +0300

Revert workaround for boost

This reverts commit 9452184348ecb09337cd1b82167e5b99ee7f7ac4.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] SipX not starting anymore.

2012-08-16 Thread Douglas Hubler
On Thu, Aug 16, 2012 at 11:55 AM,  pscheep...@epo.org wrote:
 I got back from holiday and discovered my primary server was not OK.
 It showed the following:

  /usr/lib/ruby/1.8/net/http.rb:586:in `connect': certificate verify failed
 (OpenSSL::SSL::SSLError)

 (the rest is gone because of user error :( )

 I tried a sipxproc -R, this did not work.
 Then I rebooted the machine and now I have this:

 [root@gssipx02 ~]# sipxproc -l
 /usr/lib/ruby/1.8/net/http.rb:560:in `initialize': Connection refused -
 connect(2) (Errno::ECONNREFUSED)
 from /usr/lib/ruby/1.8/net/http.rb:560:in `open'
 from /usr/lib/ruby/1.8/net/http.rb:560:in `connect'
 from /usr/lib/ruby/1.8/timeout.rb:56:in `timeout'
 from /usr/lib/ruby/1.8/timeout.rb:76:in `timeout'
 from /usr/lib/ruby/1.8/net/http.rb:560:in `connect'
 from /usr/lib/ruby/1.8/net/http.rb:553:in `do_start'
 from /usr/lib/ruby/1.8/net/http.rb:542:in `start'
 from /usr/lib/ruby/1.8/net/http.rb:1035:in `request'
 from /usr/lib/ruby/1.8/net/http.rb:992:in `post2'
 from /usr/lib/ruby/1.8/xmlrpc/client.rb:535:in `do_rpc'
 from /usr/lib/ruby/1.8/xmlrpc/client.rb:420:in `call2'
 from /usr/lib/ruby/1.8/xmlrpc/client.rb:410:in `call'
 from /usr/bin/sipxproc:294

 Does anybody have any good ideas?

expired cert?
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] SipX not starting anymore.

2012-08-16 Thread Douglas Hubler
On Thu, Aug 16, 2012 at 12:06 PM,  pscheep...@epo.org wrote:
 I use the standard certs, I thought they would not expire tht soon.

 I am running  4.4.0-287.gb0a66 btw.

 Can you give me a quick hint how to check?

files in /etc/sipxpbx/ssl are text based and would show expire date
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] Alarms troubleshooting

2012-08-16 Thread Douglas Hubler
On Thu, Aug 16, 2012 at 1:16 PM, Todd Hodgen thod...@frontier.com wrote:

 org.apache.xmlrpc.XmlRpcException: Failed to create temporary file
 '/etc/sipxpbx/alarms/sipXalarms-config.xml.new'


check permissions on file and directory and check disk space too
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] ClueCon feedback?

2012-08-16 Thread Douglas Hubler
On Thu, Aug 16, 2012 at 4:03 PM, Tony Graziano tgrazi...@myitdepartment.net
 wrote:

 I heard Douglas was due to give an overview of sipxecs 4.6 at ClueCon last
 week. I am sure he is busy but we'd all like to hear how his presentation
 went when he has time to share what he took away from it.



https://plus.google.com/u/0/109516887366518833202/posts/dMKaoaVe9j2

prefer to continue conversation on g++, but here works too.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] sipx really likes 1.5GB ram

2012-08-15 Thread Douglas Hubler
On Wed, Aug 15, 2012 at 9:00 AM, Michael Scheidell
michael.scheid...@secnap.com wrote:
 32 bit vs 64 bit?
 or doesn't matter? 64bit usually take up more address space, best I can
 tell.

definitely 64 bit because mongo db strongly recommends it


 any advantage to (on 4.4? 4.6)? backing up my 32bit, getting a 64bit system,
 restoring it?

If the question is : Can I back up a 32bit 4.4 system and restore to
64bit 4.6 system?  The answer is : yes, you can safely do that.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] Adding more Sip Proxy Fail replication

2012-08-14 Thread Douglas Hubler
On Tue, Aug 14, 2012 at 3:51 PM, Kyle Haefner
kyle.haef...@colostate.edu wrote:
 4.6 does not have these limitations correct?

correct.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] SipXecs 4.6 latest build dependency error

2012-08-13 Thread Douglas Hubler
On Mon, Aug 13, 2012 at 3:26 AM, Joegen Baclor jbac...@ezuce.com wrote:
 I will fix this.  for now, manually install libev

 yum install libev

George already fixed this, but we couldn't get a new build out because
we ran into the hiredis build issue we're still trying to fix.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] SipXecs 4.6 latest build dependency error

2012-08-13 Thread Douglas Hubler
On Mon, Aug 13, 2012 at 6:03 AM, Mark Dutton repl...@datamerge.com.au wrote:
 libev is not in the repository.

Workaround:
  yum install epel-release
  yum install libev

Bug:
 When you install via ISO, there's another bug we need to fix. We
don't install epel-release which gives you access to libev.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] ACD (Legacy) not working in 4.6

2012-08-12 Thread Douglas Hubler
On Sat, Aug 11, 2012 at 6:32 AM, Ali Dashti ali.das...@gmail.com wrote:
 System - Servers - Experimental
 When you enable ACD (legacy) and ACD Presence (Legacy); It give you an
 Configuration generation - Internal Error Null message in Job Status.
 Now when you try to activate the ACD it gives you this message in Job
 Status: ACD Server Configuration and it Failed to start.

 Any hint on this? Can we still work with the old 4.4 ACD?

No, we need to remove ACD. You need to use the new Call Center feature.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] ACD (Legacy) not working in 4.6

2012-08-12 Thread Douglas Hubler
On Sun, Aug 12, 2012 at 7:06 PM, Todd Hodgen thod...@frontier.com wrote:

 Is there a strategy for those that use the ACD as far as migration from
 Legacy ACD to OpenACD Call Center?  I don’t use it, but it seems that going
 from 4.4 using ACD, to 4.6 with Call Center,  there are some holes with
 regards to agent login-logoff, reports, etc.  

 ** **

 Maybe the development team can make some recommendations to those that
 rely on the Legacy ACD – do they wait for 4.6 release, or will there still
 be some shortfalls that need to wait for another future release in order to
 have a stable ACD environment that meets the current specs of the legacy
 ACD.

 ** **

 I’ve not seen a discussion on this topic on the list, and I suspect it
 would be beneficial to those that use ACD.



The plan all along was to overlap the two, but there was so much change to
4.6 that we couldn't keep up the work to continue to port ACD.  It was a
tough decision, and it probably wasn't communicated to list, sorry about
that.

The code is all there and it wouldn't be impossible to resurrect it for 4.6
if someone was so inclined.

MRTG was the other causality of the migration, i'm pretty sure we covered
that.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] Notice: sipXkarel no longer maintained by Karel

2012-08-10 Thread Douglas Hubler
On Fri, Aug 10, 2012 at 12:03 PM, Михаил Родионов ma...@siplabs.ru wrote:
 Isn't it a good time for something kinda sipXforge site to appear? :) I
 also dream about marketplace because we would like to earn on
 sipX/openUC-ecosystem-compatible addon solutions :)

This would be awesome. I was thinking once we get a critical mass of
add ons, then a little market place might make sense, but I wouldn't
stops folks from spending their time on one.

Framework is now in place to build addons but there's no
documentation. Until then you can look at some of these projects

Few example projects:

 https://github.com/dhubler/sipXhomer
 https://github.com/dhubler/sipXlang-de

Or really any of the sipX* projects in the main git repo but just put
your files into separate repo.  sipXexample is a good example.

Plugins need to comply with sipxecs license however if you build a
standalone service running in it's own memory space, you can do
whatever you want.

Karel can take their source and develop it in house, but whatever
source that's available in github can be adapted as long as it
complies with license.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] 4.6 Firewall Question

2012-08-09 Thread Douglas Hubler
On Thu, Aug 9, 2012 at 9:31 AM, George Niculae geo...@ezuce.com wrote:
 On Thu, Aug 9, 2012 at 4:26 PM, Robert Schroeder
 robert.schroe...@memberfirstmortgage.com wrote:

 I would agree completely.

 Actually you can add custom things by tweaking
 /etc/sipxpbx/firewall/iptables.erb

another option if you're feeling like testing your cfengine skills

 http://list.sipfoundry.org/archive/sipx-dev/msg27891.html

this would make your system resilient to rpm updates
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] 4.4 - 4.6

2012-08-09 Thread Douglas Hubler
No because we didn't backport but restoring 4.4 into 4.6 is way tested if
that's your concern
On Aug 9, 2012 3:52 PM, Bryan Anderson shadow...@gmail.com wrote:

 Out of curiosity, would one be able install centOS 6 then install SipXecs
 4.4 to then later upgrade to 4.6 when it is stable?



 -Bryan Anderson


 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/

___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] Notice: sipXkarel no longer maintained by Karel

2012-08-08 Thread Douglas Hubler
On Wed, Aug 8, 2012 at 11:00 AM, Josh Patten jpat...@ezuce.com wrote:
 I get DSP issues on my Karel 116 from time to time. Seems that the DSP will
 lock up and just stop playing anything back (even DTMF).

seems like there's an opportunity for karel to get some testing
results and cooperation on plugin development from open source
community.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/



Re: [sipx-users] Sendmail Issue

2012-08-08 Thread Douglas Hubler
sipxecs 4.4 or 4.6?  in 4.6 smtp port would be blocked from ip
addresses outside the box (or cluster)

On Wed, Aug 8, 2012 at 10:36 PM, Tommy Laino tomla...@gmail.com wrote:


 I installed it through RPM. The output I got was sendmail
 (2506 2505) is running...
 --
 Tommy Laino
 Dome Technologies
 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


[sipx-users] sipxecs cluecon presentation

2012-08-07 Thread Douglas Hubler
http://goo.gl/u0NY8
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] sipxbridge stopped working after a semaphore timeout

2012-08-06 Thread Douglas Hubler
On Mon, Aug 6, 2012 at 9:06 AM, Sven Evensen sven.even...@onrelay.com wrote:
 Is the newest jsip version included in sipx 4.6?
no

 We are unsure if we can upgrade jsip without doing a full inhouse test
 first.That will take a little time.
i agree

 Do you have any suggestions what we can do or how we can troubleshoot this
 more before we update jsip? I dont want to tell customer we are upgrading
 jsip and hoping for the best.

This is why we haven't updated to date. Ranga did contact me off list
w/his recommendation.  It was my final assessment that no one on ezuce
team knew enough about jain and sipxbridge to take on the upgrade.  I
think you really have to test with at least several ITSPs, it's the
most difficult to test of all components by far because of this.  I
learned this the hard way trying to add one small feature.  We'd
welcome someone going through the effort and submitting back test
results.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] XMPP federation questions... clear up the mystery?

2012-08-02 Thread Douglas Hubler
On Thu, Aug 2, 2012 at 10:30 AM, Tony Graziano tgrazi...@myitdepartment.net
 wrote:



 On Thu, Aug 2, 2012 at 10:10 AM, Robert B d...@spudland.com wrote:

  Tony,

 Thanks for the information... the alternate IM address is in the
 Contact Information screen? I'll explore that, but it looks fraught with
 complexity...


 if federation is turned on, dns records are there publicly and nat is
 configured, there is nothing to it.



I admit i don't know much about this.  I just read your doc now.  Tony, let
me know if you tested 4.6 here and if there are any issues.  DNS records
should be there.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

[sipx-users] Notice: sipXkarel no longer maintained by Karel

2012-07-31 Thread Douglas Hubler
Project adds support for Karel phones
  https://github.com/sayarsoft/sipXkarel
Source is AGPL. Contact Karel for details. I need to make plans to
remove it from build so thought I send along this informational
message.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] why is bind stopped when sipx is stopped and dns is managed?

2012-07-31 Thread Douglas Hubler
On Tue, Jul 31, 2012 at 8:52 AM, Tony Graziano tgrazi...@myitdepartment.net
 wrote:

 Is it intended when sipx is managing the DNS it also shuts down named when
 stopping sipxecs services (i.e. issuing stop_sipxecs)? I ask because then
 one has to manually start named up in order to perform an update.



you're right, not useful.  I'm committing fix now.
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Re: [sipx-users] Homer timezone and missing lines

2012-07-30 Thread Douglas Hubler
On Mon, Jul 30, 2012 at 3:12 AM, Mark Dutton repl...@datamerge.com.au wrote:
 The first issue is that although Homer correctly shows the
 local time on its web page and the search output has all the
 correct timezone, the actual search window is taking time in
 GMT. I am in Western Australia which is 8 hours ahead of
 GMT, so if I am searching for records between 16:00 and
 18:00, I must enter 8:00 and 10:00 in my search time
 fields.

I think we need to set timezone in homer config, can you create issue?
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] SSL cert not installed in latest 4.6 build

2012-07-30 Thread Douglas Hubler
Somehow you might have double quotes around your host name.  When
running sipxecs-setup, did you put double quotes around your host
name?  Can you send me /etc/sipxpbx/sipxconfig.properties?


On Mon, Jul 30, 2012 at 2:27 PM, Kurt Albershardt k...@nv.net wrote:
 sipxconfig.log and tail of sipxagent.log (which was 2 MB) attached.




 Updated via yum this morning and invoked 'sipxecs-setup --reset-all'  (with 
 the same results.)  Logs were grabbed before this step.



 On Jul 29, 2012, at 19:32 , Douglas Hubler wrote:

 check/send along sipxagent.log and sipxconfig.log

 On Sat, Jul 28, 2012 at 4:07 PM, Kurt Albershardt k...@nv.net wrote:
 Ran a 'yum update' on an unconfigured 4.6 (installed on 7/25, the one with 
 the unmet Homer dependency) and got only a couple of OS updates.

 Running 'yum groupupgrade sipxecs' yielded 271 updates (now at 4.6.0.233)
 Did a 'yum clean all' and restarted, then ran sipxecs-setup.

 Five minutes later, no access via https:, so:

 [root@sipx ~]# /etc/init.d/httpd status
 httpd is stopped
 [root@sipx ~]# /etc/init.d/httpd start
 Starting httpd: Syntax error on line 18 of /etc/httpd/conf.d/ssl.conf:
 SSLCertificateFile: file '/etc/httpd/conf.d/ssl/ssl-web.crt' does not exist 
 or is empty
   [FAILED]
 [root@sipx ~]#


 ___
 sipx-users mailing list
 sipx-users@list.sipfoundry.org
 List Archive: http://list.sipfoundry.org/archive/sipx-users/
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/


Re: [sipx-users] homer 101

2012-07-30 Thread Douglas Hubler
On Mon, Jul 30, 2012 at 2:16 PM, Tony Graziano tgrazi...@myitdepartment.net
 wrote:

 ok, so i updated and now have the build dated today. i can search older
 homer entries but not capturing new ones.


probably because sipxhomer is dieing, see comment below



 don't know if this is worthy to mention that I can search the old
 captures, but it is not correlating any of the relevant data for any call
 id in particular.  I.E. If I choose a clle -id should I expect it to follow
 the call flow all the way through?



I'm not sure, but maybe show an example and what's missing so joegen can
have all the info possible when he comes back online




 When I try to see whats up with sipxhomer by doing a restart sipxhomer
 dead but pid file exists. Where is the pid file? assuming its sipxhomer,
 home or webhome.pid but cant find it.



sipxhomer probably fell over. Have core file?  Can you change logging on
SIP Capture to debug and send it along?
___
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

  1   2   3   4   5   6   7   8   9   >