Nobody responded, but I was able to resolve this issue the way I wanted.
In my extensions.conf I put the following:
[callback-dialtone-auth]
exten => s,1,answer()
exten => s,n,authenticate(5678)
exten => s,n,Read(fwd_callback_to)
exten => s,n,NoOP(${fwd_callback_to})
exten => s,n,Dial(SIP/[EMAIL P
Greetings Asterisk users!
I'm trying to setup Asterisk system to act as a callback system together
with callcentric (http://callcentric.com) but it appears that I hit common
DTMF issue and I want to workaround this problem. Basically my current
setup is the following:
1) I have dedicated Asterisk
Hi!
> Is there any way to setup callback (for DISA) without going through writing
> an AGI script ?
Here is an example that might put you onto the right path:
http://ns1.jnetdns.de/jn/relaunch/asterisk/page14.html
Cheers, Philipp
___
Asterisk-Users m
Is there any way to setup callback (for DISA) without going through writing
an AGI script ?
I have tried to use
exten => h,1,System(callback)
but this is what I get:
Feb 12 10:09:29 WARNING[1082809536]: asterisk.c:255 listener: Select retured
error: Interrupted system call
Feb 12 10:09:29 WARN