Displaying 20 results from an estimated 900 matches similar to: "No subject"
2008 Dec 17
1
Asterisk and NAT one way audio
Hello may situation is the next:
Asterisk <--> NAT1 (router)<---> internet <--> NAT2 (router) <--> x-lite
^
|
ip phone (cisco)
Asterisk and de cisco phone are in the same LAN. I want to make a
call between the x-lite and the ip phone. I can do the call but there is
only audio from de ip-phone
2007 Dec 26
2
No cdr_csv after upgrade from 1.2.x to 1.4.x
After upgrading from 1.2.x to 1.4.x call detail records are not being
written to /var/log/asterisk/cdr-csv/Master.csv
In cdr_manager.conf I have
[general]
Enabled = yes
Apparently there is something else that needs to be configured for call
detail records in 1.4.x. Can someone point me in the right direction?
Don Pobanz
2010 Mar 26
2
How to read a xml file?
How to read a xml file?
I have this XML source:
-------------------------------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<fichas>
<ficha>
<nombre>Gabriel</nombre>
<apellido>Molina</apellido>
<direccion>Alfredo Vargas #36</direccion>
</ficha>
2008 Dec 23
1
second trunk in extensions.conf
I have a TE210P digium card that has 2 E1/T1 ports.
the code in my extensions.conf file for span 1 is :
[globals]
CONSOLE=Console/dsp ; Console interface for demo
TRUNK=Zap/g1 ; Trunk interface
TRUNKX=Zap/g2 ; 2nd trunk interface
...
...
; dial a long distance outbound number to SPAIN
; This
2000 Oct 09
2
Remote port forwarding
I have the following line in the sshd_config file:
GatewayPorts no
If I launch the ssh client as this:
ssh -l user host -R 9000:otherHost:25
the port forwarding is successful! :-( As you can see, the
'netstat -na' command shows the Secure Shell daemon listening
to the port 9000.
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address
2009 Mar 04
2
Outlook integration?
Hey, all. I was just wondering if there were any
tools/utilities/what-have-you out there that would allow a user to click
on a contact in Outlook, and have their phone dial it? (Or, I guess, have
Asterisk dial both their phone and the destination number, and put the two
into a conference.)
Thanks!
-Ken
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
2016 Sep 26
3
Concatenación de tablas
Buenas Tardes,
Les escribo para solicitarles una ayuda dado que tengo 2 tablas, una con los campos:
cedula | nombre | direccion
y la otra con la tabla:
cedula | barrio | municipio
Lo que necesito es hacer una comparación del campo cedula de las dos tablas y si son iguales, agregarle los campos barrio y municipio de la segunda tabla a la fila correspondiente de esa cedula de la primera
2006 Jun 26
2
Compilation error using winegcc
Hello!!
I am new user to Wine. I have downloaded Wine-0.9.15 sources on solaris box and tried to compile a simple "Hello World" program using WineLib. I am getting following error:
winegcc: -Wl,-G,-B,symbolic failed.
*** Error code 2
make: Fatal error: Command failed for target `helloworld.so'
Can anybody guide me as to what went wrong? I have following environment setup
2007 Jul 19
2
open up firewall ports for Asterisk - safe?
Right now I've been working on setting up an Trixbox server on our
internal network. Its behind the firewall, but I'd like to open up the
firewall to it because we sometimes have developers working off site and
I'd like them to be able to connect.
Is this safe to do? I've got the "Allow Anonymous Inbound SIP Calls"
box unchecked in freePBX. Is there anything else
2008 Dec 27
2
Meetme - play the name
Hi,
I have a requirement, whenever a user comes into the conference, it has
to announce the user name to all the person who are all available in
the conference.
I have used Meetme(,di)
where i is to announce the user leave/join with review.
I user used I also, which is to announce the user leave/join with out review.
In both the above cases, it is prompting the user to say their
2006 May 24
0
Problems validating form with collection_select
I have the following models:
class Comandancia < ActiveRecord::Base
has_many :elementos
end
class Elemento < ActiveRecord::Base
belongs_to :comandancia
validates_presence_of :nombre, :apellido_paterno, :apellido_materno,
:comandancia
end
In the view for New Elemento I''m using
<%= start_form_tag :action => ''create'' %>
<%= render :partial =>
2008 Oct 10
2
Asterisk SIP calls stop working having more than 300 calls (more than 600 channels)
After getting some ERRORS like this:
[Oct 8 21:42:49] ERROR[31903] rtp.c: No RTP ports remaining. Can't setup
media stream for this call.
[Oct 8 21:42:49] ERROR[2485] rtp.c: No RTP ports remaining. Can't setup
media stream for this call.
[Oct 8 21:42:49] ERROR[31903] rtp.c: No RTP ports remaining. Can't setup
media stream for this call.
[Oct 8 21:42:49] ERROR[2489] rtp.c: No RTP ports
2010 Oct 21
1
How to kill AMI ORIGINATE on-the-fly
My application fires several calls thru AMI ORIGINATE command.
For example if I have 3 operators I do 3 ORIGINATEs.
My trouble is when one operator quit for some reason, I should kill the
corresponding ORIGINATE.
Of course, I could let the call ring and hangup after the customer pick-up.
But this is not the case, I do have to kill the corresponding ORIGINATE.
I could execute a soft hangup,
2006 Mar 02
1
Error while compiling code using wineg++ / winegcc
Hi!!
I am not able to compile a test program on solaris using winegcc tool.
Can anybody help?
Here's the program source code:
// file test.cpp
#include <stdio.h>
#include <windows.h>
int main ()
{
SYSTEMTIME lpSystemTime;
GetSystemTime(&lpSystemTime);
printf("Today is: %d/%d/%d\n", lpSystemTime.wYear,
2005 Jul 21
1
urgent kindly help Samba please ----------
We want to setup Samba as a domain controllser on our 3 sites , we'll be
highly appreciated if you solve our queries :
1. Can Samba act as a backup domain server if incase Master Samba server is
down then Backup Samba server can take place . Same like Windows concept if
PDC is down then BDC will up automatically.
2. Can we configure SAMBA in that way that user can login from any location
in
2010 Feb 11
2
SIP RTP ports not released when channel is hung up
Hello,
using Asterisk 1.4.28, I encountered a problem with SIP
RTP port allocation.
I found some entries in mailinglist and bugtracker regarding
this issue, but only old ones.
My rtp.conf has
[general]
rtpstart=30000
rtpend=30100
so 100 ports available. I know that up to 4 ports per channel can be used
and so up to 25 channels are possible.
But even earlier I often get the error about
2009 Jan 07
3
mISDN compile problem
Hi,
I'm bumping on this :
cd /usr/src
wget http://www.misdn.org/downloads/mISDN.tar.gz
tar xvf mISDN.tar.gz
cd mISDN-1_1_18
make
<snip>
In file included from
/usr/src/mISDN-1_1_8/drivers/isdn/hardware/mISDN/core.h:9,
from
/usr/src/mISDN-1_1_8/drivers/isdn/hardware/mISDN/avm_fritz.c:20:
/usr/src/mISDN-1_1_8/include/linux/mISDNif.h:791: error: field
2018 Nov 29
2
Problem rpc server is unavailable
Hello, excuse me for my English.
I have several samba installations in different places and in all of
them I have the same problem. Therefore, something I am doing wrong or
I understand wrong.
When I want to manage the share from Windows, it returns the error:
"Rpc server is unavailable" and on the other hand in the edition of
permissions (also from Windows) in advanced is the legend:
2008 Nov 18
1
sound quality between two back-to-back asterisk
Hi,
I have two asterisks that are connected to each other via a back-to-back E1
link using a pair of sangoma cards.
With the following scenario: SIP-PHONE <-> Asterisk <-> E1 <-> Asterisk <->
SIP-PHONE, the sound quality degrades significantly. I can't understand
why as the amound of packet lost should be very minimum.
Does anyone know why? Does it have anything
2010 Oct 20
2
Playback in the middle of a call though AMI
Hi folks,
Is it possible (asterisk 1.6) to trigger the playback of an audio file in the middle of a call using the Manager Interface?
I'm looking for something like AMI PlayDTMF command but for audio files.
Thanks a lot,
G.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: