Re: [asterisk-users] WIFI SIP- The Best phone

2006-12-31 Thread mitcheloc

Those wifi phones are neat but I'd rather not carry around two
devices, does anyone know of any good dual-mode GSM/SIP phones?

I'm using a T-Mobile MDA right now and it is way too slow.

Apparently the Nokia e61 has a built in SIP client, but there might be
a new model around the corner (worth the wait?)

Suggestions?

Thanks!

On 12/30/06, Matthew Mackes [EMAIL PROTECTED] wrote:


Well, We have found that it will stay on line for around 6-7 hours with
a full charge and no talk time, and we can get about 2 hours of straight
talk time. We have given these units to our cashiers that are located
out in parking lots, and our location mangers who walk a large location
(Outside and Inside) and they are able to carry a phone for about 5
hours if they talk on it for a total of an hour during that time without
charging. Our goal is to replace our current Radio's that we use for on
site communications.

Over all, I have been very happy with the charge vs talk time So
much so, it hasn't ever been an issue.

We have around 280 phones out at our locations at any one time, 150 in
use.. So, for every phone we have in use, I have a spare waiting in
a charger... that way a phone is always waiting in case.

However I have only had to do that because we run a 9am until 11pm day,
and our staff requires 100% phone uptime while they are on the move. Our
managers until recently carried company issued cell phones- however with
the full corporate move to Voip, Asterisk, Aastra Desk  Voip phones and
the Zulty WIP 2's I have had to ensure 100% uptime by throwing hardware
at the project.

However we really don't need allof the  redudent units, my users are
just a bit unreasonable. Their cell phones don't have any better talk
time then the Zultys. However by connecting all of our locations with
Voip over our PRN (Quest) we have been able to save so much on Telco
Charges that I have a large budget Available to keep us up- Hence the
overkill

However--- For a Normal Office

At our Headquarters I have also deployed about 25 of these phones to
normal Cube workers, and they have NO trouble with them.

They put them in the charger when they think of it, and they always have
a charged phone...  They only need one, and it replaced the Desktop
Digital Nortel phone they used to have. They can take it to any of our
locations, and boom, instantly on line with the same Number, Extension
and services.

And Since we are in 3 States, we use several collocated Asterisk Servers
to create a Private Toll bypass network of Voip. Illinois, NY and
Pennsylvania are all local PSTN calls no matter what state you are in.


Also, if you are interested, we use a Alcatel Wireless Controller unit
to provision, route, and control our 600 + Alcatel Wireless Access
Points. Because all of the AP's are routed back to one controller, it
helps with all IP roaming, not just WIFI Voip.

I have also used Cisco 1200 AP's and those also work very well.






I just wish I could find a DEPENDABLE service for DID and Termination
via SIP I current am working with Vitality, and they are so, so.

I hope that helps.


Matt Mackes
Delta Sonic Car Wash Systems


Noah Miller wrote:
 HOWEVER- The Zultys WIP 2 is an INCREDIBLE WIFI B/G SIP PHONE- IT IS
 EXCELLENT IN ALL RESPECTS.

 Thanks for the tip!  I hadn't seen these advertised before, and I've
 been searching for some time for a Wifi SIP phone that can handle
 multiple line appearances.

 One Question:  Really only 12-13 hours on the standby time?  That
 seems pretty short in comparison with all the other wifi phones.

 - Noah

___
--Bandwidth and Colocation provided by Easynews.com --

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




--

Mitchel Constantin
Snap - A desktop user interface for Asterisk
www.snapanumber.com
___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] IAX WaitExten

2006-12-31 Thread Christian Stuellenberg
Hello list,

I've got a problem (maybe only a problem of understanding how * works) with IAX 
and WaitExten.

To simplify the problem I've brought it down to the following scenario:

- 3 Asterisk Server A,B and C (central).
- A and B both register with C.

Now I want to be able to dial an extension at A to become connected to C and 
there I want to dial an extension to become connected to B.

I've done the (following) tests all in [EMAIL PROTECTED], so that no other dtmf 
methods may have impact on the results:
 dial [EMAIL PROTECTED]
 -- connection with Zap/1 at server B can be established
 hangup

 dial [EMAIL PROTECTED]
 -- connection with server C established and waitexten waiting for input
 dial 161
 -- connection with Zap/1 at server B can be established
 hangup

So far so good, but:
 dial [EMAIL PROTECTED]
 -- connection with server B established and waitexten waiting for input
 dial 301
 -- nothing happens (either on server b nor c or even a) 
 -- timeout! 

Does asterisk at server C eat the extensions I dial, although they ought be 
send to B??

Thanks in advance for any help or hint towards a solution,
Christian


Here are the config details:

[EMAIL PROTECTED]:
==
[general]
bindport=4569
bindaddr=0.0.0.0
bandwidth=low
allow=all
disallow=g723.1
disallow=lpc10
allow=gsm

jitterbuffer=no
forcejitterbuffer=no

register = c1:[EMAIL PROTECTED]

[m]
type=user
auth=md5
secret=xxx
context=iax2-in

[m]
type=peer
host=m.domain
username=c1
auth=md5
secret=xxx
==

[EMAIL PROTECTED]:
==
[general]
bindport=4569
bindaddr=0.0.0.0
bandwidth=low
allow=all
disallow=g723.1
disallow=lpc10
allow=gsm

