[asterisk-users] undocumented change in expression handling in 1.8 beta

2010-07-24 Thread covici
Hi. I hava a variable and in 1.6 I set the string variable to "" and it got the null string. In 1.8, it gets the quotes, I have to set it to nothing at all to make it get the null value. -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? Joh

Re: [asterisk-users] getting some segmentation faults with 1.8

2010-07-24 Thread covici
Paul Belanger wrote: > On Sat, Jul 24, 2010 at 12:14 AM, wrote: > > Anyone know what is happening? > > > Yes, this was a bug [1], fixed earlier today. You can check out the > latest 1.8 branch for fix. > > [1] https://issues.asterisk.org/view.php?id=17677 > > -- > Paul Belanger | dCAP > Poly

Re: [asterisk-users] Vocera Comm Badges

2010-07-24 Thread Jeff Brower
All- > Vocera badge: > * WLAN b/g > * Talktime 2-2.5 hours, standby 20-27 hours > * headset jack > * OLED display (why don't they ever show this on the pics) > * Linux based >From what I can find on the web, the Vocera badges use a TI DSP (C54xx series) >and therefore run DSP/BIOS, not Linux. I

Re: [asterisk-users] Exchange UM Play on Phone

2010-07-24 Thread Ryan Wagoner
On Sat, Jul 24, 2010 at 9:25 PM, Ryan Wagoner wrote: > On Sat, Jul 24, 2010 at 12:30 PM, Ryan Wagoner wrote: >> On Sat, Jul 24, 2010 at 12:07 PM, Ryan Wagoner wrote: >>> I haven't been successful in getting this to work. The issue looks to >>> be that Asterisk is wanting peer authentication for

Re: [asterisk-users] getting some segmentation faults with 1.8

2010-07-24 Thread Paul Belanger
On Sat, Jul 24, 2010 at 12:14 AM, wrote: > Anyone know what is happening? > Yes, this was a bug [1], fixed earlier today. You can check out the latest 1.8 branch for fix. [1] https://issues.asterisk.org/view.php?id=17677 -- Paul Belanger | dCAP Polybeacon | Consultant Jabber: paul.belan...@pol

Re: [asterisk-users] Exchange UM Play on Phone

2010-07-24 Thread Ryan Wagoner
On Sat, Jul 24, 2010 at 12:30 PM, Ryan Wagoner wrote: > On Sat, Jul 24, 2010 at 12:07 PM, Ryan Wagoner wrote: >> I haven't been successful in getting this to work. The issue looks to >> be that Asterisk is wanting peer authentication for the invite request >> as it sends back 401 Unauthorized.  I

[asterisk-users] "Register Attacks" End of ENUM ?

2010-07-24 Thread Norbert Zawodsky
Hello again! after it being "relatively quiet" her for the last weeks, my Astrerisk server was the target of 3 of that nasty REGISTER attacks during the last days. While I can see not much danger coming from these attacks (I use very long, complicated random generated passwords), they are still ve

Re: [asterisk-users] Asterisk 1.8.0-beta1 is Now Available!

2010-07-24 Thread Tzafrir Cohen
On Sat, Jul 24, 2010 at 12:01:25PM -0500, Tilghman Lesher wrote: > On Saturday 24 July 2010 09:24:08 Russell Bryant wrote: > > - Original Message - > > > > > Well, looking at messages turned up these, maybe it will help? > > > > > > WARNING[28505] loader.c: Error loading module 'chan_dahdi.

Re: [asterisk-users] Asterisk 1.8.0-beta1 is Now Available!

2010-07-24 Thread Benny Amorsen
Ira writes: > running on Centos 5 with "yum update" showing it's all up to date. > I think it's 5.2 or 5.4, I just don't know how to get it. cat /etc/system-release. Or redhat-release, if system-release doesn't work on CentOS yet. It should be 5.5 if you're all up to date. /Benny -- __

Re: [asterisk-users] getting some segmentation faults with 1.8

2010-07-24 Thread Paul Belanger
On Sat, Jul 24, 2010 at 6:11 PM, wrote: > Try this one http://pastebin.com/WBGc6H4X  . > Again, expired. Just attach your output via email. -- Paul Belanger | dCAP Polybeacon | Consultant Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode) blog.polybeacon.com -- ___

Re: [asterisk-users] getting some segmentation faults with 1.8

2010-07-24 Thread covici
Paul Belanger wrote: > On Sat, Jul 24, 2010 at 4:57 PM, wrote: > > http://pastebin.com/5rx4hP9x > > > The URL is empty. > > -- Try this one http://pastebin.com/WBGc6H4X . -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici

Re: [asterisk-users] Asterisk 1.8.0-beta1 is Now Available!

2010-07-24 Thread Philip Prindeville
On 7/24/10 1:23 PM, Ira wrote: > At 10:01 AM 7/24/2010, you wrote: >> The version of gcc is most definitely related to this problem, although it is >> the linker that is the problem. My recommendation for solving this problem >> is to use 'make menuselect' to eliminate any modules that you do no

Re: [asterisk-users] getting some segmentation faults with 1.8

2010-07-24 Thread Paul Belanger
On Sat, Jul 24, 2010 at 4:57 PM, wrote: > http://pastebin.com/5rx4hP9x > The URL is empty. -- Paul Belanger | dCAP Polybeacon | Consultant Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode) blog.polybeacon.com -- _

Re: [asterisk-users] Asterisk 1.8.0-beta1 is Now Available!

2010-07-24 Thread Leif Madsen
On 10-07-24 03:17 PM, Ira wrote: > How do I post a bug for 1.8. The dropdown stops at 1.6.2.9? You're probably looking at the Product Version field -- don't use that one. Unfortunately I can't remove it from mantis without a code change. What you want to use is the Asterisk Version field a litt

Re: [asterisk-users] Asterisk 1.8.0-beta1 is Now Available!

2010-07-24 Thread Ira
At 10:01 AM 7/24/2010, you wrote: >However, please do send a problem report with your gcc version >(gcc --version), linker version (ld --version) and distribution name and >version, as we'd like to add warnings to point future users to the solution. gcc --version gcc (GCC) 4.1.2 20080704 (Red Ha

Re: [asterisk-users] getting some segmentation faults with 1.8

2010-07-24 Thread covici
Paul Belanger wrote: > On Sat, Jul 24, 2010 at 12:14 AM, wrote: > > Anyone know what is happening? > > > No, read doc/backtrace.txt and post an unoptimized backtrace so we can see. http://pastebin.com/5rx4hP9x -- Your life is like a penny. You're going to lose it. The question is: How do

Re: [asterisk-users] Asterisk 1.8.0-beta1 is Now Available!

2010-07-24 Thread Paul Belanger
On Sat, Jul 24, 2010 at 4:09 PM, Ira wrote: > Is it worth my figuring out which noload lines caused my problem or > is that enough information to clear up the question?  I'm happy to do > it, but it doesn't seem like it would actually be useful information. > Like Russell said, open a new issue an

Re: [asterisk-users] Asterisk 1.8.0-beta1 is Now Available!

2010-07-24 Thread Ira
At 12:23 PM 7/24/2010, you wrote: >At 10:01 AM 7/24/2010, you wrote: > >The version of gcc is most definitely related to this problem, > although it is > >the linker that is the problem. My recommendation for solving this problem > >is to use 'make menuselect' to eliminate any modules that you do

Re: [asterisk-users] Poor-man's paging through multiple phones?

2010-07-24 Thread Kevin P. Fleming
On 07/23/2010 10:37 PM, Elliot Otchet wrote: > > -Original Message- > From: asterisk-users-boun...@lists.digium.com > [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Peter Pauly > Sent: Friday, July 23, 2010 10:33 AM > To: Asterisk Users Mailing List - Non-Commercial Discuss

Re: [asterisk-users] Asterisk 1.8.0-beta1 is Now Available!

2010-07-24 Thread Ira
At 10:01 AM 7/24/2010, you wrote: >The version of gcc is most definitely related to this problem, although it is >the linker that is the problem. My recommendation for solving this problem >is to use 'make menuselect' to eliminate any modules that you do not wish >to load, then ensure modules that

Re: [asterisk-users] Asterisk 1.8.0-beta1 is Now Available!

2010-07-24 Thread Ira
At 07:24 AM 7/24/2010, you wrote: >Thank you for posting information about the problem that you >hit. These look related to some changes in 1.8 that were made to >make modules that were previously hard requirements optional. For >example, chan_dahdi required res_smdi, but now it's supposed to

Re: [asterisk-users] Vocera Comm Badges

2010-07-24 Thread Frank Bulk - iName.com
I think you would only need a headset if you need privacy. That is the catch-22 in healthcare environments -- HIPAA would prevent Dr. Smith calling nurse Jones to ask the temperature of patient Susan White because nurse Jones could be with another patient. Support for the Vocera server to commu

Re: [asterisk-users] Integration with Toshiba Strata DK424

2010-07-24 Thread Ryan Wagoner
On Sat, Jul 24, 2010 at 12:44 PM, Joel Maslak wrote: > I'm posting here in case anyone else runs into this and needs some help. > I'll probably update the voip-info Wiki pages on Toshiba integration in a > bit.  Asterisk 1.6 makes things a bit easier than what is on that page. > > I'm integrating

Re: [asterisk-users] Asterisk 1.8.0-beta1 is Now Available!

2010-07-24 Thread Tilghman Lesher
On Saturday 24 July 2010 09:24:08 Russell Bryant wrote: > - Original Message - > > > Well, looking at messages turned up these, maybe it will help? > > > > WARNING[28505] loader.c: Error loading module 'chan_dahdi.so': > > /usr/lib/asterisk/modules/chan_dahdi.so: undefined symbol: > > ast_s

[asterisk-users] Integration with Toshiba Strata DK424

2010-07-24 Thread Joel Maslak
I'm posting here in case anyone else runs into this and needs some help. I'll probably update the voip-info Wiki pages on Toshiba integration in a bit. Asterisk 1.6 makes things a bit easier than what is on that page. I'm integrating an Asterisk server with a Toshiba Strata system at my office.

Re: [asterisk-users] Asterisk 1.8.0-beta1 is Now Available!

2010-07-24 Thread Paul Belanger
On Fri, Jul 23, 2010 at 5:58 PM, Asterisk Development Team wrote: > All interested users of Asterisk are encouraged to participate in the 1.8 > testing process.  Please report any issues found to the issue tracker, > http://issues.asterisk.org/.  It is also very useful to hear successful test > re

Re: [asterisk-users] Exchange UM Play on Phone

2010-07-24 Thread Ryan Wagoner
On Sat, Jul 24, 2010 at 12:07 PM, Ryan Wagoner wrote: > I haven't been successful in getting this to work. The issue looks to > be that Asterisk is wanting peer authentication for the invite request > as it sends back 401 Unauthorized.  I am using FreePBX 2.7 and have > tested both Asterisk 1.6.1.

[asterisk-users] Exchange UM Play on Phone

2010-07-24 Thread Ryan Wagoner
I haven't been successful in getting this to work. The issue looks to be that Asterisk is wanting peer authentication for the invite request as it sends back 401 Unauthorized. I am using FreePBX 2.7 and have tested both Asterisk 1.6.1.18 and 1.6.2.9. My trunk settings are type=peer transport=tcp

Re: [asterisk-users] Vocera Comm Badges

2010-07-24 Thread Philipp von Klitzing
Hi! > I've worked with these before. They are designed to run a whole > hospital shift, so there should be no worries regarding the battery. Sounds good. The speaker phone quality is acceptable (the speaker is quite small and points forward, not upwards in the direction of the ear), or would y

Re: [asterisk-users] Asterisk 1.8.0-beta1 is Now Available!

2010-07-24 Thread Russell Bryant
- Original Message - > Well, looking at messages turned up these, maybe it will help? > > WARNING[28505] loader.c: Error loading module 'chan_dahdi.so': > /usr/lib/asterisk/modules/chan_dahdi.so: undefined symbol: > ast_smdi_interface_unref > WARNING[28505] loader.c: Error loading module

Re: [asterisk-users] Asterisk 1.8.0-beta1 Connectedline

2010-07-24 Thread Jeremy Betts
I'm pretty sure only hardphones (Aastra, polycom) support this feature. At least I do not know of any softphones that do. On Sat, Jul 24, 2010 at 5:21 AM, wrote: > Hi, > > i just tried to use the CONNECTEDLINE() feature but it does not work, at > least with my softphones (zoiper, 3CX, Xlite) > >

Re: [asterisk-users] Asterisk 1.8.0-beta1 Connectedline

2010-07-24 Thread unserossi
> Hi, > > i just tried to use the CONNECTEDLINE() feature but it does not work, at > least with my softphones (zoiper, 3CX, Xlite) > > in sip.conf under general I have: > trustrpid = yes > sendrpid = rpid,pai > rpid_update = yes > > in extensions.conf I have: > exten => 2000,1,Set

Re: [asterisk-users] Asterisk 1.8.0-beta1 Connectedline

2010-07-24 Thread Steve Howes
On 24 Jul 2010, at 13:21, unsero...@aol.com wrote: > Hi, > > i just tried to use the CONNECTEDLINE() feature but it does not work, at > least with my softphones (zoiper, 3CX, Xlite) > > in sip.conf under general I have: > trustrpid = yes > sendrpid = rpid,pai > rpid_update = yes > > in extens

[asterisk-users] Asterisk 1.8.0-beta1 Connectedline

2010-07-24 Thread unserossi
Hi, i just tried to use the CONNECTEDLINE() feature but it does not work, at least with my softphones (zoiper, 3CX, Xlite) in sip.conf under general I have: trustrpid = yes sendrpid = rpid,pai rpid_update = yes in extensions.conf I have: exten => 2000,1,Set(CONNECTEDLINE(number,i)=98) exten =>

Re: [asterisk-users] getting some segmentation faults with 1.8

2010-07-24 Thread Paul Belanger
On Sat, Jul 24, 2010 at 12:14 AM, wrote: > Anyone know what is happening? > No, read doc/backtrace.txt and post an unoptimized backtrace so we can see. -- Paul Belanger | dCAP Polybeacon | Consultant Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode) blog.polybeacon.com --

Re: [asterisk-users] Asterisk 1.8.0-beta1 is Now Available!

2010-07-24 Thread Paul Belanger
On Fri, Jul 23, 2010 at 11:55 PM, Ira wrote: > Is there an easy way to move between 2 versions of Asterisk on one machine? > contrib/scripts/live_ast Post the output from 'make install' -- Paul Belanger | dCAP Polybeacon | Consultant Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freen

Re: [asterisk-users] Asterisk 1.8.0-beta1 is Now Available!

2010-07-24 Thread Niccolò Belli
What about transparent t.38 gatewaying? :-( -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/h