[Asterisk-Users] AstCC Problems

2005-04-13 Thread Dave Kettmann
I am having problems with AstCC... I am seeing problems with the CDRs and the 
RTP stream breaks when the last minute warning is given... Has anyone else seen 
these problems??

I am running CVS-HEAD and also the lastest version of AstCC.

If anyone has any suggestions I would really appreciate it.

Thanks,

Dave Kettmann
NetLogic
314-266-4000
___
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


[Asterisk-Users] AstCC problems

2005-04-11 Thread Dave Kettmann
Hi all,

I am using AstCC and I have found a problem that I hope someone else has found 
and fixed. When going thru this AGI script and your 'card' runs down to a 
minute, it plays a series of sounds telling you have a minute left. After this, 
it breaks the RTP stream (I am guessing) and either side cannot hear the other. 
Has anyone else seen this problem? I have tried debugging the SIP connection, 
but it doesnt give any debug info except that it is playing sounds. 

Any help is appreciated.

Dave Kettmann
NetLogic
314-266-4000
___
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


[Asterisk-Users] Astcc Problems

2005-04-07 Thread chawki hammoud
I can start Astcc and it works fine so long I don't do
the following, then I have a weired problem:

If I entered the card number when prompted by astcc
and then hangup when prompted to enter the phone
number, then I can't use the card again. On the second
attempt and after i enter the phone card, astcc
attempts to play unexisting files 'your' 'card-number'
'is-in-use' ...

-- Playing 'astcc-accountnum' (language 'en')
dial 65498#
*CLI Card no is 65498
Apr  7 01:19:36 WARNING[9164]: file.c:486
ast_openstream_full: File your does not exist in any
format
Apr  7 01:19:36 WARNING[9164]: file.c:486
ast_openstream_full: File card-number does not exist
in any format
Apr  7 01:19:36 WARNING[9164]: file.c:486
ast_openstream_full: File is-in-use does not exist in
any format
Apr  7 01:19:36 WARNING[9164]: file.c:486
ast_openstream_full: File please-try-again does not
exist in any format
Apr  7 01:19:36 WARNING[9164]: file.c:486
ast_openstream_full: File later does not exist in any
format
-- AGI Script astcc.agi completed, returning 0
-- Executing Hangup(OSS/dsp, ) in new stack
  == Spawn extension (callingcard, 77, 3) exited
non-zero on 'OSS

it attempts to play your acrd is in use which doesn't
exist files. My question is why its considering the
card is in use and if there is a patch to fix this
problem. In case there is a patch should it be
inserted inside astcc.agi or just downloaded from
somewhere?




__ 
Yahoo! Messenger 
Show us what our next emoticon should look like. Join the fun. 
http://www.advision.webevents.yahoo.com/emoticontest
___
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


[Asterisk-Users] astcc problems

2005-04-02 Thread wassim darwish
i have downloaded astcc and confiugured it on web but
the problem is when a call comes by the right callerid
it gives me on CLI like this:

-- Executing DeadAGI(Zap/1-1,
astcc.agi|01475969|s) in new stack
-- Launched AGI Script
/var/lib/asterisk/agi-bin/astcc.agi
Detected dry run!
AGI Environment Dump:
 -- accountcode =
 -- callerid = 01475969
 -- calleridname = unknown
 -- channel = Zap/1-1
 -- context = incoming
 -- dnid = unknown
 -- enhanced = 0.0
 -- extension = s
 -- language = en
 -- priority = 3
 -- rdnis = unknown
 -- request = astcc.agi
 -- type = Zap
 -- uniqueid = 1112430048.4
Apr  2 03:20:54 WARNING[11364]: file.c:486
ast_openstream_full: File astcc-tone does not exist in
any format
Res is
Silent Level is
Card no is 12345

Card has face value 3 and has used 0


3 dollars and 0 cents remain
Apr  2 03:20:54 WARNING[11364]: file.c:486
ast_openstream_full: File astcc-youhave does not exist
in any format
-- Playing 'digits/3' (language 'en')
Apr  2 03:20:55 WARNING[11364]: file.c:486
ast_openstream_full: File astcc-dollars does not exist
in any format
Apr  2 03:20:55 WARNING[11364]: file.c:486
ast_openstream_full: File astcc-remaining does not
exist in any format
Apr  2 03:20:55 WARNING[11364]: file.c:486
ast_openstream_full: File astcc-badphone does not
exist in any format
-- AGI Script astcc.agi completed, returning 0

I dont know what the problem and what this warnings
mean and how can i fix them please help.
and thanks
 



__ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs
___
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


RE: [Asterisk-Users] astcc problems

2005-04-02 Thread Karl H. Putz
There is an error in the ASTCC makefile.  It places the sound files in the
wrong directory.

You can either modify the Makefile and change the line:

SOUNDSDIR=/usr/share/asterisk/sounds

to

SOUNDSDIR=/var/lib/asterisk/sounds

and then re-install.  Or simply move the files from the improper directory
to the correct one.


Karl Putz

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of wassim
darwish
Sent: Saturday, April 02, 2005 7:27 AM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] astcc problems


i have downloaded astcc and confiugured it on web but
the problem is when a call comes by the right callerid
it gives me on CLI like this:

-- Executing DeadAGI(Zap/1-1,
astcc.agi|01475969|s) in new stack
-- Launched AGI Script
/var/lib/asterisk/agi-bin/astcc.agi
Detected dry run!
AGI Environment Dump:
 -- accountcode =
 -- callerid = 01475969
 -- calleridname = unknown
 -- channel = Zap/1-1
 -- context = incoming
 -- dnid = unknown
 -- enhanced = 0.0
 -- extension = s
 -- language = en
 -- priority = 3
 -- rdnis = unknown
 -- request = astcc.agi
 -- type = Zap
 -- uniqueid = 1112430048.4
Apr  2 03:20:54 WARNING[11364]: file.c:486
ast_openstream_full: File astcc-tone does not exist in
any format
Res is
Silent Level is
Card no is 12345

Card has face value 3 and has used 0


3 dollars and 0 cents remain
Apr  2 03:20:54 WARNING[11364]: file.c:486
ast_openstream_full: File astcc-youhave does not exist
in any format
-- Playing 'digits/3' (language 'en')
Apr  2 03:20:55 WARNING[11364]: file.c:486
ast_openstream_full: File astcc-dollars does not exist
in any format
Apr  2 03:20:55 WARNING[11364]: file.c:486
ast_openstream_full: File astcc-remaining does not
exist in any format
Apr  2 03:20:55 WARNING[11364]: file.c:486
ast_openstream_full: File astcc-badphone does not
exist in any format
-- AGI Script astcc.agi completed, returning 0

I dont know what the problem and what this warnings
mean and how can i fix them please help.
and thanks




__
Do you Yahoo!?
Make Yahoo! your home page
http://www.yahoo.com/r/hs
___
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


___
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