Re: [Asterisk-Users] Re: Meetme

2004-03-04 Thread Tim Sailer
On Thu, Mar 04, 2004 at 02:53:20PM -, Tony Mountifield wrote:
> In article <[EMAIL PROTECTED]>,
> Tim Sailer <[EMAIL PROTECTED]> wrote:
> > OK, maybe I need more coffee. Or less. Either way, I'm stumped.
> > 
> > I have a Meetme conference room configured. Meetme(|M|) to enable
> > the MOH. When you are the first one to go into the conf, you get the
> > announcement that you are the only one, and then a *male* voice gives
> > a little talk about 'Why are we putting you on hold?'. Where does that
> > come from and how do I get rid of it? It's not any of the sound files 
> > that I can see/hear, and running 'asterisk -vvvr' doesn't show any
> > file being played...
> 
> Have a look in /var/lib/asterisk/mohmp3 - there is a sample file in
> there with what you describe. Delete or move that file, and put your
> own MP3s in that directory.

OK, that's strange. I took out the sample file a long time ago! I guess
an upgrade put it back... sheesh. Gotta be careful about that. That's 
strange. I must have hit the timing *perfectly*... the 3 times I tried this,
that mp3 played as soon as I entered the room, and it's supposed to be
a random play... I think it's time I played lotto this week! :)

Tim

PS: Thanks. That was driving me nuts!

-- 
><
>> Tim Sailer   ><  Coastal Internet, Inc.  <<
>> Network and Systems Operations   ><  PO Box 726  <<
>> http://www.buoy.com  ><  Moriches, NY 11955  <<
>> [EMAIL PROTECTED] ><  (631) 399-2910  (888) 924-3728  <<
><
___
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] Re: Meetme

2004-09-24 Thread usedcanon
Hi all,

Is there any basic information available for app_conferense?

Does it suport SIP and other codecs
Any installation guide


Thanks

Umar

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Tom Ivar
Helbekkmo
Sent: 24 September 2004 06:55
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] Re: Meetme


Steve Kann <[EMAIL PROTECTED]> writes:

> This was what I wrote on the iaxclient list previously:

Cool, Steve -- thanks a lot!  Conference() works great for me now.  :-)

I've extended the description for "show application" thus:

static char *descrip =
"  Conference([/[/[/probstart[/probcont):\n"
"Creates or joins a telephone conference.  There is no configuration
file;\n"
"everything is controlled through parameters to the invocation from an\n"
"extension context.\n"
"  : an alphanumeric string identifying the conference\n"
" : a concatenation of flag characters chosen from the
following:\n"
"  M: user is a moderator, i.e. is allowed to speak\n"
"  L: user is a listener, i.e. may only listen in (default)\n"
"  T: user has a telephone, not an iaxclient; enable speex\n"
"  V: sets speex flag SPEEX_PREPROCESS_SET_VAD\n"
"  D: sets speex flag SPEEX_PREPROCESS_SET_DENOISE\n"
"  A: sets speex flag SPEEX_PREPROCESS_SET_AGC\n"
"  : not currently used\n"
" : sets SPEEX_PREPROCESS_SET_PROB_START value\n"
"  : sets SPEEX_PREPROCESS_SET_PROB_CONTINUE value\n"
"Returns 0 if the user exits with the '#' key, or -1 if the user hangs
up.\n" ;

-tih
--
Tom Ivar Helbekkmo, Senior System Administrator, EUnet Norway Hosting
www.eunet.no  T +47-22092958 M +47-93013940 F +47-22092901 FWD 484145
___
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] Re: meetme

2004-08-06 Thread Travis Conway
I just downloaded the new stuff form CVS and compiled it,  but cannot find
the meetme so file.

What gives?

--
Travis Conway
[EMAIL PROTECTED]
FWD: 414668
+1 334 220-7519 (T-Mobile)

- Original Message - 
From: "Tony Mountifield" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 06, 2004 2:26 PM
Subject: [Asterisk-Users] Re: meetme


> In article <[EMAIL PROTECTED]>,
> Travis Conway <[EMAIL PROTECTED]> wrote:
> > Aug  6 13:48:56 WARNING[-298230864]: pbx.c:1257 pbx_extension_helper: No
application
> > 'MeetMe' for extension (from-sip, 9000, 4)
>
> Check that you have the file /usr/lib/asterisk/modules/app_meetme.so
> and that /etc/asterisk/modules.conf has a [modules] section with either:
>
> * A line saying "autoload=yes" and NO line saying "noload =>
app_meetme.so"
>
> * A line saying "load => app_meetme.so"
>
> Cheers
> Tony
> -- 
> Tony Mountifield
> Work: [EMAIL PROTECTED] - http://www.softins.co.uk
> Play: [EMAIL PROTECTED] - http://tony.mountifield.org
> ___
> 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] Re: Meetme

2004-09-23 Thread Michael Bielicki
http://cvs.sourceforge.net/viewcvs.py/iaxclient/app_conference/

-- 
Michael Bielicki
___
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] Re: Meetme

2004-09-23 Thread Steve Kann
On Sep 23, 2004, at 4:46 AM, Tom Ivar Helbekkmo wrote:
Steve Kann <[EMAIL PROTECTED]> writes:
([app_conference is] located in iaxclient CVS at iaxclient.sf.net).
Not any more, it isn't.  :-(  Anyone know if it's still available
somewhere?
Sure it is:  http://sourceforge.net/cvs/?group_id=72851
http://cvs.sourceforge.net/viewcvs.py/iaxclient/app_conference/
-SteveK
___
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] Re: Meetme

2004-09-23 Thread Darren Wiebe
If you've got it running that means it built for you.  Did it build out 
of the box?  I've tried changing the paths in the Makefile to the 
correct ones but it still dies with the following error.

gcc -pipe -std=c99 -Wall -Wmissing-prototypes -Wmissing-declarations -g  
-I/usr/include/asterisk-old  -D_REENTRANT -D_GNU_SOURCE -O3 -ffast-math 
-funroll-all-loops -fprefetch-loop-arrays -fsingle-precision-constant  
-DCRYPTO -DAPP_CONFERENCE_DEBUG -Ilibspeex -DSILDET=2   -c -o 
app_conference.o app_conference.c
cc1: warning: -fprefetch-loop-arrays not supported for this target (try 
-march switches)
gcc -pipe -std=c99 -Wall -Wmissing-prototypes -Wmissing-declarations -g  
-I/usr/include/asterisk-old  -D_REENTRANT -D_GNU_SOURCE -O3 -ffast-math 
-funroll-all-loops -fprefetch-loop-arrays -fsingle-precision-constant  
-DCRYPTO -DAPP_CONFERENCE_DEBUG -Ilibspeex -DSILDET=2   -c -o 
conference.o conference.c
cc1: warning: -fprefetch-loop-arrays not supported for this target (try 
-march switches)
conference.c:29: error: 
`__use_AST_MUTEX_DEFINE_STATIC_rather_than_AST_MUTEX_INITIALIZER__' 
undeclared here (not in a function)
conference.c:32: error: 
`__use_AST_MUTEX_DEFINE_STATIC_rather_than_AST_MUTEX_INITIALIZER__' 
undeclared here (not in a function)
conference.c: In function `create_conf':
conference.c:607: warning: implicit declaration of function 
`__use_ast_pthread_create_instead__'
make: *** [conference.o] Error 1

Darren
Tom Ivar Helbekkmo wrote:
Steve Kann <[EMAIL PROTECTED]> writes:
 

I don't think it's in the Wiki, and it's not really documented;
   

Could you offer a very, very brief introduction?  I've figured out,
through trial and error, that it takes a call to Conference(somename)
in an extension to create or join a conference, but I can't get anyone
connected in any other state than "listener", and there is no sound.
Am I missing a parameter, a configuration file, or what...?
 

We've talked about it a bit on iaxclient-devel mailing list;
   

I searched the list, but the closest I came was Steven Sokol asking
how to use app_conference, with no answer archived...  ;-)
-tih
 

___
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] Re: Meetme

2004-09-23 Thread Steve Kann
On Sep 23, 2004, at 8:10 AM, Tom Ivar Helbekkmo wrote:
Steve Kann <[EMAIL PROTECTED]> writes:
I don't think it's in the Wiki, and it's not really documented;
Could you offer a very, very brief introduction?  I've figured out,
through trial and error, that it takes a call to Conference(somename)
in an extension to create or join a conference, but I can't get anyone
connected in any other state than "listener", and there is no sound.
Am I missing a parameter, a configuration file, or what...?
This was what I wrote on the iaxclient list previously:
the param string that is passed to app_conference is of this form:
 


- 'conference_id' can be alphanumberic, i.e. MyConference or 1234567890
- 'user_flags' are:
   // user type flags
   M -> moderator, i.e. user can speak
   L -> listener, i.e. user cannot speak
   S -> sip, same as moderator for now
  note: last flag in the string wins. so 'SLM' would make the user 
a  moderator,
   and 'MSL' would make the user a listener.

   // speex flags
   V -> sets SPEEX_PREPROCESS_SET_VAD flag
   D -> sets SPEEX_PREPROCESS_SET_DENOISE flag
   A ->sets SPEEX_PREPROCESS_SET_AGC ( auto gain control ) flag
   T -> user is calling from a telephone. used to enable speex  
preprocessing,
   since iaxclient performs speex preprocessing on client side.

- 'priority' is not currently used.
- 'vad_prob_start' and 'vad_prob_continue' are optional and have  
DEFINE'd defaults.
  vad_prob_start -> sets SPEEX_PREPROCESS_SET_PROB_START value
   vad_prob_continue -> sets SPEEX_PREPROCESS_SET_PROB_CONTINUE value
  note: these only work with the libspeex included with 
app_conference.
   our patches to libspeex which support these flags are not yet in 
the  published
   libspeex code.

basically, there's no conf file, and you call it like this from  
extensions.conf:

; enter with VAD, as if it were a telephone call
exten => _7,1,Playback(beep)
exten => _7,2,Conference(TestConference/MTV/1);
; enter as a speaker, with no vad.
exten => _8,1,Playback(beep)
exten => _8,2,Conference(TestConference/M/1);
; enter as a listener.
exten => _9,1,Playback(beep)
exten => _9,2,Conference(TestConference/L/1);
If you're at astricon, look for me!  (I'm wearing a bright orange 
Digium shirt today).

-SteveK
___
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] Re: meetme

2006-04-11 Thread Giuseppe




Hi Tony,
thanks for your answer!
I tryed doing so, but I still get that error, sorry.

Giuseppe
-

Tony Mountifield ha scritto:

  In article <[EMAIL PROTECTED]>,
Giuseppe <[EMAIL PROTECTED]> wrote:
  
  
Hi,
when I try to use meetme I always hear this error message
"this is not a valid conference number, please try again",
but my configuration seems to be correct... Here it is:

-- extensions.conf --
exten => 6000,1,MeetMe(1234,ciMp) ; entra nella meetme room 1234

-- meetme.conf --
[rooms]
conf => 1234

Does anyone has the same problem? Any idea?

  
  
You need to use '|' as the separator instead of ','. I think your example
above is trying to enter a conference called "1234,ciMp".

Also, I always find is best to answer the line and wait a litle bit before
calling MeetMe:

exten => 6000,1,Answer
exten => 6000,2,Wait(0.5)
exten => 6000,3,MeetMe(1234|ciMp)

Cheers
Tony
  




___
--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] Re: MeetMe Video option

2004-01-30 Thread Regovich, Timothy
So you are actually getting the video to come out though?
I am not getting any outbound video RTP traffic at all.  What settings do
you have?

If I get a chance this weekend I will take a look at the implementation and
see what I can see.
The mosaic thing should be pretty easy actually (really, just a scaling of
each incoming stream and tiling them), but that won't work well for anything
bigger than a 2x2 matrix, considering the bandwidth limitations of most
users.

Tim

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matt Lawson
Sent: Friday, January 30, 2004 3:13 PM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Re: MeetMe Video option


That's one of the things that's been on our (1control, I have nothing to 
do with Digium) wishlist/"to do" list that just hasn't gotten done yet.

Currently, video in meetme is not supported.  What we experience is the 
audio will conference with the other audio streams but the video just 
freezes.  I was hoping to look into someday but I'm swamped with 1000 
other things of higher priority.  I have been thinking though, of some 
ways it could be supported, starting with the simplest and easiest:

1.  First, if only 2 of the phones in the conference are video phones, 
allow them to exchange their video with each other, while having all of 
the audio streams conferenced as usual.

2a.  The next step could be having each videophone "rotate" which stream 
it was showing for a few seconds (20 seconds maybe?).  i.e. you could 
have 3 video calls mixed with several audio-only calls.  Initially video 
call #1 would show #2's image, #2 would show #3's image, #3 would show 
#1's image for a few seconds, then rotate them by 1.  Of course you 
don't need to show your own!  :)  Actually, ours has a 
picture-in-picutre in the corner so you can see yourself all the time 
anyway.

2b.  The other option instead of time-rotating the images would be to 
try to show the image of whoever was talking.  That kind of sounds like 
a pain to me, but maybe it's doable.

3.  The really fancy thing would be to have Asterisk decode all of the 
video frames and create a 2x2 or 2x3 or 3x3 etc. mosaic, re-encode them 
and send them to each client.  That REALLY sounds like a pain to me, but 
again, maybe it's doable.

Right now I'd be pretty happy with 2a though.

- Matt



>Message: 3
>From: "Regovich, Timothy" <[EMAIL PROTECTED]>
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Date: Fri, 30 Jan 2004 13:07:46 -0500
>Subject: [Asterisk-Users] MeetMe Video option
>Reply-To: [EMAIL PROTECTED]
>
>Hello All:
>
>Has anyone configured a meetme conference to use video?
>I have successfully used video phones to talk through *, but I cannot seem
>to get video when those phones dial into a meetme conference.
>
>Is there something else that I need to be doing other than set the "v" flag
>on my extension for the meetme app?
>
>Thanks,
>
>Tim
>  
>


___
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



--
Notice:  This e-mail message, together with any attachments, contains
information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station, New
Jersey, USA 08889), and/or its affiliates (which may be known outside the
United States as Merck Frosst, Merck Sharp & Dohme or MSD and in Japan as
Banyu) that may be confidential, proprietary copyrighted and/or legally
privileged. It is intended solely for the use of the individual or entity
named on this message.  If you are not the intended recipient, and have
received this message in error, please notify us immediately by reply e-mail
and then delete it from your system.
--
___
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] Re: MeetMe Video option

2004-01-30 Thread John Todd
Tim -
  I'm actually quite fond of the 2b solution in the video conference 
tools I've used (notably, Polycomm) where the video switches or 
camera pans depending on audio energy.  This could work quite well 
with the existing features of "m" and "t".

  A combination of blending an audio-energy and 2x2 matrix would also 
be pretty slick, where maybe some callers would be "nailed-up" and 
never would leave the matrix, but the remaining panels would 
fluctuate based on last audio energy input.  It would lead to 
interesting shouting matches in circumstances outside of "corporate" 
use of videophone technology.  :-)

  It's a shame that * doesn't have Solaris as a well-supported (at 
all? anyone?) platform; there are the Sparc routines for fast video 
transforms built into the Sparc processor chipset that could do 
really cool and fast stuff for videoconferencing routines.

  So, I'm waiting for the iChat video client software to be supported 
via *; then I'll actually invest in the slick Apple firewire camera.

JT

At 4:02 PM -0500 1/30/04, Regovich, Timothy wrote:
So you are actually getting the video to come out though?
I am not getting any outbound video RTP traffic at all.  What settings do
you have?
If I get a chance this weekend I will take a look at the implementation and
see what I can see.
The mosaic thing should be pretty easy actually (really, just a scaling of
each incoming stream and tiling them), but that won't work well for anything
bigger than a 2x2 matrix, considering the bandwidth limitations of most
users.
Tim

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matt Lawson
Sent: Friday, January 30, 2004 3:13 PM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Re: MeetMe Video option
That's one of the things that's been on our (1control, I have nothing to
do with Digium) wishlist/"to do" list that just hasn't gotten done yet.
Currently, video in meetme is not supported.  What we experience is the
audio will conference with the other audio streams but the video just
freezes.  I was hoping to look into someday but I'm swamped with 1000
other things of higher priority.  I have been thinking though, of some
ways it could be supported, starting with the simplest and easiest:
1.  First, if only 2 of the phones in the conference are video phones,
allow them to exchange their video with each other, while having all of
the audio streams conferenced as usual.
2a.  The next step could be having each videophone "rotate" which stream
it was showing for a few seconds (20 seconds maybe?).  i.e. you could
have 3 video calls mixed with several audio-only calls.  Initially video
call #1 would show #2's image, #2 would show #3's image, #3 would show
#1's image for a few seconds, then rotate them by 1.  Of course you
don't need to show your own!  :)  Actually, ours has a
picture-in-picutre in the corner so you can see yourself all the time
anyway.
2b.  The other option instead of time-rotating the images would be to
try to show the image of whoever was talking.  That kind of sounds like
a pain to me, but maybe it's doable.
3.  The really fancy thing would be to have Asterisk decode all of the
video frames and create a 2x2 or 2x3 or 3x3 etc. mosaic, re-encode them
and send them to each client.  That REALLY sounds like a pain to me, but
again, maybe it's doable.
Right now I'd be pretty happy with 2a though.

- Matt



Message: 3
From: "Regovich, Timothy" <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Date: Fri, 30 Jan 2004 13:07:46 -0500
Subject: [Asterisk-Users] MeetMe Video option
Reply-To: [EMAIL PROTECTED]
Hello All:

Has anyone configured a meetme conference to use video?
 >I have successfully used video phones to talk through *, but I cannot seem
 >to get video when those phones dial into a meetme conference.
 >
 >Is there something else that I need to be doing other than set the "v" flag
on my extension for the meetme app?

Thanks,

 >Tim
 >
___
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] Re: MeetMe Video option

2004-01-30 Thread Jonathan Moore
Few pieces of info that might help us from re-inventing the wheel. What we are
all taking about has a name in video conferencing circles. It is called an MCU,
Multi Conferencing Unit. The OpenH323 project has an MCU called OpenMCU. Since
the H323 support in * is based on OpenH323 perhaps it would be possible to tie
in the OpenMCU into the MeetMe code. There is probably some lower level stuff
int he h323 channel stuff as well that details what codecs are supported. My
guess is that the * wrapper only advertises support for audio codecs which is
part of why the video drops out when transfering to a MeetMe conference.

The general mode of operation for an MCU is to key off of the audio signal. 2 x
2 grid is common with the video signals being sent from the currently active
audio channels, or most recently active. Or a single larger video of the
currently speaking source. This is the mode of OpenMCU. Some of the more
sophisticated MCU servers allow individual users to select which views they get.

I think this would be an extremely cool feature for * to support. I can think of
several potential clients I could snag with such a setup.
-- 
Jonathan Moore
Director of Technology
Winfield Public Schools
Office 620.221.5100
Fax 620.221.0508


Quoting John Todd <[EMAIL PROTECTED]>:

> Tim -
>I'm actually quite fond of the 2b solution in the video conference 
> tools I've used (notably, Polycomm) where the video switches or 
> camera pans depending on audio energy.  This could work quite well 
> with the existing features of "m" and "t".
> 
>A combination of blending an audio-energy and 2x2 matrix would also 
> be pretty slick, where maybe some callers would be "nailed-up" and 
> never would leave the matrix, but the remaining panels would 
> fluctuate based on last audio energy input.  It would lead to 
> interesting shouting matches in circumstances outside of "corporate" 
> use of videophone technology.  :-)
> 
>It's a shame that * doesn't have Solaris as a well-supported (at 
> all? anyone?) platform; there are the Sparc routines for fast video 
> transforms built into the Sparc processor chipset that could do 
> really cool and fast stuff for videoconferencing routines.
> 
>So, I'm waiting for the iChat video client software to be supported 
> via *; then I'll actually invest in the slick Apple firewire camera.
> 
> JT
> 
> 
> At 4:02 PM -0500 1/30/04, Regovich, Timothy wrote:
> >
> >So you are actually getting the video to come out though?
> >I am not getting any outbound video RTP traffic at all.  What settings do
> >you have?
> >
> >If I get a chance this weekend I will take a look at the implementation and
> >see what I can see.
> >The mosaic thing should be pretty easy actually (really, just a scaling of
> >each incoming stream and tiling them), but that won't work well for
> anything
> >bigger than a 2x2 matrix, considering the bandwidth limitations of most
> >users.
> >
> >Tim
> >
> >-Original Message-
> >From: [EMAIL PROTECTED]
> >[mailto:[EMAIL PROTECTED] On Behalf Of Matt Lawson
> >Sent: Friday, January 30, 2004 3:13 PM
> >To: [EMAIL PROTECTED]
> >Subject: [Asterisk-Users] Re: MeetMe Video option
> >
> >
> >That's one of the things that's been on our (1control, I have nothing to
> >do with Digium) wishlist/"to do" list that just hasn't gotten done yet.
> >
> >Currently, video in meetme is not supported.  What we experience is the
> >audio will conference with the other audio streams but the video just
> >freezes.  I was hoping to look into someday but I'm swamped with 1000
> >other things of higher priority.  I have been thinking though, of some
> >ways it could be supported, starting with the simplest and easiest:
> >
> >1.  First, if only 2 of the phones in the conference are video phones,
> >allow them to exchange their video with each other, while having all of
> >the audio streams conferenced as usual.
> >
> >2a.  The next step could be having each videophone "rotate" which stream
> >it was showing for a few seconds (20 seconds maybe?).  i.e. you could
> >have 3 video calls mixed with several audio-only calls.  Initially video
> >call #1 would show #2's image, #2 would show #3's image, #3 would show
> >#1's image for a few seconds, then rotate them by 1.  Of course you
> >don't need to show your own!  :)  Actually, ours has a
> >picture-in-picutre in the corner so you can see yourself all the time
> >anyway.
> >
> >2b.  The other option instead of time-rotating the images would be to
> >try to show the image of whoever was talking.  That kind of sounds like
> >a pain to me, but maybe it's doable.
> >
> >3.  The really fancy thing would be to have Asterisk decode all of the
> >video frames and create a 2x2 or 2x3 or 3x3 etc. mosaic, re-encode them
> >and send them to each client.  That REALLY sounds like a pain to me, but
> >again, maybe it's doable.
> >
> >Right now I'd be pretty happy with 2a though.
> >
> >- Matt
> >
> >
> >
> >>Message: 3
> >>From: "Regovich, Timothy" <[E

Re: [Asterisk-Users] RE: Meetme with video???

2004-12-17 Thread Shidan Gouran
I'm interested in working on this project, please contact me if you
plan or are actually working on this and we can probably coordinate
something here.

Regards,
Shidan 
shidan at gmail

On Fri, 17 Dec 2004 09:05:13 -0500, Noah Miller <[EMAIL PROTECTED]> wrote:
> > I wonder if there is an application available, what would
> > allow me to have a conference call (meetme) with video.
> 
> Nope, AFAIK there's nothing yet.  There is a bounty of $2000 for this 
> functionality:
> 
> http://www.voip-info.org/tiki-index.php?page=Asterisk+bounty+Meet+Me+video+conferencing
> 
> You can add to this bounty, if you want.  I'm trying to convince the money 
> people at my company that we should add $500 to this.
> 
> BTW: Is anybody working on this?
> 
> ___
> 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] RE: Meetme with video???

2004-12-18 Thread dean collins
Hi Noah, I have been contacted by 2 people but nothing so far. If you
want to add $500 please email me your details and I'll add it to the
wiki to co-ordinate this.

I agree I'm really surprised why no one has shown more of an interest in
video calls on asterisk yet.


Cheers,
Dean



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Noah
Miller
Sent: Friday, December 17, 2004 9:05 AM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] RE: Meetme with video???

> I wonder if there is an application available, what would 
> allow me to have a conference call (meetme) with video.

Nope, AFAIK there's nothing yet.  There is a bounty of $2000 for this
functionality:

http://www.voip-info.org/tiki-index.php?page=Asterisk+bounty+Meet+Me+vid
eo+conferencing

You can add to this bounty, if you want.  I'm trying to convince the
money people at my company that we should add $500 to this.

BTW: Is anybody working on this?

___
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] RE: Meetme with video???

2004-12-18 Thread Jim Van Meggelen
[EMAIL PROTECTED] wrote:
> Hi Noah, I have been contacted by 2 people but nothing so
> far. If you want to add $500 please email me your details and
> I'll add it to the wiki to co-ordinate this.
> 
> I agree I'm really surprised why no one has shown more of an
> interest in video calls on asterisk yet.

It is certainly worthy of discussion, but perhaps not really that
surprising; video has been the next big thing in telephony since the
50s. I think the price of entry has always scared folks off, not to
mention that the kind of bandwidth and horsepower required by video
makes audio seem a piece of cake. But I think the real barrier with
video is the cultural environment.

We have certain expectations when we're seeing video: years of
television has trained us to expect a certain level of production. This
means that video connections come with certain cultural expectations
that audio does not.

Please understand that I'm not saying video is bad, or useless, or
unimportant, or whatever. I'm just observing the fact that the industry
has been promising that video will be the standard in communication for
over fifty years, and people still love their telephones. Consider: I
could have a business conversation with you right now over the
telephone, but as I'm still in my underwear, a video conversation would
not be fun for you at all!

The interest is there, but perhaps everyone's got enough to do with
audio to get into worrying about video just yet. It's not that no one
wants it, it's more a matter of priorities.

Again, I'm not trying to put a value judgement on it, merely to
speculate on why the interest is not as high as one might expect.

