Displaying 20 results from an estimated 6000 matches similar to: "Digium Fax Driver"
2009 Jul 01
4
g729a compatibility
Hello!
I have a sip device that is sending in the SDP:
rtpmap:98 g729a
It does not seem like Asterisk is negotiating the codec properly,
because while the call rings, the rtp lines fail. However, on other
sip devices that have "rtpmap:18 g729" in their SDP, things work fine
with Digium's commercial g729 license.
How do I get "98 g729a" recognized by Asterisk?
Thanks,
2011 Jan 16
1
T.38 Digium Fax Driver Success on Fail
Hello!
The T.38 Digium Fax Driver sometimes responds with a successful
sending of a fax, when in fact, the fax did not go through.
1. Where does this problem lie?
2. How to go about fixing it.
Thanks,
Elliot
2008 Dec 20
5
SMS text messaging capabilities
Hello!
What kind of sms text messaging capabilities does Asterisk have?
I do not know very much about about SMS technology, but I am looking for the
following features:
1. mobile SIP devices can send and receive SMS messages
2. Asterisk server be able to accept and send SMS messages through PRI lines
and Internet connections.
I noticed that Asterisk has an SMS function, but I am not farmiliar
2011 Jul 19
1
SS7 and PRI compatibility
Hello,
Is SS7 and PRI in any way compatible in that if the interface is
configured one it will work for the other (granted, it will not have
any of the ISUP, etc. parameters available if the line is PRI) or are
they two distince protocols that have incompatible signalling?
Thanks,
Elliot
2009 May 27
2
Pressing number 2 in dialplan
Hello!
I am having an odd problem in that when the caller dials extension "2"
in a dialplan, the system waits 3 to 4 seconds before proceeding.
This doesn't happen when any other other extensions are dialed,
including an identical dialplan on other another extension!
Is this a bug?
Later,
Elliot
2009 Mar 08
2
Server Setup Advice
Hello Everybody!
I am currently setting up an Asterisk server for medium to high load
(approximately 20-35 concurrent phone lines).
Do you think the following specs will sufficiently satisfy this system?
CPU: XeonQC3220 2.4GHZ 8M
RAM: 2X2GB/800
Harddrive: 1X250GB
I could add harddrives and partition them into /var and /log
directories to help with diskdrive throughput.
Thanks!
Elliot
2009 Apr 02
2
Dahdi, TE220 Device, and Asterisk Problem
Hello!
I am trying to configure my digium TE220 dual-span pci express card
with Dahdi. I seemed to have managed to set up the card with the
Dahdi kernel, as demonstrated by executing dahdi_scan:
[1]
active=yes
alarms=RED
description=T2XXP (PCI) Card 0 Span 1
name=TE2/0/1
manufacturer=Digium
devicetype=Wildcard TE220 (4th Gen)
location=Board ID Switch 0
basechan=1
totchans=31
irq=16
2009 Apr 26
3
Digium fax force T38?
Is it possible to force T38 for all invocations ReceiveFAX() ?
Receiving fax always worked OK on Callweaver though I could put
SipT38Switchover() into the dial plan.
I can't with Digium fax, and it always fails at the point it decides to switch
to T38.
2008 Nov 25
2
Disabling Call-Waiting
Hello!
I have a few sip devices and it is necessary for me to disable call-waiting
and immediately return a busy signal if the sip's channel is busy on them.
What is the procedure to do so in Asterisk 1.4?
Thank you,
Elliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 May 23
2
Sending call to specific IP address
Hello,
I am wondering how to send a call to a specific IP address that is different
than the host of the URI. For example, an invite to the URI is "
john at phone.com" needs to be sent to the IP address 123.456.789.255, not to
the IP address of phone.com.
How is this done?
Thanks,
Elliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Feb 25
1
Realtime database function help
Hello Everyone!
According to voip-info.org the correcy syntax for the realtime function is:
REALTIME(family|fieldmatch[|value[|delim1[|delim2]]]) on read
REALTIME(family|fieldmatch|value|field) on write
It seems from the syntax that it is only possible to retrieve a full
row according to the value of only of column. This translates in SQL
language as Select * from family where fieldmath =
2011 Feb 13
1
Fax for Asterisk SIP-TDM
Is it possible to do SIP<->Asterisk<->TDM in a single step with FFA? Or
does FFA always use TIFF files?
I'm using Free FFA on 1.6.2.15 and I want to be able to use SPA 2102
ATA's at the fax machines and send faxes directly over a PRI.
Mark
--
Mark Willis
Star One Telecom
Office: 1-800-889-7001
Cell: 210 880 5097
http://staronetel.com
2011 Apr 16
5
Google Voice receiving call problem
Hello,
I have a Google Voice phone number and want to connect it to my asterisk box
to have calls handled to my SIP account.
When I call the number I receive the correct INCOMING request on Jabber
portion of asterisk, but the call is not connected to the gtalk part.
JABBER: asterisk INCOMING: <iq from="+
17174695631 at voice.google.com/srvres-MTAuMTc2LjEwOC4xNjo5ODQ4" to="
2012 Jan 05
1
Where are the fax instructions?
Hello,
Trying to set up res_fax_spandsp. Based on
https://wiki.asterisk.org/wiki/display/AST/T.38+Fax+Gateway I wrote this in
my extensions.conf:
exten => 306,1,NoOp(Fax transmission)
same => n,Set(FAXOPT(gateway)=yes)
same => n,Dial(DAHDI/3) ----->FXS port to fax machine
same => n,Hangup()
Call flow Im trying to pull out is as follows:
Zoiper -->
2010 Dec 27
1
G729a and G729 interoperability
Hello!
I am wondering how the differences between G729, G729a, and G729b
effect call bridging and server interoperability. For example, can
one server use the G729 code with another server that uses the G729A
codec?
Also, which version is Asterisk set up to use?
Thanks!
Elliot
2009 Oct 26
1
Answer call from another device
Hello!
I remember a while back I saw a way to answer a call from a device
that is not from the one ringing, but I don't remember what how to do
it. Any help would be great!
Thanks,
Elliot
2009 Aug 01
1
Different codecs for reading and writing
Hello!
I am wondering how to configure Asterisk and devices so I can use
different codecs for upstream and downstream packets.
Thank you,
Elliot
2009 Sep 06
1
running a asterisk -rx command in bash backgroun
Hello!
I have a very simple bash script:
#!/bin/bash
asterisk -rx "sip show peers" > /var/log/devices
When I run it in bash shell, everything works fine, but if I
background it (by adding & or using bg), nothing appears in the
/var/log/devices file.
Any reason for this behavior or help would be great!
Thanks,
Elliot
2011 May 23
1
SIP-T to SIP Gateway
Hello,
There are some parameters in the ISUP data (coming into the network via
SIP-T packets) that need to be translated into SIP headers to be used by
asterisk for proper call routing. What gateways are available to accomplish
this?
Thanks,
Elliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Jul 19
1
AsteriskNow install addons despite license conflict with FFA and G.729
Hello,
We installed AsteriskNOW (Asterisk version 1.6.2.19) and purchased FFA and
G.729 licenses and installed them successfully.
When we tried to install asterisk addons (we need the CDRs), we get license
conflict error messages.
Searching google, we see that there's a way to force install the addons, but
that "way" isn't properly detailed, so we didn't manage to do it.