Re: [asterisk-users] Asterisk <-> Nortel Phone Switch

2007-11-29 Thread shawnl
It's a nortel phone switch (ie: phone company), not a nortel pbx. On Wed, Nov 28, 2007 at 08:55:09PM -0600, Jonn R Taylor wrote: > What LAN and you using? ELAN or HSP Are you trying to connect to a signaling > server? Please provide Nortel config. > > Jonn > > -Original Message- > F

[asterisk-users] Asterisk <-> Nortel Phone Switch

2007-11-28 Thread shawnl
Still trying to make my Asterisk PBK talk to our Nortel Phone Switch (C15k). Nortel did an upgrade which changed a bunch of things today, so I thought I'd give it another shot. It looks like I'm much closer this time, but still no go. Can't do calling in either direction. Anyone have any ideas?

[asterisk-users] Nortel C15K <-> Asterisk

2007-10-26 Thread shawnl
Has anyone had any luck getting an asterisk box to talk to a Nortel C15K softswitch? Or any Nortel "sip" products? I've been playing with it for several days and can't seem to pass calls either direction. I know that whike the Nortel says the C15K speaks SIP, it really speaks nortel's implementa

[asterisk-users] Asterisk <-> Noetel C15K ?

2007-10-23 Thread shawnl
Has anyone had any luck getting an asterisk box to talk to a Nortel C15K softswitch? I've been playing with it for several days and can't seem to pass calls either direction. I know that whike the Nortel says the C15K speaks SIP, it really speaks nortel's implementation of SIP, but I thought I c

[asterisk-users] Basic connection to Nortel C10k?

2007-10-16 Thread shawnl
I'm trying to get a basic connection setup between a nortel C10k and an asterisk box. All I want to be able to do is forward sip calls from the nortel switch to the asterisk box, and make calls from asterisk to the nortel ie: if someone dials my # on the PSTN, send it to asterisk and let me

[asterisk-users] Cisco 7960 Won'

2007-08-31 Thread shawnl
I'm having a wierd problem with a Cisco 7960 (sccp2) and asterisk (1.4.2) If the call that I'm trying to make goes through, everything works fine. But if there's any sort of error (like me messing around in my extensions.conf, etc). I can't get the connection to drop. ie: If I get the conjesti

[asterisk-users] Pass Dialed number to a script

2007-07-19 Thread shawnl
I'm in the process of writing a simple autodialer to dial a list of numbers and play a message. One of the options I want to give them is a way to "dial X to have a customer service representative call you" Looking for a simple way to pass the number that I dialed to a script in extensions.c

[asterisk-users] Pass Dialed number to a script

2007-07-12 Thread shawnl
I'm in the process of writing a simple autodialer to dial a list of numbers and play a message. One of the options I want to give them is a way to "dial X to have a customer service representative call you" Looking for a simple way to pass the number that I dialed to a script in extensions.c

[asterisk-users] Basic asterisk Autodialer?

2007-07-09 Thread shawnl
I'm looking for an easy way to make asterisk perform as a basic (broadcast)autodialer. Basically all I want to do is give it a list of phone #'s and a pre-recorded message and have it call each one and play the message or leave it on the person's answering machine. The people I'll be calling ar

[asterisk-users] Difference between SCCP and Cisco Call Manager traffic?

2007-04-16 Thread shawnl
I'm wondering about the difference between Cisco Call Manager and SCCP(2) network traffic. I'm working on getting a Cisco 7960 phone to speak through a NAT to an asterisk box, without having to do a bunch of port forwarding on the NAT device. Without the nat, everything works fine. If the phon

[asterisk-users] SCCP Firewall rules?

2007-04-12 Thread shawnl
Has anyone tried to pass sccp through a "cheap" router / nat box? I have gotten sccp to go through a cisco pix just fine, but I can't seem to get it to go through a ipfilter box or a basic netgear / linksys router. I was under the impression that sccp was a lot more nat friendly, but at the mome

[asterisk-users] Cisco IP Phone services.xml sample?

2007-04-11 Thread shawnl
Does anyone have a small, plain services.xml file for a cisco ip phone, preferably one that will work on a 7960? I can't seem to get my xml right, and no matter what I send to the phone I keep getting parse errors. Thanks Shawn ___ --Bandwidth and Colo

Re: [asterisk-users] Help w/ Asterisk Cisco IP phone and SCCP

2007-04-10 Thread shawnl
On Tue, Apr 10, 2007 at 03:35:23PM -0500, Lacy Moore - Aspendora wrote: > On 4/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >exten => 104,Dial(SCCP/SEP00036BC3852B,20) > >exten => 104,2,Voicemail(u104) > >exten => 104,102,Voicemail(b104) > >exten => 104,103,Hangup() > > > Actually, if this

Re: [asterisk-users] Help w/ Asterisk Cisco IP phone and SCCP

2007-04-10 Thread shawnl
> > can't seem to see what it is. Anyone have any suggestions? > > > > Dial(SCCP/[EMAIL PROTECTED]) > > -- That seems better, but it's almost as if asterisk doesn't realize that the phone has been hung up. [Apr 10 16:27:02] ERROR[31001]: sccp_channel.c:531 sccp_channel_hold: SEP00036BC385

Re: [asterisk-users] Help w/ Asterisk Cisco IP phone and SCCP

2007-04-10 Thread shawnl
On Tue, Apr 10, 2007 at 02:51:31PM -0500, Lacy Moore - Aspendora wrote: > On 4/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >exten => 104,Dial(SCCP/SEP00036BC3852B,20) > >exten => 104,2,Voicemail(u104) > >exten => 104,102,Voicemail(b104) > >exten => 104,103,Hangup() > > > > Off the top of

[asterisk-users] Help w/ Asterisk Cisco IP phone and SCCP

2007-04-10 Thread shawnl
I have a new asterisk installation (1.4.2) that is working fine with SIP. Now I'm trying to add 2 cisco ip phones (7960) running SCCP (latest chan_sccp). I have the phones booted, and the tftp directory all setup, etc. But the phones do not quite work right. When I lift the handset I only get a

Re: [Asterisk-Users] Cisco 7960 won't dial (sccp)

2006-04-12 Thread shawnl
On Wed, Apr 12, 2006 at 09:32:12PM +0200, Sergio Chersovani wrote: > [EMAIL PROTECTED] ha scritto: > >context = from-sccp-intenal > > > I guess "intenal" is not the righe context :-) > > Sergio The from-sccp-internal is almost an exact copy of my from-sip-internal context, which works fine.

[Asterisk-Users] Cisco 7960 won't dial (sccp)

2006-04-12 Thread shawnl
I'm trying to setup a couple of Cisco 7960's in asterisk. I have asterisk working fine for sip clients, and can call the 7960's just fine, but I can't seem to dial out on them. As soon as I enter the first digit, the phone attempts to dial it without waiting for the rest. I've changed timeout