[sipx-users] Group Invite to Conference

2010-07-01 Thread Gabe Casey
Is there an easy way to configure a group invite to a conference room ? Warm Regards Gabrial Casey Telecommunications Franklin American Mortgage Company 501 Corporate Centre Dr. Suite 400 Franklin, TN 37067 Direct:615-468- 2945 Cell: 615-693-2833 Fax: 615-628-5698

Re: [sipx-users] Group Invite to Conference

2010-07-01 Thread Michael Scheidell
On 7/1/10 4:37 PM, Gabe Casey wrote: Is there an easy way to configure a group invite to a conference room ? might be something different in different terms. What do you want to invite to what? what kind of group? a group of people? phones? im contacts? hunt group? park group? what? are you

Re: [sipx-users] Group Invite to Conference

2010-07-01 Thread Gabe Casey
: 615-693-2833 Fax: 615-628-5698 Email:gca...@franklinamerican.com From: Michael Scheidell scheid...@secnap.net To: sipx-users@list.sipfoundry.org Sent: Thursday, July 1, 2010 4:15:38 PM Subject: Re: [sipx-users] Group Invite to Conference On 7/1/10 4:37 PM, Gabe Casey wrote

Re: [sipx-users] Group Invite to Conference

2010-07-01 Thread Nathaniel Watkins
: 615-693-2833 Fax: 615-628-5698 Email:gca...@franklinamerican.com From: Michael Scheidell scheid...@secnap.net To: sipx-users@list.sipfoundry.org Sent: Thursday, July 1, 2010 4:15:38 PM Subject: Re: [sipx-users] Group Invite to Conference On 7/1/10 4:37 PM, Gabe

Re: [sipx-users] Group Invite to Conference

2010-07-01 Thread Michael Scheidell
- From: Gabe Casey gca...@franklinamerican.com Sent: Thursday, July 01, 2010 5:42 PM To: Michael Scheidell scheid...@secnap.net Cc: sipx-users@list.sipfoundry.org sipx-users@list.sipfoundry.org Subject: Re: [sipx-users] Group Invite to Conference Yes Michael, a sip invite to a group of extensions

Re: [sipx-users] Group Invite to Conference

2010-07-01 Thread Michael Scheidell
@list.sipfoundry.org Subject: RE: [sipx-users] Group Invite to Conference You should be able to use a curl request via php. Here is the meat of the code – you should be able to loop thru this for each person you want to invite: ?php $to=$_GET['to']; $from=$_GET

Re: [sipx-users] Group Invite to Conference

2010-07-01 Thread Gabe Casey
...@franklinamerican.com From: Nathaniel Watkins nwatk...@garrettcounty.org To: Gabe Casey gca...@franklinamerican.com, Michael Scheidell scheid...@secnap.net Cc: sipx-users@list.sipfoundry.org Sent: Thursday, July 1, 2010 5:02:46 PM Subject: RE: [sipx-users] Group Invite to Conference