Displaying 4 results from an estimated 4 matches for "asterisk_".
Did you mean:
asterisk
2007 Aug 07
1
.call file and logging
...he example below, 7022 does not appear in
the logs).
Any suggestions as to how I can solve this?
Maybe by changing the "Extension:" line or setting
variables. A quick simple example would be
appreciated.
Thanks,
Vieri
Code snippet:
$ftime = time();
$fname = "/tmp/asterisk_".$ftime.".call";
$fname_call =
"/var/spool/asterisk/outgoing/asterisk_".$ftime.".call";
$fd = fopen($fname, 'w');
fwrite($fd, "Channel: ".$alerts."\n");
fwrite($fd, "Callerid: IT <7021>\n"...
2013 Jan 23
1
DPMA and Sending fake auth rejection for device
...ersions, and my installation was not from
the certified branch. It took a long time of recompiling, testing,
adding missing stuff, but I got it straight.
Now, I did a very basic res_digium_phone.conf file:
[general]
service_discovery_enabled=no
service_name=Asterisk server
registration_address=asterisk_ip
registration_port=5060
userlist_auth=globalpin
config_auth=globalpin
globalpin=1234
config_auth=disabled
file_directory=/etc/asterisk/digium_phones
[network]
type=network
alias=home
cird=0.0.0.0/0
registration_address=asterisk_ip
registration_port=5060
[Home_phone]
type=phone
full_name=Mr Sandm...
2005 Jul 04
5
#include not working with *1.0.9
We are running * V1.0.9 on a demo box.
We have set up everything in our dialplan and we have a directory where we store
individual extension settings. That directory is called "extensions-phones.d"
and it contains a number of .conf files.
In my extensions.conf file I have put a
#include "extensions-phones.d/*.conf" in my [globals] context
If we reload and restart *, and
2011 Jun 09
1
Question about voip.ms service.
Hey;
I figured I would ask here as I seem to get better results.
I am using the voip.ms <http://voip.ms/> VoIP service. I have no problem
configuring my
Asterisk server 1.8x to dial out with my Softphone.
HOWEVER, for some reason, I cannot get inbound. All that I hear is a
busy signal.
I know this is not much for you folks to go on, but what would be a good
place to start