jitterbuffer=no
forcejitterbuffer=no

register = c2:[EMAIL PROTECTED]

autokill=yes

[m] 
type=user 
auth=md5 
secret=xxx 
context=iax2-in 
 
[m] 
type=peer 
host=m.domain 
username=c2 
auth=md5 
secret=xxx
==

[EMAIL PROTECTED]:
==
[general]
bindport=4569
bindaddr=0.0.0.0
bandwidth=low
allow=all
disallow=g723.1
disallow=lpc10
allow=gsm

jitterbuffer=no
forcejitterbuffer=no

autokill=yes
tos=lowdelay

[c]
type=user
auth=md5
secret=xxx
context=iax2-in

[c]
type=peer
host=dynamic
username=m
auth=md5
secret=xxx

[c2]
type=user
auth=md5
secret=xxx
context=iax2-in

[c2]
type=peer
host=dynamic
username=m
auth=md5
secret=xxx
==

[EMAIL PROTECTED]:
==
[default]
exten = 16,1,Dial(IAX2/m/16)
exten = 161,1,Dial(IAX2/m/161)
exten = 17,1,Dial(IAX2/m/17)
=

[EMAIL PROTECTED]:
==
[iax2-in]
exten = s,1,Playtones(internal) 
exten = s,n,Set(TIMEOUT(digit)=${DIGIT_WAIT}) 
exten = s,n,WaitExten(${EXTEN_WAIT}) 

exten = 301,1,Dial(Zap/1)
exten = 302,1,Dial(Zap/2)
=

[EMAIL PROTECTED]:
==
[iax2-in]
exten = 15,1,Dial(IAX2/c)
exten = 16,1,Dial(IAX2/c2)
exten = 161,1,Dial(IAX2/c2/301)
exten = 162,1,Dial(IAX2/c2/302)
exten = 17,1,WaitExten(15)
==


___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] Sangoma A102d and Asterisk on Debian 3.1.

2006-12-31 Thread Jarek Jarzebowski


Hi All,

is anybody using Sangoma A102d card with Asterisk on Debian 3.1?
I configure and install Sangoma wanpipe step by step based on Sangoma Wiki  
and manuals but can not get success results. I suppose that it may be some  
Debian specific case.


Regards,
Jarek

___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] exec after recording agents

2006-12-31 Thread Martin Schrott - thinking:systems
Hi all,

Hope somebody can help us.

What we try to do:

+ record a incoming call with the recordagents option in agents.conf
+ after recording start a script to convert to mp3.

The script is running perfect. We can also use that with normal monitoring
and monitor_exec or with the monitor function in queues.

but in agents.conf we cannot find a possibility to activate a script after
the recording.

Anyone a idea, how we could run our script after a agent recording? ? ?

Thank you for your help!

MArtin


___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Sangoma A102d and Asterisk on Debian 3.1.

2006-12-31 Thread Tzafrir Cohen
On Sun, Dec 31, 2006 at 03:59:14PM +0100, Jarek Jarzebowski wrote:
 
 Hi All,
 
 is anybody using Sangoma A102d card with Asterisk on Debian 3.1?
 I configure and install Sangoma wanpipe step by step based on Sangoma Wiki  
 and manuals but can not get success results. I suppose that it may be some  
 Debian specific case.

AFAIK, that procedure has been tested on Debian Sarge before.

What specific problems you have?

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Happy 2007!!!

2006-12-31 Thread Jason Parker
I haven't quite figured out what he's selling though.. 

- Original Message - 
From: Tom Lynn [EMAIL PROTECTED] 
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com 
Sent: Saturday, December 30, 2006 7:59:12 PM GMT-0600 US/Central 
Subject: Re: [asterisk-users] Happy 2007!!! 

Sounds like an EBay ad... 


On 12/30/06, Josué Conti  [EMAIL PROTECTED]  wrote: 
Always... 
Desire that in the New Year that if you really initiate... 
It hears the words that always it desired to hear. It pronounces the phrases 
that one day it desired to repeat. 
It feels the emotion that always waited to feel. 
It walks for the tracks that one day it desired to follow. 
It divides the affection with who always desired to distribute. It hugs all the 
friends whom always it desired to congregate, and alive the life that always 
dreamed to exist... 

Happy 2007 

Best Regards 

Josué 
___ 
--Bandwidth and Colocation provided by Easynews.com -- 

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





-- 
Jason Parker 
Digium 
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Sangoma A102d and Asterisk on Debian 3.1.

2006-12-31 Thread Jarek Jarzebowski
Dnia 31-12-2006 o 16:17:19 Tzafrir Cohen [EMAIL PROTECTED]  
napisał(a):



On Sun, Dec 31, 2006 at 03:59:14PM +0100, Jarek Jarzebowski wrote:


Hi All,

is anybody using Sangoma A102d card with Asterisk on Debian 3.1?
I configure and install Sangoma wanpipe step by step based on Sangoma  
Wiki
and manuals but can not get success results. I suppose that it may be  
some

Debian specific case.


AFAIK, that procedure has been tested on Debian Sarge before.

What specific problems you have?



I use wanpipe-2.3.4-3. I run ./Setup install. After standard 2 frist  
question (answer 'y') I got:


