Re: [asterisk-users] start n run an agi script on hangup

2008-06-13 Thread Benjamin Jacob
I think, you can use the 'h' extension to invoke scripts (DeadAGI to be more precise) on hungup channels. use something like this : exten => _X., 1, NoOp(got a call) exten => _X., n, Dial(} exten => h, 1, DeadAGI(hangupScript.sh) --- On Fri, 6/13/08, Robor Oghene <[EMAIL PROTECTED]> wrote

[asterisk-users] cpu and ram requirements

2008-06-13 Thread fateme fatah
Hi: How much cpu and ram is required for conference call service with 1 E1 link(30 zaptel ports) and 50 sip phones,to asterisk won't be disconnected during conference? Regards.  ___ -- Bandwidth and Colocation Provided by http://www.api-dig

Re: [asterisk-users] Idiot's question

2008-06-13 Thread Fred Posner
You could always do something like this, but I think it may pull more proc than on 2 lines: exten => s,n,Set(CALLERID(num)=${IF($["foo${CALLERID(num)}" = "foo"]? 00:${CALLERID(num)})}) On Jun 13, 2008, at 9:12 PM, Steve Edwards wrote: > On Sat, 14 Jun 2008, Philipp Kempgen wrote: > >

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Tilghman Lesher
On Friday 13 June 2008 23:07:17 Muhammad Zulqarnain wrote: > Some one asked in the list that how It is world most cheapest predictive > dialer. We don't pay to people for using our software. TeleRep Performance > Optimizer is not a free predictive dialer but the most cheapest Predictive > Dialer (j

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Muhammad Zulqarnain
Hi! First of all I apologize for posting this commercial email on asterisk-user list but it gave me some valuable information which were not notified by any one on asterisk-buzz list. Second I would like to clear the confusion created by my email about FREE DNC Scrubbing. Our Predictive Dia

Re: [asterisk-users] start n run an agi script on hangup

