Go Back   Wireless and Wifi Forums > News > Newsgroups > uk.telecom.voip
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-26-2007, 01:30 PM
Matt
Guest
 
Posts: n/a
Default "Good Morning / Good afternoon" in Asterisk

Hi,

I'd like to be able to record a "Good Morning", "Good Afternoon" and
"Good Evening" greeting to play to callers on the asterisk pbx?

Is this easy? Has anyone achieved this?

Can someone point to some suitable information?

Many thanks

Matthew


Reply With Quote
  #2 (permalink)  
Old 03-26-2007, 02:21 PM
Desk Rabbit
Guest
 
Posts: n/a
Default Re: "Good Morning / Good afternoon" in Asterisk

Matt wrote:
> Hi,
>
> I'd like to be able to record a "Good Morning", "Good Afternoon" and
> "Good Evening" greeting to play to callers on the asterisk pbx?
>
> Is this easy? Has anyone achieved this?
>
> Can someone point to some suitable information?
>
> Many thanks
>
> Matthew
>

Hmm.. lets try Google with the search recording sounds for asterisk

Oh look! First hit! http://www.voip-info.org/wiki/view/Asterisk+sound+files

Reply With Quote
  #3 (permalink)  
Old 03-26-2007, 02:27 PM
Gordon Henderson
Guest
 
Posts: n/a
Default Re: "Good Morning / Good afternoon" in Asterisk

In article <JpidnevNj4DjVZrbnZ2dneKdnZzinZ2d@pipex.net>,
Desk Rabbit <nospam@example.com> wrote:
>Matt wrote:
>> Hi,
>>
>> I'd like to be able to record a "Good Morning", "Good Afternoon" and
>> "Good Evening" greeting to play to callers on the asterisk pbx?
>>
>> Is this easy? Has anyone achieved this?
>>
>> Can someone point to some suitable information?
>>
>> Many thanks
>>
>> Matthew
>>

>Hmm.. lets try Google with the search recording sounds for asterisk
>
>Oh look! First hit! http://www.voip-info.org/wiki/view/Asterisk+sound+files


I'm suspecting the OP actually wanted to playback those files based on
the time of day rather than the mechanics of recording them... If this
is the case, lookup the GotoIfTime application:

dsx*CLI> show application GotoIfTime
-= Info about application 'GotoIfTime' =-

[Synopsis]
Conditional Goto based on the current time

[Description]
GotoIfTime(<times>|<weekdays>|<mdays>|<months>?[[context|]exten|]priority):
This application will set the context, extension, and priority in
the channel structure if the current time matches the given time
specification. Otherwise, nothing is done. Further information on
the time specification can be found in examples illustrating how to do
time-based context includes in the dialplan. If the target jump location
is bogus, Asterisk will respond as outlined in Goto.

See also page 105 of the Asterisk - The Future of Telephony book. (Free
to download now, just google for it)


Gordon

Reply With Quote
  #4 (permalink)  
Old 03-26-2007, 02:47 PM
Matt
Guest
 
Posts: n/a
Default Re: "Good Morning / Good afternoon" in Asterisk

On Mar 26, 2:27 pm, gor...@drogon.net (Gordon Henderson) wrote:
> In article <JpidnevNj4DjVZrbnZ2dneKdnZzin...@pipex.net>,
> Desk Rabbit <nos...@example.com> wrote:
>
>
>
> >Matt wrote:
> >> Hi,

>
> >> I'd like to be able to record a "Good Morning", "Good Afternoon" and
> >> "Good Evening" greeting to play to callers on the asterisk pbx?

>
> >> Is this easy? Has anyone achieved this?

>
> >> Can someone point to some suitable information?

>
> >> Many thanks

>
> >> Matthew

>
> >Hmm.. lets try Google with the search recording sounds for asterisk

>
> >Oh look! First hit!http://www.voip-info.org/wiki/view/Asterisk+sound+files

