Re: [asterisk-users] setting up callback

2008-11-20 Thread Mikhail (Plus Plus)
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

[asterisk-users] setting up callback

2008-11-18 Thread Плюс Плюс
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

Re: [Asterisk-Users] setting up callback

2004-02-12 Thread Philipp von Klitzing
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

[Asterisk-Users] setting up callback

2004-02-12 Thread Dawid Mielnik
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