Re: [Asterisk-Users] Can Asterisk act like a normal sip phone?

2004-01-30 Thread Kannaiyan Natesan
You can use,

;sip.conf

register = username:[EMAIL PROTECTED]/extension

to make asterisk as a SIP client.

to forward calls to another client use  canreinvite=yes, (if the client
supports reinvite)

and in the extensions.conf

exten = s,1,Dial(SIP/username:[EMAIL PROTECTED])

Kannaiyan


- Original Message -
From: Birk Bremer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, January 30, 2004 7:58 AM
Subject: [Asterisk-Users] Can Asterisk act like a normal sip phone?


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hello everyone,

 I'm relatively new to the subject - so pleace don't punish me for
 idiotic questions. ;-)

 Can Asterisk act like a normal Sip phone and e.g. connect to another
 sip-gateway?  Background: There is a new german company at:
 http://www.sipgate.de  (sorry German only page)
 They offer a a gateway between a real telephone number and their sip
 server. (at the moment for free) If you had the possibility to connect
 asterisk as a phone to this server it would be an easy (and cheap!) way
 to realise a gateway to old-style-phoneline.


 Waiting for reply,

 Birk Bremer



 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.3 (GNU/Linux)
 Comment: Using GnuPG with Debian - http://enigmail.mozdev.org

 iD8DBQFAGg6+7QhrwFQeHVsRAo+1AJ9+gk79nIxbxt6rPPpHIBw2MZibBQCdEcJN
 wWawRjIjmpUs9orqrmEEcNI=
 =EGhT
 -END PGP SIGNATURE-

 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 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
[EMAIL PROTECTED]
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] Can Asterisk act like a normal sip phone?

2004-01-30 Thread Walter Doerr
On Fri, Jan 30, 2004 at 08:20:48AM -, Kannaiyan Natesan wrote:
 You can use,
 
 ;sip.conf
 
 register = username:[EMAIL PROTECTED]/extension
 
 to make asterisk as a SIP client.
 
[...]
 
  Can Asterisk act like a normal Sip phone and e.g. connect to another
  sip-gateway?  Background: There is a new german company at:
  http://www.sipgate.de  (sorry German only page)

I set up an account with sipgate yesterday evening and tried to use the above mentioned
register in sip.conf * to login to sipgate.
No luck so far.

They use SER and I get 483 too many hops replies back from them.

Any help is greatly appreciated.

-Walter



-- 
  Walter Doerr   =*=   [EMAIL PROTECTED]   =*=   FAX: +49 2421 962001
  The poor folks who only have 100MBytes of RAM five years
from now may not be able to buffer a 16MB packet, but that's their
tough luck.  (John Gilmore on Mon, 10 Oct 88 18:10:21 PDT)
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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] Can Asterisk act like a normal sip phone?

2004-01-30 Thread Kannaiyan Natesan
I think there is a loopback.
Did you debug that with sip debug in console and look at SIP Messages what
is doing ?

Kannaiyan


- Original Message -
From: Walter Doerr [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, January 30, 2004 9:42 AM
Subject: Re: [Asterisk-Users] Can Asterisk act like a normal sip phone?


 On Fri, Jan 30, 2004 at 08:20:48AM -, Kannaiyan Natesan wrote:
  You can use,
 
  ;sip.conf
 
  register = username:[EMAIL PROTECTED]/extension
 
  to make asterisk as a SIP client.
 
 [...]
  
   Can Asterisk act like a normal Sip phone and e.g. connect to another
   sip-gateway?  Background: There is a new german company at:
   http://www.sipgate.de  (sorry German only page)

 I set up an account with sipgate yesterday evening and tried to use the
above mentioned
 register in sip.conf * to login to sipgate.
 No luck so far.

 They use SER and I get 483 too many hops replies back from them.

 Any help is greatly appreciated.

 -Walter



 --
   Walter Doerr   =*=   [EMAIL PROTECTED]   =*=   FAX: +49 2421 962001
   The poor folks who only have 100MBytes of RAM five years
 from now may not be able to buffer a 16MB packet, but that's their
 tough luck.  (John Gilmore on Mon, 10 Oct 88 18:10:21 PDT)
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 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
[EMAIL PROTECTED]
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] Can Asterisk act like a normal sip phone?

2004-01-30 Thread Walter Doerr
On Fri, Jan 30, 2004 at 09:51:44AM -, Kannaiyan Natesan wrote:
 I think there is a loopback.

Or, their SER forwards packets to itself. Hard to tell without knowing
their config.

 Did you debug that with sip debug in console and look at SIP Messages what
 is doing ?

Yes.


-Walter



-- 
  Walter Doerr   =*=   [EMAIL PROTECTED]   =*=   FAX: +49 2421 962001
  The poor folks who only have 100MBytes of RAM five years
from now may not be able to buffer a 16MB packet, but that's their
tough luck.  (John Gilmore on Mon, 10 Oct 88 18:10:21 PDT)
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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] Can Asterisk act like a normal sip phone?

2004-01-30 Thread Klaus-Peter Junghanns
hi,

just signed up and it works like a charm. :-)
They even support g711 :) and multiple channels :)

make sure you have in sip.conf:

register = :[EMAIL PROTECTED]/extension in your context

you will get the too many hops if you try to register
with their proxy (proxy.de.sipgate.net).


best regards

kapejod
--
Klaus-Peter Junghanns

CEO, CTO
Junghanns.NET GmbH
Breite Straße 13 - 12167 Berlin - Germany
fon: (de) +49 30 79705390
fon: (uk) +44 870 1244692
fax: (de) +49 30 79705391
iaxtel: 1-700-157-8753
http://www.Junghanns.NET/asterisk/



 I set up an account with sipgate yesterday evening and tried to use the
 above mentioned register in sip.conf * to login to sipgate.
 No luck so far.

 They use SER and I get 483 too many hops replies back from them.

 Any help is greatly appreciated.

 -Walter



 --
   Walter Doerr   =*=   [EMAIL PROTECTED]   =*=   FAX: +49 2421 962001
   The poor folks who only have 100MBytes of RAM five years
 from now may not be able to buffer a 16MB packet, but that's their tough
 luck.  (John Gilmore on Mon, 10 Oct 88 18:10:21 PDT)
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 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
[EMAIL PROTECTED]
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] Can Asterisk act like a normal sip phone?

2004-01-30 Thread Walter Doerr
On Fri, Jan 30, 2004 at 12:06:47PM +0100, Klaus-Peter Junghanns wrote:
 hi,
 
 just signed up and it works like a charm. :-)
 They even support g711 :) and multiple channels :)
 
 make sure you have in sip.conf:
 
 register = :[EMAIL PROTECTED]/extension in your context
 

I believe that I have that entry in sip.conf. Maybe not the extension.
Still no luck.


 you will get the too many hops if you try to register
 with their proxy (proxy.de.sipgate.net).

I tried both. Besides, both names resolve to the same IP.


Here is what I just received:

Sip read: 
SIP/2.0 483 Too Many Hops
Via: SIP/2.0/UDP 212.102.234.130:5060;branch=z9hG4bK7ba3fc35
From: asterisk sip:[EMAIL PROTECTED];tag=as2f4213d0
To: sip:217.10.79.9;tag=b11cb9bb270104b49a99a995b8c68544.566f
Call-ID: [EMAIL PROTECTED]
CSeq: 102 OPTIONS
Server: Sip EXpress router (0.8.12 (i386/linux))
Content-Length: 0
Warning: 392 217.10.79.9:5060 Noisy feedback tells:  pid=30305
req_src_ip=217.10.79.9 req_src_port=5060 in_uri=sip:217.10.79.9
out_uri=sip:217.10.79.9 via_cnt==22


-Walter



-- 
  Walter Doerr   =*=   [EMAIL PROTECTED]   =*=   FAX: +49 2421 962001
  The poor folks who only have 100MBytes of RAM five years
from now may not be able to buffer a 16MB packet, but that's their
tough luck.  (John Gilmore on Mon, 10 Oct 88 18:10:21 PDT)
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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] Can Asterisk act like a normal sip phone?

