[asterisk-users] Peering with a Taqua T7000

2010-05-18 Thread Philip Prindeville
Anyone have any luck configuring a SIP trunk on a Taqua to talk to Asterisk?

We were initially set up as a subscriber (access line) but that had some 
undesirable side-effects, such as quashing the ANI on outbound calls.

Looks like we're going to have to reconfigure the trunk as a network 
gateway.  I asked their Director of Product Management for product 
documentation but didn't hear back, so I guess we're on our own.

If anyone else has successfully interoperated, please share your results.

Also any information about Diversion: or P-Asserted-Identity: results 
would also be handy.

Thanks,

-Philip


-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] peering with friendly networks, ...

2005-05-19 Thread Ronald Wiplinger
Nabeel Jafferali wrote:
On your side, assuming your extensions are numbers 2XX.
[outgoing]
exten = *393.,1,Dial(SIP/fwd.pulver.com/${EXTEN:4})
[default]
exten = _2XX,1,Goto(internal,${EXTEN},1)
On their side, ask them to send calls using your prefix, for example *356
200, to, for example, [EMAIL PROTECTED]
 

 

How about sip.conf? or iax2.conf?
   

As long as [default] is the context in [general] in sip.conf, I believe it
should work.
 

That is bad, because I wanted to declair default as an error, ... 
meaning, I want each connection to be in a predefined context. If not, 
than it is an error.

bye
Ronald
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] peering with friendly networks, ...

2005-05-18 Thread Ronald Wiplinger
Nabeel Jafferali wrote:
How can I set this up with some friendly networks?
   

On your side, assuming your extensions are numbers 2XX.
[outgoing]
exten = *393.,1,Dial(SIP/fwd.pulver.com/${EXTEN:4})
[default]
exten = _2XX,1,Goto(internal,${EXTEN},1)
On their side, ask them to send calls using your prefix, for example *356
200, to, for example, [EMAIL PROTECTED]
 

How about sip.conf? or iax2.conf?
bye
Ronald
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] peering with friendly networks, ...

2005-05-18 Thread Nabeel Jafferali
 On your side, assuming your extensions are numbers 2XX.
 
 [outgoing]
 exten = *393.,1,Dial(SIP/fwd.pulver.com/${EXTEN:4})
 
 [default]
 exten = _2XX,1,Goto(internal,${EXTEN},1)
 
 On their side, ask them to send calls using your prefix, for example *356
 200, to, for example, [EMAIL PROTECTED]

 How about sip.conf? or iax2.conf?

As long as [default] is the context in [general] in sip.conf, I believe it
should work.

--
Nabeel Jafferali
X2 Networks
www.x2n.ca
T: 1.647.722.6900
   1.877.VOIP.X2N
F: 1.866.655.6698
FWD: 46990

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] peering with friendly networks, ...

2005-05-17 Thread Ronald Wiplinger
How can I setup my server to peer with other friendly networks.
I saw on FWD, that with a prefix of **NNN you can go to another 
(friendly) network. Appending the users phone number would reach this 
number.

How can I set this up with some friendly networks?
In the case of FWD, I could use my own FWD number, but that is not 
usefull to be reachable, nor would it be good that all my users would 
appear as me, ...


bye
Ronald
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] peering with friendly networks, ...

2005-05-17 Thread Nabeel Jafferali
 How can I set this up with some friendly networks?

On your side, assuming your extensions are numbers 2XX.

[outgoing]
exten = *393.,1,Dial(SIP/fwd.pulver.com/${EXTEN:4})

[default]
exten = _2XX,1,Goto(internal,${EXTEN},1)

On their side, ask them to send calls using your prefix, for example *356
200, to, for example, [EMAIL PROTECTED]

--
Nabeel Jafferali
X2 Networks
www.x2n.ca
T: 1.647.722.6900
   1.877.VOIP.X2N
F: 1.866.655.6698
FWD: 46990


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] peering

2005-03-25 Thread AS
Our main asterisk box peers with that of a customer. We are trying to assign
DID's to their extensions but get this error. What are we doing wrong?


Client side
Mar 25 18:49:47 NOTICE[1369]: chan_iax2.c:6545 socket_read: Rejected connect
attempt from 203.xxx.xxx.16, who was trying to reach 's@'

