Re: [asterisk-users] Asterisk Manager to Record Greetings

2007-08-14 Thread Thomas Kenyon
Anselm Martin Hoffmeister wrote: I did something similar using multiple records in a row. Something like exten = 931,1,Answer() exten = 931,2,Wait(2) exten = 931,3,Set(E=1000) exten = 931,4,Playback(beep) exten = 931,5,Set(E=$[${E} + 1]) exten =

Re: [asterisk-users] Asterisk Manager to Record Greetings

2007-08-13 Thread Peder @ NetworkOblivion
FYI to anybody who cares, here is what I did: 1. Create web page where you enter a file name and a number to call 2. Insert the file name into the *DB via Asterisk Manager 3. Through Asterisk Manager create a call file from a recording extension to the phone number entered in #1 4. The

Re: [asterisk-users] Asterisk Manager to Record Greetings

2007-08-12 Thread Anselm Martin Hoffmeister
Am Freitag, den 10.08.2007, 11:26 -0500 schrieb Peder @ NetworkOblivion: That's great, now say you have 5 or 6 AA's and each one has 10 different parts that you want to record (thank you for calling... for Steve press 1 for dave press 2). Rather than having to record a long message, I

Re: [asterisk-users] Asterisk Manager to Record Greetings

2007-08-12 Thread Doug Lytle
Peder @ NetworkOblivion wrote: That's great, now say you have 5 or 6 AA's and each one has 10 different parts that you want to record (thank you for calling... for Steve press This is what I do. I found it some place on the wiki, it lets you record many prompts. exten =

Re: [asterisk-users] Asterisk Manager to Record Greetings

2007-08-10 Thread Gordon Henderson
On Fri, 10 Aug 2007, Peder @ NetworkOblivion wrote: I am trying to use Asterisk Manager via php to record auto attendant greetings and I just can't figure out how to do it. I've got the php page working and I can click to call between two phones. However if I click to call just a single

Re: [asterisk-users] Asterisk Manager to Record Greetings

2007-08-10 Thread David Bandel
On 8/10/07, Peder @ NetworkOblivion [EMAIL PROTECTED] wrote: I am trying to use Asterisk Manager via php to record auto attendant greetings and I just can't figure out how to do it. I've got the php page working and I can click to call between two phones. However if I click to call just a

[asterisk-users] Asterisk Manager to Record Greetings

2007-08-10 Thread Peder @ NetworkOblivion
I am trying to use Asterisk Manager via php to record auto attendant greetings and I just can't figure out how to do it. I've got the php page working and I can click to call between two phones. However if I click to call just a single phone and then try to enable monitor, when I pick up the

Re: [asterisk-users] Asterisk Manager to Record Greetings

2007-08-10 Thread Peder @ NetworkOblivion
That's great, now say you have 5 or 6 AA's and each one has 10 different parts that you want to record (thank you for calling... for Steve press 1 for dave press 2). Rather than having to record a long message, I want to break it into pieces so that if dave leaves, we can just record that

Re: [asterisk-users] Asterisk Manager to Record Greetings

2007-08-10 Thread James FitzGibbon
On 8/10/07, Peder @ NetworkOblivion [EMAIL PROTECTED] wrote: That's great, now say you have 5 or 6 AA's and each one has 10 different parts that you want to record (thank you for calling... for Steve press 1 for dave press 2). Rather than having to record a long message, I want to break it

Re: [asterisk-users] Asterisk Manager to Record Greetings

2007-08-10 Thread Anthony Francis
Gordon Henderson wrote: On Fri, 10 Aug 2007, Peder @ NetworkOblivion wrote: I am trying to use Asterisk Manager via php to record auto attendant greetings and I just can't figure out how to do it. I can't help but think you're making life hard for yourself. Why not do it by