2004-01-30 Thread Walter Doerr
On Fri, Jan 30, 2004 at 12:22:18PM +0100, Walter Doerr wrote:
 On Fri, Jan 30, 2004 at 12:06:47PM +0100, Klaus-Peter Junghanns wrote:
  hi,
  
  just signed up and it works like a charm. :-)
  They even support g711 :) and multiple channels :)
  
  make sure you have in sip.conf:
  
  register = :[EMAIL PROTECTED]/extension in your context
  
 
 I believe that I have that entry in sip.conf. Maybe not the extension.
 Still no luck.
 

Following up to my own message:

* is working with sipgate now (should be no surprise as they are using
* too).

Apparently I have no idea how to setup a sip.conf file.

I have the above mentioned register command and in addition a
[sipgate] section in sip.conf.
After removing the [sipgate] section everything works fine.


-Walter



-- 
  Walter Doerr   =*=   [EMAIL PROTECTED]   =*=   FAX: +49 2421 962001
  The poor folks who only have 100MBytes of RAM five years
from now may not be able to buffer a 16MB packet, but that's their
tough luck.  (John Gilmore on Mon, 10 Oct 88 18:10:21 PDT)
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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] Can Asterisk act like a normal sip phone?

2004-01-30 Thread Philipp von Klitzing
Hi!

 just signed up and it works like a charm. :-)
 They even support g711 :) and multiple channels :)

 make sure you have in sip.conf:
 register = :[EMAIL PROTECTED]/extension in your context

Their tech support just told me that it takes a while until a registered
user becomes available to the signaling server. I tried yesterday, SIP
registration worked fine, but dialing failed with 404 (not found) or 484
(address incomplete).

Anyway, the nice thing is that you can use ENUM to call sipgate users.
And they have a freely accessible FWD and IAXtel gateway as well in D
(Düsseldorf) and UK.

Cheers, Philipp


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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] Can Asterisk act like a normal sip phone?

2004-01-30 Thread John Todd
[This starts to look very off-topic for the -users list, which is why
I've proposed on several occasions a -biz list, but since there is no
-biz list, I'll continue this thread here.]
I currently do not have German as a language at my command, and there
are no English translations on the sipgate pages.  I am wondering if
one of the more bi-lingual members of the list here could translate
the product offerings for me.  I am looking for a phone number in .de
that will map by ENUM (and of course, by PSTN-to-SIP) to one of my *
servers.
I have family who communicate regularly with people in .de and other
nations in Western Europe, and I'd like to give them the people in
Europe who are not Internet-savvy a way to reach us without overseas
toll charges.  At the same time, I'd also like to have an EU
presence for my own reasons.
If someone could provide the quick summary and costs for such a
service from sipgate, that would be great.
JT


hi,

just signed up and it works like a charm. :-)
They even support g711 :) and multiple channels :)
make sure you have in sip.conf:

register = :[EMAIL PROTECTED]/extension in your context

you will get the too many hops if you try to register
with their proxy (proxy.de.sipgate.net).
best regards

kapejod
--
Klaus-Peter Junghanns
CEO, CTO
Junghanns.NET GmbH
Breite Straße 13 - 12167 Berlin - Germany
fon: (de) +49 30 79705390
fon: (uk) +44 870 1244692
fax: (de) +49 30 79705391
iaxtel: 1-700-157-8753
http://www.Junghanns.NET/asterisk/


 I set up an account with sipgate yesterday evening and tried to use the
 above mentioned register in sip.conf * to login to sipgate.
 No luck so far.
 They use SER and I get 483 too many hops replies back from them.

 Any help is greatly appreciated.

 -Walter



 --
   Walter Doerr   =*=   [EMAIL PROTECTED]   =*=   FAX: +49 2421 962001
   The poor folks who only have 100MBytes of RAM five years
 from now may not be able to buffer a 16MB packet, but that's their tough
 luck.  (John Gilmore on Mon, 10 Oct 88 18:10:21 PDT)
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 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
[EMAIL PROTECTED]
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
[EMAIL PROTECTED]
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] Can Asterisk act like a normal sip phone?

