[Asterisk-Users] IAX - Registration Problems

2005-03-06 Thread Bartosz Wegrzyn - asterisk
Hi everyone,

THis is my second thread regarding the issue.(before I was having problems
with accessing my email, which slow down my responses, sorry for that)
My setup looks like this

Firewall
|
|
Asterisk---Asterisk (two asterisk servers with the same  setup for high
avail)
|
|
phones

Ports 5060, 1-2, 4569, 5036 are forwared to 192.168.1.251 which is
virtual ip address on one of the asterisk servers. (the one that is
currently running)

The real ip addresses of the asterisk servers are 192.168.1.253,
192.168.1.252.

When I try to use the softphone like firefly with SIP everything works fine.
But, when I switch to IAX then the client can't register.

I was trying to register using the 192.168.1.251 which is virtual Ip.
When I change it to real server IP, then I was able to register using IAX.

I know that IAX is a very friendly protocol.
I am planing to use it so clients can connect to my asterisk box from
outside through my firewall. Why the Virtual ip is causing the problems.
My ifconfig output looks like this:

eth0  Link encap:Ethernet  HWaddr 00:01:29:94:34:2E
  inet addr:192.168.1.252  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::201:29ff:fe94:342e/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:46594 errors:0 dropped:0 overruns:0 frame:0
  TX packets:45836 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:9715330 (9.2 Mb)  TX bytes:9752890 (9.3 Mb)
  Interrupt:10 Base address:0xb000

eth0:0Link encap:Ethernet  HWaddr 00:01:29:94:34:2E
  inet addr:192.168.1.251  Bcast:192.168.1.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
  Interrupt:10 Base address:0xb000


I turned the iax debug to find out more.
This is the output when clients tries to register:

voip*CLI
Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 000 Type: IAX Subclass: REGREQ
   Timestamp: 0ms  SCall: 03341  DCall: 0 [192.168.1.101:4569]
   USERNAME: client1
   REFRESH : 1800

Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 001 Type: IAX Subclass:
REGAUTH
   Timestamp: 00016ms  SCall: 3  DCall: 03341 [192.168.1.101:4569]
   AUTHMETHODS : 1
   USERNAME: client1

Rx-Frame Retry[ No] -- OSeqno: 000 ISeqno: 000 Type: IAX Subclass: INVAL
   Timestamp: 00016ms  SCall: 03341  DCall: 3 [192.168.1.101:4569]



when I change the ip to 192.168.1.252 the output looks like this:


Rx-Frame Retry[ No] -- OSeqno: 001 ISeqno: 001 Type: IAX Subclass: REGREQ
   Timestamp: 3ms  SCall: 26603  DCall: 1 [192.168.1.101:4569]
   USERNAME: client1
   REFRESH : 1800
   PASSWORD: test

-- Registered 'client1' (AUTHENTICATED) at 192.168.1.101:4569
Tx-Frame Retry[000] -- OSeqno: 001 ISeqno: 002 Type: IAX Subclass: REGACK
   Timestamp: 00017ms  SCall: 1  DCall: 26603 [192.168.1.101:4569]
   USERNAME: client1
   DATE TIME   : 174460996
   REFRESH : 60
   APPARENT ADDRES : IPV4 192.168.1.101:4569


Looks like the password is missing in the first transaction.
Any ideas why???

I would like to move on to running iax throuh nat, but so far I am unable
to make it running locally.

Thanks


Bartosz Wegrzyn
___
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] BroadVoice configuration changes for Outbound

2005-03-06 Thread Bartosz Wegrzyn - asterisk
I don't know what is wrong with the Broadvoice, but for me everything
works fine.  I used the setup they provided on their website.
It works fine and with no problems.
To make sure that all incoming calls will never miss my box I added those
lines in sip.conf.  For me it works fine.

[broadvoice-incoming]
type=peer
host=147.135.8.128
context=from-broadvoice
qualify=yes
canreinvite=no
disallow=all
allow=ulaw
nat=never

[broadvoice-incoming2]
type=peer
host=147.135.0.128
context=from-broadvoice
qualify=yes
canreinvite=no
disallow=all
allow=ulaw
nat=never

[broadvoice-incoming3]
type=peer
host=147.135.4.128
context=from-broadvoice
qualify=yes
canreinvite=no
disallow=all
allow=ulaw
nat=never

This helps in case of any dns problems with resolving sip.broadvoice.com

Bart,


 Thanks for sending this. However, I literally cut and pasted your
 examples (with my sip credentials) and incoming calls still go
 automatically to BV Voicemail. Using sip debug shows that the call never
 hits my * box.  Thank anyway...it was certainly worth a try.

 Marios Andreou wrote:

Its working just fine for me.
All IN and OUT.

sip.conf:
register =
 [EMAIL PROTECTED]:PP:[EMAIL PROTECTED]/ext

Where PPP is the password in your Account and not the login password
 for BroadVoice.

ext is the extension to ring make sure that it is registered again with
 * once you restart it.

Then:
[broadvoice]
type=friend
username=XX
fromuser=XX
fromdomain=sip.broadvoice.com
secret=PP
host=sip.broadvoice.com
port=5060
dtmfmode=inband
insecure=very
context=broadvoice
qualify=yes
disallow=all
allow=ulaw
;Disable canreinvite if you are behind a NAT
;canreinvite=no
nat=no

That's it.



 ___
 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


Re: [Asterisk-Users] Where to contrib the sound files ?

2005-03-06 Thread Dinesh Nair

On 21/02/2005 11:41 david said the following:
Hello,every one,
 
I have recorded the voice files with mandarin (China). Where should 
I contrib the files ?
you could host it on a web server, and then modify the wiki page at 
http://www.voip-info.org/wiki-Asterisk+sound+files+international to point 
to where you've stored it.

--
Regards,   /\_/\   All dogs go to heaven.
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo The opinions here in no way reflect the opinions of my $a $b.  |
| done; done  |
+=+
___
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] Re: Digium Reseller in the UK ?

2005-03-06 Thread Tony Mountifield
In article [EMAIL PROTECTED],
Nigel Taylor [EMAIL PROTECTED] wrote:
 
 Can anyone recommend a Digium Reseller in the UK ?

TelAppliant

-- 
Tony Mountifield
Work: [EMAIL PROTECTED] - http://www.softins.co.uk
Play: [EMAIL PROTECTED] - http://tony.mountifield.org
___
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] Is anyone using asterisk in a small call center

2005-03-06 Thread Peter Svensson
On Sat, 5 Mar 2005, BJ Weschke wrote:

  Asterisk has the ability to do agent queueing and some general ACD
 functionality. The functionality doesn't come close to the
 functionality/flexibility of Avaya's Expert Agent functionality, but *
 won't cost you several hundred thousand dollars for deployment either.

For a somewhat more feature-rich implementation there is the ICD project 
(serach for app_icd). It can be mangled into doing most things you want. 

Peter


___
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] BroadVoice configuration changes for Outbound

2005-03-06 Thread skamp
sorry still doesnt help with incoming calls, there is definatley
something more wrong, my config was working fine until today and its
worked fine for months. They have broken something.

On Sun, 2005-03-06 at 02:23 -0600, Bartosz Wegrzyn - asterisk wrote:
 [broadvoice-incoming]
 type=peer
 host=147.135.8.128
 context=from-broadvoice
 qualify=yes
 canreinvite=no
 disallow=all
 allow=ulaw
 nat=never
 
 [broadvoice-incoming2]
 type=peer
 host=147.135.0.128
 context=from-broadvoice
 qualify=yes
 canreinvite=no
 disallow=all
 allow=ulaw
 nat=never
 
 [broadvoice-incoming3]
 type=peer
 host=147.135.4.128
 context=from-broadvoice
 qualify=yes
 canreinvite=no
 disallow=all
 allow=ulaw
 nat=never
-- 
skamp [EMAIL PROTECTED]

___
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] Digium hardware in the UK ?

2005-03-06 Thread Nigel Taylor
David J Carter wrote:
Nigel,
Should really be on the biz list for this, but Telappliant sells Digium
hardware.
Dave
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Nigel
Taylor
Sent: 05 March 2005 21:30
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] Digium hardware in the UK ?
Can anyone recommend a source of Digium hardware in the UK ?
Thanks in advance
Nigel
___
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
 

Thanks - sorry about posting this in the wrong forum
begin:vcard
fn:Nigel  Taylor
n:Taylor;Nigel 
org:ITAzure Limited
adr:15 Warren Park Way;;Dunn House;Enderby;Leicestershire;LE19 4SA;United Kingdom
email;internet:[EMAIL PROTECTED]
title:Technology Director
tel;work:0116 286 3016
url:http://www.itazure.com
version:2.1
end:vcard

___
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] BroadVoice configuration changes for Outbound

2005-03-06 Thread Mike Matthews
Thanks.  Adding those lines appears to have fixed the problem.  I'll 
just hold on til the NEXT TIME Broadvoice decides to make a change.  
Thanks again.

Bartosz Wegrzyn - asterisk wrote:
I don't know what is wrong with the Broadvoice, but for me everything
works fine.  I used the setup they provided on their website.
It works fine and with no problems.
To make sure that all incoming calls will never miss my box I added those
lines in sip.conf.  For me it works fine.
[broadvoice-incoming]
type=peer
host=147.135.8.128
context=from-broadvoice
qualify=yes
canreinvite=no
disallow=all
allow=ulaw
nat=never
[broadvoice-incoming2]
type=peer
host=147.135.0.128
context=from-broadvoice
qualify=yes
canreinvite=no
disallow=all
allow=ulaw
nat=never
[broadvoice-incoming3]
type=peer
host=147.135.4.128
context=from-broadvoice
qualify=yes
canreinvite=no
disallow=all
allow=ulaw
nat=never
This helps in case of any dns problems with resolving sip.broadvoice.com
Bart,
 

___
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] Dead SCCP client since upgrade to Asterisk 1.0.6-BRIstuffed-0.2.0-RC7j?

2005-03-06 Thread Remco Barende
I guess it is a chan_sccp bug, it's sccp_sched reporting it.
Mar  6 12:06:03 WARNING[352]: sccp_sched.c:65 sccp_sched_keepalive: Dead 
SCCP client: SEP

Is chan_sccp still alive, is there a developers list or anything? The 
sourceforge page mentions a new release in January 2005 but the last 
release is from October 2004

Thanks!
On Sat, 5 Mar 2005, Remco Barende wrote:
Hi list!
I'm using phones that emulate a Cisco 7940 with chan_sccp. When I was using 
Asterisk 1.0.5 (bristuffed) I never had any such message on the console.

The phones do work.
Is this a bug in chan_sccp or a feature of asterisk 1.0.6?
Thx!
___
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


[Asterisk-Users] Dial Macro

2005-03-06 Thread George Burt
I am interested in using the M(x) option on the Dial command to run a macro
upon connection of a call.

I am using the lastest stable release.  The wiki indicates that improvements
have been made for the 1.1 version (sending parameters delimited with ^).
Does M(x) work at all with the current Stable release?

I can't get it to work.

Thanks,

George Burt

___
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] Block anonymous calls

2005-03-06 Thread Walt Reed
On Sat, Mar 05, 2005 at 03:57:07PM -0600, Blake Van Eekeren said:
 Fredrik wrote:
 
  I see from my CDR's that some of my callers also have unknown in
  their FROM field. I would like to let them through. Only block the
  FROM anonymous that the telemarketers use.
 
 Fredrik, I found something on the Wiki a while back... Try this...
 
 exten = s,1,Answer
 exten = s,2,NoOp(${CALLERID})
 exten = s,3,ResponseTimeout(10)
 exten = s,4,GotoIf($[${CALLERIDNUM} = ]?|1000)
 exten = s,5,GotoIf($[${CALLERIDNUM:0:3} = 877]?s|1000)
 exten = s,6,GotoIf($[${CALLERIDNUM:0:3} = 866]?s|1000)
 exten = s,7,GotoIf($[${CALLERIDNUM:0:3} = 800]?s|1000)
 exten = s,8,Macro(stdexten,${SIP0})
 exten = s,9,Hangup
 exten = s,1000,Background(SPAMSTOPPER)
 exten = s,1001,Hangup

Yeah, I put something like that on the wiki.

It works fairly well, but does not differentiate between anonymous and
unknown. This issue has come up several times on this mailing list and I
have yet to see a real solution.

I found that most telemarketers use unknown and not anonymous
actaully. 

I require all calls without callerID to press 5 to get through. There
is also a privacy manager app that requests callers to enter their
number, but I feel that it's too annoying to friends / relatives.

I would rather have a special message for anonymous that is different. I
don't want those calls at all.
___
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] SJphone on PDA registering with Asterisk???

2005-03-06 Thread Ronald Wiplinger
I try to setup SJphone on my PDA, but it does not register with Asterisk.
I have setup a sip account on asterisk, ...
Can anybody give me a hint?
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] SJphone on PDA registering with Asterisk???

2005-03-06 Thread Ed Greenberg
Debugging lack of registration:
Watch the console (set verbose 255) and see if there are registration 
attempts.

If you see failures, the name and secret are probably wrong.
If you don't see attempts, either the phone isn't trying, or there is a 
connectivity problem from the phone to the Asterisk box.

If you see successes, but the phone doesn't react, there is a connectivity 
problem back to the phone (Maybe relating to NAT)

You can also do 'database show' to see who is registered with you -- or who 
Asterisk thinks is registered with you.

Good luck,
/edg
Watch the console to see if there are registration failures. If there are 
failures, invesetigate why.


If no failures are seen, the phone is not trying... or can't connect.
--On Sunday, March 06, 2005 10:12 PM +0800 Ronald Wiplinger 
[EMAIL PROTECTED] wrote:

I try to setup SJphone on my PDA, but it does not register with Asterisk.
I have setup a sip account on asterisk, ...
Can anybody give me a hint?
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


___
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] SJphone on PDA registering with Asterisk???

2005-03-06 Thread C. Tomlinson
Ronald,

You will need to give *more* information than that

I have SJphone on my PDA, and have setup a SIP account on *, and it works
fine :-)

I take it you have setup sjphone to register to *.
I take it your PDA has a network connection?

C

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ronald
Wiplinger
Sent: 06 March 2005 14:13
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] SJphone on PDA registering with Asterisk???

I try to setup SJphone on my PDA, but it does not register with Asterisk.

I have setup a sip account on asterisk, ...

Can anybody give me a hint?


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


___
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] Budgetone 101 Hold/Xfer/Conf/Flash

2005-03-06 Thread Diego Aguirre
Hold, transfer and flash only!
the conference key is only for model 102-D
Bill Michaelson escreveu:
Is it possible to use the Hold/Transfer/Conference/Flash keys of the 
Budgetone-101 (FW 1.0.5.22) with Asterisk?


___
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

--
Diego Aguirre
FWD#: 459696
Tel/Enum: +55 21 2634-0968
___
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] SJphone on PDA registering with Asterisk???

2005-03-06 Thread Ronald Wiplinger
C. Tomlinson wrote:
Ronald,
You will need to give *more* information than that
I have SJphone on my PDA, and have setup a SIP account on *, and it works
fine :-)
I take it you have setup sjphone to register to *.
I take it your PDA has a network connection?
 

I have setup a sip account at asterisk (701:password)
I have an asterisk (voip.elmit.com with an IP address)
I have setup a new profile on the PDA sip-elmit:
Initialization:
as suggested
Sip proxy:
Proxy domain:  my IP address Port 5060
Userdamain: voip.elmit.com
Advanced options
(nothing set)
Sip:
Expose software version
Enable STUN unsage
Redirection:
nothing selected
STUN:
as suggested
Use elimit-sip
elmit-sip   in use
(save changes)
Display shows:
elmit-sip
SIP: registering as
sip:[EMAIL PROTECTED] ...
Host address: 192.168.1.101
NAT/Firewall: Full Cone NAT
--
Ronald (office) (Ro)
sip:[EMAIL PROTECTED]
click on dial
Nothing happens, .. not registered in *, ...
What have I done wrong?
bye
Ronald
C
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ronald
Wiplinger
Sent: 06 March 2005 14:13
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] SJphone on PDA registering with Asterisk???
I try to setup SJphone on my PDA, but it does not register with Asterisk.
I have setup a sip account on asterisk, ...
Can anybody give me a hint?
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
___
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

 