Regards,

Jim.


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Noah Miller
> Sent: Friday, December 17, 2004 9:05 AM
> To: [EMAIL PROTECTED]
> Subject: [Asterisk-Users] RE: Meetme with video???
> 
>> I wonder if there is an application available, what would
>> allow me to have a conference call (meetme) with video.
> 
> Nope, AFAIK there's nothing yet.  There is a bounty of $2000 for this
> functionality: 
> 
>
http://www.voip-info.org/tiki-index.php?page=Asterisk+bounty+Meet+Me+vid
> eo+conferencing
>
> You can add to this bounty, if you want.  I'm trying to convince the
> money people at my company that we should add $500 to this. 
>
> BTW: Is anybody working on this?
> 


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.0 - Release Date: 17/12/2004
 

___
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] RE: Meetme with video???

2004-12-18 Thread dean collins
Hi Tom, thanks for the heads up, it looks interesting but I'm not sure
whether it would be easier for someone to start from scratch rather than
modify reflector.

I have found these 2 links
http://www.geektimes.com/michael/CU-SeeMe/faqs/reflectors.html 
https://sourceforge.net/projects/cuseeme/


Cheers,
Dean


-Original Message-
From: Tom Chandler [mailto:[EMAIL PROTECTED] 
Sent: Saturday, December 18, 2004 12:03 PM
To: dean collins
Subject: Fw: [Asterisk-Users] RE: Meetme with video???

Dean,
I read this with great interest, much as you have.  My question is there
has
been software GPL on the
net for several years that support this type of application.  I used
with
cu-see-me.  It is called a
reflector, written in "C", and allows both voice and video as in a
meetme
conference.

I am NOT strong in C, but someone who is could take some of this
existing
code and put it
into Asterisk.  A lot of the work has already been done, now to include
it
in Asterisk.

If you need more information, please let me know.  I think I have the
source
on this software
somewhere here.  Development stopped about two years ago.

Tom Chandler

- Original Message -
From: "dean collins" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"
<[EMAIL PROTECTED]>
Sent: Saturday, December 18, 2004 10:37 AM
Subject: RE: [Asterisk-Users] RE: Meetme with video???


> Hi Noah, I have been contacted by 2 people but nothing so far. If you
> want to add $500 please email me your details and I'll add it to the
> wiki to co-ordinate this.
>
> I agree I'm really surprised why no one has shown more of an interest
in
> video calls on asterisk yet.
>
>
> Cheers,
> Dean
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Noah
> Miller
> Sent: Friday, December 17, 2004 9:05 AM
> To: [EMAIL PROTECTED]
> Subject: [Asterisk-Users] RE: Meetme with video???
>
> > I wonder if there is an application available, what would
> > allow me to have a conference call (meetme) with video.
>
> Nope, AFAIK there's nothing yet.  There is a bounty of $2000 for this
> functionality:
>
>
http://www.voip-info.org/tiki-index.php?page=Asterisk+bounty+Meet+Me+vid
> eo+conferencing
>
> You can add to this bounty, if you want.  I'm trying to convince the
> money people at my company that we should add $500 to this.
>
> BTW: Is anybody working on this?
>
> ___
> 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
>
>
> ---
> Scanned by Bayou Internet for all known viruses.
> http://www.bayou.com
>
>


___
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] RE: Meetme with video???

2004-12-19 Thread Florian Overkamp
Hi, 

> -Original Message-
> Hi Noah, I have been contacted by 2 people but nothing so far. If you
> want to add $500 please email me your details and I'll add it to the
> wiki to co-ordinate this.
> 
> I agree I'm really surprised why no one has shown more of an 
> interest in
> video calls on asterisk yet.

I have been looking at video with asterisk but it is unfortunately not high
enough on my priorities list to really add to this either from a cash or
resource point of view. I do hope this will evolve in some way though...

Florian


___
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] RE: Meetme with video???

2004-12-19 Thread Ronald Wiplinger
Florian Overkamp wrote:
Hi, 

 

-Original Message-
Hi Noah, I have been contacted by 2 people but nothing so far. If you
want to add $500 please email me your details and I'll add it to the
wiki to co-ordinate this.
I agree I'm really surprised why no one has shown more of an 
interest in
video calls on asterisk yet.
   

I have been looking at video with asterisk but it is unfortunately not high
enough on my priorities list to really add to this either from a cash or
resource point of view. I do hope this will evolve in some way though...
Florian
 


I am not in the position to finance it yet, but I can tell you what I 
found out about the business model.
In Taiwan English learning is the number one of income
Every school teaches English with more or less good teachers.
Even adults are now trying to catch up with English, so that they do not 
appear as stupid beside their kids.
ADSL is in each household with at leas 2M/256k, VoIP is also used.
If we can make classrooms with phones, for people who just want to talk 
and we could add video for the ones who could afford it.
Classrooms could be used more or less 18 hours per day
Video is one thing what makes the class more attractive. The second is a 
whiteboard and push urls, 

Again, I would love to be in the position to pay for such application 
based on Asterisk, but unfortunately I am not (yet)
However, if I hear more details from people who are able to make it 
possible, I might be able to get the foundings for it.

bye
Ronald
___
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] Re: MeetMe and ChannelRedirect

2007-05-17 Thread Andrew Furey

On 17/05/07, Tony Mountifield <[EMAIL PROTECTED]> wrote:

In article <[EMAIL PROTECTED]>,
Rafael Vidal Aroca <[EMAIL PROTECTED]> wrote:
> i'm trying to implement the following scenario:
>
> - A user calls number 700
> - Asterisk then dials to extensions 100, 200, 300, 400 and 500
> - And then bridges all calls to a conference room
>
> I tried to use MeetMe and ChannelRedirect, but seems that after
> channel redirect nothing more is executed. So, this seem to work for the
> caller and first called, but the others stay outside.
>
> Could anyone help or give me a hint?

The way I did this kind of thing was like this:

1. Extension 700 calls an AGI script which generates a .call file in
/var/spool/asterisk/outgoing for each of the calls to the other extensions.
Extension 700 then drops into the Meetme room to wait for the others.

2. Each call file specifies a Local channel to make the call to the
extension,
and uses the Context, Extension and Priority fields to direct the answered
call into the Meetme room.

If any of the calls to the other extensions fails (e.g. busy), you don't get
any notification of that. If you want such notification, you will need to
get a lot more complex, probably involving a controlling process using the
Manager API.

Hope this helps.

Cheers
Tony
--
Tony Mountifield
Work: [EMAIL PROTECTED] - http://www.softins.co.uk
Play: [EMAIL PROTECTED] - http://tony.mountifield.org
___
--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




--
Linux supports the notion of a command line or a shell for the same
reason that only children read books with only pictures in them.
Language, be it English or something else, is the only tool flexible
enough to accomplish a sufficiently broad range of tasks.
 -- Bill Garrett
___
--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] Re: MeetMe and ChannelRedirect

2007-05-17 Thread Andrew Furey

On 17/05/07, Andrew Furey <[EMAIL PROTECTED]> wrote:


[nothing]


Ugh, what happened there? must have clicked the wrong button. Sorry
for the noise folks.

Andrew

--
Linux supports the notion of a command line or a shell for the same
reason that only children read books with only pictures in them.
Language, be it English or something else, is the only tool flexible
enough to accomplish a sufficiently broad range of tasks.
 -- Bill Garrett
___
--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] Re: MeetMe Dialplan question

2006-01-21 Thread Koopmann, Jan-Peter
Hi Tony,

> Look at the option 'G(context^exten^pri)' in the Dial application.

Thanks for the hint but I am not sure if this will help me. Either I am
too blind to see the solution or I stated the question in an unclear
way. :-) What I want is this:

1. Customer calls me or I call customer.
2. In the middle of the call I decide to get an additional collegues in
the call.

Usually I would put the first call on hold, call the collegue and then
press the conference button on my SNOM 360. Unfortunatly there seems to
be a problem with the SNOMs and Asterisk 1.2.x since audio on those
conferences get distorted after a few seconds. Therefore I need a
substitution for this using MeetMe. I thought about this:

3. I transfer the call to my "personal" MeetMe room. In this step I
would like not only the customer but also me to be connected to the
MeetMe room automatically. Basically I can continue to chat with the
customer without him noticing anything.

4. I now put the call on hold and call the collegue. If he wants to join
I simply transfer him to the room as well and can continue to do so with
other collegues. In order to return to the conference myself I now do
not need to call the conference number myself but simply return to the
call created in step 3.


With the exception of step 3 everything seems easy. How can I solve this
with the G-option?

> Specifying the 'q' flag to MeetMe disables it. However, it also
> disables all the enter/exit sounds and so on, so if you still want
> those you will have to either:  

Yep found that but as you said it disables all sounds.

> - edit the code to provide another option to turn off that message, or

Can't be too hard. I will have a look at the code an provide a patch.

> - replace the sound file conf-onlyperson.gsm with a file of zero
>   duration (not necessarily just an empty file - it might still need
> a header). 

Since I want this for usual conferences this is not an option I guess.
:-)


Kind regards,
  JP
___
--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] Re: MeetMe Dialplan question

2006-01-21 Thread Koopmann, Jan-Peter
On Saturday, January 21, 2006 1:44 PM Tony Mountifield wrote: 

> - edit the code to provide another option to turn off that message, or

http://bugs.digium.com/view.php?id=6316


Regards,
  JP
___
--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] Re: MeetMe Dialplan question

2006-01-21 Thread Koopmann, Jan-Peter

> I think the solution needs a little more thinking about

I am reliefed. I almost thought I had missed something that obvious... 
___
--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] Re: Meetme option 'b'

2005-12-02 Thread John Daragon

Tony Mountifield wrote:

In article <[EMAIL PROTECTED]>, John Daragon <[EMAIL PROTECTED]> wrote:


Hi;

I've been looking for an arbitrary way of discovering when the last
user has left a Meetme conference...

It occurred to me that I could launch an agi script to keep watch over
the conference and do something when the user count reaches zero... And
of course, I can do that directly from the dialplan.

But I was looking at app_meetme, and the docs say:


*  'b' — run AGI script specified in ${MEETME_AGI_BACKGROUND}


  o Default: conf-background.agi (Note: This does not work
with non-Zap channels in the same conference)


I can't see anything in the code to explain this; does anyone understand 
why it might be ?



To explain which part? That it doesn't work with non-Zap channels?

For Zap channels, the mixing is automatically done at the driver level
once MeetMe has told the driver which channels to mix.

For a non-Zap channel, a proxy Zap channel (pseudo) is created to
participate in the driver-level mix. The meetme thread on the channel
then enters a loop to copy audio back and forth between the non-Zap
channel and the proxy pseudo-channel.

When an AGI background script is specified, it runs INSTEAD OF the
copying loop mentioned above. Therefore there is nothing to move the
audio to and from the non-Zap channel.

Hope this helps!



It does, indeed !  Thanks for the succinct explanation.

I owe you a beer.

jd

--

John Daragon  [EMAIL PROTECTED]
argv[0] limited
Lambs Lawn Cottage,  Staple Fitzpaine,  Taunton,  TA3 5SL,  UK
v +44 (0) 1460 234068   f +44 (0) 1460 234069   m +44 (0) 7836 576127


___
--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] Re: Meetme Conference-reg

2005-11-07 Thread Bartosz Piec

Tony Mountifield napisał(a):

You need to get, build and install zaptel on your system, and then
rebuild Asterisk.


ztdummy is enough?

Will building Asterisk break something in my working installation? :)

--
Best regards,
Bartosz Piec
___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Re: Meetme Conference-reg

2005-11-07 Thread trixter aka Bret McDanel
On Mon, 2005-11-07 at 10:07 +0100, Bartosz Piec wrote:
> Tony Mountifield napisał(a):
> > You need to get, build and install zaptel on your system, and then
> > rebuild Asterisk.
> 
> ztdummy is enough?
> 
it is for app_meetme, you just need a timing source that is external.

app_conference doesnt require this however, but  there are some
limitations, such as no dtmf while in the conference (exiting, admin
menu, etc).

-- 
Trixter http://www.0xdecafbad.com Bret McDanel
UK +44 870 340 4605   Germany +49 801 777 555 3402
US +1 360 207 0479 or +1 516 687 5200
FreeWorldDialup: 635378


signature.asc
Description: This is a digitally signed message part
___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Re: Meetme Conference-reg

2005-11-07 Thread pdhales
No - just make sure you DO NOT type make samples.

regards,

Jenn

- Original Message - 
From: "Bartosz Piec" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"

Sent: Monday, November 07, 2005 8:07 PM
Subject: Re: [Asterisk-Users] Re: Meetme Conference-reg


> Tony Mountifield napisał(a):
> > You need to get, build and install zaptel on your system, and then
> > rebuild Asterisk.
>
> ztdummy is enough?
>
> Will building Asterisk break something in my working installation? :)
>
> -- 
> Best regards,
> Bartosz Piec
> ___
> --Bandwidth and Colocation sponsored by Easynews.com --
>
> 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
>

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

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] Re: Meetme Conference-reg

2005-11-07 Thread Bartosz Piec

Tony Mountifield napisał(a):

ztdummy is only a device driver. You also need the zaptel module.


And this is this: 
http://ftp.digium.com/pub/zaptel/zaptel-1.0.9.2.tar.gz, right? I'm using 
1.0.9 version.



Will building Asterisk break something in my working installation? :)


Not if you do it properly and with understanding.


Backuping /etc/asterisk is enough?

--
Best regards,
Bartosz Piec
___
--Bandwidth and Colocation sponsored by Easynews.com --

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] Re: MeetMe Listen Only flag (|m)

2006-01-18 Thread Patrick
On Wed, 2006-01-18 at 11:05 +, Tony Mountifield wrote:
[snip]
> I reworked the muting logic, and changed MeetMe so that an 'l' flag meant
> listen-only (like the current 'm'), and an 'm' flag meant initially-muted.
> 
> I also put in Manager Events to inform when a user was muted or unmuted.
> 
> I should tidy it up and submit it, but haven't got round to it :-(

Your patch is a nice enhancement so if you could find the time to submit
it that would be great (hopefully compatible with the 1.2 branch too :)

Regards,
Patrick
___
--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] Re: MeetMe Listen Only flag (|m)

2006-01-18 Thread Dan Austin
Tony wrote:
> I needed the same functionality. There wasn't a way to do it in the
> current version of MeetMe. Also, the current muting logic is a bit 
> of a mess.
I concur.

> I reworked the muting logic, and changed MeetMe so that an 'l' flag 
> meant listen-only (like the current 'm'), and an 'm' flag meant
> initially-muted.
Now that's an idea I think I could impliment...

> I also put in Manager Events to inform when a user was muted or 
> unmuted.

> I should tidy it up and submit it, but haven't got round to it :-(
Let us know if you can.  I'm already maintaining a grocery list
of patches to make MeetMe viable in my orginization, so one more
won't kill me.

Dan
___
--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] RE: MeetMe freezes machine with Junghanns

2006-03-23 Thread BJ Weschke
On 3/23/06, Brent Torrenga <[EMAIL PROTECTED]> wrote:
> Dollars to donuts it is related to these two posts, but no one seems to know
> where or why it happens - this issue doesn't seem to be related to one
> specific piece of hardware:
>
> Post 1)
>
> *
> Anyone ever seen MeetMe cause * to crash? Specifically, it happens
> consistantly if someone begins to enter a conference and then decides to
> hangup while Allison is introducing them - like playing back
> "conf-onlyperson". This has been seen with the MeetMe participant connecting
> via IAX and SIP (not saying it doesn't happen with Zap, just that I haven't
> seen it).
>
> The box is * 1.2.5, Zaptel 1.2.4, a TDM400P loaded with 3xFXO cards,
> Mandriva 2006 Free.
>
> Symptoms of the crash: once the participant hangs up, the CLI seems to
> freeze. One more call instance can be initiated, and the system will seize
> within seconds (for instance, an audio prompt will deteriorate and then stop
> dead). This behavior reminds me of the memory leak issue and time bomb bug,
> perhaps they do the same damage as this.
>
> Solution right now is to disable MeetMe, which isn't a solution as much as
> an amputation. Anyways, here is the CLI output, note the WARNING:
>
> alpha*CLI>
> -- Executing Goto("SIP/Brent_ring-4473", "conferences|900|1") in new stack
> -- Goto (conferences,900,1)
> -- Executing MeetMe("SIP/Brent_ring-4473", "900|sMi|1234") in new stack ==
> Parsing '/etc/asterisk/meetme.conf': Found
> -- Created MeetMe conference 1023 for conference '900'
> -- Recording
> -- Playing 'vm-rec-name' (language 'en') Mar 15 16:44:38 WARNING[24014]:
> file.cL584 ast_readaudio_callback: Failed to write frame
> -- Playing 'conf-onlyperson' (language 'en') Alpha*CLI>
> *
>
> Post 2)
>
> *
> Thank you for the hint. Now finaly I can 100% reproduce the problem. Yes, if
> I hang up during Playing 'conf-onlyperson' my machine freezes. It's not a
> GSM Enconding problem as I suspected first, this happens with every
> encoding.
>
> magma*CLI>
>-- Executing Answer("SIP/11-9d7c", "") in new stack
>-- Executing MeetMe("SIP/11-9d7c", "555") in new stack
>-- Created MeetMe conference 1023 for conference '555'
>-- Playing 'conf-onlyperson' (language 'de') magma*CLI>
>
> Freeze!
>

 There's been two very recent commits (one less than an hour ago) that
may very well correct your issues.

--
Bird's The Word Technologies, Inc.
http://www.btwtech.com/
___
--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] RE: MeetMe freezes machine with Junghanns

2006-03-24 Thread Henning Holtschneider
On Thursday 23 March 2006 22:14, BJ Weschke wrote:

>  There's been two very recent commits (one less than an hour ago) that
> may very well correct your issues.

The patch at http://bugs.digium.com/view.php?id=5884 fixes the problem!

Cheers,
Henning Holtschneider
--
LocaNet oHG - http://www.loca.net
Lindemannstrasse 81, D-44137 Dortmund
tel +49 231 91596-25, fax +49 231 91596-55


pgpoDln7bEb6t.pgp
Description: PGP signature
___
--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] Re: MeetMe - new e and E flags?

2004-04-15 Thread Tilghman Lesher
On Thursday 15 April 2004 03:01, Tony Mountifield wrote:
> In article <[EMAIL PROTECTED]>,
>
> Tilghman Lesher <[EMAIL PROTECTED]> wrote:
> > If it's a pin-required conference, you will hear the conference
> > number prior to being prompted to enter the associated pin. 
> > Obviously, in this case, any such conference would be static, so
> > the pin would be pre-assigned in the config file.  This might be
> > useful if you ran a number of conferences, but did not want just
> > anybody to be able to access them (i.e. in order to access the
> > conferences, possibly dial-able from anywhere, you had to know
> > the associated pin).
> >
> > You can also select an empty dynamic conference, with pin, by
> > combining the flags 'eD', in which case you will be told the
> > conference number prior to you specifying the pin.  Or you could
> > simply select an empty dynamic conference (no pin), with flags
> > 'ed'.
>
> I'm trying hard to understand the usefulness of these features. It
> looks like, from what I've read here, if you dial an extension that
> routes to MeetMe(e), it will put you in an empty conference and
> tell you the number. Presumably for anyone else to join the same
> conference, you then have to tell them the number, e.g. by email,
> IM or another phone call, and they then have to dial a different
> extension which routes to MeetMe(without e). And if the empty
> conference also has a PIN, does the first user need a list of
> conference numbers to PINs so he can enter the correct PIN when
> told the conference number?

That's an administrative matter, not a detail of implementation.  You
could, of course, have the same PIN for multiple conferences.

> This all seems rather cumbersome, and I haven't had the chance to
> experiment with this feature yet, so the above probably highlights
> both (a) my lack of understanding, and (b) the lack of
> documentation!

If the feature doesn't make any sense to you, then don't use it.  For
a customer of ours, though, it was necessary to have this feature.

I would suggest actually trying out the feature a couple times, if
your goal is to learn how to use it.

-Tilghman

___
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] Re: MeetMe + IAX2 + Asterisk 1.2.18 = calls dropped

2007-04-26 Thread Dave Miller
Tony Mountifield wrote on 4/26/07 12:26 PM:
> In article <[EMAIL PROTECTED]>,
> Dave Miller <[EMAIL PROTECTED]> wrote:
>> We upgraded our asterisk server to 1.2.18 last night to pick up the
>> security update.  Since then, any calls coming in on IAX2 links get
>> dropped if they try to enter a MeetMe conference room.
>>
>> The log shows this:
>>
>> Apr 26 08:33:16 NOTICE[27362]: chan_iax2.c:3167 iax2_read: I should
>> never be called! Hanging up.
>>
>> I've temporarily worked around it by switching our inbound provider to
>> use SIP instead of IAX, but that's not an ideal solution.
> 
> What was the last version that successfully worked for you?

1.2.17.  But the problem has been found and fixed (see my other post)

-- 
Dave Miller   http://www.justdave.net/
System Administrator, Mozilla Corporation  http://www.mozilla.com/
Project Leader, Bugzilla Bug Tracking System  http://www.bugzilla.org/
___
--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] Re: MeetMe 'i' option not working correctly?

2006-03-19 Thread Dinesh Nair


On 03/09/06 16:41 Tony Mountifield said the following:

In article <[EMAIL PROTECTED]>,
Jon Webster <[EMAIL PROTECTED]> wrote:


I'm running 2.4.5 and app_meetme never plays conf-hasleft or
conf-hasjoined with user names. I looked at app_meetme.c, but couldn't
determine the cause. Any suggestions are greatly appreciated.

exten => 600,1,MeetMe(600|i) I get the following:

 -- Executing MeetMe("SIP/jon-21f8", "600|aciMps") in new stack
 == Parsing '/etc/asterisk/meetme.conf': Found
Mar  8 06:13:53 WARNING[5197]: channel.c:2535 ast_request: No channel
type registered for 'zap'
Mar  8 06:13:53 WARNING[5197]: app_meetme.c:461 build_conf: Unable to
open pseudo channel - trying device



The above messages indicate that chan_zap.so isn't loaded. Possibly it
isn't even built. You need to build *and install* zaptel before starting
to build Asterisk. Asterisk will find the zaptel libraries and will
build chan_zap.


MeetMe requires a timing device, you'd need either a zaptel line card or to 
load ztdummy to provide pseudo timing.


--
Regards,   /\_/\   "All dogs go to heaven."
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo "The opinions here in no way reflect the opinions of my $a $b."  |
| done; done  |
+=+
___
--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] Re: Meetme... No channel type registered for'zap'

2006-10-25 Thread Douglas Garstang
> -Original Message-
> From: Tzafrir Cohen [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 25, 2006 10:18 AM
> To: asterisk-users@lists.digium.com
> Subject: Re: [asterisk-users] Re: Meetme... No channel type registered
> for'zap'
> 
> 
> On Wed, Oct 25, 2006 at 10:06:02AM -0600, Douglas Garstang wrote:
> > > -Original Message-
> > > From: Tony Mountifield [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, October 25, 2006 1:26 AM
> > > To: asterisk-users@lists.digium.com
> > > Subject: [asterisk-users] Re: Meetme... No channel type 
> registered for
> > > 'zap'
> > > 
> > > 
> > > In article 
> > > <[EMAIL PROTECTED]>,
> > > Douglas Garstang <[EMAIL PROTECTED]> wrote:
> > > > Kristian,
> > > >  
> > > > I don't have any zap hardware What do I put in 
> > > zaptel.conf if I don't have any hardware?
> > > > On some other systems we have, with chan_zap not loaded, 
> > > and no zaptel.conf (running
> > > > 1.2.9.1), meetme runs fine. This system with the problem 
> > > has 1.2.12.1. I wonder if something
> > > > was changed?
> > > 
> > > Doug, it sounds to me like you don't have the /dev/zap 
> device files.
> > > 
> > > Do you have the file 
> /etc/udev/permissions.d/zaptel.permissions and
> > > /etc/udev/rules.d/zaptel.rules installed?
> > 
> > Tony, I don't have /etc/udev/permissions.d/, but I do have 
> the other file.
> > 
> > demeter:(acd1)ipt # ls -l /etc/udev/rules.d/zaptel.rules
> > -r--r--r--  1 root root 498 Oct 24 15:50 
> /etc/udev/rules.d/zaptel.rules
> 
> And its contents is?

Contents are:

demeter:(acd1)ipt # cat /etc/udev/rules.d/zaptel.rules
# zaptel devices with ownership/permissions for running as non-root
KERNEL=="zapctl", NAME="zap/ctl", OWNER="asterisk", GROUP="asterisk", 
MODE="0660"
KERNEL=="zaptimer", NAME="zap/timer", OWNER="asterisk", GROUP="asterisk", 
MODE="0660"
KERNEL=="zapchannel", NAME="zap/channel", OWNER="asterisk", GROUP="asterisk", 
MODE="0660"
KERNEL=="zappseudo", NAME="zap/pseudo", OWNER="asterisk", GROUP="asterisk", 
MODE="0660"
KERNEL=="zap[0-9]*", NAME="zap/%n", OWNER="asterisk", GROUP="asterisk", 
MODE="0660"

> But do you actually have the channels? Anything in /dev/zap ? Anything
> in /sys/class/zaptel ? Specifically pseudo/zapseudo .

Do I have the channels? No, I don't think so. I don't have any zap hardware 
installed. That's why I am using ztdummy.

demeter:(acd1)ipt # ls -l /dev/zap
total 0
crw-rw  1 root root 196, 254 Oct 24 16:01 channel
crw-rw  1 root root 196,   0 Oct 24 16:01 ctl
crw-rw  1 root root 196, 255 Oct 24 16:01 pseudo
crw-rw  1 root root 196, 253 Oct 24 16:01 timer

demeter:(acd1)ipt # ls -l /sys/class/zaptel
total 0
drwxr-xr-x  2 root root 0 Oct 24 16:01 zapchannel
drwxr-xr-x  2 root root 0 Oct 24 16:01 zapctl
drwxr-xr-x  2 root root 0 Oct 24 16:01 zappseudo
drwxr-xr-x  2 root root 0 Oct 24 16:01 zaptimer

Doug
___
--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] Re: Meetme and Sipura SPA-941 - badjitter/distortion

2005-12-08 Thread Ryan Booz
It might be.  I'm going to work with one of the remote users again tomorrow
to see if we can get it working better.  You're also right that the PSTN
calls don't hear the echo, INSTEAD I hear a faint "static/waves on a beach"
sound whenever I talk though a PSTN set through the system to this user.
Pushing the packet size back to .03 makes direct calls better, but then
MeetMe goes screwy again.  ARG!  :-)

Anyone have experience with the mentioned fix at:
http://bugs.digium.com/view.php?id=5374 and Asterisk 1.2?  Does it make call
quality difference with SIP?  I read the whole thing thinking it was going
to end up saying this was a 1.2 feature, but looks like it got pushed to
1.3.  Thoughts?

Ryan Booz
Director of IT
Good Steward Software, LLC
111 Sowers Street, Suite 400
State College, PA 16801
Phone: 877-327-3702 x.26 (814-237-3744 x.26)
Fax: 719-623-0577
Visit us at www.energycap.com

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wolfgang S.
Rupprecht
Sent: Thursday, December 08, 2005 4:27 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Re: Meetme and Sipura SPA-941 -
badjitter/distortion


"Ryan Booz" <[EMAIL PROTECTED]> writes:
> Now, however, there is a (very) slight echo introduced into any calls made
> to this extension.  So obviously the way that the phone sends packets is
> causing some issues.  Anyone have a resource or guide to point me to on
best
> way to debug packet transmission for good calls?

Are you sure the echo isn't acoustic echo from the handset itself?

Its older sibling, the SPA-841 was really bad in this regard.  On a
purely sip call between two SPA-841's, if you bumped the earphone gain
past halfway on the display the other side would invariably complain
about the echo.  I always wanted to fill the Sipura handset with
modeling clay and see if that helped things any.

(The echo was only a problem on direct sip-to-sip calls.  Any calls
going into the PSTN seemed to always be processed by an echo-can, so
it wasn't noticed there.)

-wolfgang
-- 
Wolfgang S. Rupprechthttp://www.wsrcc.com/wolfgang/
Direct SIP URL Dialing: http://www.wsrcc.com/wolfgang/phonedirectory.html
___
--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


RE: [Asterisk-Users] Re: Meetme and Sipura SPA-941 -badjitter/distortion

2005-12-08 Thread Dan Austin
> It might be.  I'm going to work with one of the remote users again
tomorrow
> to see if we can get it working better.  You're also right that the
PSTN
> calls don't hear the echo, INSTEAD I hear a faint "static/waves on a
beach"
> sound whenever I talk though a PSTN set through the system to this
user.
> Pushing the packet size back to .03 makes direct calls better, but
then
> MeetMe goes screwy again.  ARG!  :-)


> Anyone have experience with the mentioned fix at:
> http://bugs.digium.com/view.php?id=5374 and Asterisk 1.2?  Does it
make call
> quality difference with SIP?  I read the whole thing thinking it was
going
> to end up saying this was a 1.2 feature, but looks like it got pushed
to
> 1.3.  Thoughts?

That patch and bug does help quite a few scenarios, but they won't help
with this problem.  MeetMe strictly assumes 20ms audio in 1.2.0.
Earlier
releases would and could process larger payloads, but the method used
was identified as a source of increasing delay.  The buffering used in
1.2.0 to send and receive audio packets from the zaptel mixing engine
now drops anything past the initial 20ms.

Check out http://bugs.digium.com/view.php?id=5697 for one possible
fix.

Dan
___
--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] Re: Meetme and Sipura SPA-941-badjitter/distortion

2005-12-09 Thread Ryan Booz
Dan, thank you for the pointer.  I read through the whole thing and will
potentially try this next week.  I'll post back with any thoughts.

Thanks!

Ryan Booz
Director of IT
Good Steward Software, LLC
111 Sowers Street, Suite 400
State College, PA 16801
Phone: 877-327-3702 x.26 (814-237-3744 x.26)
Fax: 719-623-0577
Visit us at www.energycap.com
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dan Austin
Sent: Thursday, December 08, 2005 6:53 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] Re: Meetme and Sipura
SPA-941-badjitter/distortion

> It might be.  I'm going to work with one of the remote users again
tomorrow
> to see if we can get it working better.  You're also right that the
PSTN
> calls don't hear the echo, INSTEAD I hear a faint "static/waves on a
beach"
> sound whenever I talk though a PSTN set through the system to this
user.
> Pushing the packet size back to .03 makes direct calls better, but
then
> MeetMe goes screwy again.  ARG!  :-)


> Anyone have experience with the mentioned fix at:
> http://bugs.digium.com/view.php?id=5374 and Asterisk 1.2?  Does it
make call
> quality difference with SIP?  I read the whole thing thinking it was
going
> to end up saying this was a 1.2 feature, but looks like it got pushed
to
> 1.3.  Thoughts?

That patch and bug does help quite a few scenarios, but they won't help
with this problem.  MeetMe strictly assumes 20ms audio in 1.2.0.
Earlier
releases would and could process larger payloads, but the method used
was identified as a source of increasing delay.  The buffering used in
1.2.0 to send and receive audio packets from the zaptel mixing engine
now drops anything past the initial 20ms.

Check out http://bugs.digium.com/view.php?id=5697 for one possible
fix.

Dan
___
--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


RE: [asterisk-users] Re: Meetme... No channel type registered for 'zap'

2006-10-25 Thread Douglas Garstang
> -Original Message-
> From: Tony Mountifield [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 25, 2006 1:26 AM
> To: asterisk-users@lists.digium.com
> Subject: [asterisk-users] Re: Meetme... No channel type registered for
> 'zap'
> 
> 
> In article 
> <[EMAIL PROTECTED]>,
> Douglas Garstang <[EMAIL PROTECTED]> wrote:
> > Kristian,
> >  
> > I don't have any zap hardware What do I put in 
> zaptel.conf if I don't have any hardware?
> > On some other systems we have, with chan_zap not loaded, 
> and no zaptel.conf (running
> > 1.2.9.1), meetme runs fine. This system with the problem 
> has 1.2.12.1. I wonder if something
> > was changed?
> 
> Doug, it sounds to me like you don't have the /dev/zap device files.
> 
> Do you have the file /etc/udev/permissions.d/zaptel.permissions and
> /etc/udev/rules.d/zaptel.rules installed?

Tony, I don't have /etc/udev/permissions.d/, but I do have the other file.

demeter:(acd1)ipt # ls -l /etc/udev/rules.d/zaptel.rules
-r--r--r--  1 root root 498 Oct 24 15:50 /etc/udev/rules.d/zaptel.rules

> 
> What Linux distro are you using?

I'm using Gentoo Linux, and have been for a number of months. This is the first 
time this problem has cropped up. If I have ztdummy installed, why do I need 
the device files? Isn't that what ztdummy is supposed to do?

Doug.

___
--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] Re: Meetme... No channel type registered for 'zap'

2006-10-25 Thread Tzafrir Cohen
On Wed, Oct 25, 2006 at 10:06:02AM -0600, Douglas Garstang wrote:
> > -Original Message-
> > From: Tony Mountifield [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, October 25, 2006 1:26 AM
> > To: asterisk-users@lists.digium.com
> > Subject: [asterisk-users] Re: Meetme... No channel type registered for
> > 'zap'
> > 
> > 
> > In article 
> > <[EMAIL PROTECTED]>,
> > Douglas Garstang <[EMAIL PROTECTED]> wrote:
> > > Kristian,
> > >  
> > > I don't have any zap hardware What do I put in 
> > zaptel.conf if I don't have any hardware?
> > > On some other systems we have, with chan_zap not loaded, 
> > and no zaptel.conf (running
> > > 1.2.9.1), meetme runs fine. This system with the problem 
> > has 1.2.12.1. I wonder if something
> > > was changed?
> > 
> > Doug, it sounds to me like you don't have the /dev/zap device files.
> > 
> > Do you have the file /etc/udev/permissions.d/zaptel.permissions and
> > /etc/udev/rules.d/zaptel.rules installed?
> 
> Tony, I don't have /etc/udev/permissions.d/, but I do have the other file.
> 
> demeter:(acd1)ipt # ls -l /etc/udev/rules.d/zaptel.rules
> -r--r--r--  1 root root 498 Oct 24 15:50 /etc/udev/rules.d/zaptel.rules

And its contents is?

But do you actually have the channels? Anything in /dev/zap ? Anything
in /sys/class/zaptel ? Specifically pseudo/zapseudo .

-- 
Tzafrir Cohen   iax:[EMAIL PROTECTED]/tzafrir
icq#16849755   mailto:[EMAIL PROTECTED] 
+972-50-7952406  jabber:[EMAIL PROTECTED]
 http://www.xorcom.com 
___
--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] Re: Meetme... No channel type registered for 'zap'

