ventodimare70 Posted March 18, 2010 Report Share Posted March 18, 2010 Good morning, we need to figure out how to manage this SCENARIO: 1) we have a php application 2) this application has to be able to INITIATE a call back on the pbxnsip system Here are my questions: 1) can my php code initiate this callback making an http post? (or even http get or an soap call)? 2) if so, which kinds of parameters does the http call have to use? 3) has the pbxnsip been set up in a specific way in order to be able to accept an http call like the one explained above? Thanks to everyone Quote Link to comment Share on other sites More sharing options...
Vodia PBX Posted March 19, 2010 Report Share Posted March 19, 2010 Check this out: http://pbxnsipsupport.com/index.php?_m=kno...kbarticleid=393 That might do the job for you or at least tell you how to build something in PHP for you. Quote Link to comment Share on other sites More sharing options...
jlumby Posted March 22, 2010 Report Share Posted March 22, 2010 Is there a parameter that can be used so that inputting the URL does not open a new window stating: Remote Call Initiation Your phone should display the number that you have entered. Just pick up the handset to start the call now. Please see the manual of you phone to customize this behavior. Depending on your security policy, you phone may start the call immediately or wait until you acknowledge the call invocation. Quote Link to comment Share on other sites More sharing options...
ventodimare70 Posted March 24, 2010 Author Report Share Posted March 24, 2010 Thanks for your reply. I have tried with no success both: http://pbx/remote_call.htm?user=123&dest=123456789 and: http://pbx/remote_call.htm?user=123%40doma...n1.com%3Asecret with no success. I used: pbx is --> mydomain.com user --> 123@mydomain.com dest --> 123456789 auth --> myuser@mydomain.com:mypassword what am I missing here? Thanks to everyone Quote Link to comment Share on other sites More sharing options...
Bill H Posted March 24, 2010 Report Share Posted March 24, 2010 Thanks for your reply. I have tried with no success both: http://pbx/remote_call.htm?user=123&dest=123456789 and: http://pbx/remote_call.htm?user=123%40doma...n1.com%3Asecret with no success. I used: pbx is --> mydomain.com user --> 123@mydomain.com dest --> 123456789 auth --> myuser@mydomain.com:mypassword what am I missing here? Thanks to everyone You have: http://pbx/remote_call.htm........... Change pbx to the IP Address of your pbx and include the port number IF it is not on port 80. http:// IP Address of PBXNSIP + Port if needed /remote_call.htm?user=123%40localhost&connect=true&dest=123456789&auth=123%40localhost%3Asecret Billh Quote Link to comment Share on other sites More sharing options...
ventodimare70 Posted March 24, 2010 Author Report Share Posted March 24, 2010 Thank you Bill for your reply. I have an extension 101 with this call: http://64.34.135.66/remote_call.htm?user=1...kooltel.com:101 I reach the extension 101 but the dest cell phone doesn't ring. Any ideas? Thanks folks. Quote Link to comment Share on other sites More sharing options...
pbx support Posted March 24, 2010 Report Share Posted March 24, 2010 Thank you Bill for your reply.I have an extension 101 with this call: http://64.34.135.66/remote_call.htm?user=1...kooltel.com:101 I reach the extension 101 but the dest cell phone doesn't ring. Any ideas? Thanks folks. Web callbacks ring only the registered extensions. They do not include the cellphones associated with the extension. If there are no registration, then callback will not work. Quote Link to comment Share on other sites More sharing options...
Vodia PBX Posted March 26, 2010 Report Share Posted March 26, 2010 Web callbacks ring only the registered extensions. They do not include the cellphones associated with the extension.If there are no registration, then callback will not work. Maybe we can solve this problem with an additional parameter that instructs the PBX to also call the cell phone. Quote Link to comment Share on other sites More sharing options...
jlumby Posted April 10, 2010 Report Share Posted April 10, 2010 Maybe we can solve this problem with an additional parameter that instructs the PBX to also call the cell phone. I would also like an additional parameter that would tell the system not to open the pop up window when the link is clicked. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.