Search found 12 matches

by makoto
Wed Sep 12, 2012 11:27 pm
Forum: Brekeke SIP Server Forum
Topic: You are told by e-mail.
Replies: 19
Views: 21639

If difficult, as suited first, it will be coped with by PHP. How should it input in URL so that it can log in by "http://[localhost]:[port]/gate?bean=sipadmin.web.Login" without entering ID and a password? Please let me know. Ex) http://[ID].[Password]@[localhost]:[port]/gate?bean=sipadmin.web.Login ...
by makoto
Wed Sep 12, 2012 11:27 pm
Forum: Brekeke SIP Server Forum
Topic: You are told by e-mail.
Replies: 19
Views: 21639

> This is the Session Plugin document. http://www.brekeke-sip.com/download/bss/bss_accountplugin_en.txt > This is JavaMail API. http://www.oracle.com/technetwork/java/javamail/index.html Thank you for guidance to site. In these two, it will be beyond my understanding. If it is you when good, do you ...
by makoto
Wed Sep 12, 2012 10:50 pm
Forum: Brekeke SIP Server Forum
Topic: You are told by e-mail.
Replies: 19
Views: 21639

Perhaps, there is a need to create a plug-in, I tried to make Email.java. [code] package com.brekeke.net.sip.sv.session.plugins; import com.brekeke.net.sip.sv.session.*; import com.brekeke.net.sip.sv.session.plugins.*; public void eventSessionEnd( EventStat evstat ) int sid; String callid; String ...
by makoto
Wed Sep 12, 2012 10:05 pm
Forum: Brekeke SIP Server Forum
Topic: You are told by e-mail.
Replies: 19
Views: 21639

Thank you for replay.
:)

> Refer to the plugin API document.
> For composing an e-mail, refer to JavaMail API.

I looked in the search engine, I can not find what it looked like.
Where is it?
Please tell us about the site.
by makoto
Tue Sep 11, 2012 8:08 pm
Forum: Brekeke SIP Server Forum
Topic: You are told by e-mail.
Replies: 19
Views: 21639

Very match thank you. > From your PHP code, it seems the "ERROR" happens if the PHP program can not open the URL. > Make sure the URL is correct. I know. How should it input into URL? It thought. > By the way, it seems your PHP program gets the call result through the web access. Yes. > Since PHP ...
by makoto
Mon Sep 10, 2012 8:17 pm
Forum: Brekeke SIP Server Forum
Topic: You are told by e-mail.
Replies: 19
Views: 21639

[code] function http($url="http://[userid]:[password]@localhost:[port]/path?query", $method="GET", $headers="Brekeke", $post=array("")) { /* URL is decomposed */ $URL = parse_url($url); /* Query */ if (isset($URL['query'])) { $URL['query'] = "?".$URL['query']; } else { $URL['query'] = ""; } /* A ...
by makoto
Mon Sep 10, 2012 8:15 pm
Forum: Brekeke SIP Server Forum
Topic: You are told by e-mail.
Replies: 19
Views: 21639

[code] <?php /* $url : URL which begins from http://( http://user:pass@host:port/path?query ) $method : GET, POST, or HEAD (a default is GET) $headers : Arbitrary additional headers $post : Arrangement which stored the data transmitted at the time of POST ("variable identifier" => "value") */ [/code]
by makoto
Mon Sep 10, 2012 8:11 pm
Forum: Brekeke SIP Server Forum
Topic: You are told by e-mail.
Replies: 19
Views: 21639

> Please explain how the code works. Thank you for your replay. OK. For example, suppose that I call you. 01: I => You 02: However, you are absent. You is not answered. 03: PHP reads call log of Brekeke SIP Server. PHP finds Cancel or Time out by result of call log. 04: PHP tells you about "makoto ...
by makoto
Mon Sep 10, 2012 6:32 pm
Forum: Brekeke SIP Server Forum
Topic: You are told by e-mail.
Replies: 19
Views: 21639

> Do you want to receive an e-mail notification if a callee doesn't pick a call? Yes. > I know the following Brekeke PBX's API allows you to create such a feature. Thank you for your information. However, there is not MySQL in a SIP call log. thinks by the method of running by PHP. [code] <?php ...
by makoto
Mon Sep 10, 2012 11:52 am
Forum: Brekeke SIP Server Forum
Topic: You are told by e-mail.
Replies: 19
Views: 21639

[quote="davi"]Are you talking about Brekeke PBX's feature?[/quote]

Thank you for your replay.

No.
I want to apply to SIP, the PHP that can be used in the PBX.
by makoto
Mon Sep 10, 2012 3:00 am
Forum: Brekeke SIP Server Forum
Topic: You are told by e-mail.
Replies: 19
Views: 21639

Re: You are told by e-mail.

If "http://[userid]:[password]@localhost:[port]/path?query" is inputted by URL, it will be compulsorily sent to "http://localhost:[port]/gate?bean=sipadmin.web.Login".
* The right way of writing.
* The site etc. which are consulted.
Please let me know.

Thank you.
by makoto
Mon Sep 10, 2012 3:00 am
Forum: Brekeke SIP Server Forum
Topic: You are told by e-mail.
Replies: 19
Views: 21639

You are told by e-mail.

1. Brekeke Product Name and version: Brekeke SIP Server 2.4.8.6 2. Java version: 1.7.0_05 3. OS type and the version: Linu 2.6.32-279.1.1.el6.x86_64 4. UA (phone), gateway or other hardware/software involved: 5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/networkpatterns ...