Our side

Mar 25 18:56:15 WARNING[705]: chan_iax2.c:5546 socket_read: Call rejected by
203.xxx.xxx.17: No authority found
-- Hungup 'IAX2/username/23'
  == No one is available to answer at this time

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] peering

2005-03-25 Thread Richard J. Sears
Looks like you do not have the context set correctly in your iax.conf on
both sides. Make sure that it exists and it is going to do what you want
it to do.


On Fri, 25 Mar 2005 18:57:06 +1000
AS [EMAIL PROTECTED] wrote:

 Our main asterisk box peers with that of a customer. We are trying to assign
 DID's to their extensions but get this error. What are we doing wrong?
 
 
 Client side
 Mar 25 18:49:47 NOTICE[1369]: chan_iax2.c:6545 socket_read: Rejected connect
 attempt from 203.xxx.xxx.16, who was trying to reach 's@'
 
 Our side
 
 Mar 25 18:56:15 WARNING[705]: chan_iax2.c:5546 socket_read: Call rejected by
 203.xxx.xxx.17: No authority found
 -- Hungup 'IAX2/username/23'
   == No one is available to answer at this time
 
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


**
Richard J. Sears
Vice President 
American Internet Services  

[EMAIL PROTECTED]
http://www.adnc.com

858.576.4272 - Phone
858.427.2401 - Fax
INOC-DBA - 6130


I fly because it releases my mind 
from the tyranny of petty things . . 


Work like you don't need the money, love like you've
never been hurt and dance like you do when nobody's
watching.

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] peering

2005-03-25 Thread AS
Hi,

Pardon my ignorance but exactly what should be in the iax.conf for both of
them? Should it be the same or where am I going wrong? I have never done
peering before hence my ignorance.

Anthony 

-  -Original Message-
-  From: [EMAIL PROTECTED] 
-  [mailto:[EMAIL PROTECTED] On Behalf 
-  Of Richard J. Sears
-  Sent: Saturday, 26 March 2005 12:00 AM
-  To: Asterisk Users Mailing List - Non-Commercial Discussion
-  Subject: Re: [Asterisk-Users] peering
-  
-  Looks like you do not have the context set correctly in 
-  your iax.conf on both sides. Make sure that it exists and 
-  it is going to do what you want it to do.
-  
-  
-  On Fri, 25 Mar 2005 18:57:06 +1000
-  AS [EMAIL PROTECTED] wrote:
-  
-   Our main asterisk box peers with that of a customer. We 
-  are trying to 
-   assign DID's to their extensions but get this error. What 
-  are we doing wrong?
-   
-   
-   Client side
-   Mar 25 18:49:47 NOTICE[1369]: chan_iax2.c:6545 
-  socket_read: Rejected 
-   connect attempt from 203.xxx.xxx.16, who was trying to reach 's@'
-   
-   Our side
-   
-   Mar 25 18:56:15 WARNING[705]: chan_iax2.c:5546 socket_read: Call 
-   rejected by
-   203.xxx.xxx.17: No authority found
-   -- Hungup 'IAX2/username/23'
- == No one is available to answer at this time
-   
-   ___
-   Asterisk-Users mailing list
-   Asterisk-Users@lists.digium.com
-   http://lists.digium.com/mailman/listinfo/asterisk-users
-   To UNSUBSCRIBE or update options visit:
-  http://lists.digium.com/mailman/listinfo/asterisk-users
-  
-  
-  **
-  Richard J. Sears
-  Vice President 
-  American Internet Services  
-  
-  [EMAIL PROTECTED]
-  http://www.adnc.com
-  
-  858.576.4272 - Phone
-  858.427.2401 - Fax
-  INOC-DBA - 6130
-  
-  
-  I fly because it releases my mind
-  from the tyranny of petty things . . 
-  
-  
-  Work like you don't need the money, love like you've
-  never been hurt and dance like you do when nobody's
-  watching.
-  
-  ___
-  Asterisk-Users mailing list
-  Asterisk-Users@lists.digium.com
-  http://lists.digium.com/mailman/listinfo/asterisk-users
-  To UNSUBSCRIBE or update options visit:
- http://lists.digium.com/mailman/listinfo/asterisk-users
-  

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users