[asterisk-users] CDR Records for MeetMe

2009-09-17 Thread Andy Rosen
Hello -
I am fairly new to Asterisk, but we have a fully operational system with
very few hiccups.  Much of that is because of this list.  Thanks.

My question is this -

We have assigned MeetMe conference IDs to all of our employees.  We then
setup a TN to accommodate the MeetMe() app.   Everything works fine.  In
fact, it works great.  However, I can't seem to figure out a good way to log
which conference ID that is being used.   If I just call MeetMe(,Ms) in the
dial plan, I get the source and destinations but no indication of what
conference they joined.

Ideally, I would be able to jam the conference ID being used into the
account code or user field CDR fields.

Thanks for any help!
-Andy
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

AstriCon 2009 - October 13 - 15 Phoenix, Arizona
Register Now: http://www.astricon.net

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

RE: [Asterisk-Users] Horrible MeetMe performance

2005-06-26 Thread Andy Rosen
Did you ever have any luck with improving the MeetMe performance? We're
running into the same problems

Andy

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jason Lixfeld
Sent: Thursday, December 09, 2004 10:59 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] Horrible MeetMe performance

Hey folks,

Using FreeBSD 5.2.1 and I've got the current zaptel driver installed 
from ports (0.8_1) and current ports asterisk (1.0.1).  I've set 
options HZ=1000 in my kernel config, recompiled and rebooted and as far 
as I can tell, I've done everything right but when I try to use the 
conference, the audio is very delayed, choppy and segmented -- totally 
unusable.

At the suggestion of someone on #asterisk, I cvsup'd * against digium 
and used that instead of ports, but that didn't seem to help either.

FYI:  When I said above when I try to use the conference I meant 
using two non-voip phones, specifically a cell phone and a land line.  
I'd dial the number for my asterix box which is in itself a b channel 
on a PRI answered by a T100P on a friend's * box and sent via IAX over 
to my * box.  Not sure if that matters, but I figure I'd mention it 
anyway.

Anyone have any ideas here?

# meetme.conf
[rooms]
conf = 97531,24680

# extensions.conf
[conf]
exten = 1,1,Answer
exten = 1,2,Wait(1)
exten = 1,3,Authenticate(5447847)
exten = 1,4,MeetMe(97531,Mas,24680)
exten = 1,5,Playback(vm-goodbye)
exten = 1,6,Hangup()
exten = 2,1,MeetMe(97531,Ms,24680)

[EMAIL PROTECTED]://~ ]$ kldstat
Id Refs AddressSize Name
  15 0xc040 5e16d8   kernel
  24 0xc231e000 2f000zaptel.ko
  31 0xc234f000 6000 wcfxo.ko
  41 0xc2355000 a000 wcfxs.ko
  51 0xc235f000 2000 ztdummy.ko
[EMAIL PROTECTED]://~ ]$

___
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


Re: [Asterisk-Users] Queue Sounds - not working?

2004-11-21 Thread Andy Rosen
I setup a basic extension with Playback(queue-youarenext) and it worked 
perfectly, as planned.However, it does not get played during the queue 
itself.  See below:  I did the Playback of queue-youarenext before dumping 
the call into the queue, where queue-youarenext failed.

   -- Executing Playback(SIP/10.98.0.10-4240c360, queue-youarenext) in 
new stack
   -- Playing 'queue-youarenext' (language 'en')
   -- Executing SetVar(SIP/10.98.0.10-4240c360, QUEUE_PRIO=5) in new 
stack
   -- Executing Queue(SIP/10.98.0.10-4240c360, support) in new stack
Nov 21 10:17:19 WARNING[1116730816]: file.c:475 ast_openstream: File 
queue-youarenext does not exist in any format
Nov 21 10:17:19 WARNING[1116730816]: file.c:779 ast_streamfile: Unable to 
open queue-youarenext (format GSM): No such file or directory

This is getting wierd, isn't it? :-)
Thanks for your help!
Andy
- Original Message - 
From: Kevin P. Fleming [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
[EMAIL PROTECTED]
Sent: Saturday, November 20, 2004 11:07 PM
Subject: Re: [Asterisk-Users] Queue Sounds - not working?


Andy Rosen wrote:
I just did a chmod 777 for all the queue sound files in
/var/lib/asterisk/sounds, and have the same error.
OK, then permissions aren't the issue.
I read the error as to say that it couldn't find the file as opposed to 
your
interpretation that it was found, but not accessible.

Any other suggestions?
Not immediately coming to mind, no. Can you Playback() that same file in a 
simple extension for testing? app_queue uses the same functions for 
playing sounds as Playback(), so it would be good to know if it fails 
under both cases.
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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
[EMAIL PROTECTED]
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] Queue Sounds - not working?

2004-11-21 Thread Andy Rosen
When starting asterisk -r, I see the following:
Asterisk CVS-v1-0-10/21/04-18:23:13, Copyright (C) 1999-2004 Digium.
Thanks for your help on this
Andy
- Original Message - 
From: Kevin P. Fleming [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
[EMAIL PROTECTED]
Sent: Sunday, November 21, 2004 11:01 AM
Subject: Re: [Asterisk-Users] Queue Sounds - not working?


Andy Rosen wrote:
I setup a basic extension with Playback(queue-youarenext) and it worked 
perfectly, as planned.However, it does not get played during the 
queue itself.  See below:  I did the Playback of queue-youarenext before 
dumping the call into the queue, where queue-youarenext failed.
OK, that's helpful.
This is getting wierd, isn't it? :-)
Yes, very. What version of Asterisk are you running?
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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
[EMAIL PROTECTED]
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] Queue Sounds - not working?

2004-11-21 Thread Andy Rosen
Ok.Rebuilt using CVS, so I'm at:
Asterisk CVS-HEAD-11/21/04-12:45:30, Copyright (C) 1999-2004 Digium.
Still the same messages:
Nov 21 13:06:10 WARNING[13842]: file.c:475 ast_openstream: File 
queue-youarenext does not exist in any format
Nov 21 13:06:10 WARNING[13842]: file.c:779 ast_streamfile: Unable to open 
queue-youarenext (format GSM): No such file or directory

I setup Music on Hold (while playing with these queue sounds) and it works 
perfect, just like every part of asterisk that I have setup.   MeetMe, 
auto-generated wake up calls, voicemail, etc

Next steps?
Andy
- Original Message - 
From: Kevin P. Fleming [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
[EMAIL PROTECTED]
Sent: Sunday, November 21, 2004 11:20 AM
Subject: Re: [Asterisk-Users] Queue Sounds - not working?


Andy Rosen wrote:
When starting asterisk -r, I see the following:
Asterisk CVS-v1-0-10/21/04-18:23:13, Copyright (C) 1999-2004 Digium.
Thanks for your help on this
The only thing I can suggest is to try an upgrade... I've looked through 
the code, and app_queue uses the same calls to play files that Playback 
does.
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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
[EMAIL PROTECTED]
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] Queue Sounds - not working?

2004-11-21 Thread Andy Rosen
Great Suggestion!
In queues.conf, I had the following:
queue-youarenext = queue-youarenext ; (You are now first in line.)
queue-thereare = queue-thereare ; (There are)
queue-callswaiting = queue-callswaiting ; (calls waiting.)
queue-holdtime = queue-holdtime ; (The current est. holdtime is)
queue-minutes = queue-minutes ; (minutes.)
queue-thankyou = queue-thankyou ; (Thank you for your patience.)
Well, upon putting the following on 1144:file.c
ast_log(LOG_WARNING, %s\n,filename);
I found that Asterisk was looking for   queue-youarenext- Ie: the 
quotes shouldn't be there.

So, I took the quotes out of queues.conf and all is working!
I appreciate your suggestions.  I should have dove straight into file.c 
before initially posting, but...I'm glad you suggested it and got me to do 
it ;-)

Thanks again!
Andy
- Original Message - 
From: Kevin P. Fleming [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
[EMAIL PROTECTED]
Sent: Sunday, November 21, 2004 1:34 PM
Subject: Re: [Asterisk-Users] Queue Sounds - not working?


Andy Rosen wrote:
Ok.Rebuilt using CVS, so I'm at:
Asterisk CVS-HEAD-11/21/04-12:45:30, Copyright (C) 1999-2004 Digium.
Still the same messages:
Nov 21 13:06:10 WARNING[13842]: file.c:475 ast_openstream: File 
queue-youarenext does not exist in any format
Nov 21 13:06:10 WARNING[13842]: file.c:779 ast_streamfile: Unable to open 
queue-youarenext (format GSM): No such file or directory

I setup Music on Hold (while playing with these queue sounds) and it 
works perfect, just like every part of asterisk that I have setup. 
MeetMe, auto-generated wake up calls, voicemail, etc

Next steps?
I really don't have a clue what's going on. It makes no sense at all... I 
would try modifying ast_fileexists in file.c to log the pathnames it is 
sending to ast_filehelper, so you can at least ensure _exactly_ what path 
Asterisk is trying to look for.
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Queue Sounds - not working?

2004-11-20 Thread Andy Rosen



Hello...I am just starting to play with queues in 
Asterisk (CVS-v1-0-10/21/04-18:23:13) and have got everything working except for 
sounds. I have defined the sounds (per the Wiki) in queues.conf as 
follows:

queue-youarenext = "queue-youarenext" ; ("You are 
now first in line.")queue-thereare = "queue-thereare" ; ("There 
are")queue-callswaiting = "queue-callswaiting" ; ("calls 
waiting.")queue-holdtime = "queue-holdtime" ; ("The current est. holdtime 
is")queue-minutes = "queue-minutes" ; ("minutes.")queue-thankyou = 
"queue-thankyou" ; ("Thank you for your patience.")

And have verified that the files exist, with proper 
permissions (644),in /var/lib/asterisk/sounds  However, when a call 
gets dumped in the queue, the console shows the following:

Nov 20 16:40:32 WARNING[1120924864]: file.c:475 
ast_openstream: File "queue-youarenext" does not exist in any formatNov 20 
16:40:32 WARNING[1120924864]: file.c:779 ast_streamfile: Unable to open 
"queue-youarenext" (format GSM): No such file or directory
Do queue sound files get pulled from a different 
location?

Suggestions?

Thanks!

Andy
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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] Queue Sounds - not working?

2004-11-20 Thread Andy Rosen
I just did a chmod 777 for all the queue sound files in
/var/lib/asterisk/sounds, and have the same error.

I read the error as to say that it couldn't find the file as opposed to your
interpretation that it was found, but not accessible.

Any other suggestions?

Andy

- Original Message - 
From: Kevin P. Fleming [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion
[EMAIL PROTECTED]
Sent: Saturday, November 20, 2004 5:01 PM
Subject: Re: [Asterisk-Users] Queue Sounds - not working?


 Andy Rosen wrote:

  Nov 20 16:40:32 WARNING[1120924864]: file.c:475 ast_openstream: File
queue-youarenext does not exist in any format
  Nov 20 16:40:32 WARNING[1120924864]: file.c:779 ast_streamfile: Unable
to open queue-youarenext (format GSM): No such file or directory
 
  Do queue sound files get pulled from a different location?

 No, they get pulled from the standard lib/sounds directory.

 Have you ensured that the user Asterisk is running as has access to
 these files? It looks like the file is actually there, but Asterisk
 could not open it (from the second message above). If the file had not
 been there at all, this message would not have been generated.
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 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
[EMAIL PROTECTED]
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] Asterisk + VoiceWorks

2004-05-11 Thread Andy Rosen
What sort of Time Clock?  For employees to punch in and out?  That's a very
attractive idea.  Is this a custom solution or is there a plugin out there
for this?

atr
- Original Message - 
From: AstGrp [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, May 11, 2004 10:07 PM
Subject: RE: [Asterisk-Users] Asterisk + VoiceWorks


I have a customer who has a Comdial Phone System and uses VoiceWorks for
it's voicemail.  I am installing an IVR / Time Clock system utilizing
asterisk.  But they want to have an option to hop over to the VoiceWorks
system to check voicemail...

-gcc


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of brian
Posted At: Tuesday, May 11, 2004 2:52 PM
Posted To: Asterisk User Group
Conversation: [Asterisk-Users] Asterisk + VoiceWorks
Subject: RE: [Asterisk-Users] Asterisk + VoiceWorks


Why on earth would you wanna do something like that?  Asterisk has
voicemail and you even have the src so you can add those nifty features
the PHB's like to have but never use!

bkw

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:asterisk-users-
 [EMAIL PROTECTED] On Behalf Of AstGrp
 Sent: Tuesday, May 11, 2004 11:43 AM
 To: [EMAIL PROTECTED]
 Subject: [Asterisk-Users] Asterisk + VoiceWorks

 I have a need to interface Asterisk with a VoiceWorks voicemail
 system. I was wondering what kind of card would be needed either a FXO

 or FXS interface?

 Any help would be appreciated.

 Thanks,

 -gcc
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 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
[EMAIL PROTECTED]
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
[EMAIL PROTECTED]
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
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users