Re: [asterisk-users] Cisco 2621 NM-HDV VWIC-1MFT1

2006-10-23 Thread David Edwards
Thanks..

Did I misread the posts? These look like the VWIC-1MFT-T1 is connecting to 
the PSTN and not connecting to a PRI card on an Asterisk box..

We are looking to do the following..

Asterisk PRI card - VWIC-1MFT-T1 - SIP -

Thanks

David


- Original Message - 
From: Tijl Van den Broeck [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Sent: Wednesday, October 18, 2006 3:58 AM
Subject: Re: [asterisk-users] Cisco 2621 NM-HDV VWIC-1MFT1


http://www.voip-info.org/wiki/index.php?page=Asterisk+cisco+FXO is a
good read for that.

I've got a couple of 2600's configured this way, and all seems to work
just fine. One little detail I came across was one-way-audio..
strangely enough that was fixed if I used

Dial(SIP/${EXTEN:[EMAIL PROTECTED],40,to) .. the o Dial-option fixed
it in my dialplan, both for outgoing and incoming calls.


SIP calls from the 2600 arrive in your asterisk in the form
[EMAIL PROTECTED], my approach was to let it use default context, then
match the numbers there with exten and send it off to the individual
contexts from there with Gosub().

Good luck :-)


On 10/18/06, David Edwards [EMAIL PROTECTED] wrote:
 Steve,

 I was just looking for a little info to get me started..

 Thanks

 David
 - Original Message -
 From: Steve Blair [EMAIL PROTECTED]
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 asterisk-users@lists.digium.com
 Sent: Tuesday, October 17, 2006 19:24
 Subject: Re: [asterisk-users] Cisco 2621 NM-HDV VWIC-1MFT1



 David:

   Do you have a specific problem with this card? If not and you are just
 looking for general information you can try the following document.

 -Steve

 http://mit.edu/sip/sip.edu/ciscoGW.html


 David Edwards wrote:

  Hi all,
 
  We are trying to use a Cisco 2621 with NM-HDV  VWIC-1MFT1 to connect
  to a PBX via the PRI card. We want to use it as a gateway to forward
  all calls to a hosted Asterisk server off-site via SIP.
 
  Does any one have any suggestions on how to best approach this?
 
  Thanks
 
  David
 
 
 
 ___
 --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
 
 
 ___
 --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



 ___
 --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

___
--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




___
--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


Re: [asterisk-users] Cisco 2621 NM-HDV VWIC-1MFT1

2006-10-23 Thread Eric \ManxPower\ Wieling

David Edwards wrote:

Thanks..

Did I misread the posts? These look like the VWIC-1MFT-T1 is connecting to 
the PSTN and not connecting to a PRI card on an Asterisk box..


We are looking to do the following..

Asterisk PRI card - VWIC-1MFT-T1 - SIP -


Why not have Asterisk connect directly to the remote SIP device/server. 
 If the remote server is Asterisk, why not use IAX2?

___
--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


Re: [asterisk-users] Cisco 2621 NM-HDV VWIC-1MFT1

2006-10-23 Thread David Edwards
Sorry a typo.. Having one of those Mondays..

Non-IP PBX (PRI Interface) - VWIC-1MFT-T1 - SIP - Asterisk

I am considering recommending/testing something like the Quintum Tenor 
products.. I like Cisco, but in this case it might not be the best option..


David


- Original Message - 
From: Eric ManxPower Wieling [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Sent: Monday, October 23, 2006 11:32 AM
Subject: Re: [asterisk-users] Cisco 2621 NM-HDV VWIC-1MFT1


David Edwards wrote:
 Thanks..

 Did I misread the posts? These look like the VWIC-1MFT-T1 is connecting to
 the PSTN and not connecting to a PRI card on an Asterisk box..

 We are looking to do the following..

 Asterisk PRI card - VWIC-1MFT-T1 - SIP -

Why not have Asterisk connect directly to the remote SIP device/server.
  If the remote server is Asterisk, why not use IAX2?
___
--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




___
--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


Re: [asterisk-users] Cisco 2621 NM-HDV VWIC-1MFT1

2006-10-18 Thread Tijl Van den Broeck

http://www.voip-info.org/wiki/index.php?page=Asterisk+cisco+FXO is a
good read for that.

I've got a couple of 2600's configured this way, and all seems to work
just fine. One little detail I came across was one-way-audio..
strangely enough that was fixed if I used

Dial(SIP/${EXTEN:[EMAIL PROTECTED],40,to) .. the o Dial-option fixed
it in my dialplan, both for outgoing and incoming calls.


SIP calls from the 2600 arrive in your asterisk in the form
[EMAIL PROTECTED], my approach was to let it use default context, then
match the numbers there with exten and send it off to the individual
contexts from there with Gosub().

Good luck :-)


On 10/18/06, David Edwards [EMAIL PROTECTED] wrote:

Steve,

I was just looking for a little info to get me started..

Thanks

David
- Original Message -
From: Steve Blair [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Sent: Tuesday, October 17, 2006 19:24
Subject: Re: [asterisk-users] Cisco 2621 NM-HDV VWIC-1MFT1



David:

  Do you have a specific problem with this card? If not and you are just
looking for general information you can try the following document.

-Steve

http://mit.edu/sip/sip.edu/ciscoGW.html


David Edwards wrote:

 Hi all,

 We are trying to use a Cisco 2621 with NM-HDV  VWIC-1MFT1 to connect
 to a PBX via the PRI card. We want to use it as a gateway to forward
 all calls to a hosted Asterisk server off-site via SIP.

 Does any one have any suggestions on how to best approach this?

 Thanks

 David



___
--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


___
--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



___
--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


___
--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


[asterisk-users] Cisco 2621 NM-HDV VWIC-1MFT1

2006-10-17 Thread David Edwards



Hi all,

We are trying to use a Cisco 2621 with NM-HDV  
VWIC-1MFT1 to connect to a PBX via the PRI card. We want to use it as a gateway 
to forward all calls to a hosted Asterisk server off-site via SIP. 

Does any one have any suggestions on how to best 
approach this?

Thanks

David
___
--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


Re: [asterisk-users] Cisco 2621 NM-HDV VWIC-1MFT1

2006-10-17 Thread Steve Blair


David:

 Do you have a specific problem with this card? If not and you are just 
looking for general information you can try the following document.


-Steve

http://mit.edu/sip/sip.edu/ciscoGW.html


David Edwards wrote:


Hi all,
 
We are trying to use a Cisco 2621 with NM-HDV  VWIC-1MFT1 to connect 
to a PBX via the PRI card. We want to use it as a gateway to forward 
all calls to a hosted Asterisk server off-site via SIP.
 
Does any one have any suggestions on how to best approach this?
 
Thanks
 
David




___
--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
 


___
--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


Re: [asterisk-users] Cisco 2621 NM-HDV VWIC-1MFT1

2006-10-17 Thread David Edwards
Steve,

I was just looking for a little info to get me started..

Thanks

David
- Original Message - 
From: Steve Blair [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Sent: Tuesday, October 17, 2006 19:24
Subject: Re: [asterisk-users] Cisco 2621 NM-HDV VWIC-1MFT1



David:

  Do you have a specific problem with this card? If not and you are just
looking for general information you can try the following document.

-Steve

http://mit.edu/sip/sip.edu/ciscoGW.html


David Edwards wrote:

 Hi all,

 We are trying to use a Cisco 2621 with NM-HDV  VWIC-1MFT1 to connect
 to a PBX via the PRI card. We want to use it as a gateway to forward
 all calls to a hosted Asterisk server off-site via SIP.

 Does any one have any suggestions on how to best approach this?

 Thanks

 David



___
--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


___
--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



___
--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