[asterisk-users] fail to correctly build 1.8.5 ??

2011-08-07 Thread Norbert Zawodsky

Hello everybody,

I've been using asterisk 1.2 for quite a long time now, but I thought 
it's time to try a newer version of asterisk.


So I downloaded 1.8.5, extracted the tar, ran configure, make, make 
install ...

Everything looks fine (no obvious compile/link errors).

But as soon as I start asterisk, it dies with a segfault.
I executed asterisk within strace and last action before the segfault 
was reading cdr_mysql.conf in.


I deleted cdr_mysql.conf and asterisk starts normally.
I copied cdr_mysql.conf.sample to /etc/asterisk and asterisk starts normally
Then I just uncommented the hostname= line and asterisk segfaults 
during startup.


So what could be wrong here?

I have packages libmysqlclient-devel and libmysqlclient16 installed, 
both version 5.1.46-2.18

OS is a SuSE 11.3, 64 bit

Any hints?

Norbert

--
_
-- 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/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Polycom and auto answer

2011-08-07 Thread Mike
Hi,

 

I've been meaning to fix my non-working paging feature here for a while, and
I've just spent the last 5 hours looking at many, many web pages that all
say the same thing.  I am using Asterisk 1.6.2.18 and Polycom phones, both
older (501 with latest legacy 3.1.7 firmware) and newer (335 and 650 with
latest 3.3.1f).

 

I have changed the correct values in sip.cfg like this:

alertInfo voIpProt.SIP.alertInfo.1.value=Ring Answer
voIpProt.SIP.alertInfo.1.class=4 /

and
RING_ANSWER se.rt.4.name=Ring Answer se.rt.4.type=ring-answer
se.rt.4.timeout=2000 se.rt.4.ringer=2 se.rt.4.callWait=6
se.rt.4.mod=1/
 
Meaning that anything with alert info Ring Answer will auto-answer after a
symbolic 2ms ring.
 
My relevant context is this:
[paging]
exten = s,1,Verbose(1,paging)
exten = s,n,Set(TIMEOUT(absolute)=30) ;to prevent call from being stuck
exten = s,n,SIPAddHeader(Alert-Info: Ring Answer)
exten = s,n,Page(SIP/sipphone)

 

Sure enough, sip debug shows alert-info: Ring Answer at the correct step.
But the phones keeps on ringing and never answer.

 

I think I'm going blind from looking at the same solution over and over
again and not being able to implement it.  Is there something else obvious
that isn't mentioned but could result in this not working?

 

 

Mike

 

 

 

 

--
_
-- 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/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] Reconfiguring smoother module in 1.8

2011-08-07 Thread Gopal krishnan
Hi all,

In Asterisk 1.6 version there was function to re-configure the smoother.
This function we were able to call from an external loadable module.

How to do the same thing in Asterisk 1.8 to re-configure the smoother and be
able to call from an external loadable module.

Regards,
Gopal
--
_
-- 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/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users