--
Ronald Wiplinger  (CEO of ELMIT)
http://www.elmit.com+886 (0) 939--77-55-16  or FWD 511208
- I'm a SpamCon Foundation Member, #694, Verify it at http://www.spamcon.org
PS: Spam prevention!
Our system is protected with a spam prevention program. 
If you send us an e-mail, our system will send you a confirmation message back. Just reply to this confirmation message please. 
After receiving this confirmation message, our system will send the hold message (one) and all future messages (after the received confirmation message) to me without asking you again.

___
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] Zaptel.conf and multiple T1 woes

2005-03-06 Thread Ben Ruset
Hello. New to the list. We're in the process of deploying Asterisk. 
Actually, we're going live tomorrow, and I just found out that my Zaptel 
cards have been mis-configured.

I'll preface this by saying that I have looked in the wiki, read through 
the samples, and attempted to call Digium (they're closed.) So I'm 
praying that someone on the list can help me out!

I have two Digium cards. One is a TE405P quad T1 card. The other is a 
TDM40B (I believe) quad analog POTS card.

Some background:
We have two T1's. Both of them are split in half (half voice, half data. 
- Don't ask me, that's how I inherited them.) Voice traffic flows on the 
back 12 channels of the T's.

Our provider has been telling us that they are only seeing one D channel 
active. This would make sense if somehow only the first T1 in the 405P 
was activated.

Here is a sample of our zaptel.conf config as it was handed to me (I 
inherited this Asterisk project, btw). These configs are likely a train 
wreck, so if anybody could possible either generate a config that would 
work, or explain a somewhat laymens terms how I can go about making a 
good config, I'd appreciate it.

zaptel.conf:
span=1,0,0,esf,b8zs
span=2,0,0,esf,b8zs
fxoks=1-24
bchan=12-23,36-47
dchan=24,48
loadzone = us
fxsks=49-53
and zapata.conf:
context=from-pstn
signalling=pri_cpe
switchtype=national
faxdetect=incoming
usecallerid=yes
echocancel=yes
echocancelwhenbridged=no
echotraining=400
group=0
channel=12-23,36-47
context=from-pstn
signalling=fxs_ks
faxdetect=incoming
usecallerid=yes
echocancel=yes
echocancelwhenbridged=no
echotraining=800
group=1
channel=49-53

___
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] Zaptel.conf and multiple T1 woes

2005-03-06 Thread Chris Modesitt
Here is a sample of our zaptel.conf config as it was handed to me (I 
inherited this Asterisk project, btw). These configs are likely a train 
wreck, so if anybody could possible either generate a config that would 
work, or explain a somewhat laymens terms how I can go about making a 
good config, I'd appreciate it.

zaptel.conf:

span=1,0,0,esf,b8zs
span=2,0,0,esf,b8zs

Try this:
span=1,1,0,esf,b8zs
span=2,2,0,esf,b8zs

Tells the card to pull timing from the telco.

fxoks=1-24
Remove fxoks=1-24, In the setup you described you want to use the last 12
channels of both T1's for voice.  This statement tells your card to run all
24 channels of the first T1 for voice. Also it's signaling type would not
use a D channel (this statement is used when connecting to a channel bank or
PBX that expects fxo).

bchan=12-23,36-47
dchan=24,48

loadzone = us

fxsks=49-53

Everything else looks good:)

Hope this helps

Chris.

___
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] Zaptel.conf and multiple T1 woes

2005-03-06 Thread Ben Ruset
Hi Chris,
No such luck. When I was cut  pasting the config files into the email, 
I accidentally deleted the hashmark that was before fxoks=1-12 so that 
option was never loading.

I am at my wits end now! :)

Chris Modesitt wrote:
Remove fxoks=1-24, In the setup you described you want to use the last 12
channels of both T1's for voice.  This statement tells your card to run all
24 channels of the first T1 for voice. Also it's signaling type would not
use a D channel (this statement is used when connecting to a channel bank or
PBX that expects fxo).
___
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] Zaptel.conf and multiple T1 woes

2005-03-06 Thread Frank Sautter
Ben Ruset wrote:
I have two Digium cards. One is a TE405P quad T1 card. The other is a 
TDM40B (I believe) quad analog POTS card.
Our provider has been telling us that they are only seeing one D channel 
active. This would make sense if somehow only the first T1 in the 405P 
was activated.
maybe it's a sync problem.
i had trouble with a both the TE405P and a TDM40B in in the same system.
somehow the ztconf or chan_zap is configuring the spans wrong if the 
kernel module for the TDM40B is loaded before the TE405P. lsmod shows 
the modules in reversed load order.
set the sync source to span 1: span=1,1,0,esf,b8zs

what are the effects you experience (besides there is no d-channel on 
one line)?

regards
 frank sautter
___
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] BroadVoice configuration changes for Outbound

2005-03-06 Thread Dan Weber
In the last email I sent, I did not mean to insult anyone, but I have 
tested the instructions thoroughly I provided.  If you were using the 
instructions I provided originally, you would not be able to make outbound 
calls.  Here are the instructions that have been known to work;
Please read line by line and setup that way.

http://foo.robotics.net/mediawiki-1.3.10/index.php/Asterisk_Setup
Dan
On Sun, 6 Mar 2005, skamp wrote:
sorry still doesnt help with incoming calls, there is definatley
something more wrong, my config was working fine until today and its
worked fine for months. They have broken something.
On Sun, 2005-03-06 at 02:23 -0600, Bartosz Wegrzyn - asterisk wrote:
[broadvoice-incoming]
type=peer
host=147.135.8.128
context=from-broadvoice
qualify=yes
canreinvite=no
disallow=all
allow=ulaw
nat=never
[broadvoice-incoming2]
type=peer
host=147.135.0.128
context=from-broadvoice
qualify=yes
canreinvite=no
disallow=all
allow=ulaw
nat=never
[broadvoice-incoming3]
type=peer
host=147.135.4.128
context=from-broadvoice
qualify=yes
canreinvite=no
disallow=all
allow=ulaw
nat=never
--
skamp [EMAIL PROTECTED]
___
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


RE: [Asterisk-Users] BroadVoice configuration changes for Outbound

2005-03-06 Thread Marios Andreou
Where do you have setup for incoming calls to go?
To an extension ?
To [context] s extension?
sip show registry does it show that you are registered with BV?


The first 3 questions have to do with Asterisk.
If you have them to go to an extension and that extension has DND or it is not 
re-registered with * after restarting it to take the
new settings in other words if asterisk cannot find it then it will return 
Unavailable to BV and BV will forward the caller to the
Voicemail.

The last question of course is for debugging. If you don't get register then 
something is definitely wrong like your number or
password (typos) and/or your network connection. Are you behind a NAT? My 
config assumes no NAT because my * box is my
firewall/gateway also.

If you don't see any registrations then try a soft phone to register with BV 
and see if the soft phone succeeds. Then you know if BV
or your Network has a problem.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of skamp
Sent: Sunday, March 06, 2005 2:16 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: RE: [Asterisk-Users] BroadVoice configuration changes for Outbound

Thats awful funny cause you configuration doesnt work for me at all, i
even cut and pasted it as you had it and just modified the
/PPP. All i know is until today my system worked flawlessly,
so Im not sure we are getting the whole story here. i did add the three
params they suggested and outbound started to work again, but inbound is
still very broken


On Sun, 2005-03-06 at 02:03 -0500, Marios Andreou wrote:
 Its working just fine for me.
 All IN and OUT.
 
 sip.conf:
 register = [EMAIL PROTECTED]:PP:[EMAIL PROTECTED]/ext
 
 Where PPP is the password in your Account and not the login password for 
 BroadVoice.
 
 ext is the extension to ring make sure that it is registered again with * 
 once you restart it.
 
 Then:
 [broadvoice]
 type=friend
 username=XX
 fromuser=XX
 fromdomain=sip.broadvoice.com
 secret=PP
 host=sip.broadvoice.com
 port=5060
 dtmfmode=inband
 insecure=very
 context=broadvoice
 qualify=yes
 disallow=all
 allow=ulaw
 ;Disable canreinvite if you are behind a NAT
 ;canreinvite=no
 nat=no
 
 That's it.
 
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Matthews
 Sent: Sunday, March 06, 2005 1:35 AM
 To: Asterisk Users Mailing List - Non-Commercial Discussion; [EMAIL PROTECTED]
 Subject: Re: [Asterisk-Users] BroadVoice configuration changes for Outbound
 
 EXCUSE ME!!  I changed NOTHING except added the variables you 
 indicated.  Then incoming calls stop.  So I change back to prior 
 sip.conf and incoming calls work again.  So you tell meif they are 
 totally unrelated, then why do incoming calls go straight to BV 
 voicemail when I apply your changes and start working again when I 
 remove your changes?
 
 Also, insulting your customers is not the way to keep them.  Or maybe BV 
 wants to get rid of Asterisk users.
 
 
 Dan Weber wrote:
 
 
  They are completely unrelated.  Maybe you should read instructions.
 
  Dan
 
  On Sat, 5 Mar 2005, Mike Matthews wrote:
 
  Why can't Broadvoice just LEAVE WELL ENOUGH ALONE!!  Now, after 
  applying these new variables, I can't receive INCOMING calls.  
  Sheesh, what a bunch of BS!!  Now we have to spend another weekend 
  fixing what BV screws up.
 
 
  Dan Weber wrote:
 
  Today, We have added INVITE Authentication.  This seems to bring a 
  large amount of problems to people in the way since they can't make 
  outbound calls.  Here's what needs to be done.  You need to add 
  three variables to your peers or friends, username, authuser, and 
  secret.
 
  username=phonenumber
  authuser=phonenumber
  secret=registration password
 
  Dan
 
 
 
 ___
 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
 
-- 
skamp [EMAIL PROTECTED]

___
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


Re: [Asterisk-Users] Zaptel.conf and multiple T1 woes

2005-03-06 Thread Ben Ruset
Hi Frank,
I've changed the timing on both spans. That unfortunately has not solved 
the problem.

I have also removed all of the entries in zaptel.conf and zapata.conf 
for the analog card, as well as prevented the module from being loaded 
at boot. So now, as far as the machine knows, it only has the TE405P.

I'm still having the same problem.
Right now I am loading Xorcom Rapid on a test machine with my TE405P 
installed and see how they handle the config.

Frank Sautter wrote:
Ben Ruset wrote:
I have two Digium cards. One is a TE405P quad T1 card. The other is a 
TDM40B (I believe) quad analog POTS card.
Our provider has been telling us that they are only seeing one D 
channel active. This would make sense if somehow only the first T1 in 
the 405P was activated.
maybe it's a sync problem.
i had trouble with a both the TE405P and a TDM40B in in the same system.
somehow the ztconf or chan_zap is configuring the spans wrong if the 
kernel module for the TDM40B is loaded before the TE405P. lsmod shows 
the modules in reversed load order.
set the sync source to span 1: span=1,1,0,esf,b8zs

what are the effects you experience (besides there is no d-channel on 
one line)?

regards
 frank sautter
___
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


RE: [Asterisk-Users] SJphone on PDA registering with Asterisk???

2005-03-06 Thread James Pooton
I'm all so using SJphone on my x50v, works surprisingly well :). 

Is voip.elmit.com also in the 192.168.1.X NAT space that your PDA is in?

Do you have host=dynamic in your * sip.conf entry for 701 ? Actually might
help to toss your sip.conf entry out here for 701 without the secret.

Do you see any connection attempts on the console? (ie starting * with
-gcvv)

Your not far off..

-James



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ronald
Wiplinger
Sent: Sunday, March 06, 2005 8:56 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] SJphone on PDA registering with Asterisk???

C. Tomlinson wrote:

Ronald,

You will need to give *more* information than that

I have SJphone on my PDA, and have setup a SIP account on *, and it works
fine :-)

I take it you have setup sjphone to register to *.
I take it your PDA has a network connection?
  


I have setup a sip account at asterisk (701:password)
I have an asterisk (voip.elmit.com with an IP address)

I have setup a new profile on the PDA sip-elmit:

Initialization:
as suggested


Sip proxy:
Proxy domain:  my IP address Port 5060
Userdamain: voip.elmit.com

Advanced options
(nothing set)


Sip:
Expose software version
Enable STUN unsage


Redirection:
nothing selected


STUN:
as suggested


Use elimit-sip
elmit-sip   in use

(save changes)


Display shows:
elmit-sip
SIP: registering as
sip:[EMAIL PROTECTED] ...
Host address: 192.168.1.101
NAT/Firewall: Full Cone NAT

--
Ronald (office) (Ro)
sip:[EMAIL PROTECTED]

click on dial

Nothing happens, .. not registered in *, ...

What have I done wrong?


bye

Ronald

C

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ronald
Wiplinger
Sent: 06 March 2005 14:13
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] SJphone on PDA registering with Asterisk???

I try to setup SJphone on my PDA, but it does not register with Asterisk.

I have setup a sip account on asterisk, ...

Can anybody give me a hint?


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


___
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



  



-- 
Ronald Wiplinger  (CEO of ELMIT)
http://www.elmit.com+886 (0) 939--77-55-16  or FWD 511208
- I'm a SpamCon Foundation Member, #694, Verify it at http://www.spamcon.org

PS: Spam prevention!
Our system is protected with a spam prevention program. 
If you send us an e-mail, our system will send you a confirmation message
back. Just reply to this confirmation message please. 
After receiving this confirmation message, our system will send the hold
message (one) and all future messages (after the received confirmation
message) to me without asking you again.


___
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


Re: [Asterisk-Users] Zaptel.conf and multiple T1 woes

2005-03-06 Thread Ken Godee
Ben Ruset wrote:
I have two Digium cards. One is a TE405P quad T1 card. The other is a 
TDM40B (I believe) quad analog POTS card.

We have two T1's. Both of them are split in half (half voice, half data. 
- Don't ask me, that's how I inherited them.) Voice traffic flows on the 
back 12 channels of the T's.

Our provider has been telling us that they are only seeing one D channel 
active. This would make sense if somehow only the first T1 in the 405P 
was activated.

zaptel.conf:
span=1,0,0,esf,b8zs
span=2,0,0,esf,b8zs
fxoks=1-24
bchan=12-23,36-47
dchan=24,48
loadzone = us
fxsks=49-53
and zapata.conf:
context=from-pstn
signalling=pri_cpe
switchtype=national
faxdetect=incoming
usecallerid=yes
echocancel=yes
echocancelwhenbridged=no
echotraining=400
group=0
channel=12-23,36-47
context=from-pstn
signalling=fxs_ks
faxdetect=incoming
usecallerid=yes
echocancel=yes
echocancelwhenbridged=no
echotraining=800
group=1
channel=49-53
I could be wrong but.
Wouldn't the channel numbering follow
more along these lines? That's assuming
you said that you've got the first span up
which would mean the TE405P is card 1, otherwise
it could be card 2.
card 1 = TE405P
===
span 1 = channels 1-24
span 2 = channels 25-48
span 3 = channels 49-72
span 4 = channels 73-96
card 2 = TDM40B
===
1st port = channel 97
2nd port = channel 98
3rd port = channel 99
4th port = channel 100
Also, what do you mean by I inherited them ?
Where did they come from? Are you moving them
from another piece of equipment?
If so, are you sure the second span even has
a D channel? Maybe it was part of an NFAS group?


___
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] Cisco 7960

2005-03-06 Thread Thomas Trepper
Hi all,
i am new to this list and i dot not know, if anybody had already the 
same problem. I have two cisco 7960 which i want to upgrade to sip. Has 
somebody already taken the upgrade-process for special hints and 
suggestions? I have already visited the cisco-page and i have read the 
proposal for the migration. Is there a special order of firmware-upgrades?

Thanks a lot
Thomas
___
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] Cisco 7960

2005-03-06 Thread C F
Read the wiki, if you can't located enter the following in the google
search box:
cisco site:voip-info.org
This should bring something up.


On Sun, 06 Mar 2005 20:03:52 +0100, Thomas Trepper
[EMAIL PROTECTED] wrote:
 Hi all,
 
 i am new to this list and i dot not know, if anybody had already the
 same problem. I have two cisco 7960 which i want to upgrade to sip. Has
 somebody already taken the upgrade-process for special hints and
 suggestions? I have already visited the cisco-page and i have read the
 proposal for the migration. Is there a special order of firmware-upgrades?
 
 Thanks a lot
 
 Thomas
 
 ___
 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


Re: [Asterisk-Users] Sayson 480i Fails to Re-register?

2005-03-06 Thread Trevor Peirce
George Pajari wrote:
It appears
that every so often the Sayson does not send out another REGISTER
message after the registration has expired resulting in the reverse
mapping being closed and the phone made unreachable.
Even behind regular home Linksys router that doesn't close the mapping 
the Aastra's attached to our network seemingly randomly stop registering 
and say No Service on the screen.  No other devices we're using have 
this problem..

