VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
paul.degt at gmail.com Guest
|
Posted: Tue Apr 28, 2009 3:05 pm Post subject: [Freeswitch-users] Voice mail: skip announcement |
|
|
Is there a way to skip "the person at extension..." announcement when
forwarding a call to voice mail, so that it starts recording
immediately, or just says something like "start recording..."?
Also, is it possible to turn off voice mail play back feature, meaning
when somebody tries to leave a voice mail one needs to press a button
to end message and then VM suddenly plays it back?
I see there's sounds.xml but not sure it help me to do what I need , is
there any write up on how to customize it?
Would appreciate some directions.
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Tue Apr 28, 2009 3:16 pm Post subject: [Freeswitch-users] Voice mail: skip announcement |
|
|
This macro:
<macro name="voicemail_play_greeting">
<input pattern="^(.*)$">
<match>
<action function="play-file" data="voicemail/vm-person.wav"/>
<action function="say" data="$1" method="pronounced" type="name_spelled"/>
<action function="play-file" data="voicemail/vm-not_available.wav"/>
</match>
</input>
</macro>
in conf/lang/en/vm/sounds.xml
This is what you would modify to do that.
On Apr 28, 2009, at 3:00 PM, paul.degt wrote:
Quote: | Is there a way to skip "the person at extension..." announcement when
forwarding a call to voice mail, so that it starts recording
immediately, or just says something like "start recording..."?
Also, is it possible to turn off voice mail play back feature, meaning
when somebody tries to leave a voice mail one needs to press a button
to end message and then VM suddenly plays it back?
I see there's sounds.xml but not sure it help me to do what I need , is
there any write up on how to customize it?
Would appreciate some directions. |
Brian West
brian@freeswitch.org (brian@freeswitch.org)
-- Meet us at ClueCon! http://www.cluecon.com |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Tue Apr 28, 2009 4:01 pm Post subject: [Freeswitch-users] Voice mail: skip announcement |
|
|
You could just record a greeting and copy a file thats 1ms long over the top of it.
/b
On Apr 28, 2009, at 3:46 PM, paul.degt wrote:
Quote: | But is there a way to keep original macro as well and trigger them on
demand from a dial plan?
|
Brian West
brian@freeswitch.org (brian@freeswitch.org)
-- Meet us at ClueCon! http://www.cluecon.com |
|
Back to top |
|
|
paul.degt at gmail.com Guest
|
Posted: Tue Apr 28, 2009 4:09 pm Post subject: [Freeswitch-users] Voice mail: skip announcement |
|
|
But is there a way to keep original macro as well and trigger them on
demand from a dial plan?
Brian West wrote:
Quote: | This macro:
<macro name="voicemail_play_greeting">
<input pattern="^(.*)$">
<match>
<action function="play-file" data="voicemail/vm-person.wav"/>
<action function="say" data="$1" method="pronounced"
type="name_spelled"/>
<action function="play-file"
data="voicemail/vm-not_available.wav"/>
</match>
</input>
</macro>
in conf/lang/en/vm/sounds.xml
This is what you would modify to do that.
On Apr 28, 2009, at 3:00 PM, paul.degt wrote:
Quote: | Is there a way to skip "the person at extension..." announcement when
forwarding a call to voice mail, so that it starts recording
immediately, or just says something like "start recording..."?
Also, is it possible to turn off voice mail play back feature, meaning
when somebody tries to leave a voice mail one needs to press a button
to end message and then VM suddenly plays it back?
I see there's sounds.xml but not sure it help me to do what I need , is
there any write up on how to customize it?
Would appreciate some directions.
|
Brian West
brian@freeswitch.org <mailto:brian@freeswitch.org>
-- Meet us at ClueCon! http://www.cluecon.com <http://www.cluecon.com/>
------------------------------------------------------------------------
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|