Koozali.org: home of the SME Server

How to Configure IVR for Incoming Call

Offline sebnet

  • *
  • 18
  • +0/-0
How to Configure IVR for Incoming Call
« on: February 11, 2009, 05:46:58 PM »
Dear Friends

Have got create my first "Greeting" and speak what I need : Press 1 for Sales, 2 for ....

Create one IVR and select my greeting, choose what i need (1=5000 2=5002 ....)
What shall do to select this IVR as default selection for all incoming call.

How to create "group" with to or more people ? like sales = 5000+5001+5002 and ringing Simultaneously or in order, or ....

I'm coming from old Telephony systems, and I found some "special" vocabulary, but not all functions I was used to.

Sebastien SCHWARTZ
IT Manager
Alternatiq - Virtual IT
Sebastien SCHWARTZ
IT Mananger
Alternatiq SARL

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: How to Configure IVR for Incoming Call
« Reply #1 on: February 11, 2009, 05:57:50 PM »
IVR is selected from "inbound open route" in trunks panel for the line or trunk you want it to run for.

Groups are created in the Alias panel  - see here...

http://aelintra.com/docs/cgi-bin/view/Main/DocChapter12

Kind Regards

S

Offline sebnet

  • *
  • 18
  • +0/-0
Re: How to Configure IVR for Incoming Call
« Reply #2 on: February 20, 2009, 07:27:19 PM »
Ok it's working fine, but two more questions ....

Why the incomming phone number is not display on the phone ... maybee a wrong selection.
How to delete "tests" greetings ?

Thanks
Sebastien SCHWARTZ
IT Mananger
Alternatiq SARL

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: How to Configure IVR for Incoming Call
« Reply #3 on: February 20, 2009, 11:04:09 PM »
there is no delete function (maybe there should be).

If you really want to delete a greeting you can do

rm -rf /var/lib/asterisk/sounds/greetingnnnn

where nnnn is the greeting number.

Don't know why you aren't getting the callerid...

what release are you running?




Offline sebnet

  • *
  • 18
  • +0/-0
Re: How to Configure IVR for Incoming Call
« Reply #4 on: February 26, 2009, 03:50:56 PM »
Hi Selintra

sail-2.2.1-713 (need i update ?)

but i'm not sure that the callerid informations are enabled on my Telephony Provider -France Telecom.

Because inside, is working, but when I call with my mobile on the France Tecom lines, nothing appear on the téléphone screen.
Sebastien SCHWARTZ
IT Mananger
Alternatiq SARL

Offline sebnet

  • *
  • 18
  • +0/-0
Re: How to Configure IVR for Incoming Call
« Reply #5 on: February 26, 2009, 06:11:55 PM »
Now we using sail-2.2.1-716

IN IVR mode witch timeout is apply ?

For example, if 0=5000 and 1=5001 and timeout = *5000 (voicemail).

I i call the main number, i go directly to IVR, OK, but if I don't press any key, the call is canceled after 25 s.

What is the value in seconds of the default IVR timeout in SARK and where can I Modify it.
Why the "Timeout" menu of IVR is not applied
Sebastien SCHWARTZ
IT Mananger
Alternatiq SARL

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: How to Configure IVR for Incoming Call
« Reply #6 on: February 26, 2009, 09:44:56 PM »
IVR Timeouts

Timeout is hard set at 5 seconds on a populated IVR
Timeout is hard set at 1 second on an unpopulated IVR (no choices filled out)

There is a bug in the current release which does not allow an outcome of *extn (direct to voicemail for a specific extension).  If you attempt to outcome (timeout) to *extn SARK will hangup.  After a further 15 seconds or so you will get a busy or congested tone.

Kind Regards

S





Offline apmuthu

  • *
  • 244
  • +0/-0
Delete IVR Greeting
« Reply #7 on: February 27, 2009, 02:48:04 PM »
If you really want to delete a greeting you can do

Code: [Select]
rm -rf /var/lib/asterisk/sounds/usergreetingXXXX.gsm
where XXXX is the greeting number.


Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: How to Configure IVR for Incoming Call
« Reply #8 on: February 28, 2009, 11:22:35 AM »
Oops!

Thanks - yes of course it should be usergreetingnnnn .

 :oops:


S