___
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] Re: SIP VoIP Provider problems

2005-03-06 Thread w fm3
Sounds like you are having a codec issue with 2 of  your providers. Make 
sure you find out what codecs are supported and that your config is set up 
accordingly.
Thanks  :)
I don't think that is it though as I have tried with other codecs initially 
and inbound calls work fine regardless.

My current setup - using G729 exclusively for everything - inbound calls 
work fine and calls to a test extension on 1 of the providers work. I have 
confirmed all providers are G729 capable.

to the uneducated eye  it is like I get initial SIP call progress 
notifications back from the provider and then nothing more is received.

I know it could probably be 100 things on the way but has anyone experienced 
something like this? Especially if connecting to SER or cisco PSTN GW at the 
provider end.

Cheers
Walt
_
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

___
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] Dial option g

2005-03-06 Thread George Burt
I am trying to run a macro at the beginning of call and after the call is
terminated.

exten = 33,1,Macro(makeOnJS,${EXTEN},${CALLERIDNUM},${DATETIME})
exten = 33,2,Dial(SIP/33,15,tg)
exten = 33,3,NoOp(makeOffJS*${EXTEN}*${CALLERIDNUM}*${DATETIME})
exten = 33,4,Macro(makeOffJS,${EXTEN},${CALLERIDNUM},${DATETIME})
exten = 33,102,Voicemail2(b33)  ; go to Voicemail2 if phone is Busy
exten = 33,103,Macro(makeOffJS,${EXTEN},${CALLERIDNUM},${DATETIME})
exten = 33,104,Hangup ; and then hangup.


This runs the [macro-makeOnJS] just fine.

It runs the [macro-makeOffJS] only when the called party hangs up first.

In fact, that is exactly what the option g description says in the Dial
documentation:
g: When the called party hangs up, exit to execute more commands in the
current context.

In the Return Codes description of the Dial Command, it says:

Dial returns -1 if the originating channel hangs up, or if the call is
bridged and either of the parties in the bridge terminate the call.

I need a way to do something if the Dial returns a -1 code.

Any ideas?

Thanks,

George Burt

___
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] voicemail volume

2005-03-06 Thread David Newman
On Asterisk 1.0 with a 4-port Digium FXO card, voicemails from the PSTN 
have volume so low they often can't be heard. Worse, callers sometimes get 
cut off in the middle of leaving a message. It is extremely frustrating to 
hear ...and my number is...END OF MESSAGE

A search of the archives shows this is known bug:
http://bugs.digium.com/bug_view_page.php?bug_id=0002023.
I'm relatively new to * and don't know what parameters I can tweak to fix 
this.

For example, where does pstnVMgain=5 go?
And are there other parameters I can use to fix this problem?
thanks
dn
___
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] Need help on * anf HFC.

2005-03-06 Thread Ramon Roca
Hi, I'm a newbie on * trying to setup an HFC card.
I'm locked for many days getting the all-circuits-busy. And no idea what 
else to look for/how to diagnose.
I'm in Spain, I've tried changing many parameters on zapata/zaptelcong 
with no luck, also NT  TE modes (honsetly, I've no idea what is).
Any clue will be very much appreciated!

I've installed [EMAIL PROTECTED] on my RH9, and on top of that, bristuff-0.2.0-RC7f 
(that reinstalls asterisk).

Here you have what I've:
lspci output:
01:02.0 Network controller: Cologne Chip Designs GmbH ISDN network 
controller [HFC-PCI] (rev 02)

When loading zaptel drivers:
Mar  6 21:29:13 linux-1 kernel: Zapata Telephony Interface Registered on 
major 196
Mar  6 21:29:13 linux-1 kernel: PCI: Enabling device 01:02.0 ( - 0003)
Mar  6 21:29:13 linux-1 kernel: zaphfc: CCD/Billion/Asuscom 2BD0 
configured at mem 0xf91c5e00 fifo 0xf7598000(0x37598000) IRQ 5 HZ 100
Mar  6 21:29:13 linux-1 kernel: zaphfc: Card 0 configured for NT mode
Mar  6 21:29:13 linux-1 kernel: zaphfc: 1 hfc-pci card(s) in this box.
Mar  6 21:29:13 linux-1 kernel: Registered tone zone 3 (Netherlands)
mar  6 21:29:13 linux-1 zaptel: Loading zaptel framework:  succeeded
Mar  6 21:29:15 linux-1 kernel: Specify address with base=0xN
Mar  6 21:29:15 linux-1 kernel: Registered Tormenta2 PCI
Mar  6 21:29:17 linux-1 kernel: Registered tone zone 3 (Netherlands)
mar  6 21:29:17 linux-1 zaptel: Running ztcfg:  succeeded
mar  6 21:29:34 linux-1 su(pam_unix)[21409]: session opened for user 
asterisk by (uid=0)
mar  6 21:29:34 linux-1 su(pam_unix)[21409]: session closed for user 
asterisk
mar  6 21:29:40 linux-1 su(pam_unix)[21484]: session opened for user 
asterisk by (uid=0)
mar  6 21:29:40 linux-1 su(pam_unix)[21484]: session closed for user 
asterisk
Mar  6 21:30:01 linux-1 kernel: zaphfc: bchan rx fifo not enough bytes 
to receive! (z1=528, z2=527, wanted 8 got 2), probably a buffer overrun.
Mar  6 21:30:49 linux-1 kernel: zaphfc: bchan rx fifo not enough bytes 
to receive! (z1=528, z2=527, wanted 8 got 2), probably a buffer overrun.
Mar  6 21:32:26 linux-1 last message repeated 2 times
Mar  6 21:34:03 linux-1 last message repeated 2 times
Mar  6 21:35:40 linux-1 last message repeated 2 times

My /etc/zaptel.conf:
# hfc-s pci a span definition
# most of the values should be bogus because we are not really zaptel
loadzone=nl
defaultzone=nl
span=1,1,3,ccs,ami
bchan=1-2
dchan=3
My zapata.conf:
;
; Zapata telephony interface
;
; Configuration file
[channels]
;
; Default language
;
;language=en
;
; Default context
;
;
switchtype = euroisdn
; p2mp TE mode
;signalling = bri_cpe_ptmp
; p2p TE mode
;signalling = bri_cpe
; p2mp NT mode
;signalling = bri_net_ptmp
; p2p NT mode
signalling = bri_net
pridialplan = local
;prilocaldialplan = local
; nationalprefix = 0
;internationalprefix = 00
; trust user provided callerid (clip no screening)?
;pritrustusercid = no
echocancel=yes
;echotraining = 100
;echocancelwhenbridged=yes
immediate=yes
group = 1
context=outbound-trunks
channel = 1-2
Asterisk console while trying to use the dial out trunk:
Mar  6 21:40:01 DEBUG[21452]: Setting NAT on RTP to 0
Mar  6 21:40:01 DEBUG[21452]: Stopping retransmission on 
'[EMAIL PROTECTED]' of Response 101: Found
Mar  6 21:40:01 DEBUG[21452]: Setting NAT on RTP to 0
Mar  6 21:40:01 DEBUG[21452]: Check for res for 200
Mar  6 21:40:01 DEBUG[21452]: Call from user '200' is 1 out of 0
Mar  6 21:40:01 DEBUG[21452]: build_route: Contact hop: Roser Roca 
sip:[EMAIL PROTECTED]:5061
Mar  6 21:40:01 VERBOSE[21452]: -- Executing Macro(SIP/200-1cf6, 
dialout-default|9639712471) in new stack
Mar  6 21:40:01 WARNING[21452]: ast_yyerror(): syntax error: parse 
error; Input:
fooEl Serrat = foo
^
^
Mar  6 21:40:01 DEBUG[21452]: Expression is 'fooEl'
Mar  6 21:40:01 VERBOSE[21452]: -- Executing GotoIf(SIP/200-1cf6, 
fooEl?4) in new stack
Mar  6 21:40:01 DEBUG[21452]: Not taking any branch
Mar  6 21:40:01 VERBOSE[21452]: -- Executing 
SetCallerID(SIP/200-1cf6, El Serrat) in new stack
Mar  6 21:40:01 VERBOSE[21452]: -- Executing Goto(SIP/200-1cf6, 
6) in new stack
Mar  6 21:40:01 VERBOSE[21452]: -- Goto (macro-dialout-default,s,6)
Mar  6 21:40:01 VERBOSE[21452]: -- Executing Dial(SIP/200-1cf6, 
ZAP/g0/9639712471) in new stack
Mar  6 21:40:01 NOTICE[21452]: Unable to create channel of type 'ZAP'
Mar  6 21:40:01 VERBOSE[21452]:   == Everyone is busy/congested at this time
Mar  6 21:40:01 DEBUG[21452]: Exiting with DIALSTATUS=CHANUNAVAIL.
Mar  6 21:40:01 VERBOSE[21452]: -- Executing Macro(SIP/200-1cf6, 
outisbusy) in new stack
Mar  6 21:40:01 VERBOSE[21452]: -- Executing 
Playback(SIP/200-1cf6, allison7/all-circuits-busy-now) in new stack
Mar  6 21:40:01 DEBUG[21452]: Ooh, format changed from unknown to ulaw
Mar  6 21:40:01 DEBUG[21452]: Scheduling timer at 160 sample intervals
Mar  6 21:40:01 VERBOSE[21452]: -- Playing 
'allison7/all-circuits-busy-now' (language 'en')
Mar  6 21:40:01 DEBUG[21452]: Stopping 

[Asterisk-Users] SpanDSP: Training failed (sequence failed)

2005-03-06 Thread CClarke
Hello All ~
Having problems sending and receiving faxes with SpanDSP. I am testing on a
simple 2 analog POTS to 2x X100p set up, connecting one line to a Konica 720
fax machine to test, or with other remote fax machines. Voice calls are
working pretty well now. Platform is P3/800MHz/256MB/FC1.

* recognizes faxes, and passes calls to RxFax and TxFax OK, but 99.9% of the
time no fax content is sent or received. (On one occasion coincidentally a
junk fax came in successfully while I was testing!).

I've reviewed previous posts and but can't find any relevant advice on where
to go next, since the fax negotiation seems to go OK so far, but then die (see
below), and no content is transmitted. The final error message from RxFax is:
Training failed (sequence failed)

Would really appreciate some expert advice on what this means and how to
fix...
Christina.

PS: Previous somewhat relevant posts I've been able to find:
http://lists.digium.com/pipermail/asterisk-users/2004-June/051143.html
http://lists.digium.com/pipermail/asterisk-users/2005-February/090978.html

Here's versions I'm using:
asterisk CVS-v1-0-02/20/05-17:04:48
spandsp 0.0.1k
libtiff 3.5.7

Here's the relevant CLI output:
-- Redirecting Zap/1-1 to fax extension
  == Spawn extension (default, fax, 0) exited non-zero on 'Zap/1-1'
-- Executing SetVar(Zap/1-1,
FAXFILE=/var/spool/asterisk-fax/1110134598.7.tif) in new stack
-- Executing RxFAX(Zap/1-1, /var/spool/asterisk-fax/1110134598.7.tif)
in new stack
Changed from phase 0 to 1
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Slow carrier up
Slow carrier down
Start receiving document
Changed from phase 1 to 4
Sending ident
 CSI: 40 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20
DIS:
Preferred octets: 256
Can receive fax
Supported data signalling rates: V.27ter and V.29
R8x7.7lines/mm and/or 200x200pels/25.4mm OK
2D coding OK
Scan line length: 215mm
Recording length: A4 (297mm)
Receiver's minimum scan line time: 0ms at 3.85 l/mm: T7.7 = T3.85
R8x15.4lines/mm OK
Minimum scan line time for higher resolutions: T15.4 = T7.7
 DIS: 80 00 ce f0 80 80 01
HDLC underflow in state 9
Changed from phase 4 to 3
Slow carrier up
Slow carrier down
Slow carrier up
 TSI: 43 32 31 32 31 35 35 35 39 31 35 20 20 20 20 20 20 20 20 20 20
TSI without final frame tag
Remote fax gave TSI as: 5195551212
 DCS: 83 00 06 00
DCS with final frame tag
In state 9
DCS:
Can receive fax
Selected data signalling rate: V.29, 9600bps
Scan line length: 215mm
Recording length: A4 (297mm)
Minimum scan line time: 20ms
Get at 9600
Changed from phase 3 to 5
Fast carrier up
Coarse carrier frequency 1741.58 (6)
Fast carrier down
Fast carrier up
Coarse carrier frequency 1700.10 (72)
Training error 216.035327
Training failed (convergence failed)
Fast carrier training failed
Fast carrier down
Fast carrier up
Training failed (sequence failed)
Fast carrier training failed
Fast carrier down
Fast carrier up
Coarse carrier frequency 1699.92 (72)
Training error 216.181752
Training failed (convergence failed)
Fast carrier training failed
Fast carrier down
Fast carrier up
Training failed (sequence failed)
Fast carrier training failed
Fast carrier down
Fast carrier up
Coarse carrier frequency 1699.77 (72)
Training error 236.605116
Training failed (convergence failed)
Fast carrier training failed
Fast carrier down
Fast carrier up
Training failed (sequence failed)
Fast carrier training failed
Fast carrier down
Fast carrier up
Coarse carrier frequency 1759.74 (4)
Fast carrier down
Fast carrier up
Fast carrier down
-- Hungup 'Zap/1-1'

___
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] SNMP and Astersik

2005-03-06 Thread Anderson Alves de Albuquerque

 I have FXO (DIGIUM) with Asterisk (PBX). How can I use SNMP in Asterisk 
to access FXO?

 I need to known if FXO has the LINE with PSTN free to new phone call. Is 
this possible? How?





___
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] Need help on * anf HFC.

2005-03-06 Thread Julian J. M.
Hello,

I don't know if your zaptel.conf and zapata.conf setup regarding your
isdn is correct, but if you use the default AMP setup, you need to
assign your channels to group 0 for dialing out, and assign it to
context from-pstn if you want to receive calls.

group = 0
context=from-pstn
channel = 1-2

BTW, i'm from Spaintoo, and I'm really interested in knowing if your
setup works ;)

On Sun, 06 Mar 2005 21:41:17 +0100, Ramon Roca [EMAIL PROTECTED] wrote:
 [channels]
 group = 1
 context=outbound-trunks
 channel = 1-2


 Mar  6 21:40:01 VERBOSE[21452]: -- Executing Dial(SIP/200-1cf6,
 ZAP/g0/9639712471) in new stack

g0 means channel group 0, and you had group 1


Julian.
___
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] voicemail volume

2005-03-06 Thread Marty Mastera
 
 On Asterisk 1.0 with a 4-port Digium FXO card, voicemails 
 from the PSTN have volume so low they often can't be heard. 
 Worse, callers sometimes get cut off in the middle of leaving 
 a message. It is extremely frustrating to hear ...and my 
 number is...END OF MESSAGE
 
 A search of the archives shows this is known bug:
 
 http://bugs.digium.com/bug_view_page.php?bug_id=0002023.
 
 I'm relatively new to * and don't know what parameters I can 
 tweak to fix this.
 
 For example, where does pstnVMgain=5 go?
 
 And are there other parameters I can use to fix this problem?
 
 thanks
 
 dn

The full text of the bug you reference above indicates that pstnVMgain
was (or is) part of an ongoing feature request/bug report and has not
been implemented for use at this time (and may never be).

Marty
___
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] Need help on * anf HFC.

2005-03-06 Thread Ramon Roca
Hey Julian, thanks! It really make a difference. Thanks for pointing me 
to this. Stupid newbie mistake.
Yes, I'm using AMP, it was bundled with [EMAIL PROTECTED]
Now I'm not longer getting the all-the-circuits-are-busy-now, but still 
doesn't dial out, now I'm getting the congestion tone.
Maybe I'm loading the zaphfc with wrong parameters for Spanish ISDN?

I'm just using a regular ISDN at home, and plugged the RJ45 cable at the 
same port where was the Euromix RDSI phone.

