Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] issue with speech in IVR

Goto page Previous  1, 2
 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
mitul at enterux.in
Guest





PostPosted: Fri Nov 29, 2013 9:26 am    Post subject: [asterisk-users] issue with speech in IVR Reply with quote

Sounds cool, I suspected the echo cancel situation, these are usually issue even for FAX communication on dahdi. 

Mitul

On Friday, November 29, 2013, Salaheddine Elharit wrote:
Quote:
hello 


i add the following in chan_dahdi and the issue has been solved  thanks a lot for your help and support now ican stop the speech and go to my context 


i really appreciate your help and support


immediate = yes
echocancel = no
dtmfmode = auto

---------- Forwarded message ----------
From: Salaheddine Elharit <[url=javascript:_e({}, 'cvml', 'salah.elharit200@gmail.com');]salah.elharit200@gmail.com[/url]>
Date: 2013/11/29
Subject: Re: [asterisk-users] issue with speech in IVR
To: Asterisk Users Mailing List - Non-Commercial Discussion <[url=javascript:_e({}, 'cvml', 'asterisk-users@lists.digium.com');]asterisk-users@lists.digium.com[/url]>


hello 

i add the following in chan_dahdi and the issue has been solved  thanks a lot for your help and support now ican stop the speech and go to my context 


i really appreciate your help and support




2013/11/29 Mitul Limbani <[url=javascript:_e({}, 'cvml', 'mitul@enterux.in');]mitul@enterux.in[/url]>
Quote:

Try following in chan_dahdi
immediate = yes
echocancel = no
dtmfmode = auto
Mitul On Nov 29, 2013 1:42 PM, <[url=javascript:_e({}, 'cvml', 'isrlgb@gmail.com');]isrlgb@gmail.com[/url]> wrote:
Quote:
Are you using a mp3 file?
I have noticed that using control playback with a mp3 file I cannot use the keypad to control the playback

-----Original Message-----
From: Salaheddine Elharit <[url=javascript:_e({}, 'cvml', 'salah.elharit200@gmail.com');]salah.elharit200@gmail.com[/url]>
Sender: asterisk-users-bounces@lists.digium.comDate: Fri, 29 Nov 2013 08:05:16
To: Asterisk Users Mailing List - Non-Commercial Discussion<[url=javascript:_e({}, 'cvml', 'asterisk-users@lists.digium.com');]asterisk-users@lists.digium.com[/url]>
Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion
 <[url=javascript:_e({}, 'cvml', 'asterisk-users@lists.digium.com');]asterisk-users@lists.digium.com[/url]>
Subject: Re: [asterisk-users] issue with speech in IVR

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users












--
Regards,
Mitul Limbani,
Chief Architech & Founder,
Enterux Solutions Pvt. Ltd.
110 Reena Complex, Opp. Nathani Steel,
Vidyavihar (W), Mumbai - 400 086. India
http://www.enterux.com/
http://www.entvoice.com/
email: mitul@enterux.in (mitul@enterux.in)
DID: +91-22-71967196
Cell: +91-9820332422
Back to top
salah.elharit200 at gm...
Guest





PostPosted: Thu Dec 05, 2013 5:50 am    Post subject: [asterisk-users] issue with speech in IVR Reply with quote

hello list 


i have  one question related to the IVR below 


exten => 600,1,Ringing()
exten => 600,n,Wait(2)
exten => 600,n,Goto(home,s,1)


how can i ask the customer to enter a password before to go to (home,s,1)


and where i must to store a password for example password 1234 


if the customer enter 1234 he can Goto(home,s,1) and if the password is wrong i playback an error message 


exten => 600,1,Ringing()
exten => 600,n,Wait(2)
the customer must enter 1234 if yes go to (home,s,1) if no go to error 
exten => 600,n,Goto(home,s,1)
 
[error]