Please specify absolute path name of your linux directory

(Press Enter for Default: /lib/modules/2.4.27-3-686-smp/build)

I press Enter. And got:

Upgrading WANPIPE kernel documentation ...Done.


Upgrading WANPIPE kernel headers ...Done.

Upgrading WANPIPE kernel drivers ...Done.

cp: cannot stat `drivers/net/wan/Makefile': No such file or directory
grep: drivers/net/wan/Makefile: No such file or directory
Updating T1/E1 in  
/lib/modules/2.4.27-3-686-smp/build/drivers/net/wan/Makefile

./Setup: line 895: drivers/net/wan/Makefile.nex: No such file or directory
cat: drivers/net/wan/Makefile: No such file or directory
mv: cannot stat `drivers/net/wan/Makefile.nex': No such file or directory
grep: drivers/net/wan/Makefile: No such file or directory
Updating Utils in  
/lib/modules/2.4.27-3-686-smp/build/drivers/net/wan/Makefile

./Setup: line 904: drivers/net/wan/Makefile.nex: No such file or directory
cat: drivers/net/wan/Makefile: No such file or directory
mv: cannot stat `drivers/net/wan/Makefile.nex': No such file or directory
grep: drivers/net/wan/Makefile: No such file or directory
Updating Abstr in  
/lib/modules/2.4.27-3-686-smp/build/drivers/net/wan/Makefile

./Setup: line 914: drivers/net/wan/Makefile.nex: No such file or directory
cat: drivers/net/wan/Makefile: No such file or directory
mv: cannot stat `drivers/net/wan/Makefile.nex': No such file or directory
grep: drivers/net/wan/Makefile: No such file or directory
Updating Syncppp in  
/lib/modules/2.4.27-3-686-smp/build/drivers/net/wan/Makefile

./Setup: line 924: drivers/net/wan/Makefile.nex: No such file or directory
cat: drivers/net/wan/Makefile: No such file or directory
mv: cannot stat `drivers/net/wan/Makefile.nex': No such file or directory
grep: drivers/net/wan/Makefile: No such file or directory
Updating MultPPP in  
/lib/modules/2.4.27-3-686-smp/build/drivers/net/wan/Makefile

./Setup: line 934: drivers/net/wan/Makefile.nex: No such file or directory
cat: drivers/net/wan/Makefile: No such file or directory
mv: cannot stat `drivers/net/wan/Makefile.nex': No such file or directory
grep: drivers/net/wan/Makefile: No such file or directory
Updating MultFR in  
/lib/modules/2.4.27-3-686-smp/build/drivers/net/wan/Makefile

./Setup: line 944: drivers/net/wan/Makefile.nex: No such file or directory
cat: drivers/net/wan/Makefile: No such file or directory
mv: cannot stat `drivers/net/wan/Makefile.nex': No such file or directory
cp: cannot stat `net/wanrouter/Makefile': No such file or directory
grep: net/wanrouter/Makefile: No such file or directory
./Setup: line 961: net/wanrouter/Makefile.nex: No such file or directory
cat: net/wanrouter/Makefile: No such file or directory
mv: cannot stat `net/wanrouter/Makefile.nex': No such file or directory
Updating af_wanpipe in  
/lib/modules/2.4.27-3-686-smp/build/net/wanrouter/Makefile

grep: net/wanrouter/Makefile: No such file or directory
./Setup: line 972: net/wanrouter/Makefile.nex: No such file or directory
cat: net/wanrouter/Makefile: No such file or directory
mv: cannot stat `net/wanrouter/Makefile.nex': No such file or directory
./Setup: line 975: net/wanrouter/Makefile.nex: No such file or directory
cat: net/wanrouter/Makefile: No such file or directory
mv: cannot stat `net/wanrouter/Makefile.nex': No such file or directory
Updating Waniface in  
/lib/modules/2.4.27-3-686-smp/build/net/wanrouter/Makefile

WANPIPE device drivers upgraded successfully!

Press [Enter] to continue...

What can you advise?

Regards,
Jarek
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Sangoma A102d and Asterisk on Debian 3.1.

2006-12-31 Thread Thomas Kenyon

Jarek Jarzebowski wrote:
Dnia 31-12-2006 o 16:17:19 Tzafrir Cohen [EMAIL PROTECTED] 
napisał(a):



On Sun, Dec 31, 2006 at 03:59:14PM +0100, Jarek Jarzebowski wrote:


Hi All,

is anybody using Sangoma A102d card with Asterisk on Debian 3.1?
I configure and install Sangoma wanpipe step by step based on Sangoma 
Wiki
and manuals but can not get success results. I suppose that it may be 
some

Debian specific case.


AFAIK, that procedure has been tested on Debian Sarge before.

What specific problems you have?



I use wanpipe-2.3.4-3. I run ./Setup install. After standard 2 frist 
question (answer 'y') I got:


Please specify absolute path name of your linux directory

(Press Enter for Default: /lib/modules/2.4.27-3-686-smp/build)

I press Enter. And got:

It looks like it is looking for the kernel source, have you installed 
the relevant packages?


IIRC, sarge puts them in /usr/src/kernel-source-x.x.xx-x   (replace X's 
with kernel version) if you have the source .debs installed.


___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Sangoma A102d and Asterisk on Debian 3.1.

2006-12-31 Thread Jarek Jarzebowski
Dnia 31-12-2006 o 17:19:35 Thomas Kenyon [EMAIL PROTECTED]  
napisał(a):



Jarek Jarzebowski wrote:
Dnia 31-12-2006 o 16:17:19 Tzafrir Cohen [EMAIL PROTECTED]  
napisał(a):



On Sun, Dec 31, 2006 at 03:59:14PM +0100, Jarek Jarzebowski wrote:


Hi All,

is anybody using Sangoma A102d card with Asterisk on Debian 3.1?
I configure and install Sangoma wanpipe step by step based on Sangoma  
Wiki
and manuals but can not get success results. I suppose that it may be  
some

Debian specific case.


AFAIK, that procedure has been tested on Debian Sarge before.

What specific problems you have?

 I use wanpipe-2.3.4-3. I run ./Setup install. After standard 2 frist  
question (answer 'y') I got:

 Please specify absolute path name of your linux directory
 (Press Enter for Default: /lib/modules/2.4.27-3-686-smp/build)
 I press Enter. And got:

It looks like it is looking for the kernel source, have you installed  
the relevant packages?


IIRC, sarge puts them in /usr/src/kernel-source-x.x.xx-x   (replace X's  
with kernel version) if you have the source .debs installed.




My system details:

sip:/usr/src/wanpipe# uname -a
Linux sip 2.4.27-3-686-smp #1 SMP Tue Dec 5 23:12:28 UTC 2006 i686  
GNU/Linux


sip:/usr/src/wanpipe# aptitude search kernel | grep -i ^i
i A kernel-headers-2.4.27-3 - Header files related to Linux kernel  
versi
i   kernel-headers-2.4.27-3-686-smp - Linux 2.4.27 kernel headers for  
PPro/Celer
i   kernel-image-2.4.27-3-386   - Linux kernel image for version  
2.4.27 on 3
i   kernel-image-2.4.27-3-686-smp   - Linux kernel image for version  
2.4.27 on P

i A kernel-patch-debian-2.4.27  - Debian patches to Linux 2.4.27
i   kernel-source-2.4.27- Linux kernel source for version  
2.4.27 wit
i   kernel-tree-2.4.27  - Linux kernel source tree for  
building Debi

i   linux-kernel-headers- Linux Kernel Headers for development


sip:/usr/src/wanpipe# ll /usr/src/
total 59372
drwxr-xr-x  25 jarekj jarekj 4096 Dec 22 23:41 asterisk-1.2.14
-rw-r--r--   1 root   src10595184 Dec 15 21:51 asterisk-1.2.14.tar.gz
drwxr-xr-x   7 jarekj jarekj 4096 Dec 22 23:42 asterisk-addons-1.2.5
-rw-r--r--   1 root   src  756698 Oct 18 23:21  
asterisk-addons-1.2.5.tar.gz

drwxr-xr-x   3 jarekj jarekj 4096 Dec  7  2005 asterisk-sounds-1.2.1
-rw-r--r--   1 root   src 3249876 Mar 30  2006  
asterisk-sounds-1.2.1.tar.gz
-rw-r--r--   1 root   src 3362237 Dec 23 00:02  
hwec-utils-beta4-2.3.4.tgz

drwxr-xr-x   5 root   root   4096 Dec 22 23:34 kernel-headers-2.4.27-3
drwxr-xr-x   4 root   root   4096 Dec 22 23:34  
kernel-headers-2.4.27-3-686-smp

drwxr-xr-x   3 root   root   4096 Dec 31 12:49 kernel-patches
drwxr-xr-x  15 root   root   4096 Dec  5 09:44 kernel-source-2.4.27
-rw-r--r--   1 root   root   30978050 Dec  5 09:45  
kernel-source-2.4.27.tar.bz2

drwxr-xr-x   2 jarekj jarekj 4096 Dec 22 23:35 libpri-1.2.4
-rw-r--r--   1 root   src   76663 Oct 18 23:25 libpri-1.2.4.tar.gz
lrwxrwxrwx   1 root   src  20 Dec 31 10:23 linux -  
kernel-source-2.4.27

drwxr-xr-x  17 root   root   4096 Dec 31 17:07 wanpipe
-rw-r--r--   1 root   src10144210 Dec 22 23:57 wanpipe-2.3.4-3.tgz
lrwxrwxrwx   1 root   src  13 Dec 22 23:58 zaptel - zaptel-1.2.12
drwxr-xr-x   7 jarekj jarekj 4096 Dec 31 09:48 zaptel-1.2.12
-rw-r--r--   1 root   src 1487021 Dec 15 21:55 zaptel-1.2.12.tar.gz

sip:/usr/src/wanpipe# ll /lib/modules/2.4.27-3-686-smp/
total 436
lrwxrwxrwx  1 root root 40 Dec 22 23:34 build -  
/usr/src/kernel-headers-2.4.27-3-686-smp

drwxr-xr-x  2 root root   4096 Dec 22 23:26 initrd
drwxr-xr-x  8 root root   4096 Dec 22 23:26 kernel
drwxr-xr-x  3 root root   4096 Dec 31 09:45 misc
-rw-r--r--  1 root root 138039 Dec 31 12:11 modules.dep
-rw-r--r--  1 root root 31 Dec 31 12:11 modules.generic_string
-rw-r--r--  1 root root443 Dec 31 12:11 modules.ieee1394map
-rw-r--r--  1 root root   8038 Dec 31 12:11 modules.isapnpmap
-rw-r--r--  1 root root 29 Dec 31 12:11 modules.parportmap
-rw-r--r--  1 root root  84967 Dec 31 12:11 modules.pcimap
-rw-r--r--  1 root root 24 Dec 31 12:11 modules.pnpbiosmap
-rw-r--r--  1 root root 169765 Dec 31 12:11 modules.usbmap

Regards,
Jarek
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Sangoma A102d and Asterisk on Debian 3.1.

2006-12-31 Thread Tzafrir Cohen
On Sun, Dec 31, 2006 at 04:19:35PM +, Thomas Kenyon wrote:
 Jarek Jarzebowski wrote:
 Dnia 31-12-2006 o 16:17:19 Tzafrir Cohen [EMAIL PROTECTED] 
 napisał(a):
 
 On Sun, Dec 31, 2006 at 03:59:14PM +0100, Jarek Jarzebowski wrote:
 
 Hi All,
 
 is anybody using Sangoma A102d card with Asterisk on Debian 3.1?
 I configure and install Sangoma wanpipe step by step based on Sangoma 
 Wiki
 and manuals but can not get success results. I suppose that it may be 
 some
 Debian specific case.
 
 AFAIK, that procedure has been tested on Debian Sarge before.
 
 What specific problems you have?
 
 
 I use wanpipe-2.3.4-3. I run ./Setup install. After standard 2 frist 
 question (answer 'y') I got:
 
 Please specify absolute path name of your linux directory
 
 (Press Enter for Default: /lib/modules/2.4.27-3-686-smp/build)
 
 I press Enter. And got:
 
 It looks like it is looking for the kernel source, have you installed 
 the relevant packages?
 
 IIRC, sarge puts them in /usr/src/kernel-source-x.x.xx-x   (replace X's 
 with kernel version) if you have the source .debs installed.

Not good enough. You need a configured kernel source. This mean copying
the relevan .config file into it, run 'make oldconfig' and probably even
a bit more. Generally it is preffered to use the
kernel-headers/linux-headers packages for building modules.


Does it actually need the full kernel source? Isn't
kernel-headers-`uname -r` (linux-headers-... on versions later than
Sarge) good enough? Do you have that one installed?

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Sangoma A102d and Asterisk on Debian 3.1.

2006-12-31 Thread Jarek Jarzebowski
Dnia 31-12-2006 o 17:31:18 Tzafrir Cohen [EMAIL PROTECTED]  
napisał(a):



On Sun, Dec 31, 2006 at 04:19:35PM +, Thomas Kenyon wrote:

Jarek Jarzebowski wrote:
Dnia 31-12-2006 o 16:17:19 Tzafrir Cohen [EMAIL PROTECTED]
napisał(a):

On Sun, Dec 31, 2006 at 03:59:14PM +0100, Jarek Jarzebowski wrote:

Hi All,

is anybody using Sangoma A102d card with Asterisk on Debian 3.1?
I configure and install Sangoma wanpipe step by step based on Sangoma
Wiki
and manuals but can not get success results. I suppose that it may be
some
Debian specific case.

AFAIK, that procedure has been tested on Debian Sarge before.

What specific problems you have?


I use wanpipe-2.3.4-3. I run ./Setup install. After standard 2 frist
question (answer 'y') I got:

Please specify absolute path name of your linux directory

(Press Enter for Default: /lib/modules/2.4.27-3-686-smp/build)

I press Enter. And got:

It looks like it is looking for the kernel source, have you installed
the relevant packages?

IIRC, sarge puts them in /usr/src/kernel-source-x.x.xx-x   (replace X's
with kernel version) if you have the source .debs installed.


Not good enough. You need a configured kernel source. This mean copying
the relevan .config file into it, run 'make oldconfig' and probably even
a bit more. Generally it is preffered to use the
kernel-headers/linux-headers packages for building modules.


Does it actually need the full kernel source? Isn't
kernel-headers-`uname -r` (linux-headers-... on versions later than
Sarge) good enough? Do you have that one installed?



You mean that /usr/src/linux should point to /usr/src/linux-headers-`uname  
-r` ?


Jarek

___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Sangoma A102d and Asterisk on Debian 3.1.

2006-12-31 Thread Tzafrir Cohen
On Sun, Dec 31, 2006 at 05:08:26PM +0100, Jarek Jarzebowski wrote:
 Dnia 31-12-2006 o 16:17:19 Tzafrir Cohen [EMAIL PROTECTED]  
 napisał(a):
 
 On Sun, Dec 31, 2006 at 03:59:14PM +0100, Jarek Jarzebowski wrote:
 
 Hi All,
 
 is anybody using Sangoma A102d card with Asterisk on Debian 3.1?
 I configure and install Sangoma wanpipe step by step based on Sangoma  
 Wiki
 and manuals but can not get success results. I suppose that it may be  
 some
 Debian specific case.
 
 AFAIK, that procedure has been tested on Debian Sarge before.
 
 What specific problems you have?
 
 
 I use wanpipe-2.3.4-3. I run ./Setup install. After standard 2 frist  
 question (answer 'y') I got:
 
 Please specify absolute path name of your linux directory
 
 (Press Enter for Default: /lib/modules/2.4.27-3-686-smp/build)
 
 I press Enter. And got:
 
 Upgrading WANPIPE kernel documentation ...Done.
 
 
 Upgrading WANPIPE kernel headers ...Done.
 
 Upgrading WANPIPE kernel drivers ...Done.
 
 cp: cannot stat `drivers/net/wan/Makefile': No such file or directory
 grep: drivers/net/wan/Makefile: No such file or directory
 Updating T1/E1 in  
 /lib/modules/2.4.27-3-686-smp/build/drivers/net/wan/Makefile
 ./Setup: line 895: drivers/net/wan/Makefile.nex: No such file or directory
 cat: drivers/net/wan/Makefile: No such file or directory

drivers/net/wan/Makefile does not exist in the kernel-headers package of
2.4 (e.g: your 2.4.27-3-686-smp) . It does seem to exist in the
kernel-headers packagers of 2.6 .

So one thing to try: use kernel 2.6:

  apt-get install kernel-image-2.6-686-smp kernel-headers-2.6-686-smp

and reboot to that kernel.

Note, however that this is just one educated guess of me.

-- 
   Tzafrir Cohen   
icq#16849755jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Happy 2007!!!

2006-12-31 Thread Dovid B
Its the new year. Cant we all be semi nice for atleast a lil bit ?
  - Original Message - 
  From: Jason Parker 
  To: Asterisk Users Mailing List - Non-Commercial Discussion 
  Sent: Sunday, December 31, 2006 10:48 AM
  Subject: Re: [asterisk-users] Happy 2007!!!


  I haven't quite figured out what he's selling though..

  - Original Message -
  From: Tom Lynn [EMAIL PROTECTED]
  To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
  Sent: Saturday, December 30, 2006 7:59:12 PM GMT-0600 US/Central
  Subject: Re: [asterisk-users] Happy 2007!!!

  Sounds like an EBay ad...


  On 12/30/06, Josué Conti [EMAIL PROTECTED] wrote:
Always... 
Desire that in the New Year that if you really initiate...
It hears the words that always it desired to hear. It pronounces the 
phrases that one day it desired to repeat.
It feels the emotion that always waited to feel.
It walks for the tracks that one day it desired to follow.
It divides the affection with who always desired to distribute. It hugs all 
the friends whom always it desired to congregate, and alive the life that 
always dreamed to exist...

