Displaying 6 results from an estimated 6 matches for "ip_asterisk".
2007 Apr 12
1
Destar web interface problem
...ox with Asterisk and I've installed the Destar
package in order to get web managing of my voip system.
After I installed Destar, it runs on "localhost:8080", but my server
does not have X-Window to access to it so I can engter the web interface..
So how can I change localhost:8080 to IP_ASTERISK:8080 in order to
access Destar via web from another PC ???
Really thanks,
Alejandro
2011 Mar 09
6
SIPAddHeader not working
Hello list,
I notice that the dialplan method SIPAddHeader is not working :
in dialplan :
/exten => s,n,SIPAddHeader(Privacy: id)/
in SIP invite no trace of this header :
/INVITE sip:0473 at sip.domain.be SIP/2.0
Via: SIP/2.0/UDP 192.168.1.106:5063;branch=z9hG4bK-5b2b1b97
From: "VC" <sip:voip2 at sip.domain.be>;tag=729476652f511c67o2
To: <sip:0473 at sip.domain.be>
2009 Oct 02
0
Sending a DTMF remotely with PlayDTMF problem.
...nt
--------------- ------- -------
(none)
Call parking
------------
Parking extension : 70
Parking context : parkedcalls
Parked call extensions: 71-78
My script is:
#!/usr/bin/php -q
<?php
error_reporting (E_ALL);
set_time_limit(60);
ob_implicit_flush(false);
$ip_asterisk = "127.0.0.1";
$user_asterisk = "admin";
$pass_asterisk = "forward";
$canal = "SIP/1000-0a292360"; //hardcodeado
$oSocket = fsockopen($ip_asterisk, 5038, $errnum, $errdesc) or
die("Connection to host failed");
fputs($oSocket, "Action: logi...
2009 Oct 03
0
Problem sending a DTMF remotely. Please need help...
...ent
--------------- ------- -------
(none)
Call parking
------------
Parking extension : 70
Parking context : parkedcalls
Parked call extensions: 71-78
My script is:
#!/usr/bin/php -q
<?php
error_reporting (E_ALL);
set_time_limit(60);
ob_implicit_flush(false);
$ip_asterisk = "127.0.0.1";
$user_asterisk = "admin";
$pass_asterisk = "forward";
$canal = "SIP/1000-0a292360"; //hardcodeado
$oSocket = fsockopen($ip_asterisk, 5038, $errnum, $errdesc) or
die("Connection to host failed");
fputs($oSocket, "Action: logi...
2009 Oct 06
0
Problem sending a DTMF remotely. Please need help!!!
...ent
--------------- ------- -------
(none)
Call parking
------------
Parking extension : 70
Parking context : parkedcalls
Parked call extensions: 71-78
My script is:
#!/usr/bin/php -q
<?php
error_reporting (E_ALL);
set_time_limit(60);
ob_implicit_flush(false);
$ip_asterisk = "127.0.0.1";
$user_asterisk = "admin";
$pass_asterisk = "forward";
$canal = "SIP/1000-0a292360"; //hardcodeado
$oSocket = fsockopen($ip_asterisk, 5038, $errnum, $errdesc) or
die("Connection to host failed");
fputs($oSocket, "Action: logi...
2009 Oct 05
1
Problem sending a DTMF remotely. Please need help!!
...ent
--------------- ------- -------
(none)
Call parking
------------
Parking extension : 70
Parking context : parkedcalls
Parked call extensions: 71-78
My script is:
#!/usr/bin/php -q
<?php
error_reporting (E_ALL);
set_time_limit(60);
ob_implicit_flush(false);
$ip_asterisk = "127.0.0.1";
$user_asterisk = "admin";
$pass_asterisk = "forward";
$canal = "SIP/1000-0a292360"; //hardcodeado
$oSocket = fsockopen($ip_asterisk, 5038, $errnum, $errdesc) or
die("Connection to host failed");
fputs($oSocket, "Action: logi...