2008-06-13 Thread Steve Totaro
Two things jump to mind depending on the nature of your script. Both use the "h" extension, this is where a call will go when hungup. You can either use deadagi on the h extension or you can use exten = h,1,System(command). Thanks, Steve T On Fri, Jun 13, 2008 at 4:26 PM, Robor Oghene <[EMAIL P

Re: [asterisk-users] Idiot's question

2008-06-13 Thread Steve Edwards
On Sat, 14 Jun 2008, Philipp Kempgen wrote: > Venefax schrieb: >> I have two lines in my dialplan that I wish to make it into only one, and I >> fail >> X.,n(entrada),Set(CALLERID(num)=${CALLERID(num)}00) >> X.,n,Set(CALLERID(num)=${CALLERID(num):0:11}) >> >> It means: add '00' to

Re: [asterisk-users] Idiot's question

2008-06-13 Thread Steve Edwards
On Fri, 13 Jun 2008, Venefax wrote: > I have two lines in my dialplan that I wish to make it into only one, and I > fail > X.,n(entrada),Set(CALLERID(num)=${CALLERID(num)}00) > X.,n,Set(CALLERID(num)=${CALLERID(num):0:11}) > > It means: add '00' to the caller id, and then take the

Re: [asterisk-users] Idiot's question

2008-06-13 Thread Philipp Kempgen
Venefax schrieb: > I have two lines in my dialplan that I wish to make it into only one, and I > fail > X.,n(entrada),Set(CALLERID(num)=${CALLERID(num)}00) > X.,n,Set(CALLERID(num)=${CALLERID(num):0:11}) > > It means: add '00' to the caller id, and then take the first 11 > chars fr

Re: [asterisk-users] start n run an agi script on hangup

2008-06-13 Thread Sherwood McGowan
Robor Oghene wrote: > Thanks Sherwood, I haven't tried what the line you sent but I think it > would solve my problem I just hope it would run from asterisk > realtime... > > On Fri, Jun 13, 2008 at 3:05 PM, Sherwood McGowan > <[EMAIL PROTECTED] > wrote: > > Rob

Re: [asterisk-users] start n run an agi script on hangup

2008-06-13 Thread Sherwood McGowan
Robor Oghene wrote: > Thanks Sherwood, I haven't tried what the line you sent but I think it > would solve my problem I just hope it would run from asterisk > realtime... > > On Fri, Jun 13, 2008 at 3:05 PM, Sherwood McGowan > <[EMAIL PROTECTED] > wrote: > > Rob

[asterisk-users] Idiot's question

2008-06-13 Thread Venefax
I have two lines in my dialplan that I wish to make it into only one, and I fail X.,n(entrada),Set(CALLERID(num)=${CALLERID(num)}00) X.,n,Set(CALLERID(num)=${CALLERID(num):0:11}) It means: add '00' to the caller id, and then take the first 11 chars from the left. It aims to detect

Re: [asterisk-users] Trouble with Polycom phones

2008-06-13 Thread Kevin Smith
No, even with the numerical IP addresses they still had the problem. Kevin Mike wrote: > I`m curious: did going with numerical IP addresses fix your problem? > > Mick > > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:asterisk-users- >> [EMAIL PROTECTED] On Behalf Of Kevin Sm

[asterisk-users] strange iax authentication behavior

2008-06-13 Thread John covici
Hi. I have a number of sections in my iax configurationwhich was generated by freepbx like this: [covici] username=covici type=friend secret= host=dynamic disallow=all context=from-internal allow=ulaw [Carol 0326] host=iax.binfone.com username=3234740326 secret= type=friend context=from-pstn Now

Re: [asterisk-users] Odd Polycom Reboot Issue

2008-06-13 Thread Tim Nelson
Nevermind. The issue came back. In response to Steve's query... the unit is running over PoE. When time permits, I'll try a different port on the switch. I've been told that a change was made to the volume ringer of the phones in the sip.cfg to a value of 32 if this makes any difference. All su

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Tzafrir Cohen
On Fri, Jun 13, 2008 at 02:37:52PM -0400, Dean Collins wrote: > No it's called playing by the rules of the game set by politicians and > corporate leaders who set them. The same politicials who set those nasty anti-spam laws? -- Tzafrir Cohen icq#16849755 jabber:[EMA

Re: [asterisk-users] start n run an agi script on hangup

2008-06-13 Thread Robor Oghene
Thanks a million Sherwood!! On Fri, Jun 13, 2008 at 9:31 PM, Sherwood McGowan < [EMAIL PROTECTED]> wrote: > Robor Oghene wrote: > > Thanks Steve, I appreciate your response, I checked the link and it > > talks about an agi script running before and continuing after > > hangup. the problem I h

Re: [asterisk-users] Need a SIP trunk provider for US - Dallas/TX

2008-06-13 Thread Jonn R Taylor
I use bandwidth.com, works very well. 5 trunks start at about $125 a month. Jonn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of D. Dante Lorenso Sent: Friday, June 13, 2008 1:32 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [ast

Re: [asterisk-users] cdr-custom/Master.csv rotation

2008-06-13 Thread Gavin Henry
2008/6/13 Mark Hamilton <[EMAIL PROTECTED]>: > Hi, > > > > How can I rotate /var/log/asterisk/cdr-custom/Master.csv nightly by date? > Logrotate on a *nix box. -- http://www.suretecsystems.com/services/openldap/ ___ -- Bandwidth and Colocation Provide

Re: [asterisk-users] Using Asterisk Only as Voice Recording Solution.

2008-06-13 Thread Gavin Henry
2008/6/12 Syed Nasruddin <[EMAIL PROTECTED]>: > > > HI, > > > > I am using TDM800P Digium Card with Asterisk 1.4.* version. I have fair > command over Asterisk up till now and have run it in different scenarios > such as Call Center Solution, PBX solution. > > > > There is a requirement to use Aste

Re: [asterisk-users] start n run an agi script on hangup

2008-06-13 Thread Robor Oghene
Thanks Sherwood, I haven't tried what the line you sent but I think it would solve my problem I just hope it would run from asterisk realtime... On Fri, Jun 13, 2008 at 3:05 PM, Sherwood McGowan < [EMAIL PROTECTED]> wrote: > Robor Oghene wrote: > > hello All, > > > > How do I start and run an

Re: [asterisk-users] start n run an agi script on hangup

2008-06-13 Thread Sherwood McGowan
Robor Oghene wrote: > Thanks Steve, I appreciate your response, I checked the link and it > talks about an agi script running before and continuing after > hangup. the problem I have is that, I dont want to run an agi > while the channel is up. i want to start the script on on hangup >

Re: [asterisk-users] start n run an agi script on hangup

2008-06-13 Thread Robor Oghene
Thanks Steve, I appreciate your response, I checked the link and it talks about an agi script running before and continuing after hangup. the problem I have is that, I dont want to run an agi while the channel is up. i want to start the script on on hangup to do database cleanup.. i'd a

Re: [asterisk-users] AEL Help

2008-06-13 Thread Sherwood McGowan
Sherwood McGowan wrote: >> > I'll be more than glad to help :) > > Here's the code: > context default { >_X. => { >Set(DID=${EXTEN:6}); > continue: >Noop(${DID}); >Set(GROUP(IAX)=incoming); > > if("${MATH(${GROUP_COUNT([EMAIL PROTECTED])}+${GROUP_COUNT([EMAIL

Re: [asterisk-users] Odd Polycom Reboot Issue

2008-06-13 Thread Tim Nelson
Well... the problem magically cleared itself up this morning. Nothing was changed in the meantime. I'd love to know what the problem was... Tim Nelson Systems/Network Support Rockbochs Inc. (218)727-4332 x105 - Original Message - From: "Steve Totaro" <[EMAIL PROTECTED]> To: "Asterisk Use

Re: [asterisk-users] AEL Help

2008-06-13 Thread Sherwood McGowan
Jeremy Mann wrote: > I need help translating extensions.conf to AEL: > > [default] > exten => _X.,1,Set(DID=${EXTEN:6}) > exten => _X.,n,Goto(continue,1) > exten => _1X.,1,Set(DID=${EXTEN:7}) > exten => _1X.,n,Goto(continue,1) > > exten => continue,1,Noop(${DID}) > exten => continue,n,Set(GROUP(IAX

[asterisk-users] cdr-custom/Master.csv rotation

2008-06-13 Thread Mark Hamilton
Hi, How can I rotate /var/log/asterisk/cdr-custom/Master.csv nightly by date? Thanks, Mark ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http:

[asterisk-users] AEL Help

2008-06-13 Thread Jeremy Mann
I need help translating extensions.conf to AEL: [default] exten => _X.,1,Set(DID=${EXTEN:6}) exten => _X.,n,Goto(continue,1) exten => _1X.,1,Set(DID=${EXTEN:7}) exten => _1X.,n,Goto(continue,1) exten => continue,1,Noop(${DID}) exten => continue,n,Set(GROUP(IAX)=incoming) exten => continue,n,GotoI

Re: [asterisk-users] IAX2 phones, BRI and Analogue cards

2008-06-13 Thread Mohamed
The site is x100p.com and I have bought the s100fx from them. It works fine for me. My intention was to use as a remote extension. Just be aware it will *NOT*accept domain name ONLY IP addresses. So if your server is a dynamic IP addresses you have use the public IP address and for some folks this

Re: [asterisk-users] PRI crashing Asterisk

2008-06-13 Thread James Finstrom
IAX2 wasjust the example for this output originating channel makes no difference. I can reproduce it zap to zap, sip to zap or iax2 to zap James Finstrom Rhino Equipment Corp. All Rhino products are made in America, 100% Money Back Guarantee, and have a 5 Year warranty. Quality and Toughness built

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Dean Collins
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tzafrir Cohen Sent: Friday, 13 June 2008 1:54 PM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] World Cheapest Predictive Dialer! On Fri, Jun 13, 2008 at 07:55:14AM -0400, Dean Collins wr

Re: [asterisk-users] Odd Polycom Reboot Issue

2008-06-13 Thread Steve Totaro
On Thu, Jun 12, 2008 at 4:32 PM, Tim Nelson <[EMAIL PROTECTED]> wrote: > Hello list- I'm having an extremely odd issue with an installation of mine. > The system is running * 1.2.12.1 and currently handles around 100 handsets. > With the exception of a few Grandstream DTA's, all devices are Polyc

[asterisk-users] Need a SIP trunk provider for US - Dallas/TX

2008-06-13 Thread D. Dante Lorenso
All, I'm in Dallas, TX, US and am looking for inbound-only DID service with 10+ channels on a SIP trunk. Is anyone on this list doing something similar and have any recommendations for a provider? Of course I'll be routing either SIP/IAX to an asterisk server that will be hosted in a Dallas c

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Mark Hamilton
I'm certainly learning a lot from this thread, especially from Steve Totaro. If only this was OT, I'd love to see a big fat discussion go on regarding this. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Totaro Sent: June 13, 2008 9:42 AM To: Asteri

Re: [asterisk-users] Odd Polycom Reboot Issue

2008-06-13 Thread Tomo Takebe
Hi Tim, I'm not sure if this is the cause of your issue but we have found that all the polycoms with software 3.0.0 and below reboots upon receiving a call if there are multiple identical incoming INVITE requests in a sequence. This condition takes place when we use SER 0.9.7 and have multipl

[asterisk-users] ASTERISK MFC R2 EWSD

2008-06-13 Thread Mariano Borgognone
Dear Dini Handayani, I read, you have installed Asterisk with Digium card TE110P , install MFC R2 connect to PSTN (indonesia) using DIG13 MFCR2 siemens EWSD, Germany. asterisk working normaly, outgoing call ok, incoming call ok. This mail Mon, 28 Apr 2008 05:51:17 Count you sent the configurat

Re: [asterisk-users] Securing Asterisk and your network

2008-06-13 Thread Jay R. Ashworth
On Fri, Jun 13, 2008 at 08:43:44PM +0300, Tzafrir Cohen wrote: > > And if they fool your log analysis system, then it's regexes aren't > > written tightly enough. > > Aparantly, getting the regex right is a bit trickier than people think. > > http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-4321 > ht

Re: [asterisk-users] PRI crashing Asterisk

2008-06-13 Thread Steve Totaro
On Fri, Jun 13, 2008 at 12:52 PM, James Finstrom <[EMAIL PROTECTED]> wrote: > I have a user who's system crashes on pri hangup request. Tried 1.4.19.1 and > 1.4.20 as well as the latest libpri no change > > Progress is as follows.. > > > < Supervisory frame: > < SAPI: 00 C/R: 0 EA: 0 > < TEI:

[asterisk-users] OT: Florida Property Taxes [was: World Cheapest Predictive Dialer!]

2008-06-13 Thread Jay R. Ashworth
On Fri, Jun 13, 2008 at 12:38:44PM -0400, Alexander Lopez wrote: > Steve, Insurance is just one of the problems, try paying 12,000 a year > in property taxes for services that cost 1,000 anywhere else in the > country. We talk about DNC, FTC, and others, the real crooks are > already here, and we

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Tzafrir Cohen
On Fri, Jun 13, 2008 at 07:55:14AM -0400, Dean Collins wrote: > Yep it's funny how few people on this list realize that the usa's > borders and laws stop 50 miles off the coast. Another funny thing is how Internet infrastructure in the US is way cheaper than infrastructure in, say, Pakistan. That

Re: [asterisk-users] Securing Asterisk and your network

2008-06-13 Thread Tzafrir Cohen
On Fri, Jun 13, 2008 at 11:51:35AM -0400, Jay R. Ashworth wrote: > On Thu, Jun 12, 2008 at 11:09:43PM +0300, Tzafrir Cohen wrote: > > > Additionally, you should install a brute-force-attack blocker: > > > > > > http://www.la-samhna.de/library/brutessh.html > > > > This is effectively another serv

[asterisk-users] TCP & UDP path not the same

2008-06-13 Thread Rilawich Ango
HI, I got a one way audio when an ip phone dial to another ip phone in the same network. What I find is TCP & UDP run different legs. Below is my configuration. asterisk (192.168.1.10) ipphone-A (192.168.1.111) ipphone-B (192.168.1.101) router (192.168.1.1) external IP (116.48.138.83) When A

Re: [asterisk-users] time on asterisk

2008-06-13 Thread Tzafrir Cohen
On Fri, Jun 13, 2008 at 07:31:45AM -0500, Tilghman Lesher wrote: > The only thing I can think of is that your zoneinfo files are not in the right > place. Does the file /usr/share/zoneinfo/Asia/Singapore exist? Also, does > a symlink exist from that file to /etc/localtime? This can be verified

[asterisk-users] how to make a ip to ip call

2008-06-13 Thread Manolet Gmail
Hi, i want to make a direct ip to ip call (without a sip proxy), what software i can use (windows)? i try with xlite but dont understand how ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSC

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Alexander Lopez
Snip > > wrote: > > If that is the way you NEED to set things up then you are obviously a > > scumbag. (No referances to anyone on this list). If you start off with > > so many layers of shells, you obviously don't care what anyone thinks of > > you or your 'affiliated' companies. > > I am just

[asterisk-users] PRI crashing Asterisk

2008-06-13 Thread James Finstrom
I have a user who's system crashes on pri hangup request. Tried 1.4.19.1 and 1.4.20 as well as the latest libpri no change Progress is as follows.. < Supervisory frame: < SAPI: 00 C/R: 0 EA: 0 < TEI: 000EA: 1 < Zero: 0 S: 0 01: 1 [ RR (receive ready) ] < N(R): 025 P/F: 1 < 0 b

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Mark Hamilton
Hi Dean, Could you please tell me the source of information for your 2nd paragraph? I'd like to read up more. Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dean Collins Sent: June 13, 2008 7:55 AM To: Asterisk Users Mailing List - Non-Commercia

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Alexander Lopez
> > Yup. > > But it'll cost you: at least in Florida, if a corporation owns your > home, you don't get the $25,000 homestead exemption on your property > taxes... > Don't forget that you aren't protected by the 3% limit on property values, doesn't matter much now, but it did when the house acro

Re: [asterisk-users] Asterisk on SLOW solid state disk

2008-06-13 Thread Nicolas Ross
Hi ! We are running our asterisk from a transcend ts8gifd25. The whole system, including the OS fit in this 8 gig disk. If you don't do any recording of calls, you don't need that much of speed. We have 20 or so SIP phones, a PRI trough a quad-port sangoma card, one other port is a "pass-troug

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Jay R. Ashworth
On Fri, Jun 13, 2008 at 11:39:46AM -0400, Steve Totaro wrote: [ Alex: ] > > I'm quite certain this is already obvious and will simply be interpreted > > as a tautological affirmation of the obvious, but such co-mingling of > > personal and business assets -- whether with an evidently fraudalent > >

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Steve Totaro
On Fri, Jun 13, 2008 at 12:00 PM, Jay R. Ashworth <[EMAIL PROTECTED]> wrote: > On Fri, Jun 13, 2008 at 09:42:13AM -0400, Steve Totaro wrote: >> It is similar to forming a corporation that owns your house and >> generates revenue from you paying "rent" (mortgage) payments. It is >> obviously a wash

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Jay R. Ashworth
On Fri, Jun 13, 2008 at 09:42:13AM -0400, Steve Totaro wrote: > It is similar to forming a corporation that owns your house and > generates revenue from you paying "rent" (mortgage) payments. It is > obviously a wash but your house is protected from any claims against > you personally since it is

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Jay R. Ashworth
On Fri, Jun 13, 2008 at 07:55:14AM -0400, Dean Collins wrote: > Yep it's funny how few people on this list realize that the usa's > borders and laws stop 50 miles off the coast. > > It's also surprising how few Americans realize that a company > incorporated internationally (Pakistan in this insta

Re: [asterisk-users] Astricon question: four or five tracks?

2008-06-13 Thread Jay R. Ashworth
On Thu, Jun 12, 2008 at 08:52:27PM -0400, Steve Totaro wrote: > I was very surprised that presentations were not video taped or at the > least recorded at the last Astricon. > > I agree with Matt, choosing between even different topics or tracks > can be difficult let alone similar topics. > > Re

Re: [asterisk-users] Securing Asterisk and your network

2008-06-13 Thread Jay R. Ashworth
On Thu, Jun 12, 2008 at 11:09:43PM +0300, Tzafrir Cohen wrote: > > Additionally, you should install a brute-force-attack blocker: > > > > http://www.la-samhna.de/library/brutessh.html > > This is effectively another service listening. It is also a method for > an attacker to lock you out of the s

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Steve Totaro
On Fri, Jun 13, 2008 at 10:10 AM, Alexander Lopez <[EMAIL PROTECTED]> wrote: > If that is the way you NEED to set things up then you are obviously a > scumbag. (No referances to anyone on this list). If you start off with > so many layers of shells, you obviously don't care what anyone thinks of >

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Steve Totaro
On Fri, Jun 13, 2008 at 10:35 AM, Alex Balashov <[EMAIL PROTECTED]> wrote: > Steve Totaro wrote: > >> It is similar to forming a corporation that owns your house and >> generates revenue from you paying "rent" (mortgage) payments. It is >> obviously a wash but your house is protected from any clai

Re: [asterisk-users] Asterisk on SLOW solid state disk

2008-06-13 Thread Brian McManus
25mb/sec isn't too bad it depends on how busy the system is. You could place most read prompts in to a ramdisk, however, the Linux kernel will cache frequently read files anyways... Brian On Wed, Jun 11, 2008 at 7:23 PM, OCG Technical Support <[EMAIL PROTECTED]> wrote: > I'm looking at buildin

Re: [asterisk-users] time on asterisk

2008-06-13 Thread Nhadie Ramos
Hi Sir, what i did is reinstall (again) but this time using debian 32-bit. and now i get the time correctly. so i'm not sure if it's a prob with ubuntu or asterisk, or asterisk on ubuntu, or asterisk on ubuntu 64-bit. coz i dont know how to figure those out. but anyway debian+asterisk works fin

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Alex Balashov
Steve Totaro wrote: > It is similar to forming a corporation that owns your house and > generates revenue from you paying "rent" (mortgage) payments. It is > obviously a wash but your house is protected from any claims against > you personally since it is owned by a total legally separate corpora

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Alexander Lopez
If that is the way you NEED to set things up then you are obviously a scumbag. (No referances to anyone on this list). If you start off with so many layers of shells, you obviously don't care what anyone thinks of you or your 'affiliated' companies. The laws were made to be pretty simple to follow

Re: [asterisk-users] start n run an agi script on hangup

2008-06-13 Thread Sherwood McGowan
Robor Oghene wrote: > hello All, > > How do I start and run an agi script on channel hang up? > > Rgds, > > > ___ > -- Bandwidth and Colocation Provided by http://www.api-digital.com

Re: [asterisk-users] Any idea how making Asterisk "transparent"?

2008-06-13 Thread Octavio Ruiz
On Fri, Dec 7, 2007 at 6:43 AM, dave cantera <[EMAIL PROTECTED]> wrote: > artifex, > if you want call recording transparently, check out orecX.com they > have a commercial and an open source SIP call recording package... no > zap recording If you are using sangoma hardwarde it's possible to do

Re: [asterisk-users] start n run an agi script on hangup

2008-06-13 Thread Steve Totaro
http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+DeadAGI On Fri, Jun 13, 2008 at 9:29 AM, Robor Oghene <[EMAIL PROTECTED]> wrote: > hello All, > > How do I start and run an agi script on channel hang up? > > Rgds, > > ___ > -- Bandwidth and Colo

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Steve Totaro
That can be avoided by simply distancing yourself through various corporate shell games. That's how the big boys do it. A good corporate lawyer can advise how to do this, but basically you setup a corporation that has no real assets that does business with the overseas company directly. Then you

[asterisk-users] start n run an agi script on hangup

2008-06-13 Thread Robor Oghene
hello All, How do I start and run an agi script on channel hang up? Rgds, ___ -- 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/l

Re: [asterisk-users] asterisk calls per second

2008-06-13 Thread Atis Lezdins
Hi, I already gave a hint into right direction, but seems that it got missed, so basically it would look like this: >> exten=>_3XX,1,Set(GROUP()=${EPOCH}) >> exten=>_3XX,2,Set(GROUPCOUNT=${GROUP_COUNT(${EPOCH})}) >> exten=>_3XX,3,GotoIf($[${GROUPCOUNT} > ${MAX_CALLS}]?120) >> exten=>_3XX,4,Dial(S

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Matt Florell
You are correct, a company that is outside of the USA does not fall under the laws of the USA. I said that myself. I also said that a company that is INSIDE of the USA or has operations INSIDE of the USA is subject to the laws of the USA. This includes companies that are based in the USA that use

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Steve Totaro
Probably a whistle blower, disgruntled employee, or competitor. Thanks, Steve T On Fri, Jun 13, 2008 at 9:08 AM, Matt Florell <[EMAIL PROTECTED]> wrote: > Not sure who complains, but it has happened before. the first case was > in 2006 when Phase One Marketing who was fined by the FTC for > indir

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Matt Florell
Not sure who complains, but it has happened before. the first case was in 2006 when Phase One Marketing who was fined by the FTC for indirectly acquiring the FTC DNC list from another entity. MATT--- On 6/13/08, Steve Totaro <[EMAIL PROTECTED]> wrote: > I suppose if they are properly scrubbing (n

Re: [asterisk-users] asterisk calls per second

2008-06-13 Thread Steve Totaro
If you use .call files the you could write a script to create and mv the .call files in batches of ten every second. Maybe if you explain the purpose, someone might take more time to think about it. Thanks, Steve T On Fri, Jun 13, 2008 at 8:57 AM, Mark Quitoriano <[EMAIL PROTECTED]> wrote: > Hi

Re: [asterisk-users] Really destroying SIP dialog

2008-06-13 Thread Matthew J. Roth
c james wrote: > I am trying to work in the console, figuring why it exits, but about 75% > is always taken up with > Really destroying SIP dialog '' Method: OPTIONS > > Can anyone point me where I can stop this without turning down the > debugging/verbose on the entire console. c ja

Re: [asterisk-users] Invitation to connect on LinkedIn

2008-06-13 Thread Sherwood McGowan
Steven Howes wrote: > Fail. > > > ___ > -- 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 > LOL :

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Dean Collins
>"A large portion of these companies are doing lead-generation for >USA-based companies, and over the years a lot of those USA-based >companies have been shut down for the activities of their lead >suppliers. >MATT---" Source please? I'm calling bullshit. If an incroporated entitiy outside of

Re: [asterisk-users] asterisk calls per second

2008-06-13 Thread Mark Quitoriano
Hi Edgar, Thanks for the reply. This setting is good for 10 simultaneous calls. What i really need is 10 calls being done per second but no limit on simultaneous calls. On Fri, Jun 13, 2008 at 2:43 AM, Edgar Guadamuz <[EMAIL PROTECTED]> wrote: > Well, as I said, you can tell Asterisk to accept u

Re: [asterisk-users] multiple CDRs for one call (multiple dial attempts during one call)

2008-06-13 Thread Atis Lezdins
On Thu, Jun 12, 2008 at 10:51 PM, Sherwood McGowan <[EMAIL PROTECTED]> wrote: > Atis Lezdins wrote: >> On Thu, Jun 12, 2008 at 9:14 PM, Sherwood McGowan >> <[EMAIL PROTECTED]> wrote: >> >>> Atis Lezdins wrote: >>> On Thu, Jun 12, 2008 at 3:36 PM, Rizwan Hisham <[EMAIL PROTECTED]> wrote: >

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Steve Totaro
I suppose if they are properly scrubbing (not the legal definition, but the practical definition of removing people that are on the DNC lists), then who is going to complain? Thanks, Steve T On Fri, Jun 13, 2008 at 8:19 AM, Matt Florell <[EMAIL PROTECTED]> wrote: > Hello, > > I am not suggesting

Re: [asterisk-users] time on asterisk

2008-06-13 Thread Tilghman Lesher
On Friday 13 June 2008 02:35:09 Nhadie Ramos wrote: > Hi, > > I don't know what i'm doing wrong but i already reinstalled the system. > still using ubuntu 64-bit. made sure i had the correct local date time. > > then did all this: > ntpdate pool.ntp.org > tzselect , i chose Asia/SIngapore > /etc/ti

Re: [asterisk-users] Astricon question: four or five tracks?

2008-06-13 Thread c james
John Todd wrote: > Is it too much to have 5 talk tracks at Astricon? Do the extra tracks. With a recording to review at night or online that nullifies the problem of picking. Really, with most presentations having slides all you need is fair video but excellent audio. How quick could this be

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Matt Florell
Hello, I am not suggesting that the USA's laws exist outside of the USA, I can imagine the horrible problems that would cause in the rest of world. I wanted to point out that if you are using this service and doing business in the USA that you could face penalties for not following the law. Accord

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Dean Collins
Yep it's funny how few people on this list realize that the usa's borders and laws stop 50 miles off the coast. It's also surprising how few Americans realize that a company incorporated internationally (Pakistan in this instance) even if owned as a subsidiary of a USA parent doesn't have to follo

Re: [asterisk-users] Using Asterisk Only as Voice RecordingSolution.

2008-06-13 Thread Syed Nasruddin
Thanks Steve, Sure, although I would have loved to see a pre-config dialplan:. Thanks for the tip. I think it will help me through. Best Regards Syed Nasruddin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Totaro Sent: Friday, June 13

Re: [asterisk-users] Behind NAT: source is fring software (SIP)

2008-06-13 Thread bilal ghayyad
Dear Randy; I am in Kuwait. >From where I can buy it? Regards Bilal --- On Fri, 6/13/08, randulo <[EMAIL PROTECTED]> wrote: > From: randulo <[EMAIL PROTECTED]> > Subject: Re: [asterisk-users] Behind NAT: source is fring software (SIP) > To: [EMAIL PROTECTED], "Asterisk Users Mailing List - No

Re: [asterisk-users] Behind NAT: source is fring software (SIP)

2008-06-13 Thread randulo
Bilal, where are you? I bought an Allnet from an importer here in France. Otherwise, Germany or the UK will have them. Somewhere around 100 eu. randy ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list

Re: [asterisk-users] Using Asterisk Only as Voice RecordingSolution.

2008-06-13 Thread Steve Totaro
Step five: Profit ;-) I am not going to write your dialplan for you but here is a clue. http://www.voip-info.org/wiki/view/Asterisk+legacy+integration Of those various setups, you can extract what you need. Thanks, Steve T On Fri, Jun 13, 2008 at 8:05 AM, Syed Nasruddin <[EMAIL PROTECTED]> wrot

Re: [asterisk-users] Using Asterisk Only as Voice RecordingSolution.

2008-06-13 Thread Syed Nasruddin
Dear PaulH, I have 5 PSTN Lines going into my legacy PBX. There is an active IVR present on legacy PBX which the client wants to keep. So what I have to do is: 1. Install 10 Port i.e 5-FXO/5-FXS card on asterisk machine. 2. Insert All those PSTN directly to my 5-Port FXO. 3. Take out 5-FXS Port l

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Steve Totaro
My guess is that they are outside of the FTC's jurisdiction. Thanks, Steve T On Fri, Jun 13, 2008 at 6:15 AM, Matt Florell <[EMAIL PROTECTED]> wrote: > Hello, > > This looks an awful lot like an advertisement for a commercial > product, which is only allowed on the biz list. Which you already

Re: [asterisk-users] Asterisk and XMPP (Jabber) : testing new application JabberReceive

2008-06-13 Thread Philippe Sultan
Hi Julian, > How difficult would it be to have a JabberReceive Event *initiate* a > channel ? I think that could be done. And you could also place Originate commands over AMI, as you mentioned it. You might be interested in BJ's work, as it covers that topic : http://www.asterisk.org/node/48440

[asterisk-users] Behind NAT: source is fring software (SIP)

2008-06-13 Thread bilal ghayyad
Hi All; My Asterisk is behind NAT with IP Address 192.168.0.2. I configued on my iPlanet router and port forwarding for 5060 (UDP) to be forwarded for 192.168.0.2 and I was able to let the fring softphone (SIP) to register on the asterisk. But when caller initiate call, the caller hear the des

Re: [asterisk-users] World Cheapest Predictive Dialer!

2008-06-13 Thread Matt Florell
Hello, This looks an awful lot like an advertisement for a commercial product, which is only allowed on the biz list. Which you already posted this message to this week. I'm kind of confused. How do you get cheaper than free? Are you paying people to use your dialer? One other thing, it is illeg

Re: [asterisk-users] IAX2 phones, BRI and Analogue cards

2008-06-13 Thread Ron Arts
bilal ghayyad schreef: > Dear Jared; > > Any web in english? > translate.google.com? Ron > From where I can buy it? > > Regards > Bilal > -- > On Thu, 2008-06-12 at 01:23 -0700, bilal ghayyad wrote: >> Where did u find a good IAX IP Phone? > > I've had good success with m

Re: [asterisk-users] Asterisk on SLOW solid state disk

2008-06-13 Thread Gordon Henderson
On Wed, 11 Jun 2008, OCG Technical Support wrote: > I'm looking at building up a standard asterisk system fanless/no moving > parts. I found a cheap solid state disk (Transcend TS32GSSD25S-M), but it > is SLOW...25mb/sec read 8mb/sec write. M bits/sec or bytes/sec? If bytes, then that's a fast

Re: [asterisk-users] IAX2 phones, BRI and Analogue cards

2008-06-13 Thread bilal ghayyad
Dear Jared; Any web in english? >From where I can buy it? Regards Bilal -- On Thu, 2008-06-12 at 01:23 -0700, bilal ghayyad wrote: > Where did u find a good IAX IP Phone? I've had good success with my Allnet IP-7960 phones. They have the ability in the firmware to either do

Re: [asterisk-users] time on asterisk

2008-06-13 Thread Nhadie Ramos
Hi, I don't know what i'm doing wrong but i already reinstalled the system. still using ubuntu 64-bit. made sure i had the correct local date time. then did all this: ntpdate pool.ntp.org tzselect , i chose Asia/SIngapore /etc/timezone is Asia/Singapore i added TZ='Asia/Singapore'; export TZ to