Happy 2007

Best Regards

Josué

___
--Bandwidth and Colocation provided by Easynews.com -- 

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






  -- 
  Jason Parker
  Digium



--


  ___
  --Bandwidth and Colocation provided by Easynews.com --

  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Sangoma A102d and Asterisk on Debian 3.1.

2006-12-31 Thread Jarek Jarzebowski
Dnia 31-12-2006 o 17:39:10 Tzafrir Cohen [EMAIL PROTECTED]  
napisał(a):



On Sun, Dec 31, 2006 at 05:08:26PM +0100, Jarek Jarzebowski wrote:

Dnia 31-12-2006 o 16:17:19 Tzafrir Cohen [EMAIL PROTECTED]
napisał(a):

On Sun, Dec 31, 2006 at 03:59:14PM +0100, Jarek Jarzebowski wrote:

Hi All,

is anybody using Sangoma A102d card with Asterisk on Debian 3.1?
I configure and install Sangoma wanpipe step by step based on Sangoma
Wiki
and manuals but can not get success results. I suppose that it may be
some
Debian specific case.

AFAIK, that procedure has been tested on Debian Sarge before.

What specific problems you have?


I use wanpipe-2.3.4-3. I run ./Setup install. After standard 2 frist
question (answer 'y') I got:

Please specify absolute path name of your linux directory

(Press Enter for Default: /lib/modules/2.4.27-3-686-smp/build)

I press Enter. And got:

Upgrading WANPIPE kernel documentation ...Done.


Upgrading WANPIPE kernel headers ...Done.

Upgrading WANPIPE kernel drivers ...Done.