2004-01-30 Thread Philipp von Klitzing
Hi!

 the product offerings for me.  I am looking for a phone number in .de
 that will map by ENUM (and of course, by PSTN-to-SIP) to one of my *
 servers.

Both nikotel.de and sipgate.de offer such a number. With Nikotel you'll
need to spend at least 7 € per month for such a number (which is a very
good deal). I don't think they run ENUM.

With sipgate.de this in-dialing number is for free - currently you can
have a number in Düsseldorf (D), capital of the state Nordrhein-
Westfalen aka the biggest state in the union, 0211 area code, or London
(UK) or Reading (UK), more German cities will follow soon. They reserve
the right to cut the free services at any time or start charging for them
- who wouldn't have guessed that; they remain owner of the in-dialing
phone number. Their FAQ says they are planning on IAX support in the near
future. IP-2-phone tariffs will follow in February. They are running SER.

  search = enum1.sipgate.net
  search = enum2.sipgate.net

If you check the persons in charge you'll find that this company is
closely linked with www.netzquadrat.de.

 I have family who communicate regularly with people in .de and other
 nations in Western Europe, and I'd like to give them the people in
 Europe who are not Internet-savvy a way to reach us without overseas
 toll charges.

You could also use their FWD or IAXtel gateway:

enter at +49 211 58000 100
or at +44 20 7127 6200

and then dial

   IAXTel (000700)
   Freeworlddialup (000393)
   iptel (000477)
   Sipphone (000747)

  At the same time, I'd also like to have an EU presence for my own
 reasons.

Hehe - for the .eu domain you'll have to wait until October or so. But I
guess that's not what you meant. ;-

Cheers, Philipp


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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] Can Asterisk act like a normal sip phone?

2004-01-30 Thread Thilo Salmon
John,

at the moment  German and UK geographic numbers are available free of
charge with unlimited inbound traffic through SIP. ENUM mappings are
static in the way that enum zones cannot be configured by a user, but
point to a SIP UAS at which you can register an * box. Let me know, if
you want me to sign up. 

How is freenum.org taking on?

Thilo

On Fri, 2004-01-30 at 15:21, John Todd wrote:
 [This starts to look very off-topic for the -users list, which is why 
 I've proposed on several occasions a -biz list, but since there is no 
 -biz list, I'll continue this thread here.]
 
 I currently do not have German as a language at my command, and there 
 are no English translations on the sipgate pages.  I am wondering if 
 one of the more bi-lingual members of the list here could translate 
 the product offerings for me.  I am looking for a phone number in .de 
 that will map by ENUM (and of course, by PSTN-to-SIP) to one of my * 
 servers.
 
 I have family who communicate regularly with people in .de and other 
 nations in Western Europe, and I'd like to give them the people in 
 Europe who are not Internet-savvy a way to reach us without overseas 
 toll charges.  At the same time, I'd also like to have an EU 
 presence for my own reasons.
 
 If someone could provide the quick summary and costs for such a 
 service from sipgate, that would be great.
 
 JT
 
 
 hi,
 
 just signed up and it works like a charm. :-)
 They even support g711 :) and multiple channels :)
 
 make sure you have in sip.conf:
 
 register = :[EMAIL PROTECTED]/extension in your context
 
 you will get the too many hops if you try to register
 with their proxy (proxy.de.sipgate.net).
 
 
 best regards
 
 kapejod
 --
 Klaus-Peter Junghanns
 
 CEO, CTO
 Junghanns.NET GmbH
 Breite Straße 13 - 12167 Berlin - Germany
 fon: (de) +49 30 79705390
 fon: (uk) +44 870 1244692
 fax: (de) +49 30 79705391
 iaxtel: 1-700-157-8753
 http://www.Junghanns.NET/asterisk/
 
 
 
   I set up an account with sipgate yesterday evening and tried to use the
   above mentioned register in sip.conf * to login to sipgate.
   No luck so far.
 
   They use SER and I get 483 too many hops replies back from them.
 
   Any help is greatly appreciated.
 
   -Walter
 
 
 
   --
 Walter Doerr   =*=   [EMAIL PROTECTED]   =*=   FAX: +49 2421 962001
 The poor folks who only have 100MBytes of RAM five years
   from now may not be able to buffer a 16MB packet, but that's their tough
   luck.  (John Gilmore on Mon, 10 Oct 88 18:10:21 PDT)
   ___
   Asterisk-Users mailing list
   [EMAIL PROTECTED]
   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
 [EMAIL PROTECTED]
 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
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
[netzquadrat] GmbH   |  Thilo Salmon
Ronsdorfer Str. 74   |  Fon: +49 211 302033 12
40233 Duesseldorf|  Fax: +49 211 302033 22


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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] Can Asterisk act like a normal sip phone?

