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['from'];
                $pass=$_GET['pass'];

                $url = 
"http://sipx.gcgov.local:6667/callcontroller/".$from."/".$to."?isForwardingAllowed=true";;
                $ch = curl_init();
                curl_setopt($ch, CURLOPT_URL, $url);
                curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_DIGEST);
                curl_setopt($ch, CURLOPT_POST, 1);
                curl_setopt($ch, CURLOPT_USERPWD, $from.":".$pass);
                $result = curl_exec($ch);
                curl_close($ch);
?>


Nathaniel Watkins
IT Director
Garrett County Government
203 South 4th Street, Room 210
Oakland, MD  21550
Telephone: 301-334-5001
Fax: 301-334-5021
E-mail: nwatk...@garrettcounty.org<mailto:nwatk...@garrettcounty.org>

From: sipx-users-boun...@list.sipfoundry.org 
[mailto:sipx-users-boun...@list.sipfoundry.org] On Behalf Of Gabe Casey
Sent: Thursday, July 01, 2010 5:42 PM
To: Michael Scheidell
Cc: sipx-users@list.sipfoundry.org
Subject: Re: [sipx-users] Group Invite to Conference

Yes Michael, a sip invite to a group of extensions. Similar to your ability to 
invite a single user from the Web UI which invites a participant to the 
conference from the conference extension.
Perhaps someone has solved this via the SOAP api or using paging groups. Just 
looking for  best practices , should anyone have solved this already. Many 
people have reoccurring conferences that involve the same employees.

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
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:
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 talking about a sip INVITE, or an emailed invitation to DID into a 
conference room?


--
Michael Scheidell, CTO
Phone: 561-999-5000, x 1259
> | SECNAP Network Security Corporation

 *   Certified SNORT Integrator
 *   2008-9 Hot Company Award Winner, World Executive Alliance
 *   Five-Star Partner Program 2009, VARBusiness
 *   Best in Email Security,2010: Network Products Guide
 *   King of Spam Filters, SC Magazine 2008

________________________________

This email has been scanned and certified safe by SpammerTrap®.
For Information please see http://www.secnap.com/products/spammertrap/

________________________________


_______________________________________________
sipx-users mailing list 
sipx-users@list.sipfoundry.org<mailto:sipx-users@list.sipfoundry.org>
List Archive: http://list.sipfoundry.org/archive/sipx-users
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
sipXecs IP PBX -- http://www.sipfoundry.org/

________________________________
This message and any files transmitted with it are intended only for the 
individual(s) or entity named. If you are not the intended individual(s) or 
entity named you are hereby notified that any disclosure, copying, distribution 
or reliance upon its contents is strictly prohibited. If you have received this 
in error, please notify the sender, delete the original, and destroy all 
copies. Email transmissions cannot be guaranteed to be secure or error-free as 
information could be intercepted, corrupted, lost, destroyed, arrive late or 
incomplete, or contain viruses. Garrett County Government therefore does not 
accept any liability for any errors or omissions in the contents of this 
message, which arise as a result of email transmission.


Garrett County Government,
203 South Fourth Street, Courthouse, Oakland, Maryland 21550 
www.garrettcounty.org
_______________________________________________
sipx-users mailing list sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
sipXecs IP PBX -- http://www.sipfoundry.org/

Reply via email to