Displaying 20 results from an estimated 2000 matches similar to: "No subject"
2008 Mar 27
1
Unable to establish handshaking with fax machine
Hi,
I am simulating the sending of fax using sendfax through voip to reach an
Asteria server via ZAP/1 ( PSTN phone line ) which then route call to a fax
machine at ZAP/2. It seems like I am not able to establish any handshake
with the physical fax machine using the sendfax program. Does anyone know
why that happens and how to fix it? The scenario will be deployed in
remote location in the
2013 Jul 04
3
Asterisk + iaxmodem + hylafax makes sometimes wedged for hylafax
Hi, we have a faxserver with Asterisk, IAXModem and Hylafax.
Faxes come from a SIP trunk to Asterisk, then are forwarded throught 5 IAXModems managed with Hylafax.
Hylafax users can also send faxes to these modems and Asterisk send them throught the SIP trunk.
We also have a dedicated modem used only for sending faxes coming from an Hylafax dedicated user.
Sometimes Hylafax reports that a modem
2008 Apr 04
1
rxfax crashes Asterisk (segmentation fault)
Hi,
I am using spandsp-0.0.4, tiff-3.8.2, and agx-ags-addon with Asterisk
1.4.18.
Everytime rxfax executes, Asterisk crashes:
-- Executing [fax at phones:1] Set("Zap/2-1",
"FAXFILE=/var/spool/asterisk-fax/1207322398.0.tif") in new stack
-- Executing [fax at phones:2] RxFAX("Zap/2-1",
"/var/spool/asterisk-fax/1207322398.0.tif") in new st ack
[Apr 4
2008 Feb 19
1
Restricting registration for peer 'iaxmodem0' to 60 seconds
I have setup hylafax today, along with iaxmodem. I'm just starting the
debugging process and see the following message every 60 seconds:
[Feb 19 17:44:16] NOTICE[1996]: chan_iax2.c:6021 update_registry:
Restricting registration for peer 'iaxmodem0' to 60 seconds (requested 300)
Can someone tell me what this means? Why is it there? And how do I get rid
of it!
Thanks,
MD
2008 Feb 19
0
Restricting registration for peer 'iaxmodem0' to60 seconds
There's a #define macro in channels/chan_iax.c that you can modify to make this forced value higher. Just open it up in your favourite editor and search for '60' and you'll find it.
Now if there's an easier way than having to change a source-level macro, I'm all ears...
Cheers!,
--jkinard
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
2006 Apr 06
0
Dial out on Zap
Hi,
I'm trying to test my dial out function so I did something like this in
extensions.conf
exten => 999,1,Dial(Zap/g1/02601591)
exten => 999,102,Congestion()
My Zapata.conf looks something like this
[channels]
context=from-pstn
group=0
switchtype=euroisdn
overlapdial=yes
faxdetect=no
; PRI port 1 (E1)
; context=1
group=1
signalling=pri_cpe
channel=>1-15,17-31
I am able to
2006 Apr 06
0
AW: Dial out on Zap
Hi,
i was able to fix this problem when i added the line pridialplan=local in the zapata.conf but it depends on your telco, i think.
marcus
-----Urspr?ngliche Nachricht-----
Von: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]
Gesendet: Donnerstag, 6. April 2006 11:50
An: asterisk-users@lists.digium.com
Betreff: [Asterisk-Users] Dial out on Zap
Hi,
2012 Aug 01
1
Asterisk Dahdi 1.6.2.23 Iaxmodem
Hello,
I have anolog lines coming throug Dahdi to Asterisk Server, one of the
anolog lines is used for fax line. I received fax fine without any problems
using Iaxmodem with Hylafax Server. Outgoint fax is the problem, when
IAXMODEM dial out using Dahdi channel, dahdi answers and start to dial the
outside number however Iaxmodem thinks that dahdi is the remote fax machine
and starts sending fax
2011 Apr 12
0
No subject
the legs separately as if they were not related to the same call. So the
ingress leg negotiates ulaw, and despite it knowing that the peer also
supports g729 fails the call since it's already decided on ulaw and the
egress leg only accepts g729.
If this is design intent I'm wondering if there is demand enough to justify
a feature request?
Any advice on how I can work around this issue?
2010 Dec 07
1
no audio on end-point when call is connected/bridged via PBX
I am trying to dial through my asterisk machine from phone A to phone B.
My DID is registered properly with the SIP provider. When I dial from
A to B it looks fine so far.
A rings B and B can pick up and the call is bridged. However, I don't
hear any audio so therefor it is not working.
I am running Asterisk 1.8 on a cloud server. I have had the same
configuration running on a physical
2010 Dec 06
1
no audio
Any reason why I don't get audio on the channel after it rings and the
end user picks up.
Here are my files.
CONSOLE=Console/dsp ; Console interface for demo
OUTBOUNDTRUNK=SIP/callwithus
[default]
include => stdexten
exten => s,1,Answer()
exten => s,n,Wait(1)
exten => s,n,Dial(SIP/callwithus/1111444444,120,A,(demo-thanks))
exten => s,n,Wait(2)
2007 Jul 27
3
Need help with inbound IAX
I have just started working with Asterisk and have run into a road block
concerning IAX and an inbound DID from callwithus.com. I am getting
nowhere and I don't really know how to isolate the problem. The asterisk
version is 1.2.7 on ubuntu, sits behind a firewall with iptables. I can
connect and make a call to other internal extensions using zoiper and
iax. When I try and use the number,
2009 Dec 06
1
sequential dialing preferences
I am trying to use a simple tool in the Dial plan so that if the first
number does not connect the logic will go to the second and/or third.
Basically, I want the call to ring and connect to the first number
Then, if it is not answered I want another number to try to get connected
Then, if second number does not answer I want the third to be tried
i only list the scenario for the first two
2009 Jan 16
0
No subject
is executable.
Then run 'agi debug' from the asterisk cli, place a call and see what was
send and receive from your agi
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of James A.
Shigley
Sent: April-23-09 12:26 PM
To: asterisk-users at lists.digium.com
Subject: [asterisk-users] AGI PHP script
I have the below
2009 Jan 16
0
No subject
AGI is executable.
=20
Then run 'agi debug' from the asterisk cli, place a call and see what
was send and receive from your agi
=20
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of James A.
Shigley
Sent: April-23-09 12:26 PM
To: asterisk-users at lists.digium.com
Subject: [asterisk-users] AGI PHP script
=20
I have the
2006 Feb 06
1
IAX registration expiration
I can't seem to change the default registration for IAX clients:
Feb 6 12:22:52 NOTICE[7883]: chan_iax2.c:5673 update_registry: Restricting
registration for peer 'virbiage' to 60 seconds (requested 3600)
Feb 6 12:23:03 NOTICE[7883]: chan_iax2.c:5673 update_registry: Restricting
registration for peer 'test1' to 60 seconds (requested 1200)
Can this be controlled on a
2011 Aug 02
1
Codec negotiation issue (no audio format found to offer)
Running build 1.8.5.0 (compiled from source) I seem to be having an issue
with codec negotiation. I have a Grandstream HT503 FXO port connected to a
pstn line, a Polycom SP501, and a SIP trunk with callwithus.
What I'm essentially looking to accomplish is for ulaw or g729 (preferably
ulaw) to be used to the Grandstream FXO or any other internal endpoint, and
for g729 only to be used outbound
2005 Aug 28
0
All extensions now cannot loggin!!!!
2010 Jul 27
2
Urgent help = RUBY & AGI
Here's something that should be easy for RUBY pro's.
Here is a script:
1.times do
r = $agi.exec('DIAL',
SIP/voipuser&Zap/32&Zap/33&Zap/34&Zap/35)
r = $agi.get_variable('DIALSTATUS')
# $agi.set_variable(' WHOANSWERED
2009 Mar 09
0
SIP warnings (401)
Hi All,
Asterisk 1.4.12 on CentOS 5
Yesterday and today I got the following warnings in /var/log/asterisk/messages:
WARNING[2066] chan_sip.c: Got authentication request (401) on unknown REGISTER to '<sip:account at sip.voipuser.org>;tag=d8f15e1f30efddd35168b07dba9d540e.3922'
The corresponding bits in sip.conf are:
register =>