Re: [asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-14 Thread Tilghman Lesher
On Sunday 15 November 2009 00:01:13 Jarrod Lash wrote: > apt-get update > then > apt-get install gcc g++ There's also a package on Debian called 'build-essential' which gets all of the usual libraries and headers such that compiling works right the first time. -- Tilghman Lesher Digium, Inc. | S

Re: [asterisk-users] Database postgresql not able to start

2009-11-14 Thread Alex Balashov
It does not appear that you have PostgreSQL set up to listen on a TCP socket, but only UNIX domain socket. You have this line commented out: #listen_addresses = 'localhost' It is required in order to listen on TCP. You should uncomment it: listen_addresses = '127.0.0.1' In any case,

[asterisk-users] Database postgresql not able to start

2009-11-14 Thread asterisk
i have installed database POSTGRESQL for storing call details. when i restart database i get the error. [r...@localhost server]# psql -h 127.0.0.1 -U asterisk Password psql: could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting TCP/IP connecti

Re: [asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-14 Thread Jarrod Lash
you are running a old version of debian? what repository are you using (cat /etc/apt/sources.list)? On Sun, Nov 15, 2009 at 1:27 AM, hadi motamedi wrote: > Sorry . I tried to install gcc but I got the following error : > #apt-get update > #apt-get install gcc > "E:Package gcc has no installatio

Re: [asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-14 Thread Alex Balashov
Try: apt-cache search gcc | grep '^gcc' and pick the more precise package to install. hadi motamedi wrote: > Sorry . I tried to install gcc but I got the following error : > #apt-get update > #apt-get install gcc > "E:Package gcc has no installation candidate" > Can you please do me favor and l

Re: [asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-14 Thread hadi motamedi
Sorry . I tried to install gcc but I got the following error : #apt-get update #apt-get install gcc "E:Package gcc has no installation candidate" Can you please do me favor and let me know why ? Thank you in advance On Sun, Nov 15, 2009 at 6:01 AM, Jarrod Lash wrote: > apt-get update > then >

Re: [asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-14 Thread Jarrod Lash
apt-get update then apt-get install gcc g++ -- Jarrod Lash, Federated Communications www.fed-com.com Office: +1-412-357-2127 Mobile: +1-412-999-0049 Fax: +1-412-545-8368 On Sun, Nov 15, 2009 at 12:31 AM, hadi motamedi wrote: > Dear All > Please be informed that I need to install Asterisk 1.4.

Re: [asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-14 Thread Darrick Hartman
Also install a recent version! 1.4.26.3 would be the latest in the 1.4 release series. Using something as old as 1.4.13 is not recommended. Alex Balashov wrote: > You need to install 'gcc' and 'g++' and associated libraries and headers. > > hadi motamedi wrote: > >> Dear All >> Please be info

Re: [asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-14 Thread Alex Balashov
You need to install 'gcc' and 'g++' and associated libraries and headers. hadi motamedi wrote: > Dear All > Please be informed that I need to install Asterisk 1.4.13 on my Debian > 3.1 server . But I got the following message when trying for > "#./configure" : > "error: no acceptable C compile

[asterisk-users] Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server

2009-11-14 Thread hadi motamedi
Dear All Please be informed that I need to install Asterisk 1.4.13 on my Debian 3.1 server . But I got the following message when trying for "#./configure" : "error: no acceptable C compiler found in $PATH" Can you please do me favor and let me know what is the problem ? Let me thank you in advanc

Re: [asterisk-users] Error Dialplan ?

2009-11-14 Thread Alejandro Kauffmann
Phibee Network Operation Center wrote: > Hi > > I have a problems with a new Asterisk Server, > > when i want call, i have: > > [Nov 14 09:12:38] NOTICE[31992]: chan_sip.c:18160 > handle_request_invite: Call from 'PHISIP01' to extension > '00420225352184' rejected because extension not fo

Re: [asterisk-users] music on hold

2009-11-14 Thread Rob Hillis
Peter Evans wrote: > On Tue, Nov 11, 2008 at 02:35:19PM +0800, 邱磊 wrote: > >> hii guys: >> i get the message from the asterisk: >>Started music on hold, class 'default', on >> Local/s...@skype-web-callback-dial-263to263-1775,1 >> [2008-11-11 14:32:41] WARNING[1781]: fo

Re: [asterisk-users] Will Digium iaxy stop working with asterisk 1.6; as it is discontinued?

2009-11-14 Thread Joseph
On 11/13/09 18:31, Hans Witvliet wrote: >On Thu, 2009-11-12 at 20:18 -0700, Joseph wrote: >> Digium has discontinued their ATA iaxy adapter; don't blame them, too >> expensive so they can not compete. > >Compete, With which iax-ata ??? How about AG-188N Though, I just notice this unit has a sec

Re: [asterisk-users] FW: hi Dan

2009-11-14 Thread Alex Balashov
Landy Landy wrote: > I believe language barriers can cause many problems when trying to > communicate. I might say something in another language trying to > translate a phrase or something, that might not have the same > meaning I´m trying to get accross. I´m billingual myself, english > is my

Re: [asterisk-users] Atcom AG188N as FXO?

2009-11-14 Thread Joseph
On 09/21/09 17:54, Vincent wrote: >Hello > >According to this article, this nice little unit can only use the PSTN >port for outgoing calls (ie. as a backup in case the connection to the >VoIP provider stops working), but not incoming calls: > >http://tinyurl.com/mwjmo8 > >Can someone confirm that

Re: [asterisk-users] RTP traffic through Asterisk??

2009-11-14 Thread Ignacio
Ok, thank you very much. I will try to find any information in asterisk documentation about RTP. On Fri, Nov 13, 2009 at 3:03 PM, John A. Sullivan III wrote: > On Fri, 2009-11-13 at 11:44 +0100, Ignacio wrote: >> I have just established a call between 2 sip phones and I have noticed >> that all R

Re: [asterisk-users] FW: hi Dan

2009-11-14 Thread Landy Landy
> > Pre-judging people doesn't work on mailing lists given > the > > inherent language barriers, etc. I believe language barriers can cause many problems when trying to communicate. I might say something in another language trying to translate a phrase or something, that might not have the same

Re: [asterisk-users] music on hold

2009-11-14 Thread Alex Balashov
Pawan, I am getting the sense that you do not understand how to use a mailing list, so I will take the time to uh, "guide" you before answering your question as best as I can. u r welcome The purpose of making a posting to a mailing list is not to find a single person that replies to you on the

Re: [asterisk-users] Xorcom Astribank udev issue in Ubuntu 9.10

2009-11-14 Thread Eric van der Vlist
Hi Tzafrir, Le samedi 14 novembre 2009 à 21:30 +0200, Tzafrir Cohen a écrit : > On Sat, Nov 14, 2009 at 12:55:46AM +0100, Eric van der Vlist wrote: > > Hi, > > > > I have upgraded an Asterisk installation with a Xorcom BRI Astribank > > that was working under Ubuntu 8.04 to Ubuntu 9.10 and the de

Re: [asterisk-users] Queue application in Asterisk 1.6

2009-11-14 Thread Leif Madsen
Bandino Jurumai wrote: > Can anyone tell me how to specify subroutine call with arguments in the > Asterisk 1.6 Queue application? > Documentation does not mention what is the syntax for specifying the > subroutine with arguments. If that functionality exists... try using ^ for the separator: Q

Re: [asterisk-users] Brandable SIP SoftPhone (Windows) ?

2009-11-14 Thread Leif Madsen
Gavin Spurgeon wrote: > Thanks to some answers on this list and another I now have a MultiTenant > system/setup working the way that I want it to, So now my next job is > to find a SIP SoftPhone that I can brand to my own company images and > so on. > > Again an OSS would be preferred, Even though

Re: [asterisk-users] No dahdi_zttools in AsteriskNow?

2009-11-14 Thread Tzafrir Cohen
On Fri, Nov 13, 2009 at 01:36:00PM -0500, Humanx2000 wrote: > Just picked up Asterisk the Future of Telephony, every other listed > program is there (Book does not tell you about the changeover to > dahdi_). But there is no dahdi_zttools. I have dahdi-tools > installed, tried to install via yum and

Re: [asterisk-users] Xorcom Astribank udev issue in Ubuntu 9.10

2009-11-14 Thread Tzafrir Cohen
On Sat, Nov 14, 2009 at 12:55:46AM +0100, Eric van der Vlist wrote: > Hi, > > I have upgraded an Asterisk installation with a Xorcom BRI Astribank > that was working under Ubuntu 8.04 to Ubuntu 9.10 and the device is no > longer initialized. > > When I reload the udev rules, I see that the rules

Re: [asterisk-users] FW: hi Dan

2009-11-14 Thread Alex Balashov
Don't laugh too hard. -- Sent from mobile device On Nov 14, 2009, at 2:04 PM, ABBAS SHAKEEL wrote: I cant stop laughing lolz Any how we must not reply in private but ask to post on list only. Lets make him able to achieve his objective through the list. Cheers On Sat, Nov 14, 2009 at

Re: [asterisk-users] Can't connect to voip provider over NAT

2009-11-14 Thread Landy Landy
I have iptables FORWARD to ACCEPT by default: iptables -P FORWARD ACCEPT and still have the same problems. Now, the dsl modem is also opened. not blocking any ports as well. --- On Sat, 11/14/09, Michelle Dupuis wrote: > From: Michelle Dupuis > Subject: Re: [asterisk-users] Can't connect

Re: [asterisk-users] hi friend

2009-11-14 Thread Alex Balashov
Thanks. In that case, do me a favour in return and start using the mailing list as it is intended, instead of mailing people privately. -- Sent from mobile device On Nov 14, 2009, at 1:58 PM, wrote: > hi alex done with music on hold. n thanks a lot for the reply. u r > the only person who

Re: [asterisk-users] Question about callerid?

2009-11-14 Thread Martin Joseph
Ok I am replying to myself, because I still don't have this figured out,, but I think I have more info. On Nov 5, 2009, at 8:57 PM, Martin Joseph wrote: > > Hello again Asterisk people. > > I am running Asterisk 1.42 on an old PowerPC ibook. I have had this > deployed for several years now,

Re: [asterisk-users] FW: hi Dan

2009-11-14 Thread ABBAS SHAKEEL
I cant stop laughing lolz Any how we must not reply in private but ask to post on list only. Lets make him able to achieve his objective through the list. Cheers On Sat, Nov 14, 2009 at 11:56 PM, Alex Balashov wrote: > I don't get it. I just replied helpfully to Mr. "opensourcesolutions" > on

Re: [asterisk-users] FW: hi Dan

2009-11-14 Thread Alex Balashov
I don't get it. I just replied helpfully to Mr. "opensourcesolutions" on the mailing list and for this he expresses his gratitude with two more obnoxious private e-mails to me, along these general lines: hi these r the steps to rn music on if i doing some mistake than plz guide me. 1-

Re: [asterisk-users] FW: hi Dan

2009-11-14 Thread Dan Journo
Sorry for causing this war. It's just, if everyone sent private messages:- a) there would be no point of the mailing list b) our mailboxes would fill up in minutes, leaving no space of our business emails. Dan -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:aste

[asterisk-users] Queue application in Asterisk 1.6

2009-11-14 Thread Bandino Jurumai
Hi, Can anyone tell me how to specify subroutine call with arguments in the Asterisk 1.6 Queue application? Documentation does not mention what is the syntax for specifying the subroutine with arguments. Thanks ___ -- Bandwidth and Colocation P

Re: [asterisk-users] Can't connect to voip provider over NAT

2009-11-14 Thread Michelle Dupuis
I'll start with a guess - your asterisk box or firewall is blocking SIP ports. Diagnose that first (stop iptables/check iptables if unsafe) and try again... -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Land

[asterisk-users] Brandable SIP SoftPhone (Windows) ?

2009-11-14 Thread Gavin Spurgeon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi List (Again) Thanks to some answers on this list and another I now have a MultiTenant system/setup working the way that I want it to, So now my next job is to find a SIP SoftPhone that I can brand to my own company images and so on. Again an OSS

Re: [asterisk-users] music on hold

2009-11-14 Thread Alex Balashov
aster...@opensourcesolution.in wrote: > i had done r/d of voice mail in which i got succes, now when i call > exten 2000 and it on hold there is no music on hold. plz guide me what > mistakes i am doing. Have you made the necessary adjustments to /etc/asterisk/musiconhold.conf to define music

[asterisk-users] music on hold

2009-11-14 Thread asterisk
hi friends, as i am a beginner in voip, i had made a very simple dial plan i had made two extentions n both are able to ring each other through soft phone (X-Lite) below is my dialplan #

[asterisk-users] OT AG-188N

2009-11-14 Thread Joseph
Is anybody using AG-188N? It is a nice little unit, it would be a perfect X-mas gift for your family member abroad. It supports IAX2/SIP with STUN server. Both IAX2 and SIP can be registered at the same time to two different providers. The limiting part is PSTN, it is just a lifeline not a real

Re: [asterisk-users] Error Dialplan ?

2009-11-14 Thread Steve Edwards
On Sat, 14 Nov 2009, Phibee Network Operation Center wrote: > when i want call, i have: > >[Nov 14 09:12:38] NOTICE[31992]: chan_sip.c:18160 > handle_request_invite: Call from 'PHISIP01' to extension > '00420225352184' rejected because extension not found. (You don't say what version of A

Re: [asterisk-users] Inquiry:How to stop Asterisk?

2009-11-14 Thread Steve Edwards
On Sat, 14 Nov 2009, hadi motamedi wrote: > Can you please do me favor and let me know how can I stop my Asterisk ? Can > you please confirm if the following procedure is correct to stop it ? > #/etc/init.d/asterisk stop Yup. > #cd /etc/init.d > #chmod asterisk These commands imply you do

Re: [asterisk-users] Setting outgoing callerid on when using a PRI

2009-11-14 Thread Jon Moore
Update on my problem. After a few days of speaking with various folks at ATT, the issue has been "resolved". When we first ordered our PRI lines, they were supposed to be without screening tables (per ATT suggestion on how we can set CID numbers to numbers not associated with the PRI). However,

Re: [asterisk-users] Asterisk with T38 Fax

2009-11-14 Thread David Backeberg
On Sat, Nov 14, 2009 at 10:20 AM, Marcus Vinicius wrote: > I'm trying to send faxes using Asterisk 1.4 and T38 with sip but Asterisk > rejects the t38. > > Anybody know if is possible to transmit t38 fax with Asterisk 1.4? It might be possible to T.38 fax with 1.4, but I do not recommend it. T.

[asterisk-users] Asterisk with T38 Fax

2009-11-14 Thread Marcus Vinicius
Hi, I'm trying to send faxes using Asterisk 1.4 and T38 with sip but Asterisk rejects the t38. Anybody know if is possible to transmit t38 fax with Asterisk 1.4? following settings: --- sip.conf --- [general] bindport=5060 bindaddr=0.0.0.0 disallow=all allow=ulaw allow=alaw context=from-outs

Re: [asterisk-users] Can't connect to voip provider over NAT

2009-11-14 Thread Landy Landy
According to my provider they´re not receiving any request from us but, now everytime I try to place a call through them I´m getting: *CLI> sip show peers Name/username HostDyn Nat ACL Port Status 100(Unspecified)D 5060 Unmonit

Re: [asterisk-users] Inquiry:Where to download Asterisk 1.4.13 for Debian server?

2009-11-14 Thread Leif Madsen
hadi motamedi wrote: > Dear All > Can you please do me favor and let me have the link to download the > Asterisk 1.4.13 for my Debian server ? Please let me know how to install > it . > Thank you in advance Well, 1.4.13 is quite old now, but you can find the older released versions of Asterisk

[asterisk-users] Asterisk with H323 channel and Gnugk: no voice

2009-11-14 Thread bilal ghayyad
Hi All; I am trying to have the possibility to pass traffic from SIP to H323, and I am using the asterisk version 1.4.26.2 with h323 (so I have h323.so channel), the h323 listens at port 1722 TCP and on the same machine I have gnugk running and listens on 1721 TCP. When placing a call from the

Re: [asterisk-users] Termination Question

2009-11-14 Thread Karl Fife
Hmmm. Let me rephrase your question: "Dear List: How do I make server b and c do what I want when I have no control over b or c?" Enough said. -K - Original Message - From: B.Masoud @ SH To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Sent: Thursday, Novemb

Re: [asterisk-users] Inquiry:How to stop Asterisk?

2009-11-14 Thread Karl Fife
if you're using a redhat-derived distro you can always use the easy-to-remember "service asterisk stop" -K - Original Message - From: ast guy To: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Saturday, November 14, 2009 4:12 AM Subject: Re: [asterisk-users] I

Re: [asterisk-users] Termination Question

2009-11-14 Thread Karl Fife
Hmmm. Let me rephrase your question: "Dear List: How do I make server b and c do what I want when I have no control over b or c?" Enough said. -K - Original Message - From: B.Masoud @ SH To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Sent: Thursday, Novemb

Re: [asterisk-users] Inquiry:How to stop Asterisk?

2009-11-14 Thread ast guy
This one is manual way of doing it. You can get more details at page http://www.voip-info.org/wiki/view/Asterisk+Starting+and+Stopping It has provided the init.d scripts where you can automate the process. /ag On Sat, Nov 14, 2009 at 7:44 AM, Yawar Hadi wrote: > cli> stop now > or > cli > sto

[asterisk-users] Multi-Site GUI

2009-11-14 Thread Steve Totaro
I am searching for a GUI platform that can support multiple sites with Asterisk servers with a single GUI to manage them all. I have something currently working but it is not as pretty or polished as I would like, although it does work quite well. Are there any opensource options out there? Than

[asterisk-users] Error Dialplan ?

2009-11-14 Thread Phibee Network Operation Center
Hi I have a problems with a new Asterisk Server, when i want call, i have: [Nov 14 09:12:38] NOTICE[31992]: chan_sip.c:18160 handle_request_invite: Call from 'PHISIP01' to extension '00420225352184' rejected because extension not found. but into my extensions.conf: exten => _

[asterisk-users] Inquiry:Where to download Asterisk 1.4.13 for Debian server?

2009-11-14 Thread hadi motamedi
Dear All Can you please do me favor and let me have the link to download the Asterisk 1.4.13 for my Debian server ? Please let me know how to install it . Thank you in advance ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- aste