search for: confnum

Displaying 8 results from an estimated 8 matches for "confnum".

2006 Mar 03
2
Background() App From AGI
...t. I know it's been abstracted, but it's still pretty easy to see what's happening. self.agi.channelAnswer() self.agi.wait(1) self.agi.execCmd("background","enter-conf-call-number","") self.agi.execCmd("Read","confNum|||","") confNum = self.agi.getVar("confNum") I enter DTMF digits, and read the result with Read() while the sound file is still playing. I always lose the first digit. The docs aren't clear but it appears that Background() is designed to grab the first DTMF dig...
2017 Nov 22
3
Chan Local, Originate and slin
Hi all! Asterisk 13.1.0 Ubuntu 16.04, all latest. Can anybody explain this to me - I run Originate command from dialplan: same => n,Originate(Local/${number}@mycontext,app,ConfBridge,${confnum}) and I get crazy sound distortion in the conference, and I see that transcoding takes place here: NativeFormats: (slin192) WriteFormat: slin ReadFormat: slin192 WriteTranscode: Yes (slin at 8000)->(slin at 192000) ReadTranscode: No When I do the same from a call file like: sa...
2017 Nov 22
2
Chan Local, Originate and slin
On Wed, 22 Nov 2017, Dmitriy Serov wrote: > ?same => n,System(printf "Action: Originate\nActionID: 1\nChannel: Local/${number}@mycontext\nApplication: Confbridge\nData: ${confnum}\n" > > /var/spool/asterisk/outgoing/${number}-${confnum}) I get: Unknown keyword 'Action' at line 1 of /var/spool/asterisk/outgoing/... Unknown keyword 'ActionID' at line 2 of /var/spool/asterisk/outgoing/... These are 'AMI' commands, not call file commands....
2004 Dec 09
2
MeetMe Features
Hi all, I had a chance to use some call conferences that had some very neat functionalities: - When you call you are first asked for your name - When someone joins the conference a message "<name> is now joining the conference." is played. - When someone leaves the room a message "<name> has left to conference." is played. How can I set MeetMe/Asterisk to have
2005 May 25
2
Conferences using Manager API
Hi all, I am trying to setup a three party conference using the Asterisk Manager API. I am using the Redirect action over an established two party call. The procedure I am using is to try to redirect the two existing channels to a third party. I would expect this to connect both channels to the third party. However, one of the two parties gets disconnected. Is this the expected behavior? Is there
2017 Nov 22
2
Chan Local, Originate and slin
...2017, 8:02 PM Steve Edwards <asterisk.org at sedwards.com> > wrote: > >> On Wed, 22 Nov 2017, Dmitriy Serov wrote: >> >> > same => n,System(printf "Action: Originate\nActionID: 1\nChannel: >> Local/${number}@mycontext\nApplication: Confbridge\nData: ${confnum}\n" > >> > /var/spool/asterisk/outgoing/${number}-${confnum}) >> >> I get: >> >> Unknown keyword 'Action' at line 1 of /var/spool/asterisk/outgoing/... >> Unknown keyword 'ActionID' at line 2 of /var/spool/asterisk/outgoing/... >>...
2009 May 07
1
How to get meetme participants in dialplan?
The meetmeadmin() dialplan function lets you specify a user to mute, un-mute or kick. But how do you get a list of users in your dialplan? When a user joins a conference, the user number assigned is "the last user number +1." If you have a long running conference with callers joining and leaving all the time, this can grow to be a large number. I want to be able to
2004 Jan 20
5
MeetMe questions
I'm looking into deploying * for an internal conference call server (using MeetMe) and had a couple of quick questions for those of you who have used it. I checked the Wiki but there weren't a lot of details for MeetMe. - Can you limit the size of a conference "room", ie max 8 people, etc. - Is there a list somewhere (besides the source ;) that has all the commands availible to