exten => s,1,SetGlobalVar(sounds_path=/var/lib/asterisk/sounds/)
exten => s,n,Background(${sounds_path}error




any example would be appreciated



2013/11/29 Mitul Limbani <mitul@enterux.in (mitul@enterux.in)>
Quote:
Sounds cool, I suspected the echo cancel situation, these are usually issue even for FAX communication on dahdi. 

Mitul

On Friday, November 29, 2013, Salaheddine Elharit wrote:
Quote:
hello 


i add the following in chan_dahdi and the issue has been solved  thanks a lot for your help and support now ican stop the speech and go to my context 


i really appreciate your help and support


immediate = yes
echocancel = no
dtmfmode = auto

---------- Forwarded message ----------
From: Salaheddine Elharit <salah.elharit200@gmail.com>
Date: 2013/11/29
Subject: Re: [asterisk-users] issue with speech in IVR
To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com>


hello 

i add the following in chan_dahdi and the issue has been solved  thanks a lot for your help and support now ican stop the speech and go to my context 


i really appreciate your help and support




2013/11/29 Mitul Limbani <mitul@enterux.in>
Quote:

Try following in chan_dahdi
immediate = yes
echocancel = no
dtmfmode = auto
Mitul On Nov 29, 2013 1:42 PM, <isrlgb@gmail.com> wrote:
Quote:
Are you using a mp3 file?
I have noticed that using control playback with a mp3 file I cannot use the keypad to control the playback

-----Original Message-----
From: Salaheddine Elharit <salah.elharit200@gmail.com>
Sender: asterisk-users-bounces@lists.digium.comDate: Fri, 29 Nov 2013 08:05:16
To: Asterisk Users Mailing List - Non-Commercial Discussion<asterisk-users@lists.digium.com>
Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion
 <asterisk-users@lists.digium.com>
Subject: Re: [asterisk-users] issue with speech in IVR

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users














--
Regards,
Mitul Limbani,
Chief Architech & Founder,
Enterux Solutions Pvt. Ltd.
110 Reena Complex, Opp. Nathani Steel,
Vidyavihar (W), Mumbai - 400 086. India
http://www.enterux.com/
http://www.entvoice.com/
email: mitul@enterux.in (mitul@enterux.in)
DID: +91-22-71967196
Cell: +91-9820332422




--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
asterisk at voipbusine...
Guest





PostPosted: Thu Dec 05, 2013 11:29 am    Post subject: [asterisk-users] issue with speech in IVR Reply with quote

What you want to use is Asterisk’s dialplan “Read” command. Check it out here. http://www.voip-info.org/wiki/view/Asterisk+cmd+Read
Regards;
John


From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Salaheddine Elharit
Sent: Thursday, December 05, 2013 5:50 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] issue with speech in IVR


hello list



i have one question related to the IVR below



exten => 600,1,Ringing()

exten => 600,n,Wait(2)

exten => 600,n,Goto(home,s,1)



how can i ask the customer to enter a password before to go to (home,s,1)



and where i must to store a password for example password 1234



if the customer enter 1234 he can Goto(home,s,1) and if the password is wrong i playback an error message



exten => 600,1,Ringing()

exten => 600,n,Wait(2)

the customer must enter 1234 if yes go to (home,s,1) if no go to error

exten => 600,n,Goto(home,s,1)



[error]



exten => s,1,SetGlobalVar(sounds_path=/var/lib/asterisk/sounds/)

