Koozali.org: home of the SME Server
Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: del 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
-
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
-
Another way to do it is to hand code it in a custom app like this...
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
-
Thanks, Jeff that worked great :D
Del