Jump to content

callback via http or soap


ventodimare70

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 2 weeks later...
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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...