exten => s,n,Background(${sounds_path}error





any example would be appreciated



2013/11/29 Mitul Limbani <mitul@enterux.in (mitul@enterux.in)>
Sounds cool, I suspected the echo cancel situation, these are usually issue even for FAX communication on dahdi.


Mitul


On Friday, November 29, 2013, Salaheddine Elharit wrote:
hello



i add the following in chan_dahdi and the issue has been solved thanks a lot for your help and support now ican stop the speech and go to my context



i really appreciate your help and support



immediate = yes

echocancel = no

dtmfmode = auto


---------- Forwarded message ----------
From: Salaheddine Elharit <salah.elharit200@gmail.com>
Date: 2013/11/29
Subject: Re: [asterisk-users] issue with speech in IVR
To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com>


hello


i add the following in chan_dahdi and the issue has been solved thanks a lot for your help and support now ican stop the speech and go to my context



i really appreciate your help and support



2013/11/29 Mitul Limbani <mitul@enterux.in>
Try following in chan_dahdi
immediate = yes
echocancel = no
dtmfmode = auto
Mitul
On Nov 29, 2013 1:42 PM, <isrlgb@gmail.com> wrote:
Are you using a mp3 file?
I have noticed that using control playback with a mp3 file I cannot use the keypad to control the playback

-----Original Message-----
From: Salaheddine Elharit <salah.elharit200@gmail.com>
Sender: asterisk-users-bounces@lists.digium.comDate: Fri, 29 Nov 2013 08:05:16
To: Asterisk Users Mailing List - Non-Commercial Discussion<asterisk-users@lists.digium.com>
Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion
<asterisk-users@lists.digium.com>
Subject: Re: [asterisk-users] issue with speech in IVR

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users




--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users














--
Regards,
Mitul Limbani,
Chief Architech & Founder,
Enterux Solutions Pvt. Ltd.
110 Reena Complex, Opp. Nathani Steel,
Vidyavihar (W), Mumbai - 400 086. India
http://www.enterux.com/
http://www.entvoice.com/
email: mitul@enterux.in (mitul@enterux.in)
DID: +91-22-71967196
Cell: +91-9820332422



--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
johnkiniston at gmail.com
Guest





PostPosted: Thu Dec 05, 2013 12:49 pm    Post subject: [asterisk-users] issue with speech in IVR Reply with quote

Look into the Authenticate application
https://wiki.asterisk.org/wiki/display/AST/Application_Authenticate


exten => 600,1,Ringing(2)

exten => 600,n,Answer
exten => 600,n,Authenticate(1234)
exten => 600,n,Goto(home,s,1)




On Thu, Dec 5, 2013 at 3:49 AM, Salaheddine Elharit <salah.elharit200@gmail.com (salah.elharit200@gmail.com)> wrote:
Quote:
hello list 


i have  one question related to the IVR below 


exten => 600,1,Ringing()
exten => 600,n,Wait(2)
exten => 600,n,Goto(home,s,1)



how can i ask the customer to enter a password before to go to (home,s,1)


and where i must to store a password for example password 1234 


if the customer enter 1234 he can Goto(home,s,1) and if the password is wrong i playback an error message 


exten => 600,1,Ringing()
exten => 600,n,Wait(2)

the customer must enter 1234 if yes go to (home,s,1) if no go to error 
exten => 600,n,Goto(home,s,1)
 
[error]


exten => s,1,SetGlobalVar(sounds_path=/var/lib/asterisk/sounds/)
exten => s,n,Background(${sounds_path}error




any example would be appreciated



2013/11/29 Mitul Limbani <mitul@enterux.in (mitul@enterux.in)>
Quote:
Sounds cool, I suspected the echo cancel situation, these are usually issue even for FAX communication on dahdi. 

Mitul

On Friday, November 29, 2013, Salaheddine Elharit wrote:
Quote:
hello 


i add the following in chan_dahdi and the issue has been solved  thanks a lot for your help and support now ican stop the speech and go to my context 


i really appreciate your help and support


immediate = yes
echocancel = no
dtmfmode = auto

---------- Forwarded message ----------
From: Salaheddine Elharit <salah.elharit200@gmail.com>
Date: 2013/11/29
Subject: Re: [asterisk-users] issue with speech in IVR
To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com>


hello 

i add the following in chan_dahdi and the issue has been solved  thanks a lot for your help and support now ican stop the speech and go to my context 


i really appreciate your help and support




2013/11/29 Mitul Limbani <mitul@enterux.in>
Quote:

Try following in chan_dahdi
immediate = yes
echocancel = no
dtmfmode = auto
Mitul On Nov 29, 2013 1:42 PM, <isrlgb@gmail.com> wrote:
Quote:
Are you using a mp3 file?
I have noticed that using control playback with a mp3 file I cannot use the keypad to control the playback

-----Original Message-----
From: Salaheddine Elharit <salah.elharit200@gmail.com>
Sender: asterisk-users-bounces@lists.digium.comDate: Fri, 29 Nov 2013 08:05:16
To: Asterisk Users Mailing List - Non-Commercial Discussion<asterisk-users@lists.digium.com>
Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion
 <asterisk-users@lists.digium.com>
Subject: Re: [asterisk-users] issue with speech in IVR

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users














--
Regards,
Mitul Limbani,
Chief Architech & Founder,
Enterux Solutions Pvt. Ltd.
110 Reena Complex, Opp. Nathani Steel,
Vidyavihar (W), Mumbai - 400 086. India
http://www.enterux.com/
http://www.entvoice.com/
email: mitul@enterux.in (mitul@enterux.in)
DID: +91-22-71967196
Cell: +91-9820332422




--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users






--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



--
A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects.
---Heinlein
Back to top
asterisk.org at sedwar...
Guest





PostPosted: Thu Dec 05, 2013 12:59 pm    Post subject: [asterisk-users] issue with speech in IVR Reply with quote

On Thu, 5 Dec 2013, Salaheddine Elharit wrote:

Quote:
i have one question related to the IVR below

exten => 600,1,Ringing()
exten => 600,n,Wait(2)
exten => 600,n,Goto(home,s,1)

how can i ask the customer to enter a password before to go to (home,s,1)

and where i must to store a password for example password 1234

if the customer enter 1234 he can Goto(home,s,1) and if the password is wrong i playback an error message

That's 3 questions Smile

You need to provide more details.

Is the password fixed or stored in a database? Is it the same as their
voicemail password?

There are examples for all these scenarios. Goggle about, read ATFOT,
visit voip-info.org or use the Asterisk 'help' commands.

Quote:
exten => s,1,SetGlobalVar(sounds_path=/var/lib/asterisk/sounds/)
exten => s,n,Background(${sounds_path}error

Why are you fiddling with global variables? Isn't
'/var/lib/asterisk/sounds/' your 'default' sounds path?

Please don't top post.

Please trim irrelevent cruft from previous posts.

Please don't burn all your karma points asking simple questions.

--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards sedwards@sedwards.com Voice: +1-760-468-3867 PST
Newline Fax: +1-760-731-3000

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
salah.elharit200 at gm...
Guest





PostPosted: Fri Dec 06, 2013 9:27 am    Post subject: [asterisk-users] issue with speech in IVR Reply with quote

hello johan,

i use Authenticate and i get what i want thank you so much for your help Smile


exten => 600,1,Ringing(2)
exten => 600,n,Answer exten => 600,n,Authenticate(1234)exten => 600,n,Goto(home,s,1)


2013/12/5 Steve Edwards <asterisk.org@sedwards.com (asterisk.org@sedwards.com)>
Quote:
On Thu, 5 Dec 2013, Salaheddine Elharit wrote:

Quote:
i have one question related to the IVR below

exten => 600,1,Ringing()
exten => 600,n,Wait(2)
exten => 600,n,Goto(home,s,1)

how can i ask the customer to enter a password before to go to (home,s,1)

and where i must to store a password for example password 1234

if the customer enter 1234 he can Goto(home,s,1) and if the password is wrong i playback an error message


That's 3 questions Smile

You need to provide more details.

Is the password fixed or stored in a database? Is it the same as their voicemail password?

There are examples for all these scenarios. Goggle about, read ATFOT, visit voip-info.org or use the Asterisk 'help' commands.

Quote:
exten => s,1,SetGlobalVar(sounds_path=/var/lib/asterisk/sounds/)
exten => s,n,Background(${sounds_path}error


Why are you fiddling with global variables? Isn't '/var/lib/asterisk/sounds/' your 'default' sounds path?

Please don't top post.

Please trim irrelevent cruft from previous posts.

Please don't burn all your karma points asking simple questions.

--
Thanks in advance,
-------------------------------------------------------------------------
Steve Edwards       sedwards@sedwards.com (sedwards@sedwards.com)      Voice: +1-760-468-3867 PST
Newline                                              Fax: +1-760-731-3000

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
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

VoiceMeUp - Corporate & Wholesale VoIP Services