2006-10-25 Thread Douglas Garstang
> -Original Message-
> From: Tony Mountifield [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 25, 2006 11:10 AM
> To: asterisk-users@lists.digium.com
> Subject: [asterisk-users] Re: Meetme... No channel type registered for
> 'zap'
> 
> 
> In article 
> <[EMAIL PROTECTED]>,
> Douglas Garstang <[EMAIL PROTECTED]> wrote:
> > Tony Mountifield [mailto:[EMAIL PROTECTED] said:
> > > 
> > > Doug, it sounds to me like you don't have the /dev/zap 
> device files.
> > > 
> > > Do you have the file 
> /etc/udev/permissions.d/zaptel.permissions and
> > > /etc/udev/rules.d/zaptel.rules installed?
> > 
> > Tony, I don't have /etc/udev/permissions.d/, but I do have 
> the other file.
> > 
> > demeter:(acd1)ipt # ls -l /etc/udev/rules.d/zaptel.rules
> > -r--r--r--  1 root root 498 Oct 24 15:50 
> /etc/udev/rules.d/zaptel.rules
> > 
> > > 
> > > What Linux distro are you using?
> > 
> > I'm using Gentoo Linux, and have been for a number of 
> months. This is the first time this
> > problem has cropped up. If I have ztdummy installed, why do 
> I need the device files? Isn't
> > that what ztdummy is supposed to do?
> 
> I'm not familiar with Gentoo, so I'm afraid I can only help in general
> terms.
> 
> In fact I've gone back and re-read your original message and 
> found that
> I had misinterpreted it, so I'll start from the beginning again. It's
> nothing to do with udev or device files after all.
> 
> The messages you mentioned were:
> 
> -- Executing Answer("IAX2/xxx.yyy.142.204:4569-2", "") in 
> new stack
> -- Executing MeetMe("IAX2/xxx.yyy.142.204:4569-2", 
> "|||d") in new stack
> -- Playing 'conf-getconfno' (language 'en')
> Warning, flexible rate not heavily tested!
> Oct 24 16:16:59 WARNING[1732]: channel.c:2597 ast_request: No 
> channel type registered for 'zap'
> Oct 24 16:16:59 WARNING[1732]: app_meetme.c:465 build_conf: 
> Unable to open pseudo channel - trying device
> -- Created MeetMe conference 1023 for conference '5000'
> -- Playing 'conf-onlyperson' (language 'en')
> -- Hungup 'IAX2/xxx.yyy.142.204:4569-2'
> 
> What you didn't say was whether the conference worked despite those
> messages.
> 
> When you create a conference, MeetMe tries to create a full Asterisk
> channel for the zaptel pseudo device. The two warnings above indicate
> that it was unable to do so, meaning that chan_zap.so is not loaded.
> If Meetme fails to create a full asterisk channel, it falls back to
> opening a file descriptor on /dev/zap/pseudo directly. That's what the
> "trying device" part in the second message means. It evidently
> succeeded, or there would have been a third error message.
> 
> If conferences are working ok for you, you can ignore the warnings.
> However, certain options such as 'i' will not work, as they 
> rely on the
> full Asterisk channel.
> 
> The best solution is to make sure that chan_zap was built when you
> compiled Asterisk on this box, AND that you don't have an entry in
> modules.conf preventing it being loaded ("noload=chan_zap.so").
> 
> To make sure chan_zap is built, you must have built AND 
> installed zaptel
> BEFORE you start to build Asterisk.
> 
> Hope this all helps!

Tony,

Thanks for the reply. chan_zap was built, but I am not loading it. The meetme 
conference works, but user entry/exit is not being announced (that's option 
'i', right?). I tried loading chan_zap, but it complains that I have no 
zaptel.conf file. So, if I have no zap hardware, what should I put in 
zaptel.conf?

Doug.
___
--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] Re: Meetme... No channel type registered for 'zap'

2006-10-25 Thread Michiel van Baak
On 20:50, Wed 25 Oct 06, Tony Mountifield wrote:
> In fact if you do "make samples" in your asterisk directory, it will
> install default configuration files in the right place for you.

do _NOT_ i repeat _NOT_ do this if you have your actual
configs in /etc/asterisk
It messed up my configs twice.
-- 

Michiel van Baak
[EMAIL PROTECTED]
http://michiel.vanbaak.eu
GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x71C946BD

"Why is it drug addicts and computer afficionados are both called 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


Re: [asterisk-users] Re: Meetme... No channel type registered for 'zap'

2006-10-26 Thread Michiel van Baak
On 06:54, Thu 26 Oct 06, Tony Mountifield wrote:
> In article <[EMAIL PROTECTED]>,
> Michiel van Baak <[EMAIL PROTECTED]> wrote:
> > On 20:50, Wed 25 Oct 06, Tony Mountifield wrote:
> > > In fact if you do "make samples" in your asterisk directory, it will
> > > install default configuration files in the right place for you.
> > 
> > do _NOT_ i repeat _NOT_ do this if you have your actual
> > configs in /etc/asterisk
> 
> Unless you realise that the makefile copies your existing configs to
> backup files. You can then either copy the customised ones back, or
> use vimdiff to copy your customisations into the updated template.

Ah, then they fixed it. Like I said, I never ran it on
systems with configs arter ...

> 
> > It messed up my configs twice.
> 
> Hmm, not nice :-(

indeed

> 
> > "Why is it drug addicts and computer afficionados are both called users?"
> 
> I think it comes from the verb "to use": drug addicts use drugs and
> computer afficionados use computers.

;)

-- 

Michiel van Baak
[EMAIL PROTECTED]
http://michiel.vanbaak.eu
GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x71C946BD

"Why is it drug addicts and computer afficionados are both called 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


RE: [asterisk-users] Re: Meetme... No channel type registered for 'zap'

2006-10-26 Thread Douglas Garstang
> -Original Message-
> From: Tony Mountifield [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 25, 2006 2:51 PM
> To: asterisk-users@lists.digium.com
> Subject: [asterisk-users] Re: Meetme... No channel type registered for
> 'zap'
> 
> 
> In article 
> <[EMAIL PROTECTED]>,
> Douglas Garstang <[EMAIL PROTECTED]> wrote:
> > Tony,
> > 
> > Thanks for the reply. chan_zap was built, but I am not 
> loading it. The
> > meetme conference works, but user entry/exit is not being announced
> > (that's option 'i', right?).
> 
> Yes, that's right. Also the 'r' option to record a conference 
> won't work
> without chan_zap loaded, for the same reason.
> 
> > I tried loading chan_zap, but it complains that I have no 
> zaptel.conf
> > file. So, if I have no zap hardware, what should I put in 
> zaptel.conf?
> 
> I think you meant zapata.conf. The file /etc/zaptel.conf is 
> required for
> the zaptel device modules, and /etc/asterisk/zapata.conf is 
> for chan_zap.
> 
> If you are using just ztdummy, then /etc/zaptel.conf can be 
> used just as
> it comes in the zaptel distribution (zaptel.conf.sample), and the same
> is true with /etc/asterisk/zapata.conf - it can be taken straight from
> asterisk/configs/zapata.conf.sample and needs no changes.

I'm not having much luck here. I used the default zaptel.conf and zapata.conf 
files, and put a load => chan_zap.so in my modules.conf. On load, asterisk 
reports:

 [chan_zap.so] => (Zapata Telephony w/PRI)
Oct 26 08:24:33 ERROR[8419]: chan_zap.c:10147 setup_zap: Unable to load config 
zapata.conf
Oct 26 08:24:33 WARNING[8419]: loader.c:414 __load_resource: chan_zap.so: 
load_module failed, returning -1
Oct 26 08:24:33 WARNING[8419]: loader.c:499 load_modules: Loading module 
chan_zap.so failed!

and then it bombs out. :(

Doug.
___
--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