>
> I'm suspecting the OP actually wanted to playback those files based on
> the time of day rather than the mechanics of recording them... If this
> is the case, lookup the GotoIfTime application:
>
> dsx*CLI> show application GotoIfTime
> -= Info about application 'GotoIfTime' =-
>
> [Synopsis]
> Conditional Goto based on the current time
>
> [Description]
> GotoIfTime(<times>|<weekdays>|<mdays>|<months>?[[context|]exten|]priority):
> This application will set the context, extension, and priority in
> the channel structure if the current time matches the given time
> specification. Otherwise, nothing is done. Further information on
> the time specification can be found in examples illustrating how to do
> time-based context includes in the dialplan. If the target jump location
> is bogus, Asterisk will respond as outlined in Goto.
>
> See also page 105 of the Asterisk - The Future of Telephony book. (Free
> to download now, just google for it)
>
> Gordon


Thanks Gordon, you got it right!

I'll go and find the book now....

Many thanks


Matthew


Reply With Quote
  #5 (permalink)  
Old 03-26-2007, 02:49 PM
Matt
Guest
 
Posts: n/a
Default Re: "Good Morning / Good afternoon" in Asterisk

On Mar 26, 2:47 pm, "Matt" <matthew.humphr...@gmail.com> wrote:
> On Mar 26, 2:27 pm, gor...@drogon.net (Gordon Henderson) wrote:
>
>
>
> > In article <JpidnevNj4DjVZrbnZ2dneKdnZzin...@pipex.net>,
> > Desk Rabbit <nos...@example.com> wrote:

>
> > >Matt wrote:
> > >> Hi,

>
> > >> I'd like to be able to record a "Good Morning", "Good Afternoon" and
> > >> "Good Evening" greeting to play to callers on the asterisk pbx?

>
> > >> Is this easy? Has anyone achieved this?

>
> > >> Can someone point to some suitable information?

>
> > >> Many thanks

>
> > >> Matthew

>
> > >Hmm.. lets try Google with the search recording sounds for asterisk

>
> > >Oh look! First hit!http://www.voip-info.org/wiki/view/Asterisk+sound+files

>
> > I'm suspecting the OP actually wanted to playback those files based on
> > the time of day rather than the mechanics of recording them... If this
> > is the case, lookup the GotoIfTime application:

>
> > dsx*CLI> show application GotoIfTime
> > -= Info about application 'GotoIfTime' =-

>
> > [Synopsis]
> > Conditional Goto based on the current time

>
> > [Description]
> > GotoIfTime(<times>|<weekdays>|<mdays>|<months>?[[context|]exten|]priority):
> > This application will set the context, extension, and priority in
> > the channel structure if the current time matches the given time
> > specification. Otherwise, nothing is done. Further information on
> > the time specification can be found in examples illustrating how to do
> > time-based context includes in the dialplan. If the target jump location
> > is bogus, Asterisk will respond as outlined in Goto.

>
> > See also page 105 of the Asterisk - The Future of Telephony book. (Free
> > to download now, just google for it)

>
> > Gordon

>
> Thanks Gordon, you got it right!
>
> I'll go and find the book now....
>
> Many thanks
>
> Matthew


Replying to my own message...

Is there an easy way to implement this with freepbx or trixbox?

Thanks again,


Matthew


Reply With Quote
  #6 (permalink)  
Old 03-26-2007, 03:44 PM
Gordon Henderson
Guest
 
Posts: n/a
Default Re: "Good Morning / Good afternoon" in Asterisk

In article <1174916979.952034.109660@y80g2000hsf.googlegroups .com>,
Matt <matthew.humphreys@gmail.com> wrote:
>>
>> Thanks Gordon, you got it right!
>>
>> I'll go and find the book now....
>>
>> Many thanks
>>
>> Matthew

>
>Replying to my own message...
>
>Is there an easy way to implement this with freepbx or trixbox?


