Hi,
I noticed that asterisk manager interface will only accept the originate
commands in sequential order. For example, if I want to ring two extensions
through the AMI, and while first extension is ringing, AMI won't execute and
ring second extension until first extension has answered the call.

Anybody has any ideas as I had the same results even tested with telnet
commands to AMI interface.

Thanks & Best Regards,

Johnny Xing

-----Original Message-----
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of
asterisk-users-requ...@lists.digium.com
Sent: 2009年9月1日 15:49
To: asterisk-users@lists.digium.com
Subject: asterisk-users Digest, Vol 62, Issue 1

Send asterisk-users mailing list submissions to
        asterisk-users@lists.digium.com

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.digium.com/mailman/listinfo/asterisk-users
or, via email, send a message with subject or body 'help' to
        asterisk-users-requ...@lists.digium.com

You can reach the person managing the list at
        asterisk-users-ow...@lists.digium.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of asterisk-users digest..."


Today's Topics:

   1. Inquiry:Problem with Call Parking (hadi motamedi)
   2. Re: Asterisk Web Meetme module not loading (Glen)
   3. Re: Inquiry:Problem with Call Parking (Lee, John (Sydney))
   4. Re: Asterisk Web Meetme module not loading (Matt Riddell)
   5. Re: Inquiry:Problem with Call Parking (hadi motamedi)
   6. Re: Inquiry:Problem with Call Parking (Matt Riddell)
   7. Re: Inquiry:Problem with Call Parking (Darrick Hartman)
   8. Re: Asterisk Web Meetme module not loading (Glen Ganderton)
   9. Re: Inquiry:Problem with Call Parking (Lee, John (Sydney))
  10. Re: Asterisk Web Meetme module not loading (Matt Riddell)
  11. Re: Inquiry:Problem with Call Parking (Paul Hales)
  12. Re: Asterisk Web Meetme module not loading (Matt Riddell)
  13. Re: Asterisk Web Meetme module not loading (Matt Riddell)
  14. Re: Asterisk Web Meetme module not loading (Matt Riddell)
  15. Re: Asterisk Web Meetme module not loading (Glen)
  16. Re: Asterisk Web Meetme module not loading (Matt Riddell)
  17. jitterbuffer for chan_sip on asterisk 1.2 (James Mutuku)
  18. Inquiry:Problem with VoiceMail (hadi motamedi)
  19. Re: CDR to Postgres Centos (ABBAS SHAKEEL)
  20. SIP and other phones other then local network (ABBAS SHAKEEL)


----------------------------------------------------------------------

Message: 1
Date: Tue, 1 Sep 2009 05:39:24 +0100
From: hadi motamedi <motamed...@gmail.com>
Subject: [asterisk-users] Inquiry:Problem with Call Parking
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID:
        <74aa57df0908312139v57fd26f5v81961f10873e3...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Dear All
Can you please do me favor and let me know what is the problem with my
Asterisk call parking as it is not functioning correctly on my Asterisk ?
Please find attached my "features.conf" . According to my configuration ,
the subscriber needs to press hash (pound) key and dial 700 to initiate the
transfer . We tried but it didn't get through on our Asterisk . Can you
please let me know what extra config needs to be done for putting it into
operation ?
Regards
H.Motamedi
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20090901/3cc8f5
02/attachment-0001.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: features.conf
Type: application/octet-stream
Size: 4820 bytes
Desc: not available
Url :
http://lists.digium.com/pipermail/asterisk-users/attachments/20090901/3cc8f5
02/attachment-0001.obj 

------------------------------

Message: 2
Date: Tue, 01 Sep 2009 14:54:43 +1000
From: Glen <glengander...@gmail.com>
Subject: Re: [asterisk-users] Asterisk Web Meetme module not loading
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID: <4a9ca913.1070...@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Matt Riddell wrote:
> On 1/09/09 4:31 PM, Glen wrote:
>   
>> Matt Riddell wrote:
>>     
>>> On 31/08/09 2:33 PM, Glen wrote:
>>>
>>>       
>>>> I have asterisk 1.4.21 and web meetme (latest release 3.1) I have also
>>>> installed the latest versions of mysql and php. I followed the readme
>>>> file that came with the web meetme app and everything seemed to go fine
>>>> up until I realised the module wasnt being loaded. When I stop asterisk
>>>> and try to start it, it errors out and does not load and I get the
>>>> following message:
>>>>
>>>> Parsing '/etc/asterisk/cbmysql.conf': Found
>>>> asterisk: symbol lookup error:
/usr/lib/asterisk/modules/app_cbmysql.so:
>>>> undefined symbol: mysql_init
>>>>
>>>>         
>>> Likely you don't have mysql-devel libraries installed - though I wonder
>>> how it would have compiled.
>>>
>>> mysql_init is a function provided by the libmysqlclient library - if you
>>> didn't compile app_cbmysql.so yourself, you could type ldd
>>> app_cbmysql.so to see what it links to then check your lib directory to
>>> see if you have the same - you might have 64 bit when it was compiled
>>> for 32 bit or something
>>> \
>>>       
>> Hi Matt,
>>
>> I have the following mysql packages installed
>>
>> MySQL-client-community-5.1.37
>> MySQL-devel-community-5.1.37
>> MySQL-server-community-5.1.37
>> MySQL-shared-community-5.1.37
>>
>> Also I get no errors when compiling app_cbmysql.so (I do compile this
>> from source)
>>     
>
> What do you get if you type:
>
> ldd /usr/lib/asterisk/modules/app_cbmysql.so
>
>   

