[asterisk-users] Problems with DISA

2006-09-29 Thread Shidan

For some reason I'm having problems with DISA. This is what I have:

exten = s,1,Answer()
exten = s,2,DigitTimeout(5)
exten = s,3,ResponseTimeout(10)
exten = s,4,DISA(no-password|from-internal)

I can generate tones with no problems on this system
But I cant hear a dialtone using DISA, anyone experienced
this problem? Also, I'm running this in the cusom confs for
freepbx.

Just to save time, I'm not looking for a solution that doesn't
use the Disa app.

Cheers,
Shidan Gouran
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Problems with DISA

2006-09-29 Thread Eric \ManxPower\ Wieling

Make sure you have a /etc/asterisk/indications.conf

Shidan wrote:

For some reason I'm having problems with DISA. This is what I have:

exten = s,1,Answer()
exten = s,2,DigitTimeout(5)
exten = s,3,ResponseTimeout(10)
exten = s,4,DISA(no-password|from-internal)

I can generate tones with no problems on this system
But I cant hear a dialtone using DISA, anyone experienced
this problem? Also, I'm running this in the cusom confs for
freepbx.

Just to save time, I'm not looking for a solution that doesn't
use the Disa app.

___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Problems with DISA

2006-09-29 Thread Shidan

Well this is how I got around it, and since it's just a test box it'll
do. I commented out most of  the function that's responsible for
playing the tones so that now it is just a wrapper around this:
ast_tonepair_start(chan, 350, 440, 0, 0); So looks like somethings
off with the data coming back from indications.conf ( but the file is
correct).

So if it's found to be a more general problem thats something to look at.

Thanks for all your responses.

---
Shidan Gouran

On 9/29/06, Eric ManxPower Wieling [EMAIL PROTECTED] wrote:

Make sure you have a /etc/asterisk/indications.conf

Shidan wrote:
 For some reason I'm having problems with DISA. This is what I have:

 exten = s,1,Answer()
 exten = s,2,DigitTimeout(5)
 exten = s,3,ResponseTimeout(10)
 exten = s,4,DISA(no-password|from-internal)

 I can generate tones with no problems on this system
 But I cant hear a dialtone using DISA, anyone experienced
 this problem? Also, I'm running this in the cusom confs for
 freepbx.

 Just to save time, I'm not looking for a solution that doesn't
 use the Disa app.
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Problems with DISA application

2004-12-24 Thread Gary Carr
I am testing DISA but can not dial out after getting local dialtone. The * 
server takes accepts my password, gives me dialtone and allows me to dial 
the digits then promply hangs up on me. CLI log shows

   -- Executing DISA(Zap/1-1, 1234|contextname) in new stack
   -- Accepting call from '9104025011' to '9105551212' on channel 0/1, span 
1
Dec 24 14:50:01 WARNING[1989798704]: app_disa.c:290 disa_exec: DISA on chan 
Zap/1-1 password is good
Dec 24 14:50:06 WARNING[1989798704]: cdr.c:286 ast_cdr_init: CDR already 
initialized on 'Zap/1-1'
   -- Executing Dial(Zap/1-1, Zap/g2/9104041000) in new stack
   -- Called g2/9104041000
   -- Channel 0/2, span 1 got hangup
   -- Hungup 'Zap/2-1'
 == No one is available to answer at this time
   -- Executing Hangup(Zap/1-1, ) in new stack
 == Spawn extension (contextname, 9104041000, 2) exited non-zero on 
'Zap/1-1'
   -- Hungup 'Zap/1-1'

My extensions.conf reads:
; Disa test
exten = 9105551212,1,DISA,1234|contextname
Any ideas?
Thanks,
Gary

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users