Displaying 20 results from an estimated 429 matches for "itsp".
Did you mean:
its
2006 Nov 29
2
Trouble using 2 IAX2 DiDs provided by different ITSPs
Asterisk 1.2.7
Redhat 9
I have DiDs from two different ITSP both set up as IAX2. Each one
works when it's the only one in my iax.conf, but when I have them both
defined in iax.conf at the same time, only one will work. My iax.conf
is provided below.
Any ideas how to fix? I'd like to use both DiDs!
Thanks,
H
My iax.conf is below. When I dial t...
2016 Nov 15
2
iaxmodem errors.
2004 Jan 14
1
Cooperate with SIP ITSP
Hi All,
When I want use Asterisk as a PBX to cooperate SIP ITSP,
I can not set the caller ID, so SIP ITSP do not accept
the call.
In Asterisk, I set a account in sip.conf to register on
ITSP SIP Server:
register => 6292@218.1.121.237/6292
And I added a user 6292 in Asterisk just like the account
on ITSP SIP Server:
[6291]
type=friend
username=6291
calle...
2019 Mar 01
3
pjsip: don't require authentication from remote i register to
I'm being told by my ITSP that my Asterisk shouldn't be challenging
their system to authenticate (i.e. a 401 response) when they send me a
SIP MESSAGE (or I suppose a SIP INVITE for that matter).
But I'm not sure what a pjsip.conf configuration for that looks like.
How does one associate an incoming call/message w...
2016 Nov 11
2
iaxmodem errors.
2007 May 04
0
Asterisk registration SIP confusion. Can someone explain this?
We have an Asterisk v1.2.16 box registering with an ITSP using SIP. The
registration succeeds, and is confirmed with SIP SHOW REGISTER. However,
we frequently (every few minutes) see this on our console:
REGISTER attempt 1 to 999@pbx.itsp.com
REGISTER attempt 2 to 999@pbx.itsp.com
Any ideas what is going on? In particular
1. What causes the tw...
2007 May 05
1
SIP registration problem
Skipped content of type multipart/alternative-------------- next part --------------
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
2010 Jan 04
1
T.38 ITSP?
Has anyone found an ITSP that will relay T.38 fax to an asterisk 1.6.x
instance AND do it reliably? If so, I can think of a number of locations
with copper loops that could be scrapped. I'm actually quite surprised at
what an underwhelming number of ITSP's that say they support T.38 (zero so
far among my norm...
2010 Sep 13
3
doing dnsmgr_lookup
Hello list,
my CLI is spammed with :
[Sep 13 08:31:38] > doing dnsmgr_lookup for 'ssw6.itsp.tld'
[Sep 13 08:31:38] > doing dnsmgr_lookup for 'ssw6.itsp.tld'
[Sep 13 08:31:47] > doing dnsmgr_lookup for 'ssw4.itsp.tld'
[Sep 13 08:31:48] > doing dnsmgr_lookup for 'ssw4.itsp.tld'
[Sep 13 08:31:49] > doing dnsmgr_lookup for 'ssw4.itsp.tld'
[Sep 1...
2009 Sep 09
1
SIP reply CALL-ID from ITSP has internal address in host part
We are using using what Cisco's Port Address Translation, so that all
SIP traffic is done through %EXTERNIP%. ?To any outside box, it should
look like the asterisk server is actually on %EXTERNIP%.
My SIP packet gets sent to the ITSP with a Call-ID:
2fd557964ca936b66661d72f1328c918@%EXTERNIP% , but the SIP 200 OK reply
from ITSP has Call-ID: 2fd557964ca936b66661d72f1328c918@%INTERNIP%. ?I
can not figure out where the ITSP is even getting my %INTERNIP% from,
I don't see it in the packet anywhere.
I have externip, localnet,...
2009 Jun 27
1
2 problems I can't solve without any help
Problem 1 :
Incoming conversations from the SIP-provider come into the
[default]-context and to the 's'-extension.
I am unable to change this, even if I have :
sip.conf
[general]
;context=default ; Default context for incoming calls
register => 092779077:XXXX at 85.119.188.3
; incoming
[092779077]
type=user
host=85.119.188.3
context=from3starsnet
So I define no
2006 Apr 06
1
Integrics ITSP 1.6 released
Integrics is pleased to announce the release of ITSP version 1.6. This
version has the following new features:
- Comes in 2 editions:
* Carrier edition, for 250 to tens of thousands of users on hosted
systems. Integrics sells this edition directly and through partners.
* Office edition, for 10 to 250 users. This edition is sold only
through our...
2004 Dec 06
1
Setting CallerID with ITSPs
Is there some concensus on where to set callerid when making outgoing
calls via an ITSP over IAX? Is this best accomplished in IAX.CONF or
EXTENSIONS.CONF?
Also, tech support at one ITSP told me that the SetCIDName command
doesn't do anything. Is this something that might be unique to their
server? Or a general statement of fact?
Thanks,
Michael
--
Michael Graves...
2006 Nov 04
1
Hairpinning problems using IAX2 and SIP
Asterisk 1.2.7
RedHat 9.0
I frequently have the need to redirect calls that come in on a DiD
provisioned by my ITSP, back to the ITSP so that they can terminate
the call on the PSTN. For example when an external call comes in, I
often have to send it to a cell phone. I believe that this is
referred to as "hairpinning" the call.
I do this by answering the incoming call and then I use a simple
"d...
2006 Nov 04
1
Redirect problems using IAX2 and SIP
Asterisk 1.2.7
RedHat 9.0
I frequently have the need to redirect calls that come in on a DiD
provisioned by my ITSP, back to the ITSP so that they can terminate
the call on the PSTN. For example when an external call comes in, I
often have to send it to a cell phone. I believe that this is
referred to as "hairpinning" the call.
I do this by answering the incoming call and then I use a simple
"d...
2007 Feb 20
0
Asterisk behind OpenSER - Getting SIP reinvites to work with an ITSP
I'm using Asterisk (1.2.14, RedHat 9) but I've been having trouble with SIP
re-invites.
I have a DiD from an ITSP and when someone calls in, Asterisk plays a menu
recording and transfers the call to the external line the caller selects.
Since both sides of the call are external, I want to use re-invite to avoid
the rtp packets from going through my server after the call is bridged.
I have gotten this to work...
2014 Aug 05
1
Binding SIP on multiple ports [SOLVED])
Great !
I'm gonna it try ASAP !
Is there another way (ie not using different ports) to get several trunks
to a given ITSP ?
Let me explain this a bit further.
My setup is:
ITSP <---- SIP----> Asterisk <----> Phones
For various reasons, I want my Asterisk box to have several trunks/SIP
account with my ITSP.
First method, is to configure a specific port for each trunk: ITSP will
receive traffic from two di...
2011 Jun 21
1
: Re: ITSP failover for PRI
Hi,
I still have the same problem trying to configure ITSP failover in
extensions.conf for a connected PRI. Any comments thoughts or direction
would be greatly appreciated.
I sympathize with wanting inbound DID failover. If we have a client with
multiple DIDs we will spread them across two or three ITSPs so that all
inbound connectivity will not be l...
2009 Aug 01
3
Dialplan strategy suggestions needed
I have a new Asterisk system going into production next week and I'm a
bit stumped as to the best way to handle the Dialplans for it.
The Asterisk system is replacing 4 separate PSTN lines with both SIP &
PSTN inputs. The setting up of the dial plan is giving me some design
headaches, which probably means I'm missing something obvious and doing
this the hard way.
I have separate
2016 Feb 03
4
How to deal with error messages passed as Early Media
Hello,
I'm trunking with an ITSP that, when treating an outbound to an unknown
destination, either:
- send a SIP error code (I can't be more explicit, at the moment),
- or cast a pre-recorded audio message using Early Media.
At the same time, I'm also trunking with Contact Center solution which
doesn't support Early M...