This is the output

linux-gate.so.1 => (0xffffe000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7f60000)
libc.so.6 => /lib/libc.so.6 (0xb7e2d000)
/lib/ld-linux.so.2 (0x80000000)





------------------------------

Message: 3
Date: Tue, 1 Sep 2009 14:55:35 +1000
From: "Lee, John (Sydney)" <john....@compuware.com>
Subject: Re: [asterisk-users] Inquiry:Problem with Call Parking
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
        <asterisk-users@lists.digium.com>
Message-ID:
        
<1ad5f1954c21244283d099883a2b3ab9fc0...@apac-syd-ex001.apac.cpwr.corp>
Content-Type: text/plain;       charset="iso-8859-1"

Just a quick guess - is it because you did not program your Polycom digit
plan properly in sip.cfg?

________________________________________
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of hadi motamedi
Sent: Tuesday, 1 September 2009 2:39 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Inquiry:Problem with Call Parking

Dear All
Can you please do me favor and let me know what is the problem with my
Asterisk call parking as it is not functioning correctly on my Asterisk ?
Please find attached my "features.conf" . According to my configuration ,
the subscriber needs to press hash (pound) key and dial 700 to initiate the
transfer . We tried but it didn't get through on our Asterisk . Can you
please let me know what extra config needs to be done for putting it into
operation ?
Regards
H.Motamedi
?



------------------------------

Message: 4
Date: Tue, 01 Sep 2009 17:06:16 +1200
From: Matt Riddell <li...@venturevoip.com>
Subject: Re: [asterisk-users] Asterisk Web Meetme module not loading
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID: <4a9cabc8.10...@venturevoip.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 1/09/09 4:54 PM, Glen wrote:
>>>>> Parsing '/etc/asterisk/cbmysql.conf': Found
>>>>> asterisk: symbol lookup error:
/usr/lib/asterisk/modules/app_cbmysql.so:
>>>>> undefined symbol: mysql_init
>> ldd /usr/lib/asterisk/modules/app_cbmysql.so
> This is the output
>
> linux-gate.so.1 =>  (0xffffe000)
> libpthread.so.0 =>  /lib/libpthread.so.0 (0xb7f60000)
> libc.so.6 =>  /lib/libc.so.6 (0xb7e2d000)
> /lib/ld-linux.so.2 (0x80000000)

Er weird - so it's not even requesting a link to the mysql library.

Looks like the linking somehow went wrong - if it can't find mysql_init 
and it doesn't look for it then surely something went wrong at the 
linking stage.

Can you post me the output of the compilation?

-- 
Cheers,

Matt Riddell
Director
_______________________________________________

http://www.venturevoip.com/news.php (Daily Asterisk News)
http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer)
http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems)



------------------------------

Message: 5
Date: Tue, 1 Sep 2009 06:08:16 +0100
From: hadi motamedi <motamed...@gmail.com>
Subject: Re: [asterisk-users] Inquiry:Problem with Call Parking
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID:
        <74aa57df0908312208y71b600f5m519a09ddb15a9...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Thank you for your reply . Please find attached my Asterisk sip.conf . Can
you please let me know what modifications are needed ?
Regards
H.Motamedi



On Tue, Sep 1, 2009 at 5:55 AM, Lee, John (Sydney)
<john....@compuware.com>wrote:

> Just a quick guess - is it because you did not program your Polycom digit
> plan properly in sip.cfg?
>
> ________________________________________
> From: asterisk-users-boun...@lists.digium.com [mailto:
> asterisk-users-boun...@lists.digium.com] On Behalf Of hadi motamedi
> Sent: Tuesday, 1 September 2009 2:39 PM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: [asterisk-users] Inquiry:Problem with Call Parking
>
> Dear All
> Can you please do me favor and let me know what is the problem with my
> Asterisk call parking as it is not functioning correctly on my Asterisk ?
> Please find attached my "features.conf" . According to my configuration ,
> the subscriber needs to press hash (pound) key and dial 700 to initiate
the
> transfer . We tried but it didn't get through on our Asterisk . Can you
> please let me know what extra config needs to be done for putting it into
> operation ?
> Regards
> H.Motamedi
>
>
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> AstriCon 2009 - October 13 - 15 Phoenix, Arizona
> Register Now: http://www.astricon.net
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20090901/e73737
4a/attachment-0001.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sip.conf
Type: application/octet-stream
Size: 1909 bytes
Desc: not available
Url :
http://lists.digium.com/pipermail/asterisk-users/attachments/20090901/e73737
4a/attachment-0001.obj 

------------------------------

Message: 6
Date: Tue, 01 Sep 2009 17:11:29 +1200
From: Matt Riddell <li...@venturevoip.com>
Subject: Re: [asterisk-users] Inquiry:Problem with Call Parking
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID: <4a9cad01.8070...@venturevoip.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 1/09/09 5:08 PM, hadi motamedi wrote:
> Thank you for your reply . Please find attached my Asterisk sip.conf .
> Can you please let me know what modifications are needed ?
> Regards
> H.Motamedi

He actually asked for the sip.cfg (i.e. the config for the polycom 
rather than for Asterisk)

-- 
Cheers,

Matt Riddell
Director
_______________________________________________

http://www.venturevoip.com/news.php (Daily Asterisk News)
http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer)
http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems)



------------------------------

Message: 7
Date: Tue, 01 Sep 2009 00:11:55 -0500
From: Darrick Hartman <dhart...@djhsolutions.com>
Subject: Re: [asterisk-users] Inquiry:Problem with Call Parking
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID: <4a9cad1b.40...@djhsolutions.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Polycom sip.cfg is not the same as the Asterisk sip.conf file

hadi motamedi wrote:
> Thank you for your reply . Please find attached my Asterisk sip.conf . 
> Can you please let me know what modifications are needed ?
> Regards
> H.Motamedi
> 
> 
>  
> On Tue, Sep 1, 2009 at 5:55 AM, Lee, John (Sydney) 
> <john....@compuware.com <mailto:john....@compuware.com>> wrote:
> 
>     Just a quick guess - is it because you did not program your Polycom
>     digit plan properly in sip.cfg?



------------------------------

Message: 8
Date: Tue, 1 Sep 2009 15:19:47 +1000
From: Glen Ganderton <glengander...@gmail.com>
Subject: Re: [asterisk-users] Asterisk Web Meetme module not loading
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID:
        <404446d90908312219w24e9d788tc8a0c5e7cb3f1...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

On Tue, Sep 1, 2009 at 3:06 PM, Matt Riddell <li...@venturevoip.com> wrote:

> On 1/09/09 4:54 PM, Glen wrote:
> >>>>> Parsing '/etc/asterisk/cbmysql.conf': Found
> >>>>> asterisk: symbol lookup error:
> /usr/lib/asterisk/modules/app_cbmysql.so:
> >>>>> undefined symbol: mysql_init
> >> ldd /usr/lib/asterisk/modules/app_cbmysql.so
> > This is the output
> >
> > linux-gate.so.1 =>  (0xffffe000)
> > libpthread.so.0 =>  /lib/libpthread.so.0 (0xb7f60000)
> > libc.so.6 =>  /lib/libc.so.6 (0xb7e2d000)
> > /lib/ld-linux.so.2 (0x80000000)
>
> Er weird - so it's not even requesting a link to the mysql library.
>
> Looks like the linking somehow went wrong - if it can't find mysql_init
> and it doesn't look for it then surely something went wrong at the
> linking stage.
>
> Can you post me the output of the compilation?
>
> --
> Cheers,
>
> Matt Riddell
> Director
>


When compiling the module I simply recompiled asterisk (I was told this is
the best way), below is the output of that.

remote:/usr/src/asterisk-1.4.20.1 # make && make install
Generating input for menuselect ...
menuselect/menuselect --check-deps menuselect.makeopts
Generating embedded module rules ...
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
   [CC] app_cbmysql.c -> app_cbmysql.o
app_cbmysql.c:37:1: warning: "AST_MODULE" redefined
<command-line>: warning: this is the location of the previous definition
app_cbmysql.c: In function ?checkMax?:
app_cbmysql.c:116: warning: implicit declaration of function
?ast_say_number?
app_cbmysql.c: In function ?roomQuery?:
app_cbmysql.c:181: warning: unused variable ?eatime?
app_cbmysql.c:337: warning: control reaches end of non-void function
   [LD] app_cbmysql.o -> app_cbmysql.so
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
 +--------- Asterisk Build Complete ---------+
 + Asterisk has successfully been built, and +
 + can be installed by running:              +
 +                                           +
 +               make install                +
 +-------------------------------------------+
menuselect/menuselect --check-deps menuselect.makeopts
Generating embedded module rules ...
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
if [ x`/usr/bin/id -un` = xroot ]; then CFLAGS=" -pipe -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -include
/usr/src/asterisk-1.4.20.1/include/asterisk/autoconfig.h -march=i686 " sh
build_tools/mkpkgconfig /usr/lib/pkgconfig; fi
mkdir -p /var/lib/asterisk/static-http
for x in static-http/*; do \
                /usr/bin/install -c -m 644 $x /var/lib/asterisk/static-http
; \
        done
mkdir -p /var/lib/asterisk/images
for x in images/*.jpg; do \
                /usr/bin/install -c -m 644 $x /var/lib/asterisk/images ; \
        done
mkdir -p /var/lib/asterisk/agi-bin
make -C sounds install
make[1]: Entering directory `/usr/src/asterisk-1.4.20.1/sounds'
make[1]: Leaving directory `/usr/src/asterisk-1.4.20.1/sounds'
mkdir -p /usr/lib/asterisk/modules
mkdir -p /usr/sbin
mkdir -p /etc/asterisk
mkdir -p /usr/bin
mkdir -p /var/run
mkdir -p /var/spool/asterisk/voicemail
mkdir -p /var/spool/asterisk/dictate
mkdir -p /var/spool/asterisk/system
mkdir -p /var/spool/asterisk/tmp
mkdir -p /var/spool/asterisk/meetme
mkdir -p /var/spool/asterisk/monitor
make[1]: Entering directory `/usr/src/asterisk-1.4.20.1/utils'
for x in astman stereorize streamplayer aelparse muted; do \
                if [ "$x" != "none" ]; then \
                        /usr/bin/install -c -m 755 $x /usr/sbin/$x; \
                fi; \
        done
make[1]: Leaving directory `/usr/src/asterisk-1.4.20.1/utils'
make[1]: Entering directory `/usr/src/asterisk-1.4.20.1/agi'
mkdir -p /var/lib/asterisk/agi-bin
for x in agi-test.agi eagi-test eagi-sphinx-test jukebox.agi; do
/usr/bin/install -c -m 755 $x /var/lib/asterisk/agi-bin ; done
make[1]: Leaving directory `/usr/src/asterisk-1.4.20.1/agi'
make[1]: Entering directory `/usr/src/asterisk-1.4.20.1/res'
for x in res_adsi.so res_agi.so res_clioriginate.so res_convert.so
res_features.so res_indications.so res_monitor.so res_musiconhold.so
res_smdi.so res_speech.so; do /usr/bin/install -c -m 755 $x
/usr/lib/asterisk/modules ; done
make[1]: Leaving directory `/usr/src/asterisk-1.4.20.1/res'
make[1]: Entering directory `/usr/src/asterisk-1.4.20.1/channels'
for x in chan_agent.so chan_iax2.so chan_local.so chan_mgcp.so chan_oss.so
chan_phone.so chan_sip.so chan_skinny.so chan_zap.so; do /usr/bin/install -c
-m 755 $x /usr/lib/asterisk/modules ; done
make[1]: Leaving directory `/usr/src/asterisk-1.4.20.1/channels'
make[1]: Entering directory `/usr/src/asterisk-1.4.20.1/pbx'
for x in pbx_ael.so pbx_config.so pbx_dundi.so pbx_loopback.so
pbx_realtime.so pbx_spool.so; do /usr/bin/install -c -m 755 $x
/usr/lib/asterisk/modules ; done
make[1]: Leaving directory `/usr/src/asterisk-1.4.20.1/pbx'
make[1]: Entering directory `/usr/src/asterisk-1.4.20.1/apps'
for x in app_adsiprog.so app_alarmreceiver.so app_amd.so app_authenticate.so
app_cbmysql.so app_cdr.so app_chanisavail.so app_channelredirect.so
app_chanspy.so app_controlplayback.so app_db.so app_dial.so app_dictate.so
app_directed_pickup.so app_directory.so app_disa.so app_dumpchan.so
app_echo.so app_exec.so app_externalivr.so app_festival.so app_flash.so
app_followme.so app_forkcdr.so app_getcpeid.so app_hasnewvoicemail.so
app_ices.so app_image.so app_lookupblacklist.so app_lookupcidname.so
app_macro.so app_meetme.so app_milliwatt.so app_mixmonitor.so
app_morsecode.so app_mp3.so app_nbscat.so app_page.so app_parkandannounce.so
app_playback.so app_privacy.so app_queue.so app_random.so app_read.so
app_readfile.so app_realtime.so app_record.so app_sayunixtime.so
app_senddtmf.so app_sendtext.so app_setcallerid.so app_setcdruserfield.so
app_settransfercapability.so app_sms.so app_softhangup.so
app_speech_utils.so app_stack.so app_system.so app_talkdetect.so app_test.so
app_transfer.so app_url.so app_userevent.so app_verbose.so app_voicemail.so
app_waitforring.so app_waitforsilence.so app_while.so app_zapateller.so
app_zapbarge.so app_zapras.so app_zapscan.so; do /usr/bin/install -c -m 755
$x /usr/lib/asterisk/modules ; done
make[1]: Leaving directory `/usr/src/asterisk-1.4.20.1/apps'
make[1]: Entering directory `/usr/src/asterisk-1.4.20.1/codecs'
for x in codec_a_mu.so codec_adpcm.so codec_alaw.so codec_g726.so
codec_gsm.so codec_lpc10.so codec_ulaw.so codec_zap.so; do /usr/bin/install
-c -m 755 $x /usr/lib/asterisk/modules ; done
make[1]: Leaving directory `/usr/src/asterisk-1.4.20.1/codecs'
make[1]: Entering directory `/usr/src/asterisk-1.4.20.1/formats'
for x in format_g723.so format_g726.so format_g729.so format_gsm.so
format_h263.so format_h264.so format_ilbc.so format_jpeg.so format_pcm.so
format_sln.so format_vox.so format_wav.so format_wav_gsm.so; do
/usr/bin/install -c -m 755 $x /usr/lib/asterisk/modules ; done
make[1]: Leaving directory `/usr/src/asterisk-1.4.20.1/formats'
make[1]: Entering directory `/usr/src/asterisk-1.4.20.1/cdr'
for x in cdr_csv.so cdr_custom.so cdr_manager.so; do /usr/bin/install -c -m
755 $x /usr/lib/asterisk/modules ; done
make[1]: Leaving directory `/usr/src/asterisk-1.4.20.1/cdr'
make[1]: Entering directory `/usr/src/asterisk-1.4.20.1/funcs'
for x in func_base64.so func_callerid.so func_cdr.so func_channel.so
func_cut.so func_db.so func_enum.so func_env.so func_global.so
func_groupcount.so func_language.so func_logic.so func_math.so func_md5.so
func_moh.so func_rand.so func_realtime.so func_sha1.so func_strings.so
func_timeout.so func_uri.so; do /usr/bin/install -c -m 755 $x
/usr/lib/asterisk/modules ; done
make[1]: Leaving directory `/usr/src/asterisk-1.4.20.1/funcs'
make[1]: Entering directory `/usr/src/asterisk-1.4.20.1/main'
for x in ; do /usr/bin/install -c -m 755 $x /usr/lib/asterisk/modules ; done
make[1]: Leaving directory `/usr/src/asterisk-1.4.20.1/main'
/usr/bin/install -c -m 755 main/asterisk /usr/sbin/
/bin/ln -sf asterisk /usr/sbin/rasterisk
/usr/bin/install -c -m 755 contrib/scripts/astgenkey /usr/sbin/
/usr/bin/install -c -m 755 contrib/scripts/autosupport /usr/sbin/
if [ ! -f /usr/sbin/safe_asterisk ]; then \
                cat contrib/scripts/safe_asterisk | sed
's|__ASTERISK_SBIN_DIR__|/usr/sbin|;s|__ASTERISK_VARRUN_DIR__|/var/run|;' >
/usr/sbin/safe_asterisk ;\
                chmod 755 /usr/sbin/safe_asterisk;\
        fi
/usr/bin/install -c -d /usr/include/asterisk
/usr/bin/install -c -m 644 include/asterisk.h /usr/include
/usr/bin/install -c -m 644 include/asterisk/*.h /usr/include/asterisk
if [ -n "" ]; then \
                rm -f  ;\
        fi
mkdir -p /var/log/asterisk/cdr-csv
mkdir -p /var/log/asterisk/cdr-custom
mkdir -p /var/lib/asterisk/keys
mkdir -p /var/lib/asterisk/firmware
mkdir -p /var/lib/asterisk/firmware/iax
mkdir -p /usr/share/man/man8
/usr/bin/install -c -m 644 keys/iaxtel.pub /var/lib/asterisk/keys
/usr/bin/install -c -m 644 keys/freeworlddialup.pub /var/lib/asterisk/keys
/usr/bin/install -c -m 644 doc/asterisk.8 /usr/share/man/man8
/usr/bin/install -c -m 644 contrib/scripts/astgenkey.8 /usr/share/man/man8
/usr/bin/install -c -m 644 contrib/scripts/autosupport.8 /usr/share/man/man8
/usr/bin/install -c -m 644 contrib/scripts/safe_asterisk.8
/usr/share/man/man8
if [ -f contrib/firmware/iax/iaxy.bin ] ; then \
                /usr/bin/install -c -m 644 contrib/firmware/iax/iaxy.bin
/var/lib/asterisk/firmware/iax/iaxy.bin; \
        fi
 +---- Asterisk Installation Complete
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20090901/cba4bf
56/attachment-0001.htm 

------------------------------

Message: 9
Date: Tue, 1 Sep 2009 15:23:28 +1000
From: "Lee, John (Sydney)" <john....@compuware.com>
Subject: Re: [asterisk-users] Inquiry:Problem with Call Parking
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
        <asterisk-users@lists.digium.com>
Message-ID:
        
<1ad5f1954c21244283d099883a2b3ab9fc0...@apac-syd-ex001.apac.cpwr.corp>
Content-Type: text/plain;       charset="us-ascii"


> Please find attached my Asterisk sip.conf . 
> Can you please let me know what modifications are needed ?

Yes, I am referring to the Polycom sip.cfg and not the sip.cfg in
Asterisk.
Somethere down in sip.cfg, there is a line that looks like this:

   <digitmap dialplan.digitmap="#700| ...

Basically, Polycom will scan your input to see when it will pass all the
keystrokes to Asterisk.  In above, if it detects that you have entered
#700, it will automatically send it to Asterisk. 



------------------------------

Message: 10
Date: Tue, 01 Sep 2009 17:25:17 +1200
From: Matt Riddell <li...@venturevoip.com>
Subject: Re: [asterisk-users] Asterisk Web Meetme module not loading
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID: <4a9cb03d.2070...@venturevoip.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 1/09/09 5:19 PM, Glen Ganderton wrote:
>
> app_cbmysql.c:37:1: warning: "AST_MODULE" redefined
> <command-line>: warning: this is the location of the previous definition
> app_cbmysql.c: In function ?checkMax?:
> app_cbmysql.c:116: warning: implicit declaration of function
> ?ast_say_number?
> app_cbmysql.c: In function ?roomQuery?:
> app_cbmysql.c:181: warning: unused variable ?eatime?
> app_cbmysql.c:337: warning: control reaches end of non-void function

I'm not sure how Asterisk is supposed to know that this requires a link 
to MySQL without being told.

Are you using the latest version of the app_cbmysql?

It looks like it needs to be updated for the latest version.

Alternatively it may say somewhere on their website which version of 
Asterisk this works with?

-- 
Cheers,

Matt Riddell
Director
_______________________________________________

http://www.venturevoip.com/news.php (Daily Asterisk News)
http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer)
http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems)



------------------------------

Message: 11
Date: Tue, 01 Sep 2009 15:21:18 +1000
From: Paul Hales <pdha...@optusnet.com.au>
Subject: Re: [asterisk-users] Inquiry:Problem with Call Parking
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID: <4a9caf4e.7040...@optusnet.com.au>
Content-Type: text/plain; charset=ISO-8859-1


But they do taste similar.

PaulH


Darrick Hartman wrote:
> Polycom sip.cfg is not the same as the Asterisk sip.conf file
>
> hadi motamedi wrote:
>   
>> Thank you for your reply . Please find attached my Asterisk sip.conf . 
>> Can you please let me know what modifications are needed ?
>> Regards
>> H.Motamedi
>>
>>
>>  
>> On Tue, Sep 1, 2009 at 5:55 AM, Lee, John (Sydney) 
>> <john....@compuware.com <mailto:john....@compuware.com>> wrote:
>>
>>     Just a quick guess - is it because you did not program your Polycom
>>     digit plan properly in sip.cfg?
>>     
>
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> AstriCon 2009 - October 13 - 15 Phoenix, Arizona
> Register Now: http://www.astricon.net
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>   



------------------------------

Message: 12
Date: Tue, 01 Sep 2009 17:29:52 +1200
From: Matt Riddell <li...@venturevoip.com>
Subject: Re: [asterisk-users] Asterisk Web Meetme module not loading
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID: <4a9cb150.8020...@venturevoip.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hmm, it looks like it has a makefile in the cb_mysql directory which is 
supposed to do the linking.

Have you tried running make from there?

It also has a copyright of Mark Spencer, but I know 100% he didn't write it.

The person you're probably looking for is Dan Austin, but I can't track 
him down.

Yeah, the lines in that makefile which do it are:

app_cbmysql.o: app_cbmysql.c
        $(CC) -pipe -I/usr/include/mysql -L/usr/lib/mysql $(CFLAGS) -c -o 
app_cbmysql.o app_cbmysql.c

app_cbmysql.so: app_cbmysql.o
        $(CC) -shared -Xlinker -x -o $@ $< -I/usr/include/mysql 
-L/usr/lib/mysql -lmysqlclient



-- 
Cheers,

Matt Riddell
Director
_______________________________________________

http://www.venturevoip.com/news.php (Daily Asterisk News)
http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer)
http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems)



------------------------------

Message: 13
Date: Tue, 01 Sep 2009 17:33:50 +1200
From: Matt Riddell <li...@venturevoip.com>
Subject: Re: [asterisk-users] Asterisk Web Meetme module not loading
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID: <4a9cb23e.8060...@venturevoip.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

I've sent you Dan Austin's email address off list just in case he is 
able to help out :D

-- 
Cheers,

Matt Riddell
Director
_______________________________________________

http://www.venturevoip.com/news.php (Daily Asterisk News)
http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer)
http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems)



------------------------------

Message: 14
Date: Tue, 01 Sep 2009 17:36:26 +1200
From: Matt Riddell <li...@venturevoip.com>
Subject: Re: [asterisk-users] Asterisk Web Meetme module not loading
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID: <4a9cb2da.9030...@venturevoip.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

In the latest readme for WebMeetMe (3.1.0) it states:

* Compile and install CBMySQL
        App_cbmysql is now included in the web-meetme package,
located in ./cbmysql.  To install just run make; make install

        Copy the sample cbmysql.conf to /etc/asterisk and create
a dialplan similar to the one in cb-extensions.conf.sample
Modify the settings to suit your system.  The location of the
mysql.sock file is likely not correct, check /etc/my.conf for
the correct location.

-- 
Cheers,

Matt Riddell
Director
_______________________________________________

http://www.venturevoip.com/news.php (Daily Asterisk News)
http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer)
http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems)



------------------------------

Message: 15
Date: Tue, 01 Sep 2009 15:53:01 +1000
From: Glen <glengander...@gmail.com>
Subject: Re: [asterisk-users] Asterisk Web Meetme module not loading
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID: <4a9cb6bd.9060...@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Matt Riddell wrote:
> In the latest readme for WebMeetMe (3.1.0) it states:
>
> * Compile and install CBMySQL
>       App_cbmysql is now included in the web-meetme package,
> located in ./cbmysql.  To install just run make; make install
>
>       Copy the sample cbmysql.conf to /etc/asterisk and create
> a dialplan similar to the one in cb-extensions.conf.sample
> Modify the settings to suit your system.  The location of the
> mysql.sock file is likely not correct, check /etc/my.conf for
> the correct location.
>
>   
That fixed it Matt, just compiling in the wrong directory.

Thanks for all your help.

-Glen



------------------------------

Message: 16
Date: Tue, 01 Sep 2009 17:57:01 +1200
From: Matt Riddell <li...@venturevoip.com>
Subject: Re: [asterisk-users] Asterisk Web Meetme module not loading
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID: <4a9cb7ad.9040...@venturevoip.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 1/09/09 5:53 PM, Glen wrote:
> Matt Riddell wrote:
>> In the latest readme for WebMeetMe (3.1.0) it states:
>>
>> * Compile and install CBMySQL
>>      App_cbmysql is now included in the web-meetme package,
>> located in ./cbmysql.  To install just run make; make install
>>
>>      Copy the sample cbmysql.conf to /etc/asterisk and create
>> a dialplan similar to the one in cb-extensions.conf.sample
>> Modify the settings to suit your system.  The location of the
>> mysql.sock file is likely not correct, check /etc/my.conf for
>> the correct location.
>>
>>
> That fixed it Matt, just compiling in the wrong directory.
>
> Thanks for all your help.

No problems :)  I haven't actually used it myself, but it looks pretty cool!

-- 
Cheers,

Matt Riddell
Director
_______________________________________________

http://www.venturevoip.com/news.php (Daily Asterisk News)
http://www.venturevoip.com/st.php (SmoothTorque Predictive Dialer)
http://www.venturevoip.com/c3.php (ConduIT3 PABX Systems)



------------------------------

Message: 17
Date: Tue, 1 Sep 2009 09:17:59 +0300
From: James Mutuku <listmut...@gmail.com>
Subject: [asterisk-users] jitterbuffer for chan_sip on asterisk 1.2
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID:
        <616a90220908312317n5e94e4dcvf46521467db86...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hello,

>From http://www.voip-info.org/wiki/view/Asterisk+new+jitterbuffer, it says
that there For Asterisk 1.2 there was no jitterbuffer in the RTP-based
channels (i.e. chan_sip).

I am using 1.2 and Ind there is no reason to upgrade. Are there any
developments on this?
-- 
Best Regards,
James Mutuku Ndeti
Agile Systems Limited
+254722490994
www.agile.co.ke
mutuku.wordpress.com

Has your organization implemented a customer relationship management
(CRM)system? visit http://www.agile.co.ke/crm.php and find out how our CRM
can help you achieve better customer satisfaction and sales
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20090901/f99a77
02/attachment.htm 

------------------------------

Message: 18
Date: Tue, 1 Sep 2009 07:14:58 +0100
From: hadi motamedi <motamed...@gmail.com>
Subject: [asterisk-users] Inquiry:Problem with VoiceMail
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID:
        <74aa57df0908312314m13e1edaarcfbf977cb42f5...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Dear All
Can you please do me favor and let me know what is my problem with my
Asterisk VoiceMail configuration as it doesn't work correctly in my case ?
Please find below that part of my extensions.conf that I intend to make use
of voice mail for No Answer reply :
"

[line-incoming]

exten => _XXXXXXX,1,macro(dialuser,SIP/${EXTEN},${EXTEN})

[macro-dialuser]

exten => s,1,dial(${ARG1},38,r)

exten => s,n,noop(PM: Dial ended !!)

exten => s,n,noop(${DIALSTATUS})

exten => s,n,Goto(s-${DIALSTATUS},1)



exten => s-NOANSWER,1,answer

exten => s-NOANSWER,n,wait(4)

exten => s-NOANSWER,n,SayDigits(${ARG2})

exten => s-NOANSWER,n,playback(vm-isunavail)

exten => s-NOANSWER,n,VoiceMail(u${MACRO_EXTEN})

exten => s-NOANSWER,n,hangup()

"

As you see , I intend to redirect the calling party to the called party
voice mailbox if he doesn't answer the call (that will be set at the number
the same as his extension number) but it doesn't get through. Can you please
let me know what is wrong in our case ?

Regards

H.Motamedi
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20090901/3cfc8d
5a/attachment-0001.htm 

------------------------------

Message: 19
Date: Tue, 1 Sep 2009 11:45:03 +0500
From: ABBAS SHAKEEL <shakeel.abbas....@gmail.com>
Subject: Re: [asterisk-users] CDR to Postgres Centos
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID:
        <a498e47a0908312345h72dc0abbm98575110fdeaf...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Thanks alot  Barry this was really helpful

Can i know which querry is executed to insert record to database...

i am asking this because of

[Sep  1 12:46:09] ERROR[19498]: cdr_pgsql.c:309 pgsql_log: Failed to insert
call detail record into database!
[Sep  1 12:46:09] ERROR[19498]: cdr_pgsql.c:310 pgsql_log: Reason: ERROR:
syntax error at or near ")" at character 17

[Sep  1 12:46:09] ERROR[19498]: cdr_pgsql.c:311 pgsql_log: Connection may
have been lost... attempting to reconnect.
[Sep  1 12:46:09] ERROR[19498]: cdr_pgsql.c:314 pgsql_log: Connection
reestablished.
[Sep  1 12:46:09] ERROR[19498]: cdr_pgsql.c:320 pgsql_log: HARD ERROR!
Attempted reconnection failed.  DROPPING CALL RECORD!









On Mon, Aug 31, 2009 at 6:06 PM, Barry L. Kline
<blkl...@attglobal.net>wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> ABBAS SHAKEEL wrote:
>
> > but when i execute this ./configure --with-postgres=<dir where
> > postgresql is installed>
> >
> > it gives an error for missing an pg_config file ..... i searched the PC
> > but it really dont exists..... but database server is fine and working
> OK!
> >
> > what to do in this situation
>
> You should have the following packages installed on your Asterisk system
>
> postgresql-libs
> postgresql-devel
> postgresql
>
> If the database is on the same box, include:
> postgresql-server
>
> If you want to hit the database from the dialplan for any reason, include:
>
> postgresql-odbc
>
> Once you install these, be sure to rerun ./configure
>
> Barry
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (GNU/Linux)
>
> iD8DBQFKm8rOCFu3bIiwtTARAijbAJ4vt0DVZJYUPRhPrNpXm2KEngRmxACgn24T
> aHtpBzyGhPBmw8a4veqdLhQ=
> =TI+m
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> AstriCon 2009 - October 13 - 15 Phoenix, Arizona
> Register Now: http://www.astricon.net
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>



-- 
Best Regards
Shakeel Abbas
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20090901/c253a4
bc/attachment-0001.htm 

------------------------------

Message: 20
Date: Tue, 1 Sep 2009 12:48:33 +0500
From: ABBAS SHAKEEL <shakeel.abbas....@gmail.com>
Subject: [asterisk-users] SIP and other phones other then local
        network
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <asterisk-users@lists.digium.com>
Message-ID:
        <a498e47a0909010048x3c458647vf57f65035d008...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hello

Please advice how can i configure a sip phone that is not on my local
network.  ie i have Xlite far some where in America and my Asterisk server
is at Sahara desert . Now how can i make a call to that sip phone?


Please advice what keywords to carry on??

-- 
Best Regards
Shakeel Abbas
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20090901/4099d9
a9/attachment.htm 

------------------------------

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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

End of asterisk-users Digest, Vol 62, Issue 1
*********************************************


__________ Information from ESET NOD32 Antivirus, version of virus signature
database 4387 (20090901) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com


 

__________ Information from ESET NOD32 Antivirus, version of virus signature
database 4387 (20090901) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Reply via email to