Displaying 20 results from an estimated 4000 matches similar to: "Incoming and Outgoing"
2005 Jan 30
4
Processing incoming calls with multiple contextst over PRI
So I have a problem. A customer of mine wants a PBX, owns an office
building. I want to sell him on asterisk. He has 4 tenants. I am using
my asterisk box to simulate it. My asterisk box has a TDM400P card, not
a PRI card. Don't know if it makes any difference.
Anyway, I want to route incoming phone calls to different contexts based
on the phone number being called.
Here is my
2005 May 12
14
voipjet anyone?
Is it me... or is it voipjet?
This week I've been trying various providers, just can't seem to get
voipjet to work.
I signed up with voipjet but so far can't get it to work inbound or out
bound.
I always get 'all circuits busy'.
May 12 22:27:05 VERBOSE[2442]: -- Executing
[1;36;40mDial[0;37;40m("[1;35;40mSIP/101-ad89[0;37;40m",
2006 May 23
1
Configure Voipjet.com content in Asterisk
Hi,
I am Chandramouli from India. I have successfully implemented Intercom (Dialling within my office LAN) and Voicemail features using Asterisk. To implement this, I am using X-Lite Softphone.
Now, I wish to make calls to US using VoIP Asterisk. I dont think I need any external hardware to implement pure VoIP solution.
Here I am sending my configuration file values:
Contents of
2005 Jan 16
6
pattern matching problem
How do I solve the problem with between patterns:
_1800
_1NXX
I would like all numbers 1800, 1877 etc to go through iaxtel
but all other numbers 1xxx via voipjet
Example in my extension.conf I have:
[iaxtel]
exten => _1700NXXXXXX,1,Dial(IAX2/xxxx:xxxxx@iaxtel.com/${EXTEN}@iaxtel)
exten => _1888NXXXXXX,1,Dial(IAX2/xxxx:xxxxx@iaxtel.com/${EXTEN}@iaxtel)
exten =>
2006 Nov 27
1
Incoming calls don't arrive for correct number
I have an asterisk box registering 100 numbers on a voip provider.
Numers are: 2546.1000 to 2546.1099
My problem is that every incoming call arrived to number 2546.1099 that is
the last number to register on voip provider. The correct is call arrive in
destination number.
See this exaple:
I call to 2546.1000.
-- Executing Dial("SIP/25461099-08738060", "Zap/g1/3000") in new
2012 Jul 05
7
FreePBX: using context other than the default context and the generation for the configuration
Hi All;
If I set a context other than the default context, then I do not see a generation for a configuration in the extensions_additional.conf for this context, but always the generation for the configuration is for the default context (from-internal).
Normally, I have to put some Phones in a context and another Phones in a context, and give each context a privilages, but if I do this, then I
2005 Jun 22
1
missing cdr records
I am experiencing a very wired problem.
Some of my cdr are lost.
I use logging cdr to csv, mysql and odbc. But some of them are lost. They miss in csv mysql and odbc, so i'm pretty sure it is related to asterisk functioning.
I am running asterisk 1.0.7; this is simple configuration file:
extensions.conf
[general]
static=yes
writeprotect=no
[macro-gw-voipjet]
exten =>
2004 Sep 23
5
Billing Fun - anybody know where to get a NPA/NXX db?
Hello;
I've been playing with a nifty Open Source java based report writer
called Datavision (datavision.sourceforge.net) and I've managed to write
enough logic to calculate phone bills at different rates from the MySQL
cdr's. (cdr_addon_mysql) Eventually I want to have sets of rate
structures for each user of the system - so I can bill client A at 3
cents a minute and client B at 2
2005 May 20
1
Unable to create channel of type 'IAX2' (cause 3)
I try to connect to voipjet, but I get always busy, ... it worked
yesterday, ... no changes on my side....
-- Executing SetGroup("SIP/615-829b", "iax-voipjet") in new stack
-- Executing Dial("SIP/615-829b",
"IAX2/17567@voipjet/011886228357765") in new stack
May 20 18:16:26 NOTICE[9733]: app_dial.c:973 dial_exec_full: Unable to
create channel
2006 Oct 27
2
DTMF detection problem in PABX trunk
Hi for all,
i 've installed asterisk with isdn trunk with alcatel pabx.
When alcatel users dial for external numbers, a channel on asterisk is
allocated for dial. When we call to an number that is an IVR the digits
isn't recognized by IVR.
In sip.conf i putted dtmfmode as rfc... and info, inband is only for 64k
codecs, and still don't work.
How can i resolve this issue ??
Thanks.
2005 Jan 22
1
ASTCC: potential billing issue and "fix"
Before I start, I just want to say this is not necessarily a problem
with ASTCC, but may be a problem the way I have set up ASTCC (and
possibly the way others have set it up as well). The issue is that ASTCC
tries to match the pattern *anywhere* in the called number, not
necessarily only at the beginning.
I have set up ASTCC Routes like this:
1800 Tollfree Trunk1 0 0 100
1416 Canada Trunk2 0 0
2005 Oct 11
1
call to a particular 800 numbernevershowsanswered on Zap channel
> Watch the output of 'pri debug span 1' on the Asterisk server while
> placing the call - bug #4468 (http://bugs.digium.com/view.php?id=4468)
> might be relevant.
Yes, this is exactly what is happening. Thanks a lot. I am thinking about adding a special case for the IBM 800 number since it is the only one my company is complaining about. Currently I have this in my dialplan:
2006 Jun 02
3
All non US 48 area codes?
Is there a list somewhere or a way to find the following:
1- All non US 48 area codes which can be dialed as 1+10
2- All strange area codes which are used for premium services such as
900-XXX-XXXX
3- Anything else that should be restricted if one was to restrict all
calls to US 48 only
I have found many list but it's tough looking at the entire list of
area codes and pulling out each of them
2005 Aug 12
3
Voipjet experiment
Hi List,
I'm wondering if someone who uses VoipJet as their termination service
would do me a favor.
If I call the American Airlines reservation number (1-800-433-7300), the
call gets connected, but after 30 seconds asterisk drops the call
responding that no one answered.
I'm using areskicc2 (calling card app) as an authentication system and I
don't know if that is what is
2003 Aug 13
2
CLASS feature syntax
I'm looking to implement some basic CLASS features, using my own
dialplans as well as those so thoughtfully contributed by "The
Traveller" a few weeks back.
However, instead of building my own dialing sequences (*69, *67, etc.
etc.) for these features, I went looking for the standard list of
CLASS dialing codes. I found this
2005 Jul 15
2
arrgg! www.voip-info.org down again (or too busy)
Does anyone have a mirror of this running?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050715/5fe78cd2/attachment.htm
2005 Jun 08
13
Anyone noticed Voipjet voice quality problems?
Dear all,
I've noticed some significant voice quality deterioration when calling US
landline via VoIPjet.com in the last week or so.
Before that the quality was pretty good.
Has anyone else experienced any voice quality problems with voipjet
recently?
Thanks,
Roman
2005 Mar 11
4
VoipJet Terms of Service
I've heard good things about VoipJet here, so I was going to set up an
account. Then I noticed their Terms of Service here:
https://www.voipjet.com/tos.php
Several things there are very concerning to me, and I'm interested in
what other people here think of them.
* The ToS specifically forbids use for any call relating to medical,
financial, or government matters -- as well as any
2005 Mar 09
6
VoIPJet
Anyone suffering an outage with them right now?
I am getting the following from my box when I try to dial using them....
== No one is available to answer at this time
W
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050309/e1096325/attachment.htm
2003 Oct 03
2
Transfer from IAX call
I am using IAX to send a call to my cell phone. I want to be able to hit #
and transfer it back into the office. I have added tTr to the dial command
and hitting # prompts me for the transfer, but after I start dialing 103,
it stops at 1 and tries to transfer it within nufone instead of my
dialplan. This is the debug output:
-- Called me@NuFone/1515480XXXX
-- Call accepted by