[asterisk-users] Hung Lines on GXP2000s?

2009-09-09 Thread J. G.
I'm using Call Files to generate calls for a custom in-house click to dial. Every now and then we get lines or maybe calls on our GXP2000's that we can't hang up. They aren't showing as active channels in Asterisk. They eventually disappear off the line on the phone but I'm not sure what they

Re: [asterisk-users] HUD display?

2009-08-21 Thread J. G.
change is a YMMV fix. -- *From:* asterisk-users-boun...@lists.digium.com [mailto: asterisk-users-boun...@lists.digium.com] *On Behalf Of *J. G. *Sent:* Thursday, August 20, 2009 9:55 AM *To:* Asterisk Users Mailing List - Non-Commercial Discussion *Subject

[asterisk-users] HUD display?

2009-08-20 Thread J. G.
Hey gang, Trying something a little funky with a click to dial app. (Perl AGI) It's working fine but I'd like to change what displays in HUD's screen. Right now it's showing Unknown. I've tried setting various CDR fields but can't seem to change the display. I've tried setting CID and other

[asterisk-users] ForkCDR and setting the account info?

2009-08-06 Thread J. G.
I've been Googling all morning and searching voip-info.org but not quite finding what I'm looking for. I've read that you can modify the billing/account information on a CDR via AGI but I can't find an example or a how to. I'd like to then assign specific accounts in the CDRs. Possible? Thanks,

Re: [asterisk-users] ForkCDR and setting the account info?

2009-08-06 Thread J. G.
: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 J. G. wrote: I've been Googling all morning and searching voip-info.org http://voip-info.org but not quite finding what I'm looking for. I've read that you can modify the billing/account information on a CDR via AGI but I can't find an example

[asterisk-users] Channel Variables in a Call file?

2009-07-21 Thread J. G.
Hey gang, I'm trying to find a) If you can put channel variables into a Call file and b) what the appropriate syntax is. Any ideas? Thanks, PB ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To

Re: [asterisk-users] Channel Variables in a Call file?

2009-07-21 Thread J. G.
, 2009 at 8:03 AM, Doug Lytle supp...@drdos.info wrote: J. G. wrote: Hey gang, I'm trying to find a) If you can put channel variables into a Call file and b) what the appropriate syntax is. Google is your friend: http://www.the-asterisk-book.com/unstable/call-file.html Parameters

Re: [asterisk-users] Channel Variables in a Call file?

2009-07-21 Thread J. G.
, 2009 at 9:39 AM, Miguel Molina mmol...@millenium.com.cowrote: J. G. escribió: Yeah, I accidentally pressed Send too early on my question - I knew I was going to get a google back, was trying to beat the buzzer on a reply! I am using as stated, but when I attempt to retrieve the channel

[asterisk-users] Originate (Executing a System Command)

2009-07-10 Thread J. G.
I know I'm doing something simple and wrong, but I can't quite figure it out: Example (executing system command): Action: Originate Channel: Local/1...@dummy Application: System http://www.voip-info.org/wiki/view/Asterisk+cmd+System Data: /path/to/script I keep getting a Unable to request channel

[asterisk-users] AGI Transfer?

2009-07-02 Thread J. G.
I've been trying to get an AGI transfer to work for several weeks now. It isn't error-ing out, but it isn't working either. I can't use dial in this case due to what I'm trying to accomplish. Does an AGI Transfer actually work? -= Info about application 'Transfer' =- [Synopsis] Transfer

Re: [asterisk-users] Skype for Asterisk. Any return of experience ?

2009-06-29 Thread J. G.
I received a phone call asking for specs, how I'd use, etc, etc and they said they'd be turning my beta account up in another 6 weeks. That was 3 weeks ago. PB On Mon, Jun 29, 2009 at 1:31 AM, randulo spamsucks2...@gmail.com wrote: Though they have written me back twice to say coming soon I

[asterisk-users] AMI Transfer?

2009-06-25 Thread J. G.
Trying to accomplish something that seems simple enough but I've tried everything I can think of but I cannot get an AGI Transfer to work. Seems simple enough $AGI-exec('transfer','SIP/101'); and here's the resultant Debug: AGI Rx EXEC transfer SIP/101 -- AGI Script Executing Application:

Re: [asterisk-users] AMI + AGI for outbound click to dial

2009-05-06 Thread J. G.
Ok - after a lot of playing I'm still a bit stuck. I'd like to accomplish the following - can't get it to work as it should (at least in my head! LOL) I've got an app that initiates an AMI call for Originate. I want to click a number onscreen, send the Originate, then (this is the part I can't

Re: [asterisk-users] AMI + AGI for outbound click to dial

2009-05-06 Thread J. G.
Ping-ponging the call? That's a good idea.. Now, to try to accomplish that in an AGI script. Thanks Jim! PB On Wed, May 6, 2009 at 11:18 AM, Jimmy Godbout s...@inbox.com wrote: Send your call to a different extension that will set the header before calling your phone. -Original

Re: [asterisk-users] AMI + AGI for outbound click to dial

2009-05-06 Thread J. G.
Would this return during the ring or only after the remote party has picked up? On Wed, May 6, 2009 at 12:51 PM, Jimmy Godbout s...@inbox.com wrote: In your AMI portion, you set the outgoing call first, then the extension you want to be reached at: Action: Originate Channel:

[asterisk-users] AMI + AGI for outbound click to dial

2009-05-04 Thread J. G.
Hey Gang, Trying to figure out how I can do the following (have each part working individually but drawing a blank on combining) 1) click on-screen which sends an AMI originate (works fine) 2) the originated call is to an internal extension that looks up the number to be dialed (works) 3) then