Here it is the current  * console while dialing out:
Mar  6 22:44:58 DEBUG[3700]: Setting NAT on RTP to 0
Mar  6 22:44:58 DEBUG[3700]: Stopping retransmission on 
'[EMAIL PROTECTED]' of Response 101: Found
Mar  6 22:44:58 DEBUG[3700]: Setting NAT on RTP to 0
Mar  6 22:44:58 DEBUG[3700]: Check for res for 200
Mar  6 22:44:58 DEBUG[3700]: Call from user '200' is 1 out of 0
Mar  6 22:44:58 DEBUG[3700]: build_route: Contact hop: Roser Roca 
sip:[EMAIL PROTECTED]:5061
Mar  6 22:44:58 VERBOSE[3700]: -- Executing Macro(SIP/200-bd90, 
dialout-default|9639712471) in new stack
Mar  6 22:44:58 WARNING[3700]: ast_yyerror(): syntax error: parse error; 
Input:
fooEl Serrat = foo
^
^
Mar  6 22:44:58 DEBUG[3700]: Expression is 'fooEl'
Mar  6 22:44:58 VERBOSE[3700]: -- Executing GotoIf(SIP/200-bd90, 
fooEl?4) in new stack
Mar  6 22:44:58 DEBUG[3700]: Not taking any branch
Mar  6 22:44:58 VERBOSE[3700]: -- Executing 
SetCallerID(SIP/200-bd90, El Serrat) in new stack
Mar  6 22:44:58 VERBOSE[3700]: -- Executing Goto(SIP/200-bd90, 
6) in new stack
Mar  6 22:44:58 VERBOSE[3700]: -- Goto (macro-dialout-default,s,6)
Mar  6 22:44:58 VERBOSE[3700]: -- Executing Dial(SIP/200-bd90, 
ZAP/g0/9639712471) in new stack
Mar  6 22:44:58 VERBOSE[3700]: -- Called g0/9639712471
Mar  6 22:45:02 VERBOSE[3700]: -- Channel 0/1, span 1 got hangup
Mar  6 22:45:02 DEBUG[3700]: Set option AUDIO MODE, value: ON(1) on Zap/1-1
Mar  6 22:45:02 DEBUG[3700]: Hangup: channel: 1 index = 0, normal = 15, 
callwait = -1, thirdcall = -1
Mar  6 22:45:02 DEBUG[3700]: Already hungup...  Calling hangup once, and 
clearing call
Mar  6 22:45:02 DEBUG[3700]: disabled echo cancellation on channel 1
Mar  6 22:45:02 DEBUG[3700]: Set option TDD MODE, value: OFF(0) on Zap/1-1
Mar  6 22:45:02 DEBUG[3700]: Updated conferencing on 1, with 0 
conference users
Mar  6 22:45:02 DEBUG[3700]: Set option AUDIO MODE, value: OFF(0) on Zap/1-1
Mar  6 22:45:02 DEBUG[3700]: disabled echo cancellation on channel 1
Mar  6 22:45:02 VERBOSE[3700]: -- Hungup 'Zap/1-1'
Mar  6 22:45:02 VERBOSE[3700]:   == No one is available to answer at 
this time
Mar  6 22:45:02 DEBUG[3700]: Exiting with DIALSTATUS=NOANSWER.
Mar  6 22:45:02 VERBOSE[3700]: -- Executing 
Congestion(SIP/200-bd90, ) in new stack
Mar  6 22:45:02 VERBOSE[3700]:   == Spawn extension 
(macro-dialout-default, s, 7) exited non-zero on 'SIP/200-bd90' in macro 
'dialout-default'
Mar  6 22:45:02 VERBOSE[3700]:   == Spawn extension (from-internal, 
9639712471, 1) exited non-zero on 'SIP/200-bd90'
Mar  6 22:45:02 VERBOSE[3700]: -- Executing Macro(SIP/200-bd90, 
hangupcall) in new stack


En/na Julian J. M. ha escrit:
Hello,
I don't know if your zaptel.conf and zapata.conf setup regarding your
isdn is correct, but if you use the default AMP setup, you need to
assign your channels to group 0 for dialing out, and assign it to
context from-pstn if you want to receive calls.
group = 0
context=from-pstn
channel = 1-2
BTW, i'm from Spaintoo, and I'm really interested in knowing if your
setup works ;)
On Sun, 06 Mar 2005 21:41:17 +0100, Ramon Roca [EMAIL PROTECTED] wrote:
 

[channels]
group = 1
context=outbound-trunks
channel = 1-2
   


 

Mar  6 21:40:01 VERBOSE[21452]: -- Executing Dial(SIP/200-1cf6,
ZAP/g0/9639712471) in new stack
   

g0 means channel group 0, and you had group 1
Julian.
 

___
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] voicemail volume

2005-03-06 Thread David Newman
On Sun, 6 Mar 2005, Marty Mastera wrote:
The full text of the bug you reference above indicates that pstnVMgain
was (or is) part of an ongoing feature request/bug report and has not
been implemented for use at this time (and may never be).
Right. So -- what can I do to boost volume of PSTN - * voicemail?
thanks
dn
___
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] voicemail volume

2005-03-06 Thread Marty Mastera

  The full text of the bug you reference above indicates that 
 pstnVMgain
  was (or is) part of an ongoing feature request/bug report 
 and has not 
  been implemented for use at this time (and may never be).
 
 Right. So -- what can I do to boost volume of PSTN - * voicemail?
 
 thanks
 
 dn

The only way I've been able to do it so far is to edit zapata.conf and
play with the rxgain= setting (raising it from zero) until the incoming
audio is loud enough in the resulting vm recordings. 
___
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] Cisco 7960

2005-03-06 Thread Alistair Cunningham
Thomas,
The definitive guide of what versions can be upgraded to what is at:
http://www.cisco.com/en/US/products/sw/voicesw/ps4967/products_upgrade_guides09186a008022a968.html
In particular, look at tables 2 and 3.
Alistair Cunningham,
Integrics Ltd,
Telephony, Database, Unix consulting worldwide
+44 (0)7870 699 479
http://integrics.com/
Thomas Trepper wrote:
Hi all,
i am new to this list and i dot not know, if anybody had already the 
same problem. I have two cisco 7960 which i want to upgrade to sip. Has 
somebody already taken the upgrade-process for special hints and 
suggestions? I have already visited the cisco-page and i have read the 
proposal for the migration. Is there a special order of firmware-upgrades?

Thanks a lot
Thomas
___
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


[Asterisk-Users] Trying to get 2 SIP phones to work

2005-03-06 Thread dbakkerlist
Im new to Astererisk. I compiled the latest CVS and setup the server. It 
looks like things are working. I'm running kphone, x-lite and sjphone to 
test things out.  The kphone (local to the asterisk server) can call and 
receive calls from any of the 2 windows machines. The first windows phone 
I start I can send/receve calls the second one I cannot. I. No matter 
which one I start first only the first one works. The linux kphone can 
still call/receive from any of the 2 windows machine. I dont have another 
linux box to see if another kphone could send/receive. Everything seems to 
register fine in asterisks. The 2 windows machines are on seperate servers 
and in the same subnet.  Any ideas?

___
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] Cisco 7960

2005-03-06 Thread Joe Greco
  i am new to this list and i dot not know, if anybody had already the 
  same problem. I have two cisco 7960 which i want to upgrade to sip. Has 
  somebody already taken the upgrade-process for special hints and 
  suggestions? I have already visited the cisco-page and i have read the 
  proposal for the migration. Is there a special order of firmware-upgrades?

[correct quoting order restored...  damn top-posting]

 The definitive guide of what versions can be upgraded to what is at:
 
 http://www.cisco.com/en/US/products/sw/voicesw/ps4967/products_upgrade_guides09186a008022a968.html
 
 In particular, look at tables 2 and 3.

Horrible answer.

Better:

1) Take ANY Cisco documentation with a ton of salt.  I've seen numerous
   examples of it being broken, silly, and just plain wrong.  And that's
   just the useful and relevant bits.

2) Run, don't walk, run over to the Wiki and stare at the numerous notes 
   available on upgrading the firmware on these.  Probably a good idea
   to look at related pages too.

Some of us have put up information to make it easier for you to get the
dirty work of upgrading one of these phones done.  It may not be neat, it
may require some reading and effort, it may require a little trial and
error, but it ought to be all there.

Cisco makes some great phones, but their documentation and their upgrade
processes are crappy.

Don't give up, though, and don't let any consultants talk you in to 
paying them to do it for you.

obDisclosure: we do consulting work here.  But we believe in end-user 
empowerment and we're not interested in upgrading your phones.  That's
why I contributed a few missing bits to the Wiki, which definitely can
get you through the whole process, now (I hope)!

Now back to lurking,

... JG
-- 
Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.sol.net
We call it the 'one bite at the apple' rule. Give me one chance [and] then I
won't contact you again. - Direct Marketing Ass'n position on e-mail spam(CNN)
With 24 million small businesses in the US alone, that's way too many apples.
___
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] Trying to get 2 SIP phones to work

2005-03-06 Thread Roman Volf
It would be helpful if you pasted the relevant sections of sip.conf and 
extensions.conf

Roman Volf
Keystreams Internet Solutions
[EMAIL PROTECTED]

[EMAIL PROTECTED] wrote:
Im new to Astererisk. I compiled the latest CVS and setup the server. It 
looks like things are working. I'm running kphone, x-lite and sjphone to 
test things out.  The kphone (local to the asterisk server) can call and 
receive calls from any of the 2 windows machines. The first windows phone 
I start I can send/receve calls the second one I cannot. I. No matter 
which one I start first only the first one works. The linux kphone can 
still call/receive from any of the 2 windows machine. I dont have another 
linux box to see if another kphone could send/receive. Everything seems to 
register fine in asterisks. The 2 windows machines are on seperate servers 
and in the same subnet.  Any ideas?

___
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


Re: [Asterisk-Users] Cisco 7960

2005-03-06 Thread sgup015
Hi,
Whilst I agree with Joe, has anybody actually been able to sucessfuly get the
Cisco 7940's/7960's to register into *?

We have just about tried everything that was suggested to us without luck.

Cheers,
Sahil
Quoting Joe Greco [EMAIL PROTECTED]:

   i am new to this list and i dot not know, if anybody had already the
   same problem. I have two cisco 7960 which i want to upgrade to sip. Has
   somebody already taken the upgrade-process for special hints and
   suggestions? I have already visited the cisco-page and i have read the
   proposal for the migration. Is there a special order of
 firmware-upgrades?

 [correct quoting order restored...  damn top-posting]

  The definitive guide of what versions can be upgraded to what is at:
 
 

http://www.cisco.com/en/US/products/sw/voicesw/ps4967/products_upgrade_guides09186a008022a968.html
 
  In particular, look at tables 2 and 3.

 Horrible answer.

 Better:

 1) Take ANY Cisco documentation with a ton of salt.  I've seen numerous
examples of it being broken, silly, and just plain wrong.  And that's
just the useful and relevant bits.

 2) Run, don't walk, run over to the Wiki and stare at the numerous notes
available on upgrading the firmware on these.  Probably a good idea
to look at related pages too.

 Some of us have put up information to make it easier for you to get the
 dirty work of upgrading one of these phones done.  It may not be neat, it
 may require some reading and effort, it may require a little trial and
 error, but it ought to be all there.

 Cisco makes some great phones, but their documentation and their upgrade
 processes are crappy.

 Don't give up, though, and don't let any consultants talk you in to
 paying them to do it for you.

 obDisclosure: we do consulting work here.  But we believe in end-user
 empowerment and we're not interested in upgrading your phones.  That's
 why I contributed a few missing bits to the Wiki, which definitely can
 get you through the whole process, now (I hope)!

 Now back to lurking,

 ... JG
 --
 Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.sol.net
 We call it the 'one bite at the apple' rule. Give me one chance [and] then I
 won't contact you again. - Direct Marketing Ass'n position on e-mail
 spam(CNN)
 With 24 million small businesses in the US alone, that's way too many apples.
 ___
 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


RE: [Asterisk-Users] Cisco 7960

2005-03-06 Thread Nabeel Jafferali
 Whilst I agree with Joe, has anybody actually been able to
 sucessfuly get the Cisco 7940's/7960's to register into *?

Yeah, I've been using a 7960 with * since November.

Nabeel
___
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] Cisco 7960

2005-03-06 Thread Blake Van Eekeren
Nabeel Jafferali wrote:
Whilst I agree with Joe, has anybody actually been able to
sucessfuly get the Cisco 7940's/7960's to register into *?

Yeah, I've been using a 7960 with * since November.
Indeed, I have 7905/7940/7960's all working with *.
___
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] Cisco 7960

2005-03-06 Thread Joe Greco
 Hi,
 Whilst I agree with Joe, has anybody actually been able to sucessfuly get the
 Cisco 7940's/7960's to register into *?
 
 We have just about tried everything that was suggested to us without luck.

Um, well, really, that's never been a problem here.  I've had more problems
trying to get them to register directly with VoIP providers than I care to
think about, though.

You need to make sure you've dotted your i's and crossed your t's with
these phones, but then they work really well.

from the SIPmac.cnf:

line2_name:  2002
line2_authname:  2002
line2_password:  khafusulhff
line2_shortname: DisplayedLineName
proxy2_address:  some.ip.addr.ess

sip.conf:

[2002]
type=friend ; This device takes and makes calls
secret=khafusulhff  ; Password for device
auth=md5
host=dynamic; This host is not on the same IP addr every time
username=2002   ; Username programmed into Cisco phone
context=from-7960   ; Inbound calls from this phone go to this context
nat=no  ; nat=yes if this phone is behind a NAT box or firewall
;callgroup=2; the group to which this phone belongs for *8 phone rin
ging pickup
;pickupgroup=2  ; the pickup group allowed from this phone when *8 is di
aled
mailbox=2902; Activate the MW light if this VMB has messages in it


Obviously not a complete configuration.  Note in particular that you 
probably need certain items out of SIPDefaults.

... JG
-- 
Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.sol.net
We call it the 'one bite at the apple' rule. Give me one chance [and] then I
won't contact you again. - Direct Marketing Ass'n position on e-mail spam(CNN)
With 24 million small businesses in the US alone, that's way too many apples.
___
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] voicemail volume

2005-03-06 Thread Howard Lowndes
On Mon, 2005-03-07 at 09:02, David Newman wrote:
 On Sun, 6 Mar 2005, Marty Mastera wrote:
 
  The full text of the bug you reference above indicates that pstnVMgain
  was (or is) part of an ongoing feature request/bug report and has not
  been implemented for use at this time (and may never be).
 
 Right. So -- what can I do to boost volume of PSTN - * voicemail?

Assuming you are using a zap interface for the PSTN connection, could
you try increasing the rx gain.  Is your incoming volume low anyway?

 
 thanks
 
 dn
 ___
 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
-- 
Howard.
LANNet Computing Associates;
Your Linux people http://www.lannetlinux.com
--
When you just want a system that works, you choose Linux;
when you want a system that just works, you choose Microsoft.
--
Flatter government, not fatter government;
Get rid of the Australian states.


___
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] Cisco 7960

2005-03-06 Thread sgup015
Any assistance on gettting bi-directional calling going would be great...

We got it working in SIP but it won't register hence calls going to the phones
don't even start..

Quoting Nabeel Jafferali [EMAIL PROTECTED]:

  Whilst I agree with Joe, has anybody actually been able to
  sucessfuly get the Cisco 7940's/7960's to register into *?

 Yeah, I've been using a 7960 with * since November.

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


Re: [Asterisk-Users] Cisco 7960

2005-03-06 Thread Ron Wellsted
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
[EMAIL PROTECTED] wrote:
| Hi,
| Whilst I agree with Joe, has anybody actually been able to sucessfuly
get the
| Cisco 7940's/7960's to register into *?
|
| We have just about tried everything that was suggested to us without luck.
|
Yes, working perfectly her with SIP firmware 7.3
- - - - - 8
|Some of us have put up information to make it easier for you to get the
|dirty work of upgrading one of these phones done.  It may not be neat, it
|may require some reading and effort, it may require a little trial and
|error, but it ought to be all there.
|
|Cisco makes some great phones, but their documentation and their upgrade
|processes are crappy.
- - - - 8
I got my phone from eBay with SCCP 3.3 firmware.  To upgrade to SIP 7.3
took about 2 hours of trying to make Cisco's procedure work, before
pouring over the tftp logs then about 1 hour of experimentation and
eventual success.  Now, if I can only remember what I did to get it to
work... ;)
- --
Ron Wellsted
http://www.wellsted.org.uk
[EMAIL PROTECTED]
FWD:519961  Gossiptel:9309811
N 52.567623, W 2.137621
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iQEVAwUBQiuJsUtP/KMNOfRbAQJU1Qf+IvdyDWkBGgP4Xb1C8HXeIASO/VR4//xS
cgOWRgSovq6aDRfKcjzTQ86TDzOvmjEodkuhwCrMpFpH33KZq1wbefR8ZxE4CV0K
Gr+6dYt7WLpGV4QVILfheDnfl1hdNIcaa07kxC2+R+dqsXQ6NU1wv9x5snTE092Y
4shKeX+pFJyRBv3BMKL6Qe2p9wnDARWvCIjCysy+tENOjhO5pFTl0y3ILnJ815i0
qJ7P9w+q+hEecv7hkOGNaMDPVnz3r4T0sCddxmpP3imDu5DAcZPMXnE7wvGiYHle
w3W8Riu1adS7N/pzUgsR1o9iDNsnWKUJev4kq0WKiF3XToGH5OGFvQ==
=lLW6
-END PGP SIGNATURE-
___
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] Survey: what's the best HTTPd/TFTPd/FTPd to serveup configuration files to sets