cp: cannot stat `drivers/net/wan/Makefile': No such file or directory
grep: drivers/net/wan/Makefile: No such file or directory
Updating T1/E1 in
/lib/modules/2.4.27-3-686-smp/build/drivers/net/wan/Makefile
./Setup: line 895: drivers/net/wan/Makefile.nex: No such file or  
directory

cat: drivers/net/wan/Makefile: No such file or directory


drivers/net/wan/Makefile does not exist in the kernel-headers package of
2.4 (e.g: your 2.4.27-3-686-smp) . It does seem to exist in the
kernel-headers packagers of 2.6 .

So one thing to try: use kernel 2.6:

  apt-get install kernel-image-2.6-686-smp kernel-headers-2.6-686-smp

and reboot to that kernel.

Note, however that this is just one educated guess of me.



OK. I will try that and give an answer.

Regards,
Jarek
___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] (OT) Where to post free source for AGI?

2006-12-31 Thread Lee Jenkins


Hey all,

After figuring out a problem with AGI and freepascal, I have finished 
writing a small Cepstral (http://www.cepstral.com) AGI app.  I wrote a 
small readme for it at http://www.datatrakpos.com/misc/dial/readme.txt.


I'd like to give it to the community (source/binary) and was wondering 
where to post it?


The wiki?

Also, anyone have suggestion on licensing?  LGPL?  FreeBSD?

Thanks

--

Warm Regards,

Lee

___
--Bandwidth and Colocation provided by Easynews.com --

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


RE: [asterisk-users] Happy 2007!!!

2006-12-31 Thread Sam Tam
Happy New Year …..

 

Sam 

 

  _  

From: Dovid B [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 01, 2007 12:58 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Happy 2007!!!

 

Its the new year. Cant we all be semi nice for atleast a lil bit ?

- Original Message - 

From: Jason Parker mailto:[EMAIL PROTECTED]  

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

Sent: Sunday, December 31, 2006 10:48 AM

Subject: Re: [asterisk-users] Happy 2007!!!

 

I haven't quite figured out what he's selling though..

- Original Message -
From: Tom Lynn [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Sent: Saturday, December 30, 2006 7:59:12 PM GMT-0600 US/Central
Subject: Re: [asterisk-users] Happy 2007!!!

Sounds like an EBay ad...

On 12/30/06, Josué Conti [EMAIL PROTECTED] wrote: 

Always... 

Desire that in the New Year that if you really initiate...

It hears the words that always it desired to hear. It pronounces the phrases
that one day it desired to repeat.

It feels the emotion that always waited to feel.

It walks for the tracks that one day it desired to follow.

It divides the affection with who always desired to distribute. It hugs all
the friends whom always it desired to congregate, and alive the life that
always dreamed to exist...

 

Happy 2007

 

Best Regards

 

Josué


___
--Bandwidth and Colocation provided by Easynews.com -- 

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






-- 
Jason Parker
Digium


  _  


___
--Bandwidth and Colocation provided by Easynews.com --

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

___
--Bandwidth and Colocation provided by Easynews.com --

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


RE : [asterisk-users] Happy 2007!!!

2006-12-31 Thread f6hqz-m
I wish many stars in your blue sky for this new year  :-)

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de Sam Tam
Envoyé : dimanche 31 décembre 2006 19:19
À : 'Asterisk Users Mailing List - Non-Commercial Discussion'
Objet : RE: [asterisk-users] Happy 2007!!!



Happy New Year …..

 

Sam 

 


  _  


From: Dovid B [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 01, 2007 12:58 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Happy 2007!!!

 

Its the new year. Cant we all be semi nice for atleast a lil bit ?

- Original Message - 

From: Jason Parker mailto:[EMAIL PROTECTED]  

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

Sent: Sunday, December 31, 2006 10:48 AM

Subject: Re: [asterisk-users] Happy 2007!!!

 

I haven't quite figured out what he's selling though..

- Original Message -
From: Tom Lynn [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Sent: Saturday, December 30, 2006 7:59:12 PM GMT-0600 US/Central
Subject: Re: [asterisk-users] Happy 2007!!!

Sounds like an EBay ad...

On 12/30/06, Josué Conti [EMAIL PROTECTED] wrote: 

Always... 

Desire that in the New Year that if you really initiate...

It hears the words that always it desired to hear. It pronounces the phrases
that one day it desired to repeat.

It feels the emotion that always waited to feel.

It walks for the tracks that one day it desired to follow.

It divides the affection with who always desired to distribute. It hugs all
the friends whom always it desired to congregate, and alive the life that
always dreamed to exist...

 

Happy 2007

 

Best Regards

 

Josué


___
--Bandwidth and Colocation provided by Easynews.com -- 

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






-- 
Jason Parker
Digium


  _  


___
--Bandwidth and Colocation provided by Easynews.com --

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

___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] IAX timeout if no ringing

2006-12-31 Thread Trevor Peirce

Hello,

Is it possible to set up a timeout for IAX when something like the
following happens?

-- Executing Dial(SIP/someone,IAX2/somewhere|45) in new stack
-- Called somewhere
-- Call accepted by 1.2.3.4 (format ulaw)
-- Format for call is ulaw

nothing happens here for 15 - 30 seconds - caller gets tired of 
listening to silence and hangs up


-- Hungup 'IAX2/somewhere-2'


While the call was accepted, I'd really like a way to give up if there
is no ringing, progress, etc. after 10 seconds or so while allowing the
called party to actually ring for up to 45 seconds IF it does ring.

Any ideas?

Thanks,
Trevor

___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: RE : [asterisk-users] Happy 2007!!!

2006-12-31 Thread Time Bandit

I wish you all a Happy 2007 filled with an almost-bug-free,
full-of-nice-features Asterisk 1.4 :c)
___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] Digest of lists on forum asterisk.voicemeup.com

2006-12-31 Thread Mike Lynchfield

Just to let you know all we consolidated all posts on
Asterisk/openpbx/freeswitch into 1 forum for ease of viewing.. threaded of
course..

http://asterisk.voicemeup.com


--
Mike
Sales
http://www.voicemeup.com
Making it happen
1.877.807.VOIP (8647)
___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] PHP C Extension to connect to manager interface

2006-12-31 Thread Moises Silva

Hi, I have written a small PHP extension to connect to the manager
interface. Im not sure about the advantages of using my extension
instead of creating a PHP script that opens the TCP connection itself,
but I think it can be usefull.

The code can be found at svn://moy.ivsol.net/php-ami/trunk

In the source tree you can found a example PHP script and
documentation about the supported functions.

Im requesting for comments, and hopefully someone have the time to test it.

I just sent the extension to the pecl-dev mailing list also requesting
for comments and improvements. Hopefully will be accepted as part of
the PECL extensions and PHP will have now native support to connect
into Asterisk.

Kind Regards.

--
Su nombre es GNU/Linux, no solamente Linux, mas info en http://www.gnu.org;
___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] PRI ANI/CallerID

2006-12-31 Thread David Sampson
For some reason something that seems like it should be simple is leaving me a 
bit perplexed.  I am receiving incoming CallerID ANI on my PRI, but on my VoIP 
phones the display just shows asterisk when calls come in.  I am receiving 
the calls with DNIS and have the DNIS digits setup as extensions.  Do I need to 
add something to force relay the received caller ID to the phone?
 
Any help is appreciated...
 
Thanks,

Dave
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: RE : [asterisk-users] Happy 2007!!!

2006-12-31 Thread Adam Jacob Muller

It's still 2006 here

-Adam


On Dec 31, 2006, at 3:29 PM, Time Bandit wrote:


I wish you all a Happy 2007 filled with an almost-bug-free,
full-of-nice-features Asterisk 1.4 :c)
___
--Bandwidth and Colocation provided by Easynews.com --

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


___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] How to connect two asterisk server

2006-12-31 Thread ram

On 12/31/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


Hi Carlos,

Im interested in knowing how we can connect 2 server using SIP. Well for
me both are not asterisk servers, 1 is asterisk and 2nd is an SIP based
Server. i need to take multiple calls from the SIP based server and
terminate it using my asterisk peers based on my dialplan. I can use SIP
only as my other server doesnot support IAX2.

How can i get that. Please let me know





Hi
what does it mean, sip based server ?
please do mention what is that  server, most of the servers are SIP based
only.


ram
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Disconnect supervision in India?

2006-12-31 Thread ram

On 12/30/06, Rajkumar S [EMAIL PROTECTED] wrote:


On 12/29/06, Chris Earle [EMAIL PROTECTED] wrote:
 anyone know the status of disconnect supervision on POTS lines in India?
 Set up an asterisk box, TDM cards, in Mumbai, and doesn't seem to have
 disconnect supervision..

It does not work afaik, you may not get caller id also. I tested upto
1.4b3 and no luck.

raj




its all depends on the provider where you take from.

ram
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Odd hangup problem TDM400P

2006-12-31 Thread Matt Riddell (NZ)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

joe a. wrote:
 On an Asterisk 1.2.12.1 system using a TDM400P with two FXO and two FXS 
 modules, servicing two POTS lines:
 
 When dialing a number, such as a bank, or pharmacy, where it is required to 
 enter a long series of numbers via the phone's keypad, an unexpected hangup 
 occurs.  

Do you have something defined to disconnect the call in features.conf maybe?

- --
Cheers,

Matt Riddell
___

http://www.sineapps.com/news.php (Daily Asterisk News - html)
http://wap.sineapps.com (Daily Asterisk News for your cellphone)
http://feeds.feedburner.com/AsteriskNews (Daily Asterisk News - rss)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFl3CuS6d5vy0jeVcRAlgUAJ0TPhZgdRcTH1fDM75HhaICp/ixlgCbB7sC
i9/45QmHBlYpCwgha7/NlOU=
=DBZ6
-END PGP SIGNATURE-

___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] Re: WIFI SIP- The Best phone

2006-12-31 Thread Martin Joseph

On 2006-12-31 00:52:27 -0800, mitcheloc [EMAIL PROTECTED] said:


Those wifi phones are neat but I'd rather not carry around two
devices, does anyone know of any good dual-mode GSM/SIP phones?

I'm using a T-Mobile MDA right now and it is way too slow.

Apparently the Nokia e61 has a built in SIP client, but there might be
a new model around the corner (worth the wait?)


Yes, wait.  I have the E60,which is nice,  but the SIP function is not 
ready for primetime.



Marty


___
--Bandwidth and Colocation provided by Easynews.com --

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


[asterisk-users] Dual Ringing Tones

2006-12-31 Thread Troy - Purple Oranges

Hi all and Happy New Year.

I have a couple of interconnected asterisk boxes connected to several
providers.  With one provider in particular (ATP in Australia) there
are two ringing tones heard on outbound calls.  It is not the end of
the earth - I am not reselling our services yet - but it is strange
being that none of the other providers we are connected to exhibit
that behavior.

It does it with all the devices we are using (admittedly they are all
from the same company - sipura  erm Linksys)

If anybody has any ideas?

Cheers, Troy
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [asterisk-users] Dual Ringing Tones

2006-12-31 Thread Leo Ann Boon

Troy - Purple Oranges wrote:

Hi all and Happy New Year.

I have a couple of interconnected asterisk boxes connected to several
providers.  With one provider in particular (ATP in Australia) there
are two ringing tones heard on outbound calls.  It is not the end of
the earth - I am not reselling our services yet - but it is strange
being that none of the other providers we are connected to exhibit
that behavior.
I think your provider is providing early media. Check your sip messages, 
look for 183 with SDP in the response from the provider.


Leo
___
--Bandwidth and Colocation provided by Easynews.com --

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