Koozali.org: home of the SME Server

Using DISA with SAIL/Asterisk (SOLVED)

Offline del

  • *
  • 765
  • +0/-0
Using DISA with SAIL/Asterisk (SOLVED)
« on: September 26, 2006, 10:52:16 PM »
Hi All,

Does anyone know if it is possible to add an option in an IVR for DISA or is there an howto to use DISA any other way, I would like to dial into my server using my cell phone and then get a line to dial out so I can make international calls while out and about at a reasonable cost instead of the cell phone companies high rates 8) I managed to get this working with Trixbox before using SAIL/Asterisk and it involved adding a couple of lines of code in the extensions_custom.conf configuration file.
Thanks in advance

Regards,
Del
If at first you don't succeed, then sky-diving is not for you!
"Life is like a coin. You can spend it anyway you wish, but you can only spend it once." --Author Unknown

Offline del

  • *
  • 765
  • +0/-0
SOLVED
« Reply #1 on: September 26, 2006, 11:45:55 PM »
Hi All,

My bad :oops:  I have now seen the option to use DISA in the IVR menu drop down list :oops:  :oops:

Regards,
Del
If at first you don't succeed, then sky-diving is not for you!
"Life is like a coin. You can spend it anyway you wish, but you can only spend it once." --Author Unknown

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Using DISA with SAIL/Asterisk (SOLVED)
« Reply #2 on: September 26, 2006, 11:56:27 PM »
Another way to do it is to hand code it in a custom app like this...

Code: [Select]
exten => s,1,Authenticate(XXXXX)
 exten => s,2,DISA(no-password,default)


Then simply drive the custom app from your IVR.  This will give you DISA access to the sail context "default" which will allow you to dial anything you can dial from a regular extension in the default cluster.

Kind Regards

Selintra

Offline del

  • *
  • 765
  • +0/-0
Using DISA with SAIL/Asterisk (SOLVED)
« Reply #3 on: September 27, 2006, 06:41:37 PM »
Thanks, Jeff that worked great :D

Del
If at first you don't succeed, then sky-diving is not for you!
"Life is like a coin. You can spend it anyway you wish, but you can only spend it once." --Author Unknown