2005-03-06 Thread Jim Van Meggelen
Thanks as always to everyone who provided feedback. It was most helpful!

Regards,

Jim.


--
Jim Van Meggelen
[EMAIL PROTECTED]



[EMAIL PROTECTED] wrote:
 I would like to start a discussion centred around the various
 ways one might serve up configuration files from an Asterisk
 server (I know, it's better to use a secondary server for all
 this, but let's talk about a smaller system).
 
 The types of things being served would include:
 - Logo image for sets that support that
 - XML directory files
 - XML or raw text configuration files
 - what-all-else
 
 Seems to me that Apache is simply way too overpowered for all
 this, and thus would needlessly place load on the server.
 
 I have heard that khttpd is pretty lightweight, but its use
 seems to have been deprecated, and it does not appear to be
 actively maintained. Is TuX the way to go?
 
 As for tftpd and ftpd, I'm just not sure. Leightweight is the
 key, here.
 
 Thoughts, opinions, experiences?
 
 Thanks,
 
 Jim.
 
 
 --
 Jim Van Meggelen
 [EMAIL PROTECTED]

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.6.2 - Release Date: 04/03/2005
 

___
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] Music Volume ?

2005-03-06 Thread Mateo Meier
Hey guys

Anybody knows how to turn up the volume of a Music on Hold Mp3 file ?
When I play it on my windows box, volume is perfect.. but when I use it
Music on hold.. the volume is very low.

Maybe there is a general setting for asterisk volume ?

Thx for the help
Matt





___
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] Cisco 7960

2005-03-06 Thread C F
I've just intalled a system with 25 Cisco 7960s worked perfectly,
please tell what you did wrong, maybe I can help you.


On Mon,  7 Mar 2005 11:41:38 +1300, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 Hi,
 Whilst I agree with Joe, has anybody actually been able to sucessfuly get the
 Cisco 7940's/7960's to register into *?
 
 We have just about tried everything that was suggested to us without luck.
 
 Cheers,
 Sahil
 Quoting Joe Greco [EMAIL PROTECTED]:
 
i am new to this list and i dot not know, if anybody had already the
same problem. I have two cisco 7960 which i want to upgrade to sip. Has
somebody already taken the upgrade-process for special hints and
suggestions? I have already visited the cisco-page and i have read the
proposal for the migration. Is there a special order of
  firmware-upgrades?
 
  [correct quoting order restored...  damn top-posting]
 
   The definitive guide of what versions can be upgraded to what is at:
  
  
 
 http://www.cisco.com/en/US/products/sw/voicesw/ps4967/products_upgrade_guides09186a008022a968.html
  
   In particular, look at tables 2 and 3.
 
  Horrible answer.
 
  Better:
 
  1) Take ANY Cisco documentation with a ton of salt.  I've seen numerous
 examples of it being broken, silly, and just plain wrong.  And that's
 just the useful and relevant bits.
 
  2) Run, don't walk, run over to the Wiki and stare at the numerous notes
 available on upgrading the firmware on these.  Probably a good idea
 to look at related pages too.
 
  Some of us have put up information to make it easier for you to get the
  dirty work of upgrading one of these phones done.  It may not be neat, it
  may require some reading and effort, it may require a little trial and
  error, but it ought to be all there.
 
  Cisco makes some great phones, but their documentation and their upgrade
  processes are crappy.
 
  Don't give up, though, and don't let any consultants talk you in to
  paying them to do it for you.
 
  obDisclosure: we do consulting work here.  But we believe in end-user
  empowerment and we're not interested in upgrading your phones.  That's
  why I contributed a few missing bits to the Wiki, which definitely can
  get you through the whole process, now (I hope)!
 
  Now back to lurking,
 
  ... JG
  --
  Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.sol.net
  We call it the 'one bite at the apple' rule. Give me one chance [and] then 
  I
  won't contact you again. - Direct Marketing Ass'n position on e-mail
  spam(CNN)
  With 24 million small businesses in the US alone, that's way too many 
  apples.
  ___
  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

___
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] Cisco 7960

2005-03-06 Thread Mike Dent
Works sweet here with a 7960G too, 7.3 SIP fware.
Mike



On Mon,  7 Mar 2005 11:41:38 +1300, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 Hi,
 Whilst I agree with Joe, has anybody actually been able to sucessfuly get the
 Cisco 7940's/7960's to register into *?
 
 We have just about tried everything that was suggested to us without luck.
 
 Cheers,
 Sahil
 Quoting Joe Greco [EMAIL PROTECTED]:
 
i am new to this list and i dot not know, if anybody had already the
same problem. I have two cisco 7960 which i want to upgrade to sip. Has
somebody already taken the upgrade-process for special hints and
suggestions? I have already visited the cisco-page and i have read the
proposal for the migration. Is there a special order of
  firmware-upgrades?
 
  [correct quoting order restored...  damn top-posting]
 
   The definitive guide of what versions can be upgraded to what is at:
  
  
 
 http://www.cisco.com/en/US/products/sw/voicesw/ps4967/products_upgrade_guides09186a008022a968.html
  
   In particular, look at tables 2 and 3.
 
  Horrible answer.
 
  Better:
 
  1) Take ANY Cisco documentation with a ton of salt.  I've seen numerous
 examples of it being broken, silly, and just plain wrong.  And that's
 just the useful and relevant bits.
 
  2) Run, don't walk, run over to the Wiki and stare at the numerous notes
 available on upgrading the firmware on these.  Probably a good idea
 to look at related pages too.
 
  Some of us have put up information to make it easier for you to get the
  dirty work of upgrading one of these phones done.  It may not be neat, it
  may require some reading and effort, it may require a little trial and
  error, but it ought to be all there.
 
  Cisco makes some great phones, but their documentation and their upgrade
  processes are crappy.
 
  Don't give up, though, and don't let any consultants talk you in to
  paying them to do it for you.
 
  obDisclosure: we do consulting work here.  But we believe in end-user
  empowerment and we're not interested in upgrading your phones.  That's
  why I contributed a few missing bits to the Wiki, which definitely can
  get you through the whole process, now (I hope)!
 
  Now back to lurking,
 
  ... JG
  --
  Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.sol.net
  We call it the 'one bite at the apple' rule. Give me one chance [and] then 
  I
  won't contact you again. - Direct Marketing Ass'n position on e-mail
  spam(CNN)
  With 24 million small businesses in the US alone, that's way too many 
  apples.
  ___
  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

___
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] Cisco 7960

2005-03-06 Thread Doug Lytle
[EMAIL PROTECTED] wrote:
Any assistance on gettting bi-directional calling going would be great...
We got it working in SIP but it won't register hence calls going to the phones
don't even start..
 

 

If the phones are behind a NAT, make sure the option on the phone for 
NAT is set to yes.

Doug
___
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] LiveVoIP Problems?

2005-03-06 Thread Mike Dent
Makes you wonder how many *really* reliable VoIP providers there are out there?
Who would you trust to handle all your incoming/outgoing business calls?
Mike


On Fri, 04 Mar 2005 21:18:41 -0600, Tim [EMAIL PROTECTED] wrote:
 Anyone having problems with LiveVoIP lately? I am seeing failed outgoing
 calls. Calls that are being routed to wrong numbers. DID's that ring
 busy. For the pass 2 days I am unable to pass CID. Is anyone else have
 these problems? Can anyone recommend a Quality VoIP provider?
 
 ___
 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


[Asterisk-Users] SER - Asterisk voicemail on busy/unavailable. Anyone did it? (googling says NO)

2005-03-06 Thread Maxim Litnitsky
Hello all! I googled lists.digium.com and ser mailing list, but did
not find any working configuration of asterisk used as voicemail for
SER. This is my config

if (uri==myself) {
if (method==REGISTER) {
save(location);
log (1, Registered\n);
break;
};
if (lookup(location)) {
 log (1, ***  IP to IP call *);
 if (method == INVITE){
 setflag (1);
 t_on_failure(1);
 t_relay();
 sl_send_reply (180, Ringing);
setflag (1);
 break;
 }
 if (!t_relay()) {
  sl_send_reply(404, Not Found);
  break;
 };

#};
break;
};


failure_route[1] {
revert_uri();
forward(69.70.x.x,5060);
break();
}

Asterisk sip.conf:

[ser]
host=69.70.x.x
context=ser
type=friend
disallow=all
allow=ulaw
allow=alaw
allow=g729
allow=g723.1
allow=gsm
allow=ilbc
nat=yes

extensions.conf:

[ser]
include = vm
include = messagecenter

[vm]
exten = _9.,1,VoiceMail(u${EXTEN})
exten = _9.,2,Hangup

[messagecenter]
exten = 555,1,Answer
exten = 555,2,Wait(1)
exten = 555,3,VoiceMailMain(default)
exten = 555,4,Hangup
exten = _555X.,1,Answer; can dial 555exten
to skip 'mailbox' prompt.  Useful for speedial.
exten = _555X.,2,Wait(1)
exten = _555X.,3,VoiceMailMain(${EXTEN:[EMAIL PROTECTED])
exten = _555X.,4,Hangup


All SER calls  9xxx must go to asterisk, and it does, but I get the
following in aster log:
 to 69.70.7.174:5060
Mar  6 18:41:36 WARNING[3539]: chan_sip.c:695 retrans_pkt: Maximum
retries exceeded on call [EMAIL PROTECTED] for seqno 1
(Non-critical Response)
-- Playing 'beep' (language 'en')
-- Recording the message
-- x=0, open writing: 
/home/asterisk/var/spool/asterisk/voicemail/default/900/INBOX/msg0005
format: wav49, 0x814cb60
-- x=1, open writing: 
/home/asterisk/var/spool/asterisk/voicemail/default/900/INBOX/msg0005
format: gsm, 0x814d068
-- x=2, open writing: 
/home/asterisk/var/spool/asterisk/voicemail/default/900/INBOX/msg0005
format: wav, 0x8144980
Mar  6 18:41:45 WARNING[3539]: app.c:619 ast_play_and_record: No audio
available on SIP/69.70.x.x-08149a98??
-- User hung up
  == Spawn extension (ser, 900, 1) exited non-zero on 'SIP/69.70.x.x-08149a98'
Destroying call '[EMAIL PROTECTED]'


If I use rewritehostport instead of forward, the call does not reach asterisk:

failure_route[1] {
revert_uri();
rewritehostport(69.70.x.x:5060);
t_relay()
break();

SER log:

4(11513) ***  IP to IP call * 1(11506) ERROR:
t_forward_nonack: no branched for fwding
 1(11506) ERROR: w_t_relay (failure mode): forwarding failed
 3(11512) ***  IP to IP call * 2(11509) Bye

Is there a way to do append_branch([EMAIL PROTECTED]) ?


Anyone did it? Reply pls with your config files!!
___
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] Trying to get 2 SIP phones to work

2005-03-06 Thread dbakkerlist
the kphone is using 214 and the windows 204 and 203. It doesnt matter 
though I can have kphone use 203 and windows 214,204 and get the same 
issues.

sip.conf:
[214]
type=friend
username=214
secret=214
callerid=test 214
nat=no
canreinvite=yes
disallow=all
allow=gsm
allow=ulaw
allow=alaw
mailbox=204
host=dynamic
 
[203]
type=friend
username=203
secret=203
callerid=test 203
nat=no
canreinvite=yes
disallow=all
allow=alaw
allow=gsm
allow=ulaw
mailbox=203
host=dynamic
 
[204]
type=friend
username=204
secret=204
callerid=test 204
nat=no
canreinvite=yes
disallow=all
allow=gsm

extensions.conf:
exten = 204,1,Dial(SIP/204,20,rt)
exten = 204,n,Voicemail(u204)
exten = 204,s+1,Hangup
exten = 214,1,Dial(SIP/214,20,rt)
exten = 214,n,Voicemail(u214)
exten = 214,s+1,Hangup
exten = 203,1,Dial(SIP/203,20,rt)
exten = 203,n,Voicemail(u203)
exten = 203,s+1,Hangup





Roman Volf [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
03/06/2005 05:38 PM
Please respond to
Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com


To
Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
cc

Subject
Re: [Asterisk-Users] Trying to get 2 SIP phones to work






It would be helpful if you pasted the relevant sections of sip.conf and 
extensions.conf

Roman Volf
Keystreams Internet Solutions
[EMAIL PROTECTED]



[EMAIL PROTECTED] wrote:

Im new to Astererisk. I compiled the latest CVS and setup the server. It 
looks like things are working. I'm running kphone, x-lite and sjphone to 
test things out.  The kphone (local to the asterisk server) can call and 
receive calls from any of the 2 windows machines. The first windows phone 

I start I can send/receve calls the second one I cannot. I. No matter 
which one I start first only the first one works. The linux kphone can 
still call/receive from any of the 2 windows machine. I dont have another 

linux box to see if another kphone could send/receive. Everything seems 
to 
register fine in asterisks. The 2 windows machines are on seperate 
servers 
and in the same subnet.  Any ideas?

___
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


___
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] Cisco 7960

2005-03-06 Thread Alistair Cunningham
Joe Greco wrote:
The definitive guide of what versions can be upgraded to what is at:
http://www.cisco.com/en/US/products/sw/voicesw/ps4967/products_upgrade_guides09186a008022a968.html
In particular, look at tables 2 and 3.

Horrible answer.
Better:
1) Take ANY Cisco documentation with a ton of salt.  I've seen numerous
   examples of it being broken, silly, and just plain wrong.  And that's
   just the useful and relevant bits.
2) Run, don't walk, run over to the Wiki and stare at the numerous notes 
   available on upgrading the firmware on these.  Probably a good idea
   to look at related pages too.
I assure you that this page is what the original poster wants, at least 
to begin with. I've used it to upgrade quite a few 7960s. I've never had 
one that didn't work, though I'll admit that some did take a couple of 
tries or intermediary steps. Follow table 3 on that page, and if it 
doesn't work, then try the Wiki.

I would agree that information is hard to find on Cisco's website, and 
it's often contradictory, but in this case that is the page to follow.

We do consulting work as well, in fact it's our main business, but 
frankly for 2 phones the rate we'd charge would not be economical. If 
you had 200 or 2000 then we could give you a sensible quote.

In answer to another poster, 7960s running SIP can register with 
Asterisk with no problems.

--
Alistair Cunningham,
Integrics Ltd,
Telephony, Database, Unix consulting worldwide
+44 (0)7870 699 479
http://integrics.com/
___
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] LiveVoIP Problems?

2005-03-06 Thread Eric Wieling aka ManxPower
Mike Dent wrote:
Makes you wonder how many *really* reliable VoIP providers there are out there?
Who would you trust to handle all your incoming/outgoing business calls?
None.
___
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] SER - Asterisk voicemail on busy/unavailable. Anyone did it? (googling says NO)

2005-03-06 Thread Andres


If I use rewritehostport instead of forward, the call does not reach asterisk:
failure_route[1] {
   revert_uri();
   rewritehostport(69.70.x.x:5060);
   t_relay()
   break();
SER log:
 

Your failure route should read:
failure_route[1] {
   revert_uri();
   rewritehostport(69.70.x.x:5060);
   append_branch();   ==YOU MISSED THIS 
   t_relay()
   break();


--
Andres
Network Admin
http://www.telesip.net
___
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] IP Providers pass CallerID?

2005-03-06 Thread TELUX
Are there any IP Providers that will pass Caller ID? Broadvoice used to 
but no they dont.

THX  
___
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] Trying to get 2 SIP phones to work

2005-03-06 Thread Time Bandit
 receive calls from any of the 2 windows machines. The first windows phone
 I start I can send/receve calls the second one I cannot. I. No matter
 which one I start first only the first one works. The linux kphone can

Please take note that each phone need it's account. You can't have 2
phone registering with the same account.

hth
___
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] Re: [Asterisk-biz] Livevoip U.S. 800 LNP Starts March 9th 2005

2005-03-06 Thread Tim
Mike,

No they have not. Calls are failing again today. They have offered to
refund my money but that does not solve the problem. My asterisk server
is only 4 to 12 ms away from their network. I have had VERY good luck
with nufone.(40 to 45ms away) Only have 1 or 2% fail rate. Going to be
calling txlink.net on Monday. 

Seems that LiveVoIP does not care about asterisk users. They like to
pass the blame. 

-Tim

On Sun, 2005-03-06 at 17:04, Mike Dent wrote:
 Hmmm, I was contemplating going with livevoip, glad I read your post.
 I'd be interested if they resolved your issues?
 
 thanks
 Mike
 
 
 
 On Fri, 04 Mar 2005 22:45:58 -0600, Tim [EMAIL PROTECTED] wrote:
  Instead of offering new services. Why don't you get the ones that you do
  offer to work right first!
  
  Outstanding Problems
  
  1. IAX ring back
  
  2. DID's that don't work half the time
  
  3. Caller ID
  
  4. missing DTMF 50% of the time.
  
  5. outgoing call that are routed to the wrong numbers.
  
  
  On Fri, 2005-03-04 at 22:21, Brandon Patterson wrote:
   LiveVoip LLC will offer 800 LNP Number Porting Starting March 9th.
  
   800 Number Porting information will be posted in detail on our site
   late Sat evening March 4, 2005. People have been asking for this
   service
   and we are happy to provide it. This is made possible by various CLEC
   relationships, upgraded switch capacity, and extra staffing. This
   service
   is for U.S. 800 numbers only.
  
   LiveVoip LLC
   Connect Locally - Talk Globally
  
   http://www.livevoip.com
   [EMAIL PROTECTED][EMAIL PROTECTED]
  
   800 Team Email: [EMAIL PROTECTED] or [EMAIL PROTECTED]
  
   __
  
  ___
  Asterisk-Biz mailing list
  [EMAIL PROTECTED]
  http://lists.digium.com/mailman/listinfo/asterisk-biz
 

___
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] Cisco 7960

2005-03-06 Thread Peter Illmayer
 Date: Sun, 06 Mar 2005 20:03:52 +0100
 From: Thomas Trepper [EMAIL PROTECTED]
 Subject: [Asterisk-Users] Cisco 7960
 To: asterisk-users@lists.digium.com
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=us-ascii; format=flowed
 
 Hi all,
 
 i am new to this list and i dot not know, if anybody had already the 
 same problem. I have two cisco 7960 which i want to upgrade to sip. 
 Has somebody already taken the upgrade-process for special hints and 
 suggestions? I have already visited the cisco-page and i have read 
 the proposal for the migration. Is there a special order of firmware-
 upgrades?
 
 Thanks a lot
 
 Thomas
 

Thomas

The asterisk-wiki is the best place to start.  It will tell you that it is a 3
stage process if your currently on call-manager.

You will need to load the version 3, then 5 and then 7 SIP firmware.  I tried
to load the version 7 straight away and of course it wouldnt work.

Please read the wiki and all will be revealed.  Dont expect very much from the
cisco website at all !

Regards..pete
___
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] FXO module in TDM400P (UK, BT) - Hangup detection failing

2005-03-06 Thread Cameron Beattie




I am based in New Zealand and 
am experiencing the same problem as referred to in the post "FXO module in 
TDM400P (UK, BT) - Hangup detection failing" from 2 November 2004 i.e. Zap/4 
(being the FXO module) not detecting hangup on the PSTN line if the call is not 
answered on a PABX extension. 

Has anyone managed to find a 
resolution to the problem?

For information:
Digium TDM400P with FXS on Zap 1 
2 and FXO on Zap 3  4.
CVS-v1-0-01/24/05
Using fxs_ks signalling

Regards

Cameron
___
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] RE: Need help on * anf HFC.

2005-03-06 Thread MvB
Hi,

See comments in line

 configured at mem 0xf91c5e00 fifo 0xf7598000(0x37598000) IRQ 5 HZ 100
 Mar  6 21:29:13 linux-1 kernel: zaphfc: Card 0 configured for NT mode
 Mar  6 21:29:13 linux-1 kernel: zaphfc: 1 hfc-pci card(s) in this box.

Your card is configured in NT mode this something you do when you
connect to a TE device. When you connect to the ISDN BRI from your telco
(i.e. connect your NT1 telco box to your asterisk) then the card needs
to talk in TE mode. (which will act in TE mode)

 ; p2p NT mode
 signalling = bri_net
 pridialplan = local

I think this should be changed to signalling = bri_cpe_ptmp. As well it
may be that your pridialplan needs to be changed, this is different per
telco and/or region. You can check this when you dial out and you have
your bri debugging on. If it is wrong then dialing out will fail ;-)

You also may want to check your /etc/zaptel.conf as it is now
registering tones for the Netherlands.

Hope this helps.

Max.




___
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] LiveVoIP Problems?

2005-03-06 Thread The Phone Guys
So you want it 100% perfect and you want it for peanuts.
Makes you wonder how many *really* reliable VoIP providers there are out 
there?
Who would you trust to handle all your incoming/outgoing business calls?
Mike

On Fri, 04 Mar 2005 21:18:41 -0600, Tim [EMAIL PROTECTED] wrote:
Anyone having problems with LiveVoIP lately? I am seeing failed outgoing
calls. Calls that are being routed to wrong numbers. DID's that ring
busy. For the pass 2 days I am unable to pass CID. Is anyone else have
these problems? Can anyone recommend a Quality VoIP provider?
___
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] Cisco 7960

2005-03-06 Thread David Newman
On Mon, 7 Mar 2005, Peter Illmayer wrote:
You will need to load the version 3, then 5 and then 7 SIP firmware.  I tried
to load the version 7 straight away and of course it wouldnt work.
FWIW, I have also had success doing versions 3, 6, and then 7 in moving 
from Skinny to SIP. But it's still three steps.

dn
___
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] LiveVoIP Problems?

2005-03-06 Thread Tim
No. When DID go down for a whole day. Do you think thats okay?  Ring
busy half time or do nothing at all. Come on! Your DID's are up maybe
50% of the time if that! 


 Why are calls failing again today?



On Sun, 2005-03-06 at 17:36, The Phone Guys wrote:
 So you want it 100% perfect and you want it for peanuts.
 
  Makes you wonder how many *really* reliable VoIP providers there are out 
  there?
  Who would you trust to handle all your incoming/outgoing business calls?
  Mike
 
 
  On Fri, 04 Mar 2005 21:18:41 -0600, Tim [EMAIL PROTECTED] wrote:
  Anyone having problems with LiveVoIP lately? I am seeing failed outgoing
  calls. Calls that are being routed to wrong numbers. DID's that ring
  busy. For the pass 2 days I am unable to pass CID. Is anyone else have
  these problems? Can anyone recommend a Quality VoIP provider?
 
 ___
 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


Re: [Asterisk-Users] LiveVoIP Problems?

2005-03-06 Thread Mike Dent
No, I dont mind paying more for something if I know its going to be reliable.


On Sun, 6 Mar 2005 16:36:16 -0700, The Phone Guys [EMAIL PROTECTED] wrote:
 So you want it 100% perfect and you want it for peanuts.
 
  Makes you wonder how many *really* reliable VoIP providers there are out
  there?
  Who would you trust to handle all your incoming/outgoing business calls?
  Mike
 
 
  On Fri, 04 Mar 2005 21:18:41 -0600, Tim [EMAIL PROTECTED] wrote:
  Anyone having problems with LiveVoIP lately? I am seeing failed outgoing
  calls. Calls that are being routed to wrong numbers. DID's that ring
  busy. For the pass 2 days I am unable to pass CID. Is anyone else have
  these problems? Can anyone recommend a Quality VoIP provider?
 

___
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] voicemail volume

2005-03-06 Thread David Newman

On Mon, 7 Mar 2005, Howard Lowndes wrote:
On Mon, 2005-03-07 at 09:02, David Newman wrote:
On Sun, 6 Mar 2005, Marty Mastera wrote:
The full text of the bug you reference above indicates that pstnVMgain
was (or is) part of an ongoing feature request/bug report and has not
been implemented for use at this time (and may never be).
Right. So -- what can I do to boost volume of PSTN - * voicemail?
Assuming you are using a zap interface for the PSTN connection, could
you try increasing the rx gain.  Is your incoming volume low anyway?
Generally seems OK, but I'm not an audio engineer and I don't know how to 
take measurements to quantify low. The problem is MUCH more perceptible 
on voicemail, esp. on the .wav email attachments.

dn
___
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] LiveVoIP Problems?

2005-03-06 Thread John Novack

The Phone Guys wrote:
So you want it 100% perfect and you want it for peanuts.
OF COURSE!
They all certainly imply and promise that.
Would anyone subscribe if they said  we have a second rate service  ?

Makes you wonder how many *really* reliable VoIP providers there are 
out there?
Who would you trust to handle all your incoming/outgoing business calls?
Mike

On Fri, 04 Mar 2005 21:18:41 -0600, Tim [EMAIL PROTECTED] wrote:
Anyone having problems with LiveVoIP lately? I am seeing failed 
outgoing
calls. Calls that are being routed to wrong numbers. DID's that ring
busy. For the pass 2 days I am unable to pass CID. Is anyone else have
these problems? Can anyone recommend a Quality VoIP provider?

___
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


RE: [Asterisk-Users] LiveVoIP Problems?

2005-03-06 Thread Roman Zhovtulya
What do folks have to say about www.voipjet.com?
(IAX, call termination only)



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John
Novack
Sent: Montag, 7. März 2005 00:58
To: The Phone Guys; Asterisk Users Mailing List - Non-Commercial
Discussion
Subject: Re: [Asterisk-Users] LiveVoIP Problems?




The Phone Guys wrote:

 So you want it 100% perfect and you want it for peanuts.

OF COURSE!
They all certainly imply and promise that.
Would anyone subscribe if they said  we have a second rate service  ?



 Makes you wonder how many *really* reliable VoIP providers there are
 out there?
 Who would you trust to handle all your incoming/outgoing business
calls?
 Mike


 On Fri, 04 Mar 2005 21:18:41 -0600, Tim [EMAIL PROTECTED] wrote:

 Anyone having problems with LiveVoIP lately? I am seeing failed
 outgoing
 calls. Calls that are being routed to wrong numbers. DID's that ring
 busy. For the pass 2 days I am unable to pass CID. Is anyone else
have
 these problems? Can anyone recommend a Quality VoIP provider?


 ___
 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

___
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] LiveVoIP Problems?

2005-03-06 Thread Tim
Looks like if you complain. They terminate your account. Or is this just
another BUG

Mar  6 17:57:56 NOTICE[18108]: chan_iax2.c:6695 socket_read:
Registration of 'wdsmn' rejected: Registration Refused
Mar  6 17:57:56 NOTICE[18108]: chan_iax2.c:6695 socket_read:
Registration of 'tschacher' rejected: Registration Refused
Mar  6 17:58:46 NOTICE[18108]: chan_iax2.c:6695 socket_read:
Registration of 'wdsmn' rejected: Registration Refused
Mar  6 17:58:46 NOTICE[18108]: chan_iax2.c:6695 socket_read:
Registration of 'tschacher' rejected: Registration Refused
Mar  6 17:59:36 NOTICE[18108]: chan_iax2.c:6695 socket_read:
Registration of 'wdsmn' rejected: Registration Refused
Mar  6 17:59:36 NOTICE[18108]: chan_iax2.c:6695 socket_read:
Registration of 'tschacher' rejected: Registration Refused
Mar  6 18:00:26 NOTICE[18108]: chan_iax2.c:6695 socket_read:
Registration of 'wdsmn' rejected: Registration Refused
Mar  6 18:00:26 NOTICE[18108]: chan_iax2.c:6695 socket_read:
Registration of 'tschacher' rejected: Registration Refused
Mar  6 18:01:16 NOTICE[18108]: chan_iax2.c:6695 socket_read:
Registration of 'wdsmn' rejected: Registration Refused
Mar  6 18:01:16 NOTICE[18108]: chan_iax2.c:6695 socket_read:
Registration of 'tschacher' rejected: Registration Refused


On Sun, 2005-03-06 at 17:57, John Novack wrote:
 The Phone Guys wrote:
 
  So you want it 100% perfect and you want it for peanuts.
 
 OF COURSE!
 They all certainly imply and promise that.
 Would anyone subscribe if they said  we have a second rate service  ?
 
 
 
  Makes you wonder how many *really* reliable VoIP providers there are 
  out there?
  Who would you trust to handle all your incoming/outgoing business calls?
  Mike
 
 
  On Fri, 04 Mar 2005 21:18:41 -0600, Tim [EMAIL PROTECTED] wrote:
 
  Anyone having problems with LiveVoIP lately? I am seeing failed 
  outgoing
  calls. Calls that are being routed to wrong numbers. DID's that ring
  busy. For the pass 2 days I am unable to pass CID. Is anyone else have
  these problems? Can anyone recommend a Quality VoIP provider?
 
 
  ___
  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

___
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] LiveVoIP Problems?

2005-03-06 Thread Mike Dent
Maybe at some stage in the future the big telcos will provide VoIP
termination, DID's etc. They may as well make some money from it, I'm
sure they could get it right?

BT providing IAX2 and SIP termination? Hmmm, maybe one day.

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


[Fwd: Re: [Asterisk-Users] BroadVoice configuration changes for Outbound]

2005-03-06 Thread MF Hulber






 Original Message 

  

  Subject: 
  Re: [Asterisk-Users] BroadVoice configuration changes for
Outbound


  Date: 
  Sun, 06 Mar 2005 19:11:22 -0500


  From: 
  MF Hulber [EMAIL PROTECTED]


  To: 
  Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com, [EMAIL PROTECTED]


  References: 
  [EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

  



Well, I tried these instructions and still get the following on outgoing:

Mar  6 19:08:16 NOTICE[-1291998288]: chan_sip.c:5047 handle_response: 
Failed to authenticate on INVITE to '"sipura1_1" 
sip:[EMAIL PROTECTED];tag=XX'


Dan Weber wrote:

 In the last email I sent, I did not mean to insult anyone, but I have 
 tested the instructions thoroughly I provided.  If you were using the 
 instructions I provided originally, you would not be able to make 
 outbound calls.  Here are the instructions that have been known to work;
 Please read line by line and setup that way.

 http://foo.robotics.net/mediawiki-1.3.10/index.php/Asterisk_Setup

 Dan

 On Sun, 6 Mar 2005, skamp wrote:

 sorry still doesnt help with incoming calls, there is definatley
 something more wrong, my config was working fine until today and its
 worked fine for months. They have broken something.

 On Sun, 2005-03-06 at 02:23 -0600, Bartosz Wegrzyn - asterisk wrote:

 [broadvoice-incoming]
 type=peer
 host=147.135.8.128
 context=from-broadvoice
 qualify=yes
 canreinvite=no
 disallow=all
 allow=ulaw
 nat=never

 [broadvoice-incoming2]
 type=peer
 host=147.135.0.128
 context=from-broadvoice
 qualify=yes
 canreinvite=no
 disallow=all
 allow=ulaw
 nat=never

 [broadvoice-incoming3]
 type=peer
 host=147.135.4.128
 context=from-broadvoice
 qualify=yes
 canreinvite=no
 disallow=all
 allow=ulaw
 nat=never

 -- 
 skamp [EMAIL PROTECTED]

 ___
 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





___
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] SpanDSP: Training failed (sequence failed)

2005-03-06 Thread Steve Underwood
CClarke wrote:
Hello All ~
Having problems sending and receiving faxes with SpanDSP. I am testing on a
simple 2 analog POTS to 2x X100p set up, connecting one line to a Konica 720
fax machine to test, or with other remote fax machines. Voice calls are
working pretty well now. Platform is P3/800MHz/256MB/FC1.
* recognizes faxes, and passes calls to RxFax and TxFax OK, but 99.9% of the
time no fax content is sent or received. (On one occasion coincidentally a
 

So, you tried at least 1000 tests to get this statistic. Very dedicated. :
junk fax came in successfully while I was testing!).
I've reviewed previous posts and but can't find any relevant advice on where
to go next, since the fax negotiation seems to go OK so far, but then die (see
below), and no content is transmitted. The final error message from RxFax is:
Training failed (sequence failed)
Would really appreciate some expert advice on what this means and how to
fix...
Christina.
PS: Previous somewhat relevant posts I've been able to find:
http://lists.digium.com/pipermail/asterisk-users/2004-June/051143.html
http://lists.digium.com/pipermail/asterisk-users/2005-February/090978.html
 

