similar to: Slow Faxing

Displaying 20 results from an estimated 2000 matches similar to: "Slow Faxing"

2003 Nov 06
2
Dialing an outside number -- QUESTION --
Hello-- I'd like to do a little processing on external phone numbers from within the asterisk pbx. Fairly simple stuff, but... devilishly hard to make it work so far! 1. I'd like to dial 9 to get an outside line. 2. If the number dialed after the 9 is 754XXXX, I'd like it to go thru unmodified. It's the only local number available here. 3. I'd like all 1 XXX XXX XXXX numbers
2003 Mar 21
8
Help with linejack as a trunk?
I have a linejack and a phone jack in my asterisk server working well between the SIP phones and the phonejack. what I cannot get to work is the outbound linejack Phone/phone0 trunk line? how can I get a SIP or Phone/phone1 phonejack phone to dial 9 then outside number and pickup Phone/phone0 and dial it? right now it accepts a 95551212 but busy's on the last digit 2. no outside dial.
2003 Jul 08
5
Using multiple iconnecthere accounts
Has anybody out there tried to use two different iconnecthere accounts with Asterisk? What I want to do is use a second account if the first is busy. I have tried the following: exten=>_91NXXNXXXXXX,1,StripMSD,1 exten=>_1NXXNXXXXXX,2,Dial,SIP/BYEXTENSION@iconnect ;iconnect is the first account exten=>_1NXXNXXXXXX,3,Dial,SIP/BYEXTENSION@iconnect2 ;iconnect2 is the second account But that
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 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'
2003 Aug 25
2
Data calls through *
I have a Pitney Bowes (USPS Postage) machine that connects via a USB modem to fill it. It connects but soon disconnects. It works fine through a standard analog phone line not connected to asterisk. I also have the 'd' option on the Dial command. exten => _1NXXNXXXXXX,1,Dial,Zap/47/BYEXTENSION||d Any ideas? John
2003 Dec 20
2
BYEXTENSION and DBPut
Hey I need another pair of eyes on this! I would like to add phones numbers to the blacklist from any handset so I did this: exten => _*66XXXXXXXXXX,1,StripMSD,3 exten => _XXXXXXXXXX,2,DBPut,blacklist/BYEXTENSION/1 exten => _XXXXXXXXXX,3,Hangup However what I get in the database is: /blacklist/BYEXTENSION : 1 And BYEXTENSION is not replaced with the actual number
2003 Jun 18
2
== Everyone is busy at this time problem
hi, i installed asterisk and works very well, the only problem is that when i try to call a direct number of a company that has a normal PBX i got this error: to 10.8.210.153:5060 == Accepting call on 'SIP/a.sampietro-f7be' (a.sampietro) -- Executing Goto("SIP/a.sampietro-f7be", "doisdn|BYEXTENSION|1") in new stack -- Goto (doisdn,00115601992,1) --
2005 Mar 26
1
Dialout handler with/without leading 1
If this handles the case where 10 digits are required: exten => _9NXXXXXXXXX,1,StripMSD,1 exten => _NXXXXXXXXX,2,Dial,Zap/4/BYEXTENSION How do you create a handler which works for either this or the case with a leading '1' plus 10 digits? tnx -kim -- w8hdkim@gmail.com
2004 Nov 24
4
zap fxo hangs after upgrade to stable v1-0
so i have been running v1-0 on all of my test boxes for about a month now testing iax/sip/res_xxx. I decided to put it into production so I updated a box that was running 0.9.? that had been working perfectly for months and low and behold the inbound line from telco now intermittantly doesn't clear and none of the other channels can dial out on that line. I have tested the line in this
2004 Oct 05
4
Long distance provider with access number and auth code
I need to be able to dial a long distance provider that uses an access number and an auth code. I would like to be able to program this so that the user can dial 8 and then the long distance number, asterisk will hopefully do everything in the middle. The sequence to accessing the provider is on my traditional phone speed dial as: * Dial local access number * Wait 5 seconds * Dial the auth
2015 Apr 08
2
dial out with channel variable; sub-string usage
I want to do something like: exten => _NXXXNxxxxxx,1,Dial(${BABY}/${EXTEN}) exten => _Nxxxxxx,1,Dial(${BABY}/${EXTEN}) exten => _1NXXNxxxxxx,1,Dial(${BABY}/${EXTEN}) exten => _011.,1,Dial(Dial({TOLL}/${EXTEN}) exten => _9NXXXNxxxxxx,1,Dial(${BABY}/${EXTEN}) exten => _9Nxxxxxx,1,Dial(${BABY}/${EXTEN}) exten => _91NXXNxxxxxx,1,Dial(${BABY}/${EXTEN}) exten =>
2003 Sep 03
1
SIP to PSTN gateway
Hello all, taking examples from various pointers, I am attempting to put together an outbound dialing example using SIP (Cisco 7960) with 2 X100P. Everything seems to be working without generating errors, but the problem is the phone hangs up (102/Bye). Any pointers/advice are much appreciated Here is the section in extensions.conf: extensions.conf ; From CISCO at work ; exten =>
2004 Jan 07
3
manipulating with numbers - StripMSD, Prefix
Hello, I can not seem to be able to get StripMSD and Prefix to work for me in extensions.conf. This is an example of what I have: exten => _050.,1,StripMSD,1 exten => _50.,Prefix,01051 exten => _001051.,1,Dial(${TRUNK2}/${EXTEN}) exten => _001051.,2,Busy exten => _001051.,102,Busy What I want to achieve is to call 001051501657887 on TRUNK2 when dialing 0501657887. dialing
2003 Aug 25
0
Fwd: Data calls through *
> > Yes... I used todays CVS. > > And on another note, my system having weird issues. > Some phones would just stop working. 3-5 at a time. > A restart would fix it temporarily. > > So I back tracked to my previous version 06/06/2003, > this has been my most stable version ever. > > John > > > On Monday, August 25, 2003, at 03:23 PM, TC wrote: >
2003 Sep 20
0
Asterisk with Samsung SKP 816H PBX !
Hi, Having Asterisk-0.4.0 with 2FXO port and Samsung SKP 816H PBX in 2 offices. I am able to make call between two offices. But the problem is that call dosen't hangup. Office A [Asterisk+2FXO+SamsungPBX] <------------- I A X ------------> Office B [Asterisk+2FXO+SamsungPBX] Configuration files are given here.............. ------------------------ zapata.conf
2005 Sep 26
1
StripMSD or extension parser bug?
For years we've had the following simple context for outgoing calls: [outtrunk] ; match any NANP, and strip leading 1 off exten => _1XXXXXXXXXX,1,StripMSD,1 ; dial outbound on trunk group 1 exten => _XXXXXXXXXX,2,Dial,Zap/g1/${EXTEN} But when I upgraded on Friday to the latest CVSHEAD, this no longer works. If I send 13115552368 to this context, I get a message like pbx.c: Channel
2014 Jan 28
2
callerid overwrite
Hi all, I'm having issues with overwrite caller id, when I call someone my caller id should be "mycompanyinc" but instead my id shows up as my extension number 101. this is what i have in sip.conf [101] type=friend context=sipphones call-limit=99 callerid="iuser 101" disallow=all allow=ulaw allow=alaw username=101 secret=Passwd dtmfmode=rfc2833 host=dynamic mailbox=101 at
2003 May 06
2
capi + bri ?
Hello, I have som problems with my BRI/capi setup. I manage to call in to the system (some rows below). ---------------- -- Executing Dial("CAPI[contr1/16453]", "SIP/BYEXTENSION@janm|10") in new stack -- Called s@janm -- SIP/janm-63f5 is ringing -- SIP/janm-63f5 is ringing -- SIP/janm-63f5 is ringing ---------------- But I can't make outgoing calls from
2004 Apr 16
1
Matching variable-length extensions with chan_zap in overlap dialling
I've been having trouble matching variable extensions on a zap channel (an E1 line). Doing it the extensions.conf way: [pri1] ; Match 8078078- calls include => m807nat include => m807mob include => m807oth [m807nat] exten => _80780782XXXXXXXXX,1,StripMSD(7) exten => _2XXXXXXXXX,1,SetVar,clidest=${EXTEN} exten => _2XXXXXXXXX,2,Goto(cli,s,1) [m807mob] exten =>