I don't use either, but I'm led to belive that FreePBX takes over all
the config files - I don't know if it has any mechamisms to let you
add your own custom stuff to it - best to ask on one of the trixbox or
freepbx forums..

Gordon

Reply With Quote
  #7 (permalink)  
Old 03-26-2007, 03:56 PM
Paul Hayes
Guest
 
Posts: n/a
Default Re: "Good Morning / Good afternoon" in Asterisk

Gordon Henderson wrote:
> In article <1174916979.952034.109660@y80g2000hsf.googlegroups .com>,
> Matt <matthew.humphreys@gmail.com> wrote:
>>> Thanks Gordon, you got it right!
>>>
>>> I'll go and find the book now....
>>>
>>> Many thanks
>>>
>>> Matthew

>> Replying to my own message...
>>
>> Is there an easy way to implement this with freepbx or trixbox?

>
> I don't use either, but I'm led to belive that FreePBX takes over all
> the config files - I don't know if it has any mechamisms to let you
> add your own custom stuff to it - best to ask on one of the trixbox or
> freepbx forums..
>
> Gordon


freePBX/trixbox will allow you to create custom settings files. Where
the normal Asterisk config files are called things like extensions.conf
and sip.conf, FreePBX/Trixbox allows the use of files called (for
example) extensions_custom.conf and sip_custom.conf. These can be
edited without being overwritten by FreePBX.

The non-custom config files are overwritten every time you click the red
bar in freepbx.

cheers,
Paul.

Reply With Quote
  #8 (permalink)  
Old 03-26-2007, 04:04 PM
Desk Rabbit
Guest
 
Posts: n/a
Default Re: "Good Morning / Good afternoon" in Asterisk

Gordon Henderson wrote:
> In article <JpidnevNj4DjVZrbnZ2dneKdnZzinZ2d@pipex.net>,
> Desk Rabbit <nospam@example.com> wrote:
>> Matt wrote:
>>> Hi,
>>>
>>> I'd like to be able to record a "Good Morning", "Good Afternoon" and
>>> "Good Evening" greeting to play to callers on the asterisk pbx?
>>>
>>> Is this easy? Has anyone achieved this?
>>>
>>> Can someone point to some suitable information?
>>>
>>> Many thanks
>>>
>>> Matthew
>>>

>> Hmm.. lets try Google with the search recording sounds for asterisk
>>
>> Oh look! First hit! http://www.voip-info.org/wiki/view/Asterisk+sound+files

>
> I'm suspecting the OP actually wanted to playback those files based on
> the time of day rather than the mechanics of recording them...


So why did he write "I'd like to be able to record a "Good Morning",
"Good Afternoon" and "Good Evening" greeting" instead of "I want to
playback recordings at specific times of the day like "Good
Morning"???????????????????????????

FFS!

Reply With Quote
  #9 (permalink)  
Old 03-26-2007, 04:08 PM
Matt
Guest
 
Posts: n/a
Default Re: "Good Morning / Good afternoon" in Asterisk

On Mar 26, 4:04 pm, Desk Rabbit <nos...@example.com> wrote:
> Gordon Henderson wrote:
> > In article <JpidnevNj4DjVZrbnZ2dneKdnZzin...@pipex.net>,
> > Desk Rabbit <nos...@example.com> wrote:
> >> Matt wrote:
> >>> Hi,

>
> >>> I'd like to be able to record a "Good Morning", "Good Afternoon" and
> >>> "Good Evening" greeting to play to callers on the asterisk pbx?

>
> >>> Is this easy? Has anyone achieved this?

>
> >>> Can someone point to some suitable information?

>
> >>> Many thanks

>
> >>> Matthew

>
> >> Hmm.. lets try Google with the search recording sounds for asterisk

>
> >> Oh look! First hit!http://www.voip-info.org/wiki/view/Asterisk+sound+files

>
> > I'm suspecting the OP actually wanted to playback those files based on
> > the time of day rather than the mechanics of recording them...

>
> So why did he write "I'd like to be able to record a "Good Morning",
> "Good Afternoon" and "Good Evening" greeting" instead of "I want to
> playback recordings at specific times of the day like "Good
> Morning"???????????????????????????
>
> FFS!


One of those instances where it sounded ok when I read it back, but to
others it meant something else.


Reply With Quote
  #10 (permalink)  
Old 03-26-2007, 04:09 PM
Desk Rabbit
Guest
 
Posts: n/a
Default Re: "Good Morning / Good afternoon" in Asterisk

Matt wrote:
> On Mar 26, 2:47 pm, "Matt" <matthew.humphr...@gmail.com> wrote:
>> On Mar 26, 2:27 pm, gor...@drogon.net (Gordon Henderson) wrote:
>>
>>
>>
>>> In article <JpidnevNj4DjVZrbnZ2dneKdnZzin...@pipex.net>,
>>> Desk Rabbit <nos...@example.com> wrote:
>>>> Matt wrote:
>>>>> Hi,
>>>>> I'd like to be able to record a "Good Morning", "Good Afternoon" and
>>>>> "Good Evening" greeting to play to callers on the asterisk pbx?
>>>>> Is this easy? Has anyone achieved this?
>>>>> Can someone point to some suitable information?
>>>>> Many thanks
>>>>> Matthew
>>>> Hmm.. lets try Google with the search recording sounds for asterisk
>>>> Oh look! First hit!http://www.voip-info.org/wiki/view/Asterisk+sound+files
>>> I'm suspecting the OP actually wanted to playback those files based on
>>> the time of day rather than the mechanics of recording them... If this
>>> is the case, lookup the GotoIfTime application:
>>> dsx*CLI> show application GotoIfTime
>>> -= Info about application 'GotoIfTime' =-
>>> [Synopsis]
>>> Conditional Goto based on the current time
>>> [Description]
>>> GotoIfTime(<times>|<weekdays>|<mdays>|<months>?[[context|]exten|]priority):
>>> This application will set the context, extension, and priority in
>>> the channel structure if the current time matches the given time
>>> specification. Otherwise, nothing is done. Further information on
>>> the time specification can be found in examples illustrating how to do
>>> time-based context includes in the dialplan. If the target jump location
>>> is bogus, Asterisk will respond as outlined in Goto.
>>> See also page 105 of the Asterisk - The Future of Telephony book. (Free
>>> to download now, just google for it)
>>> Gordon

>> Thanks Gordon, you got it right!
>>
>> I'll go and find the book now....
>>
>> Many thanks
>>
>> Matthew

>
> Replying to my own message...
>
> Is there an easy way to implement this with freepbx or trixbox?


Assuming you are asking this question and not something completely
different.....;-)

In FreePBX you need to look at Time Conditions & Announcments.

You will need to daisy chain the Time Conditions to achieve what you
want. i.e 1 for AM with a failover to PM if it doesn't match.

IMHO the Time Conditions in Asterisk and Freepbx are a nightmare and
best avoided if it can be helped.


Reply With Quote
  #11 (permalink)  
Old 03-26-2007, 04:10 PM
Matt
Guest
 
Posts: n/a
Default Re: "Good Morning / Good afternoon" in Asterisk

On Mar 26, 4:09 pm, Desk Rabbit <nos...@example.com> wrote:
> Matt wrote:
> > On Mar 26, 2:47 pm, "Matt" <matthew.humphr...@gmail.com> wrote:
> >> On Mar 26, 2:27 pm, gor...@drogon.net (Gordon Henderson) wrote:

>
> >>> In article <JpidnevNj4DjVZrbnZ2dneKdnZzin...@pipex.net>,
> >>> Desk Rabbit <nos...@example.com> wrote:
> >>>> Matt wrote:
> >>>>> Hi,
> >>>>> I'd like to be able to record a "Good Morning", "Good Afternoon" and
> >>>>> "Good Evening" greeting to play to callers on the asterisk pbx?
> >>>>> Is this easy? Has anyone achieved this?
> >>>>> Can someone point to some suitable information?
> >>>>> Many thanks
> >>>>> Matthew
> >>>> Hmm.. lets try Google with the search recording sounds for asterisk
> >>>> Oh look! First hit!http://www.voip-info.org/wiki/view/Asterisk+sound+files
> >>> I'm suspecting the OP actually wanted to playback those files based on
> >>> the time of day rather than the mechanics of recording them... If this
> >>> is the case, lookup the GotoIfTime application:
> >>> dsx*CLI> show application GotoIfTime
> >>> -= Info about application 'GotoIfTime' =-
> >>> [Synopsis]
> >>> Conditional Goto based on the current time
> >>> [Description]
> >>> GotoIfTime(<times>|<weekdays>|<mdays>|<months>?[[context|]exten|]priority):
> >>> This application will set the context, extension, and priority in
> >>> the channel structure if the current time matches the given time
> >>> specification. Otherwise, nothing is done. Further information on
> >>> the time specification can be found in examples illustrating how to do
> >>> time-based context includes in the dialplan. If the target jump location
> >>> is bogus, Asterisk will respond as outlined in Goto.
> >>> See also page 105 of the Asterisk - The Future of Telephony book. (Free
> >>> to download now, just google for it)
> >>> Gordon
> >> Thanks Gordon, you got it right!

>
> >> I'll go and find the book now....

>
> >> Many thanks

>
> >> Matthew

>
> > Replying to my own message...

>
> > Is there an easy way to implement this with freepbx or trixbox?

>
> Assuming you are asking this question and not something completely
> different.....;-)
>
> In FreePBX you need to look at Time Conditions & Announcments.
>
> You will need to daisy chain the Time Conditions to achieve what you
> want. i.e 1 for AM with a failover to PM if it doesn't match.
>
> IMHO the Time Conditions in Asterisk and Freepbx are a nightmare and
> best avoided if it can be helped.


Cheers - I'll go and have a look at those settings.


Reply With Quote
  #12 (permalink)  
Old 03-26-2007, 05:27 PM
alexd
Guest
 
Posts: n/a
Default Re: "Good Morning / Good afternoon" in Asterisk

Matt wrote:

> Hi,
>
> I'd like to be able to record a "Good Morning", "Good Afternoon" and
> "Good Evening" greeting to play to callers on the asterisk pbx?


In FreePBX, go to System > System Recordings to record a custom message.
You'll then be able to use these in IVRs where it says "Announcement", for
example.

--
<http://ale.cx/> (AIM:troffasky) (UnSoEsNpEaTm@ale.cx)
17:23:23 up 31 days, 20:36, 2 users, load average: 0.94, 0.47, 0.38
This is my BOOOOOOOOOOOOOOOOOOOOOMSTICK


Reply With Quote
  #13 (permalink)  
Old 03-29-2007, 11:08 PM
DesG
Guest
 
Posts: n/a
Default Re: "Good Morning / Good afternoon" in Asterisk

> I'm suspecting the OP actually wanted to playback those files based on
> the time of day rather than the mechanics of recording them... If this
> is the case, lookup the GotoIfTime application:
>
> dsx*CLI> show application GotoIfTime
> -= Info about application 'GotoIfTime' =-


I think the gotoiftime function uses UTC time, so it can be a bit
tricky getting a changeover like morning/afternoon right depending on
if we are in summer time or winter time etc.

I havn't investigated it fully yet, but I think that is the current
situation.

Cheers, Des.


Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Asterisk and voicemail permission problem Tinus uk.telecom.voip 0 08-25-2006 03:47 PM


All times are GMT. The time now is 07:52 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45