Those don't seem very relevant. There are plenty of posts which are.
Here's versions I'm using:
asterisk CVS-v1-0-02/20/05-17:04:48
spandsp 0.0.1k
libtiff 3.5.7
 

Try using spandsp-0.0.2pre10. spandsp-0.0.1k is now very old. That 
shouldn't be very relevant to your problem, since the modems in 0.0.1k 
usually decode reliably. The ones in 0.0.2pre10 are more tolerant of 
really bad phone lines, though. Also, I have no intention of supporting 
0.0.1k any more.

The fast modem isn't training properly. A number of people report this, 
and there is nothing I can do about it. They have problems in their * 
setup, which prevents spandsp from getting a clean signal. I really need 
to put a self-diagnosis feature in spandsp so it can detect and report 
these problems.

Regards,
Steve
___
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] Trying to get 2 SIP phones to work

2005-03-06 Thread dbakkerlist

each phone logs in under its own sip
account: 203, 204 and 214. I assume the account is whats in the sip.conf
file.





Time Bandit [EMAIL PROTECTED]

Sent by: [EMAIL PROTECTED]
03/06/2005 06:22 PM



Please respond to
Time Bandit [EMAIL PROTECTED]; Please respond to
Asterisk Users Mailing List - Non-Commercial
Discussion asterisk-users@lists.digium.com





To
Asterisk Users Mailing List - Non-Commercial
Discussion asterisk-users@lists.digium.com


cc



Subject
Re: [Asterisk-Users] Trying to get 2
SIP phones to work








 receive calls from any of the 2 windows machines.
The first windows phone
 I start I can send/receve calls the second one I cannot. I. No matter
 which one I start first only the first one works. The linux kphone
can

Please take note that each phone need it's account. You can't have 2
phone registering with the same account.

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

[Asterisk-Users] Re: Broadvoice configuration changes for outbound calls

2005-03-06 Thread Brian Buhrow
Hello.  I'm not sure what's going on with the gentleman who is having
trouble receiving inbound calls as of this weekend, but I can say that
while inbound works for me, calling out through BroadVoice doesn't work at
all.  SIP traces show that when I send an invite request out to BroadVoice,
they send back a 401 unauthorized message which includes a
WWW-Authentication: header which ASterisk is supposed to use to send a
reply proxy authentication response.
The version of Asterisk I'm running, and have been running with
BroadVoice for months claims that it sends an acknowledgement of the
unauthorized message, then fails to send an authentication reply, instead
claiming that authentication is impossible with BroadVoice.
I suspect that there is a bug in the md5 hashing  code on the version
of Asterisk I'm running, and I'll be attempting to upgrade things, or sort
out the bug soon.
My point here is to let people know that they may be seeing different
behaviors depending on what version of ASterisk code they're running.  I'm
running with CVS head as of 2003-12-18.  I doubt many others are running
code this old, but until this Saturday morning, it's worked flawlessly with
every provider I've tried it with.
Having said all that, I too am disappointed that BroadVoice has not
seen fit to tell its users of this impending change.  Instead, it worked on
Friday night for me, all normal, and, voila! complete failure of outgoing
calls on Saturday morning.  Most disturbing.

Hope that's somewhat helpful.
___
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] Music Volume ?

2005-03-06 Thread C F
Check out musiconhold.conf
you can use loud


On Mon, 7 Mar 2005 00:02:27 +0100, Mateo Meier [EMAIL PROTECTED] wrote:
 Hey guys
 
 Anybody knows how to turn up the volume of a Music on Hold Mp3 file ?
 When I play it on my windows box, volume is perfect.. but when I use it
 Music on hold.. the volume is very low.
 
 Maybe there is a general setting for asterisk volume ?
 
 Thx for the help
 Matt
 
 ___
 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


Re: [Asterisk-Users] Trying to get 2 SIP phones to work

2005-03-06 Thread dbakkerlist
All fixed. I just updated from CVS, rebuild and everything works. I did 
try restarting astrisks before I tried this so it either didnt pick up a 
config right or the new CVS fixed it.




[EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
03/06/2005 07:24 PM
Please respond to
Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com


To
Time Bandit [EMAIL PROTECTED], Asterisk Users Mailing List - 
Non-Commercial Discussion asterisk-users@lists.digium.com
cc
Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com, [EMAIL PROTECTED]
Subject
Re: [Asterisk-Users] Trying to get 2 SIP phones to work







each phone logs in under its own sip account: 203, 204 and 214. I assume 
the account is whats in the sip.conf file. 


Time Bandit [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED] 
03/06/2005 06:22 PM 

Please respond to
Time Bandit [EMAIL PROTECTED]; Please respond to
Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com


To
Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com 
cc

Subject
Re: [Asterisk-Users] Trying to get 2 SIP phones to work








 receive calls from any of the 2 windows machines. The first windows 
phone
 I start I can send/receve calls the second one I cannot. I. No matter
 which one I start first only the first one works. The linux kphone can

Please take note that each phone need it's account. You can't have 2
phone registering with the same account.

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

___
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] LiveVoIP Problems?

2005-03-06 Thread Paul Fielding
*shrug*.  Mine's been working flawlessly since I've had it (~month).  The 
only 2 issues I have are the ringback problem, and I can only send callerid 
number info to them, not name info  Guess we'll see how long it 
lasts

regards,
Paul
- Original Message - 
From: Tim [EMAIL PROTECTED]
To: The Phone Guys [EMAIL PROTECTED]; Asterisk Users Mailing List - 
Non-Commercial Discussion asterisk-users@lists.digium.com
Sent: Sunday, March 06, 2005 4:45 PM
Subject: Re: [Asterisk-Users] LiveVoIP Problems?


No. When DID go down for a whole day. Do you think thats okay?  Ring
busy half time or do nothing at all. Come on! Your DID's are up maybe
50% of the time if that!
Why are calls failing again today?

On Sun, 2005-03-06 at 17:36, The Phone Guys wrote:
So you want it 100% perfect and you want it for peanuts.
 Makes you wonder how many *really* reliable VoIP providers there are 
 out
 there?
 Who would you trust to handle all your incoming/outgoing business 
 calls?
 Mike


 On Fri, 04 Mar 2005 21:18:41 -0600, Tim [EMAIL PROTECTED] wrote:
 Anyone having problems with LiveVoIP lately? I am seeing failed 
 outgoing
 calls. Calls that are being routed to wrong numbers. DID's that ring
 busy. For the pass 2 days I am unable to pass CID. Is anyone else have
 these problems? Can anyone recommend a Quality VoIP provider?

___
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

___
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] LiveVoIP Problems?

2005-03-06 Thread Paul
No, I want it to work 50% of the time and pay half your current pricing. 
Or maybe we can make this really easy for you to understand. Make it 
work 0% of the time and we pay you nothing.

I think that people expect it to work about 99.99% of the time if they 
are going to use it for production purposes. Get your act together and 
raise prices if necessary in order to keep it together.

The Phone Guys wrote:
So you want it 100% perfect and you want it for peanuts.
Makes you wonder how many *really* reliable VoIP providers there are 
out there?
Who would you trust to handle all your incoming/outgoing business calls?
Mike

On Fri, 04 Mar 2005 21:18:41 -0600, Tim [EMAIL PROTECTED] wrote:
Anyone having problems with LiveVoIP lately? I am seeing failed 
outgoing
calls. Calls that are being routed to wrong numbers. DID's that ring
busy. For the pass 2 days I am unable to pass CID. Is anyone else have
these problems? Can anyone recommend a Quality VoIP provider?

___
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] IP Providers pass CallerID?

2005-03-06 Thread James Pooton
That's surprising; I thought they were one of the larger outfits.  I have
tried quite a few for outbound lately and the only one that has reliably
passed Caller ID (using our 406 area code) is simpletelecom.com.  They are
also the only ones I've tried that respond to a support ticket in a
reasonable amount of time.

What is really odd is that I can pass caller ID with iax.cc/Sixtel in other
area codes, but nothing in 406 which I need to do. (Our local numbers)
Anyone know why that would be ?

-James

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of TELUX
Sent: Sunday, March 06, 2005 4:22 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] IP Providers pass CallerID?

Are there any IP Providers that will pass Caller ID? Broadvoice used to 
but no they dont.

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


Re: [Asterisk-Users] LiveVoIP Problems?

2005-03-06 Thread Tim
I just got off the phone with LiveVoIP. They have address most if not
all of my current issues. These guys are BIG players in the VoIP biz. A
long with that comes big problems. They are working on the issues. 

Let's just give them a break this time around.   




On Sun, 2005-03-06 at 19:07, Paul wrote:
 No, I want it to work 50% of the time and pay half your current pricing. 
 Or maybe we can make this really easy for you to understand. Make it 
 work 0% of the time and we pay you nothing.
 
 I think that people expect it to work about 99.99% of the time if they 
 are going to use it for production purposes. Get your act together and 
 raise prices if necessary in order to keep it together.
 
 The Phone Guys wrote:
 
  So you want it 100% perfect and you want it for peanuts.
 
  Makes you wonder how many *really* reliable VoIP providers there are 
  out there?
  Who would you trust to handle all your incoming/outgoing business calls?
  Mike
 
 
  On Fri, 04 Mar 2005 21:18:41 -0600, Tim [EMAIL PROTECTED] wrote:
 
  Anyone having problems with LiveVoIP lately? I am seeing failed 
  outgoing
  calls. Calls that are being routed to wrong numbers. DID's that ring
  busy. For the pass 2 days I am unable to pass CID. Is anyone else have
  these problems? Can anyone recommend a Quality VoIP provider?
 
 
 ___
 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


RE: [Asterisk-Users] LiveVoIP Problems?

2005-03-06 Thread Steven Frazier
I have about 10 DIDs, I had an issue that lasted a day or so that was Level
3's issue, it took about 12 seconds before the calls would come in.  That
was resolved and I haven't had any issues at all.  I appreciate the fact
that there are reselling Level 3 DIDs since they seem to be in a lot of
cities, towns and now some burgs.  I have had excellent support response
anytime that I have had issues.  I have talked to several folks there when
the issue of the long wait for the call to complete.  I also had a call that
advised me that the ringback issue appeared to be with asterisk.  I
explained to them, like others have, that the issue is only with LiveVOIP
not with other providers that I also have like TXLINK, Teliax, NuFone.  I am
not a programmer, but they advised me that they problem didn't reside in
SIP.  So, I took a chance to try it.  I ordered yet another DID with SIP vs
IAX.  No ringback issue on the SIP configured DID at all.  Just to clarify,
the ringback issue I have had (I believe this is what everyone is talking
about) is if you answer via IVR and then complete the call you hear no ring
back.  Or whenever the call has been answered on the asterisk box then you
transfer you have no ring back.

I know that some of the issues isn't just LiveVOIP it's Level 3.  I have
talked with some other providers and Level 3 has scared them off.  I hope
that Level 3 can improve upon their delivery, in turn, I feel that with
better support from them, you will see LiveVOIP having less issues.  I think
LiveVOIP is trying to do a lot for the VOIP community, IMHO, but that's just
me.  My only complaints I have is that they would port local DIDs and Toll
free.  I understand they will be porting Toll free soon.

Overall, you can get lots of DIDs from lots of areas, IAX or SIP, your
choice, they have lots of different rate plans, you can see your calls
immediately via their web site, and again, I have absolutely no complaint
with them getting back to me (sales or support).  As soon as I have sent an
email, I get the automated response that they have my issue and then I get a
response.  Lots of times it has been after business hours and on the
week-ends, even though they state that they may not get back to you until
the next business day.

This is just my opinion and experiences of course.  But again, I think Level
3 has their share of issues to get fixed so the then end providers can do
their job better.  It does appear to me, that the list beats up the
providers very quickly.  I can't even count the emails you see on a weekly
basis on BroadVoice.  There is MyPhoneCompany as well, they don't indicate
on their website that they do asterisk, but they certainly do.  If you are
unhappy with your provider, find another.  There are more popping up
everyday, I don't think the original phone companies will have a whole lot
to offer as far as service.  Remember Lily Tomlin we are the phone company,
we don't have to care, they will give you what they want to give you and if
you don't like it, then it's too bad.

I try and work with the providers.  Maybe if we see what we can do to
help them vs. slamming them every time there is a burp.  I don't thing
anyone is offering 100% uninterrupted service, or maybe I am wrong.  Again,
my opinion.



 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Paul Fielding
 Sent: Sunday, March 06, 2005 8:03 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [Asterisk-Users] LiveVoIP Problems?
 
 
 *shrug*.  Mine's been working flawlessly since I've had it 
 (~month).  The 
 only 2 issues I have are the ringback problem, and I can only 
 send callerid 
 number info to them, not name info  Guess we'll see how long it 
 lasts
 
 regards,
 
 Paul
 
 - Original Message - 
 From: Tim [EMAIL PROTECTED]
 To: The Phone Guys [EMAIL PROTECTED]; Asterisk Users 
 Mailing List - 
 Non-Commercial Discussion asterisk-users@lists.digium.com
 Sent: Sunday, March 06, 2005 4:45 PM
 Subject: Re: [Asterisk-Users] LiveVoIP Problems?
 
 
  No. When DID go down for a whole day. Do you think thats 
 okay?  Ring 
  busy half time or do nothing at all. Come on! Your DID's 
 are up maybe 
  50% of the time if that!
 
 
  Why are calls failing again today?
 
 
 
  On Sun, 2005-03-06 at 17:36, The Phone Guys wrote:
  So you want it 100% perfect and you want it for peanuts.
 
   Makes you wonder how many *really* reliable VoIP providers there 
   are
   out
   there?
   Who would you trust to handle all your incoming/outgoing 
 business 
   calls?
   Mike
  
  
   On Fri, 04 Mar 2005 21:18:41 -0600, Tim [EMAIL PROTECTED] wrote:
   Anyone having problems with LiveVoIP lately? I am seeing failed
   outgoing
   calls. Calls that are being routed to wrong numbers. 
 DID's that ring
   busy. For the pass 2 days I am unable to pass CID. Is 
 anyone else have
   these problems? Can anyone recommend a Quality VoIP provider?
 
  

RE: [Asterisk-Users] LiveVoIP Problems?

2005-03-06 Thread Jay Milk
No downtime yet.  Also good experience with simpletelecom -- for IAX
termination, there's really no serious cost in using multiple accounts,
except for having to check your balances every so often.  Get two or
three, line them up nicely in your dial-plan, and if one fails, go
through the other.

The issue is always with DIDs -- if a line is done, you're stuck, unless
your provider has a failover arrangement.  There doesn't seem to be too
much choice for IAX origination, but if you're willing to look into SIP,
and you need rock-solid performance, there are a couple of contenders
out there.  My most problem-free provider so far has been Vonage --
they're not very flexible, and not very open to work with their
customers, but that's probably why their service has the best uptime of
all the ones I used so far.  Broadvoice -- read thread.  Iax.cc started
off promising, but it's getting spotty in places.  Myphonecompany.com so
far (going on three weeks) has a solid track record.  Only one issue so
far, and that was on my end.


 -Original Message-
 From: Roman Zhovtulya [mailto:[EMAIL PROTECTED] 
 Sent: Sunday, March 06, 2005 6:05 PM
 To: [EMAIL PROTECTED]; 'Asterisk Users Mailing 
 List - Non-Commercial Discussion'
 Subject: RE: [Asterisk-Users] LiveVoIP Problems?
 
 
 What do folks have to say about www.voipjet.com?
 (IAX, call termination only)

___
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] BroadVoice configuration changes for Outbound

2005-03-06 Thread Bartosz Wegrzyn - asterisk
can u send your config and simple description of your network

Bart

 sorry still doesnt help with incoming calls, there is definatley
 something more wrong, my config was working fine until today and its
 worked fine for months. They have broken something.

 On Sun, 2005-03-06 at 02:23 -0600, Bartosz Wegrzyn - asterisk wrote:
 [broadvoice-incoming]
 type=peer
 host=147.135.8.128
 context=from-broadvoice
 qualify=yes
 canreinvite=no
 disallow=all
 allow=ulaw
 nat=never

 [broadvoice-incoming2]
 type=peer
 host=147.135.0.128
 context=from-broadvoice
 qualify=yes
 canreinvite=no
 disallow=all
 allow=ulaw
 nat=never

 [broadvoice-incoming3]
 type=peer
 host=147.135.4.128
 context=from-broadvoice
 qualify=yes
 canreinvite=no
 disallow=all
 allow=ulaw
 nat=never
 --
 skamp [EMAIL PROTECTED]

 ___
 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


RE: [Asterisk-Users] Re: [Asterisk-biz] Livevoip U.S. 800 LNP StartsMarch 9th 2005

2005-03-06 Thread Steven Frazier
I also have txlink.net.  They have been very solid and very good to work
with.  I had a toll free ported that took a long time to do.  It wasn't
their issue, it was the original company that was being difficult.  I had 3
more ported, took 2 days, again great to work with.

I agree with Jay, it's not a bad idea to have a couple providers.  No one
provider (that I have found) does it all or has it all, so shop and buy what
works best and have more than one provider right now.  As competition grows,
I am sure that support will get better, I hope.



 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Tim
 Sent: Sunday, March 06, 2005 6:32 PM
 To: Mike Dent; asterisk-users@lists.digium.com
 Subject: [Asterisk-Users] Re: [Asterisk-biz] Livevoip U.S. 
 800 LNP StartsMarch 9th 2005
 
 
 Mike,
 
 No they have not. Calls are failing again today. They have 
 offered to refund my money but that does not solve the 
 problem. My asterisk server is only 4 to 12 ms away from 
 their network. I have had VERY good luck with nufone.(40 to 
 45ms away) Only have 1 or 2% fail rate. Going to be calling 
 txlink.net on Monday. 
 
 Seems that LiveVoIP does not care about asterisk users. They 
 like to pass the blame. 
 
 -Tim
 


___
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] LiveVoIP Problems?

2005-03-06 Thread Jay Milk
You won't be able to send caller-id NAME with any PSTN termination.
That's just not how that works.  Each CLEC looks up the name in some
mystical database based on the phone number.  How to get that DB, I
don't know, but it sure would be nice to integrate something like this
into *, wouldn't it?

 -Original Message-
 From: Paul Fielding [mailto:[EMAIL PROTECTED] 
 Sent: Sunday, March 06, 2005 7:03 PM
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [Asterisk-Users] LiveVoIP Problems?
 
 
 *shrug*.  Mine's been working flawlessly since I've had it 
 (~month).  The 
 only 2 issues I have are the ringback problem, and I can only 
 send callerid 
 number info to them, not name info  Guess we'll see how long it 
 lasts
 
 regards,
 
 Paul

___
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] LiveVoIP Problems?

2005-03-06 Thread asterisk phones
Near 100% for a resonable price that you have set and
the ability for both the provider and consumer to
understand how to work together and make sure that
companies that providers are buying their service from
understands the impact of what out of services means
to the consumers.

I like the idea too of help us to help you so you can
help yourself to help your provider so that we have
good dependable service.  The company that provides
the best service will retain the incoming and the
others with the attitudes will lose, somewhere someone
once said the customer is always right, I guess that
doesn't apply any more.


--- The Phone Guys [EMAIL PROTECTED] wrote:

 So you want it 100% perfect and you want it for
 peanuts.
 
  Makes you wonder how many *really* reliable VoIP
 providers there are out 
  there?
  Who would you trust to handle all your
 incoming/outgoing business calls?
  Mike
 
 
  On Fri, 04 Mar 2005 21:18:41 -0600, Tim
 [EMAIL PROTECTED] wrote:
  Anyone having problems with LiveVoIP lately? I am
 seeing failed outgoing
  calls. Calls that are being routed to wrong
 numbers. DID's that ring
  busy. For the pass 2 days I am unable to pass
 CID. Is anyone else have
  these problems? Can anyone recommend a Quality
 VoIP provider?
 
 ___
 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
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
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] Loopback

2005-03-06 Thread Guy Decarpentrie
Hi all,

How is it possible to do loop with * ?
I want to redirect ALL calls initiate by a SIP channel on itself without 
'treatment' by muy * box.

Regards.

___
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] LiveVoIP Problems?

2005-03-06 Thread Michael Graves
I have used them for 6 months with few issues. Good rates as well.

Michael

On Mon, 7 Mar 2005 01:05:01 +0100, Roman Zhovtulya wrote:

What do folks have to say about www.voipjet.com?
(IAX, call termination only)



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John
Novack
Sent: Montag, 7. März 2005 00:58
To: The Phone Guys; Asterisk Users Mailing List - Non-Commercial
Discussion
Subject: Re: [Asterisk-Users] LiveVoIP Problems?




The Phone Guys wrote:

 So you want it 100% perfect and you want it for peanuts.

OF COURSE!
They all certainly imply and promise that.
Would anyone subscribe if they said  we have a second rate service  ?



 Makes you wonder how many *really* reliable VoIP providers there are
 out there?
 Who would you trust to handle all your incoming/outgoing business
calls?
 Mike


 On Fri, 04 Mar 2005 21:18:41 -0600, Tim [EMAIL PROTECTED] wrote:

 Anyone having problems with LiveVoIP lately? I am seeing failed
 outgoing
 calls. Calls that are being routed to wrong numbers. DID's that ring
 busy. For the pass 2 days I am unable to pass CID. Is anyone else
have
 these problems? Can anyone recommend a Quality VoIP provider?


 ___
 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

___
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



--
Michael Graves   [EMAIL PROTECTED]
Sr. Product Specialist  www.pixelpower.com
Pixel Power Inc. [EMAIL PROTECTED]

o713-861-4005
o800-905-6412
c713-201-1262



___
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] LiveVoIP Problems?

2005-03-06 Thread John Novack ( Mozilla - portable )
Jay Milk wrote:
You won't be able to send caller-id NAME with any PSTN termination.
That's just not how that works.  Each CLEC looks up the name in some
mystical database based on the phone number. 

And pays the keeper of the database for each lookup.
Also, more than one database exists.
How to get that DB, I don't know,
Short answer is, you can't
AFAIK, it is only available to ILEC and CLEC's
John Novack
but it sure would be nice to integrate something like this
into *, wouldn't it?
 

___
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] LiveVoIP Problems?

2005-03-06 Thread Robert Webb
On Sun, 6 Mar 2005 20:22:48 -0500
 Steven Frazier [EMAIL PROTECTED] wrote:
I have about 10 DIDs, I had an issue that lasted a day 
or so that was Level
3's issue, it took about 12 seconds before the calls 
would come in.  That
was resolved and I haven't had any issues at all.  I 
appreciate the fact
that there are reselling Level 3 DIDs since they seem to 
be in a lot of
cities, towns and now some burgs.  I have had 
excellent support response
anytime that I have had issues.  I have talked to 
several folks there when
the issue of the long wait for the call to complete.  I 
also had a call that
advised me that the ringback issue appeared to be with 
asterisk.  I
explained to them, like others have, that the issue is 
only with LiveVOIP
not with other providers that I also have like TXLINK, 
Teliax, NuFone.  I am
not a programmer, but they advised me that they problem 
didn't reside in
SIP.  So, I took a chance to try it.  I ordered yet 
another DID with SIP vs
IAX.  No ringback issue on the SIP configured DID at 
all.  Just to clarify,
the ringback issue I have had (I believe this is what 
everyone is talking
about) is if you answer via IVR and then complete the 
call you hear no ring
back.  Or whenever the call has been answered on the 
asterisk box then you
transfer you have no ring back.
I also have the ring back issue with LiveVoIP... I 
verified this and it is the issue with the IVR answering 
first and when ringing an extension, there is no ringback 
to the caller.

However, I cannot fault Level 3 for this problem. I have a 
second DID through Voicepulse which is also a Level 3 
number. Their ringback over IAX works perfect everytime.

So for LiveVoIP to be blaming Asterisk for this problem is 
plain BS. It is obvious they just do not know how to 
configure their systems. If you cannot get it right, quit 
blaming everyone else and take responsibility for your 
issues.

I should have known something was up with a company that 
changed their rates and plans every other day.

I know that some of the issues isn't just LiveVOIP it's 
Level 3.  I have
talked with some other providers and Level 3 has scared 
them off.  I hope
that Level 3 can improve upon their delivery, in turn, I 
feel that with
better support from them, you will see LiveVOIP having 
less issues.  I think
LiveVOIP is trying to do a lot for the VOIP community, 
IMHO, but that's just
me.  My only complaints I have is that they would port 
local DIDs and Toll
free.  I understand they will be porting Toll free soon.

Overall, you can get lots of DIDs from lots of areas, 
IAX or SIP, your
choice, they have lots of different rate plans, you can 
see your calls
immediately via their web site, and again, I have 
absolutely no complaint
with them getting back to me (sales or support).  As 
soon as I have sent an
email, I get the automated response that they have my 
issue and then I get a
response.  Lots of times it has been after business 
hours and on the
week-ends, even though they state that they may not get 
back to you until
the next business day.

This is just my opinion and experiences of course.  But 
again, I think Level
3 has their share of issues to get fixed so the then end 
providers can do
their job better.  It does appear to me, that the list 
beats up the
providers very quickly.  I can't even count the emails 
you see on a weekly
basis on BroadVoice.  There is MyPhoneCompany as well, 
they don't indicate
on their website that they do asterisk, but they 
certainly do.  If you are
unhappy with your provider, find another.  There are 
more popping up
everyday, I don't think the original phone companies 
will have a whole lot
to offer as far as service.  Remember Lily Tomlin we 
are the phone company,
we don't have to care, they will give you what they 
want to give you and if
you don't like it, then it's too bad.

I try and work with the providers.  Maybe if we see what 
we can do to
help them vs. slamming them every time there is a 
burp.  I don't thing
anyone is offering 100% uninterrupted service, or maybe 
I am wrong.  Again,
my opinion.


-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of 
Paul Fielding
Sent: Sunday, March 06, 2005 8:03 PM
To: Asterisk Users Mailing List - Non-Commercial 
Discussion
Subject: Re: [Asterisk-Users] LiveVoIP Problems?

*shrug*.  Mine's been working flawlessly since I've had 
it 
(~month).  The 
only 2 issues I have are the ringback problem, and I can 
only 
send callerid 
number info to them, not name info  Guess we'll see 
how long it 
lasts

regards,
Paul
- Original Message - 
From: Tim [EMAIL PROTECTED]
To: The Phone Guys [EMAIL PROTECTED]; Asterisk 
Users 
Mailing List - 
Non-Commercial Discussion 
asterisk-users@lists.digium.com
Sent: Sunday, March 06, 2005 4:45 PM
Subject: Re: [Asterisk-Users] LiveVoIP Problems?

 No. When DID go down for a whole day. Do you think 
thats 
okay?  Ring 
 busy half time or do nothing at all. Come on! Your 

Re: [Asterisk-Users] LiveVoIP Problems?

2005-03-06 Thread Joe Greco
 No, I dont mind paying more for something if I know its going to be reliable.

Well, now, that's kind of the problem here, isn't it?

If VoIP pricing isn't more attractive than LEC line pricing, the slam dunk
choice is to go with the traditional LEC service.  It's reliable, it's
cheap, and it's reliable.

Most folks are really not going to want to pay more for VoIP service than
what they pay to Ma Bell.

This means that you have a small number of choices when pricing out VoIP
services.  It can be cheap, or it can be cheap, or you can be out of
business.

... JG
-- 
Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.sol.net
We call it the 'one bite at the apple' rule. Give me one chance [and] then I
won't contact you again. - Direct Marketing Ass'n position on e-mail spam(CNN)
With 24 million small businesses in the US alone, that's way too many apples.
___
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] LiveVoIP Problems?

2005-03-06 Thread Kristian Kielhofner
Jay Milk wrote:
You won't be able to send caller-id NAME with any PSTN termination.
That's just not how that works.  Each CLEC looks up the name in some
mystical database based on the phone number.  How to get that DB, I
don't know, but it sure would be nice to integrate something like this
into *, wouldn't it?
SS7
--
Kristian Kielhofner
___
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] SJphone on PDA registering with Asterisk???

2005-03-06 Thread Ronald Wiplinger
James Pooton wrote:
I'm all so using SJphone on my x50v, works surprisingly well :). 

Is voip.elmit.com also in the 192.168.1.X NAT space that your PDA is in?
 

There might be the problem:
I have the server at two ethernet cards reachable:
Extern with a public IP
Intern with 192.168.250.20
on this internal LAN is a wireless accesspoint, which in return changes 
the IP address to a network 192.168.1.x
There is a NAT between the internal server IP and the PDA, and there is 
a nat between internal IP and Internet.

Do you have host=dynamic in your * sip.conf entry for 701 ? Actually might
help to toss your sip.conf entry out here for 701 without the secret.
 

[701]   ; Test phone 701
type=friend
username=701
secret=very_secret
nat=yes
host=dynamic
context=test_phone   
canreinvite=yes
disallow=all
allow=ulaw
allow=alaw
dtmfmode=rfc2833
qualify=1000
[EMAIL PROTECTED]
pickupgroup=1
qualify=yes


Do you see any connection attempts on the console? (ie starting * with
-gcvv)
 

No, not at all!!
bye
Ronald
Your not far off..
-James

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ronald
Wiplinger
Sent: Sunday, March 06, 2005 8:56 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [Asterisk-Users] SJphone on PDA registering with Asterisk???
C. Tomlinson wrote:
 

Ronald,
You will need to give *more* information than that
I have SJphone on my PDA, and have setup a SIP account on *, and it works
fine :-)
I take it you have setup sjphone to register to *.
I take it your PDA has a network connection?
   

I have setup a sip account at asterisk (701:password)
I have an asterisk (voip.elmit.com with an IP address)
I have setup a new profile on the PDA sip-elmit:
Initialization:
as suggested
Sip proxy:
Proxy domain:  my IP address Port 5060
Userdamain: voip.elmit.com
Advanced options
(nothing set)
Sip:
Expose software version
Enable STUN unsage
Redirection:
nothing selected
STUN:
as suggested
Use elimit-sip
elmit-sip   in use
(save changes)
Display shows:
elmit-sip
SIP: registering as
sip:[EMAIL PROTECTED] ...
Host address: 192.168.1.101
NAT/Firewall: Full Cone NAT
--
Ronald (office) (Ro)
sip:[EMAIL PROTECTED]
click on dial
Nothing happens, .. not registered in *, ...
What have I done wrong?
bye
Ronald
 


--
Ronald Wiplinger  (CEO of ELMIT)
http://www.elmit.com+886 (0) 939--77-55-16  or FWD 511208
- I'm a SpamCon Foundation Member, #694, Verify it at http://www.spamcon.org
PS: Spam prevention!
Our system is protected with a spam prevention program. 
If you send us an e-mail, our system will send you a confirmation message back. Just reply to this confirmation message please. 
After receiving this confirmation message, our system will send the hold message (one) and all future messages (after the received confirmation message) to me without asking you again.

___
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] BroadVoice configuration changes for Outbound

2005-03-06 Thread James Taylor
I've fought this all weekend.
Friday, they couldn't take an order because the credit card thing on the  
website
was broken.
Saturday, I got an account.
Incoming works, put the phonenumber at the end of the register string  
and then place that number as an extension in your broadvoice context.

Outbound still doesn't work.
I've tried everything on this list and everything I could find on the wiki  
and all other lists.

Going home. Sympathetic responses greatly appreciated.
BTW, who else does flat-rate BYOD?
James Taylor
On Sun, 6 Mar 2005 19:34:45 -0600 (CST), Bartosz Wegrzyn - asterisk  
[EMAIL PROTECTED] wrote:

can u send your config and simple description of your network
Bart
sorry still doesnt help with incoming calls, there is definatley
something more wrong, my config was working fine until today and its
worked fine for months. They have broken something.
On Sun, 2005-03-06 at 02:23 -0600, Bartosz Wegrzyn - asterisk wrote:
[broadvoice-incoming]
type=peer
host=147.135.8.128
context=from-broadvoice
qualify=yes
canreinvite=no
disallow=all
allow=ulaw
nat=never
[broadvoice-incoming2]
type=peer
host=147.135.0.128
context=from-broadvoice
qualify=yes
canreinvite=no
disallow=all
allow=ulaw
nat=never
[broadvoice-incoming3]
type=peer
host=147.135.4.128
context=from-broadvoice
qualify=yes
canreinvite=no
disallow=all
allow=ulaw
nat=never
--
skamp [EMAIL PROTECTED]
___
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

--
James Taylor
3505 Summerhll Road
Suite 11
Texarkana, Texas  75503
903-793-1953
___
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


  1   2   >