2004-01-30 Thread Thilo Salmon
Oops, wrong email, please ignore.

Thanks,

Thilo

On Fri, 2004-01-30 at 17:16, Thilo Salmon wrote:
 John,
 
 at the moment  German and UK geographic numbers are available free of
 charge with unlimited inbound traffic through SIP. ENUM mappings are
 static in the way that enum zones cannot be configured by a user, but
 point to a SIP UAS at which you can register an * box. Let me know, if
 you want me to sign up. 
 
 How is freenum.org taking on?
 
 Thilo
 
 On Fri, 2004-01-30 at 15:21, John Todd wrote:
  [This starts to look very off-topic for the -users list, which is why 
  I've proposed on several occasions a -biz list, but since there is no 
  -biz list, I'll continue this thread here.]
  
  I currently do not have German as a language at my command, and there 
  are no English translations on the sipgate pages.  I am wondering if 
  one of the more bi-lingual members of the list here could translate 
  the product offerings for me.  I am looking for a phone number in .de 
  that will map by ENUM (and of course, by PSTN-to-SIP) to one of my * 
  servers.
  
  I have family who communicate regularly with people in .de and other 
  nations in Western Europe, and I'd like to give them the people in 
  Europe who are not Internet-savvy a way to reach us without overseas 
  toll charges.  At the same time, I'd also like to have an EU 
  presence for my own reasons.
  
  If someone could provide the quick summary and costs for such a 
  service from sipgate, that would be great.
  
  JT
  
  
  hi,
  
  just signed up and it works like a charm. :-)
  They even support g711 :) and multiple channels :)
  
  make sure you have in sip.conf:
  
  register = :[EMAIL PROTECTED]/extension in your context
  
  you will get the too many hops if you try to register
  with their proxy (proxy.de.sipgate.net).
  
  
  best regards
  
  kapejod
  --
  Klaus-Peter Junghanns
  
  CEO, CTO
  Junghanns.NET GmbH
  Breite Straße 13 - 12167 Berlin - Germany
  fon: (de) +49 30 79705390
  fon: (uk) +44 870 1244692
  fax: (de) +49 30 79705391
  iaxtel: 1-700-157-8753
  http://www.Junghanns.NET/asterisk/
  
  
  
I set up an account with sipgate yesterday evening and tried to use the
above mentioned register in sip.conf * to login to sipgate.
No luck so far.
  
They use SER and I get 483 too many hops replies back from them.
  
Any help is greatly appreciated.
  
-Walter
  
  
  
--
  Walter Doerr   =*=   [EMAIL PROTECTED]   =*=   FAX: +49 2421 962001
  The poor folks who only have 100MBytes of RAM five years
from now may not be able to buffer a 16MB packet, but that's their tough
luck.  (John Gilmore on Mon, 10 Oct 88 18:10:21 PDT)
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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
  [EMAIL PROTECTED]
  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
  [EMAIL PROTECTED]
  http://lists.digium.com/mailman/listinfo/asterisk-users
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users
-- 
[netzquadrat] GmbH   |  Thilo Salmon
Ronsdorfer Str. 74   |  Fon: +49 211 302033 12
40233 Duesseldorf|  Fax: +49 211 302033 22


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