Re: [asterisk-dev] Outgoing call from MeetMe?
On Wed, 2006-02-15 at 10:44 +, Tony Mountifield wrote: > Has anyone done any work on enhancing the MeetMe keypad menu to allow > the initiation of an outgoing call which will be connected to the > conference? e.g. *5 followed by the number to call. > > This would be very useful for adding participants to the conference > without the aid of some external control interface. You don't need to change MeetMe for a feature like this. Just use the 'X' option to MeetMe and use something like this: [meetme] exten => s,1,Set(MEETME_EXIT_CONTEXT=meetme-menu-main)}) exten => s,2,MeetMe(1000,X) exten => s,3,Hangup [meetme-menu-main] exten => 1,1,Goto(meetme-menu-dialout,s,1) [meetme-menu-dialout] exten => s,1,Background(dial-a-number) exten => s,2,WaitExten(10) exten => s,3,Goto(2) exten => #,1,Goto(meetme,s,2) exten => _,1,AGI(dialout,${EXTEN}) exten => _,2,Goto(meetme,s,2) exten => _9NXX,1,AGI(dialout,${EXTEN}) exten => _9NXX,2,Goto(meetme,s,2) exten => _91NXXNXX,1,AGI(dialout,${EXTEN}) exten => _91NXXNXX,2,Goto(meetme,s,2) exten => i,1,Goto(meetme,s,2) "dialout" is an AGI that drops a call file in the Asterisk spool directory, although the outgoing call could be created in a number of other ways. This is a simplified version of a system that I'll be putting into production in a few days once the users of the system have had a chance to test it out and give some feedback. Jeff signature.asc Description: This is a digitally signed message part ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
Re: [asterisk-dev] Outgoing call from MeetMe?
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This would not be hard... something that would generate an outgoing spool file that would drop the user into the appropriate context... Channel: Zap/g0/XXX MaxRetries: 6 RetryTime: 60 WaitTime: 5 Context: conference-dropin Extension: 4711 Callerid: Conference Invite <(XXX) XXX-> Priority: 1 BJ Weschke wrote: > On 2/15/06, Tony Mountifield <[EMAIL PROTECTED]> wrote: > >> Has anyone done any work on enhancing the MeetMe keypad menu to >> allow the initiation of an outgoing call which will be connected >> to the conference? e.g. *5 followed by the number to call. >> >> This would be very useful for adding participants to the >> conference without the aid of some external control interface. >> >> I thought I had seen some talk of such a feature in the past, but >> can't find any reference to it now. >> > > Tony - > > There was a patch up that did this pre 1.2. I'll see if I can dig > it up again. I'm sure it probably needs a little work now to get it > working with /trunk. > > -- Bird's The Word Technologies, Inc. http://www.btwtech.com/ > ___ --Bandwidth and > Colocation provided by Easynews.com -- > > asterisk-dev mailing list To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-dev -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFD8zREy9wPyZpnL2URAlf2AJ9JlPL9L9FTN7WcZZaXfAZEl0qAwACfT/+B FKCPgS57x4swbcy1VZe5Wjw= =KAOL -END PGP SIGNATURE- ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
Re: [asterisk-dev] Outgoing call from MeetMe?
On 2/15/06, Tony Mountifield <[EMAIL PROTECTED]> wrote: > Has anyone done any work on enhancing the MeetMe keypad menu to allow > the initiation of an outgoing call which will be connected to the > conference? e.g. *5 followed by the number to call. > > This would be very useful for adding participants to the conference > without the aid of some external control interface. > > I thought I had seen some talk of such a feature in the past, but can't > find any reference to it now. > Tony - There was a patch up that did this pre 1.2. I'll see if I can dig it up again. I'm sure it probably needs a little work now to get it working with /trunk. -- Bird's The Word Technologies, Inc. http://www.btwtech.com/ ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
[asterisk-dev] Outgoing call from MeetMe?
Has anyone done any work on enhancing the MeetMe keypad menu to allow the initiation of an outgoing call which will be connected to the conference? e.g. *5 followed by the number to call. This would be very useful for adding participants to the conference without the aid of some external control interface. I thought I had seen some talk of such a feature in the past, but can't find any reference to it now. 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-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev