Displaying 20 results from an estimated 10000 matches similar to: "retrieving dialed number when overlap dialing?"
2003 Jul 07
1
overlap dialing on a pri span
Hi,
I am lost trying to figure out how to enable overlap dialing for calls
coming in and coing out on a pri span. DISA looked promising at first,
but does not seem to support overlap dialing. Just picking up a call by
and trying to dial out does not seem the way to do it either. I tried:
[dialincontext]
exten => 12341234,1,Goto(dialoutcontext,s,1)
[dialoutcontext]
exten => s,1,Wait,1
2003 Jul 25
1
Busy detect on pri channel?
Did anybody figure out how to make dial detect a busy on a zaptel channel on a
pri interface when using overlap dialing? According to the documentation dial
should return to priority n+101, if the called party is found to be busy. I can
see a DISCONNECT message with "user busy" coming from the network when I turn on
pri debugging, but the dial application does not seem to notice.
2003 Dec 17
2
Residential router w/ QoS support?
Did anybody ever come across an affordable, residential cable/dsl router
with support for QoS?
The ones I've seen so far (Netgear, D-Link and W-Linx) do not seem to
support it. I noticed that even email can damage a G.711 stream on an
128kbit uplink, leave alone file-sharing applications. I understand this
is strictly related to *, but nevertheless of interest to many of us.
Thilo
2013 Nov 14
1
Integration with NEC DSX - help with dial line
I am trying to setup an extension in asterisk which dials an extension
on the NEC DSX. i.e. If an asterisk user dials 402 I want it to
connect to the NEC DSX @ 192.168.1.57 and connect to extension 402. (
404 would be the NEC DSX sip account that I have the credentials for
).
[402]
deny=0.0.0.0/0.0.0.0
secret=pass1
dtmfmode=rfc2833
canreinvite=no
context=from-internal
host=dynamic
type=friend
2003 Apr 22
0
Re: [Asterisk] Kernel panic, ZapRAS & E400p
[ZapRAS triggering a kernel panic]
>> Kernel panic: Aiee, killing interrupt handler!
>> In interrupt handler - not syncing
>> HDLC Receiver overrun on Channel Tor2/0/2/25 (master: Tor2/0/2/25)
>
> Hrm, I haven't seen this before. Please contact me off-list and I'll
> give you more debugging instructions that may be helpful, as well as
> enquire additionally
2004 Apr 25
2
asterisk dials wrong numbers ?!?
Hi,
I've got an important question:
I use an E100P directly connected to PSTN, but it does not *really* work as it should
be:
exten => 1000,1,Dial(Zap/1/1234)
BUT: It does NOT dial "1234" but it says in debug mode:
-- Called 1/72976451
Apr 26 00:53:00 WARNING[10251]: chan_zap.c:5979 zt_pri_error: PRI: !! Facility
message shorter than 14 bytes
-- Channel 1, span 1 got
2004 Aug 17
0
RE: RE: dialing out
Nevermind. Figured this out. I needed the following in extensions.conf
to enable outbound dial.
exten => _9.,1,Dial(Zap/2/${EXTEN:1},70,Tt)
Thanks
-----Original Message-----
From: Info [mailto:info@psgsite.com]
Sent: Tuesday, August 17, 2004 9:27 AM
To: 'asterisk-users@lists.digium.com'
Subject: RE: dialing out
Thanks to Greg Hill for pointing me to the 'sip debug on'
2004 Aug 17
0
RE: dialing out
Thanks to Greg Hill for pointing me to the 'sip debug on' cmd that
helped me resolve the sip connection problem!
The other issue I'm trying to resolve is configuring outgoing calls. I
need to configure outgoing calls to use the FXO card in the PBX (zaptel
device) via sip connected ip phones when a user dials 9. I need to
support local and long distance dialing. Below is an excerpt of
2004 Jun 11
2
extensions question
ser forwards a sip message with extension 99999996 to asterisk which
plays my 'userisoffline' message and hangs up and should stop here but
instead asterisk continues to process the match everything extension ._
and dials out which is not what I want...
if I change the starting priority of the Dial app to a higher level
than 3 asterisk stops after the hangup but then doesn't accept
2005 Jun 22
1
Dialplan Q: Dialing with Capi
Hello,
I'm using asterisk 1.0.7. with a somewhat advanced setup with IAX and CAPI
as channels. A call comes in via IAX2 and should be redirected to CAPI.
So I wrote the following dialplan:
[fromiax]
exten => _8XXX,1,Answer
exten => _8XXX,2,Dial(CAPI/265:B${EXTEN:1},,r)
[fromcapi]
exten => 265,1,Answer
exten => 265,2,Dial(IAX2/PoC/11@from-lw)
exten => 265-BUSY,1,Busy
exten
2003 Apr 29
3
Whats ENUM??
I see in the changelog that ENUM support has been added.. anyone know what this is?
--
______________________________________________
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr
Powered by Outblaze
2003 Jul 22
2
enabling dtmf detection on zap channel?
Hi,
is there a way to enable dtmf detection on zap channels? I am trying to
pickup, play a ringtone and the dial out. I.e.
exten => s,1,Wait,1
exten => s,1,Answer
exten => s,2,Playtones(dial)
exten => s,3,DigitTimeout,5
exten => s,4,ResponseTimeout,10
exten => _X,1,StopPlaytones
exten => _X,2,Dial,Zap/g8/BYEXTENSION|10
2004 Nov 28
4
PRI Dialing failure?
So I reached the point where my PRI is accepting incoming calls, but I
cannot dialout. I must be doing something stupid, but I can't figure it
out. The Asterisk box is sitting between the Mitel and the phone company,
and has PRI lines to each. Asterisk was built from CVS r1-0
Log for a call from mitel heading outbound:
-------------------------
-- Accepting call from '' to
2015 Aug 14
2
chan_sip.c: Retransmission timeout reached on transmission
Hello friends:
I am facing cutoffs randomly when negotiating calls.
The PBX dials the destination, the provider (softswitch) receives the
request *[1]* and sudenly the PBX hangs up the call* [2]* while the
provider is still dialing it, as a consequence the remote peer receives a
ghost call. Along the atempt I could see six times a messages regarding NAT
isuues *[3]*
I hope anyone can give me an
2003 Aug 29
1
Buffering DTMF input
An application I am running provides a dial tone to my users, read 9
digits, checks whether or not the called party number should be allowed
and then dials out using overlap dialing on a pri channel. I.e.
exten => _XXXXXXXXX,1,AGI(pm-check-destination.agi)
exten => _XXXXXXXXX,2,Dial,Zap/g1/BYEXTENSION|60|CH
The AGI-Skript takes about 0.3 to 0.5 seconds (it does a number of
rather complex
2020 Aug 10
0
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Dan,
i did it wrong, sorry:
curl -v -H "Content-Type: application/json" -u asterisk:asterisk -X POST "
http://localhost:8088/ari/channels/newChannelId"
<http://localhost:8088/ari/channels/1400609726.3/play?media=sound:hello-world>
--data '{ "endpoint": "SIP/Alice", "variables": { "CALLERID(name)":
"Alice" ,
2007 Feb 03
3
error dialing a SIP user. chan_sip.c:1994 create_addr: No such host
The following strange conditions is happening while I try to dial a
SIP user from another SIp user.
SIP to Zap dialing is fine, as all 4 users can call PSTN.
I'm using Asterisk SVN-branch-1.2-r51359M
Example: extension 3210 calls extension 3213. They are all registered properly:
chrom01*CLI> sip show peers
Name/username Host Dyn Nat ACL Port Status
3213/3213
2003 Sep 26
3
dialing out with the outgoing queue problem.
Hi,
I have cvs updated all my modules (zapata, libpri, zaptel and asterisk).
I have also read in the archives & seems that no-one has run into this
problem.
What I'm trying to do is simple. Just make and outbound call using the
/var/spool/asterisk/outgoing directory.
I copied /usr/src/asterisk/sample.call and only changed the context &
extension.
I configured my Zap1 to the same
2009 Apr 26
1
Error, Clue to what?
[Apr 26 10:47:01] NOTICE[32151]: chan_sip.c:16223 sip_poke_noanswer: Peer
'3516533812' is now UNREACHABLE! Last qualify: 86
[Apr 26 10:47:11] NOTICE[32151]: chan_sip.c:12723 handle_response_peerpoke:
Peer '3516533812' is now Reachable. (98ms / 2000ms)
[Apr 26 12:08:49] WARNING[32273]: app_dial.c:1242 dial_exec_full: Unable to
create channel of type 'SIP' (cause 20 -
2005 Feb 03
1
Mi extensions keeps ringing
Hi asterisk users, I have a inssue with incoming calls with wcfxo card,
while receiving a call, I?ve configured my dialplan to forward the call to
all mi home voip extensions and that works just fine, but while in the call,
after a few seconds, the pbx starts the simple switch once more and keeps
ringing the voip extensions
log as follows: