Re: [asterisk-users] Callback script anyone

2010-08-12 Thread Danny Nicholas
From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of J. Oquendo Sent: Thursday, August 12, 2010 3:02 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Callback script anyone Danny Nicholas wrote

Re: [asterisk-users] Callback script anyone

2010-08-12 Thread J. Oquendo
Danny Nicholas wrote: >> From: asterisk-users-boun...@lists.digium.com >> > [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of J. Oquendo > >> Subject: [asterisk-users] Callback script anyone >> > > > >> Without diving int

Re: [asterisk-users] Callback script anyone

2010-08-12 Thread Danny Nicholas
>From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of J. Oquendo >Subject: [asterisk-users] Callback script anyone >Without diving into too many details, does anyone have a simple callback script that does the following: >Cal

[asterisk-users] Callback script anyone

2010-08-12 Thread J. Oquendo
Without diving into too many details, does anyone have a simple callback script that does the following: Caller --> Dial Asterisk --> "In order to place this call please enter a callback number to place this call for your pin..." Caller --> Enters DID to call back for pin Asterisk --> stores a nu

Re: SV: [Asterisk-Users] callback script?

2006-02-06 Thread Krystian Filiks
rds, Arne Morten Johansen -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne av Joseph Tanner Sendt: 6. februar 2006 12:33 Til: Asterisk Users Mailing List - Non-Commercial Discussion Emne: Re: [Asterisk-Users] callback script? Sorry for the blank email, here's what I

SV: [Asterisk-Users] callback script?

2006-02-06 Thread Arne Morten Johansen
ECTED] På vegne av Joseph Tanner Sendt: 6. februar 2006 12:33 Til: Asterisk Users Mailing List - Non-Commercial Discussion Emne: Re: [Asterisk-Users] callback script? Sorry for the blank email, here's what I meant to send: I haven't seen that error before, sorry. A quick search using

Re: [Asterisk-Users] callback script?

2006-02-06 Thread Joseph Tanner
gt; Til: Asterisk Users Mailing List - Non-Commercial Discussion > Emne: Re: [Asterisk-Users] callback script? > > This is what I use, more or less: > http://mundy.org/blog/index.php?p=73 , go down to "Incoming Call > Context" (about 1/3 down). I had to modify it a bit,

Re: [Asterisk-Users] callback script?

2006-02-06 Thread Joseph Tanner
tp_read: Unknown RTP codec 96 received > > Is this a DTMF failure of some sort? > > Thanks again. > > -Opprinnelig melding- > Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne av Joseph Tanner > Sendt: 4. februar 2006 11:51 > Til: Asterisk Users Mailing List

SV: [Asterisk-Users] callback script?

2006-02-06 Thread Arne Morten Johansen
again. -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne av Joseph Tanner Sendt: 4. februar 2006 11:51 Til: Asterisk Users Mailing List - Non-Commercial Discussion Emne: Re: [Asterisk-Users] callback script? This is what I use, more or less: http://mundy.org/blog/index.

Re: [Asterisk-Users] callback script?

2006-02-04 Thread Joseph Tanner
This is what I use, more or less: http://mundy.org/blog/index.php?p=73 , go down to "Incoming Call Context" (about 1/3 down). I had to modify it a bit, as I actually need Asterisk to pick up and listen to some DTMF digits before hanging up and calling me back, but it works great for me, and requi

Re: [Asterisk-Users] callback script?

2006-02-03 Thread bbench
On Thursday 02 February 2006 11:40, Arne Morten Johansen wrote: > How do I setup a Callback script? > > This script does what I want to do. But how do I set it up? > > http://www.junghanns.net/en/callback.html > > I see it uses PHP for scriptlanguage. So where do I place it (the .agi)? /var/lib/as

[Asterisk-Users] callback script?

2006-02-02 Thread Arne Morten Johansen
How do I setup a Callback script? This script does what I want to do. But how do I set it up? http://www.junghanns.net/en/callback.html I see it uses PHP for scriptlanguage. So where do I place it (the .agi)? Any tips would be appreciated. Thanks, Arne Morten Johansen. _

Re: [Asterisk-Users] callback script

2005-12-02 Thread Darren Wiebe
You can leave the stuff in callback.agi the way it is. [enhanced-outgoing] exten => _1XX,1,Dial(SIP/000.000.000.000/${EXTEN}) exten => _1XX,2,Dial(IAX2/[EMAIL PROTECTED]/${EXTEN}) exten => _1XX,3,Dial(IAX2/[EMAIL PROTECTED]/${EXTEN}) exten => _1XX,4,Dial(IAX2/[EMAI

[Asterisk-Users] callback script

2005-12-02 Thread wassim darwish
Hi: Once i have seen the post of Darren Wiebe of suggestion of a callback configuration in extensions.conf and it was like this: [callback] exten => _.,1,AGI(callback.agi,LAKEVIEW,1234567890,9998,,meetme,enhanced-outgoing) But i didnt know what to add in meetme and enhanced-outgoing contexts.