Re: [asterisk-users] pick up IAX2 calls

2008-12-02 Thread Bruno Castelo Branco

Hi

I had tried your sugesntion and added in the appropriate context but got 
this error message


Rejected connect attempt from 192.168.254.185, request 
'[EMAIL PROTECTED]' does not exist


any ideia?

thanks

coco wrote:

Hello

I asked the same thing some time ago, but nobody answered.
I founded some workaround.

Use this in your dialplan:
exten = _7.,1,SET(GLOBAL(PICKUPMARK)=${EXTEN:1})
exten = _7.,n,Pickup(${EXTEN:[EMAIL PROTECTED])

This worked for me.

Cosmin



--- On *Thu, 11/27/08, Bruno Castelo Branco 
/[EMAIL PROTECTED]/* wrote:


From: Bruno Castelo Branco [EMAIL PROTECTED]
Subject: Re: [asterisk-users] pick up IAX2 calls
To: Asterisk Users Mailing List - Non-Commercial Discussion
asterisk-users@lists.digium.com
Date: Thursday, November 27, 2008, 4:59 AM

Somebody know some work around for it?
I still trying to find a solution but nothing seems to work

thanks

Eric ManxPower Wieling wrote:

The problem is that IAX2 does not seem to support call pickup.

Bruno Castelo Branco wrote:
  

hi
I'm using only IAX extensions and inserted callgroup=1 and callpickup=1 
for all IAX extensions in iax.conf. Didn't works for while.

thanks

Tim Panton wrote:


I think it doesn't work across channel types.
So it works (if I recall correctly) in IAX or in SIP or in ZAP,
but not in  mixture.

I think that if you have a Dial() that rings several extens,
then any of the technologies involved can pickup with *8

So if you have Dial(IAX/fredSIP/billzap/mark)
then someone in the same group as fred can pickup with IAX
and someone in the same group as bill can pickup with SIP
etc.

So it's an asterisk thing, not an IAX thing per-se.

Tim.

P.S.
(you could try putting in a dummy 'fred' entry into Dial and iax.conf.)
T.

On 25 Nov 2008, at 01:09, Bruno Castelo Branco wrote:

  

hi

thanks Luis , but doesn't work.
For SIP extensions works well *8, but for IAX a tried *8 and ** + iax 
extension and didn't works


Luis Morales wrote:


Try with ** + iax extension

Regards,

Luis Morales

On Mon, Nov 24, 2008 at 10:20 PM, Bruno Castelo Branco
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
wrote:
 
  

Hi

Somebody knows if pickup call works with IAX2?
I enable *8 in features.conf, but doesn't works with IAX2 extensions.
Any idea?

thanks



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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



  
  

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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




___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


  

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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




___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

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

Re: [asterisk-users] pick up IAX2 calls

2008-11-27 Thread Eric ManxPower Wieling
You can either add that feature to chan_iax2.c or pay someone to add 
that feature to chan_iax2.c.

Bruno Castelo Branco wrote:
 Somebody know some work around for it?
 I still trying to find a solution but nothing seems to work
 
 thanks
 
 Eric ManxPower Wieling wrote:
 The problem is that IAX2 does not seem to support call pickup.

 Bruno Castelo Branco wrote:
  
 hi
 I'm using only IAX extensions and inserted callgroup=1 and 
 callpickup=1 for all IAX extensions in iax.conf. Didn't works for while.
 thanks

 Tim Panton wrote:

 I think it doesn't work across channel types.
 So it works (if I recall correctly) in IAX or in SIP or in ZAP,
 but not in  mixture.

 I think that if you have a Dial() that rings several extens,
 then any of the technologies involved can pickup with *8

 So if you have Dial(IAX/fredSIP/billzap/mark)
 then someone in the same group as fred can pickup with IAX
 and someone in the same group as bill can pickup with SIP
 etc.

 So it's an asterisk thing, not an IAX thing per-se.

 Tim.

 P.S.
 (you could try putting in a dummy 'fred' entry into Dial and iax.conf.)
 T.

 On 25 Nov 2008, at 01:09, Bruno Castelo Branco wrote:

  
 hi

 thanks Luis , but doesn't work.
 For SIP extensions works well *8, but for IAX a tried *8 and ** + 
 iax extension and didn't works

 Luis Morales wrote:

 Try with ** + iax extension

 Regards,

 Luis Morales

 On Mon, Nov 24, 2008 at 10:20 PM, Bruno Castelo Branco
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
 wrote:
  
  
 Hi

 Somebody knows if pickup call works with IAX2?
 I enable *8 in features.conf, but doesn't works with IAX2 
 extensions.
 Any idea?

 thanks
-- 
Consulting and design services for LAN, WAN, voice and data.  Based near 
Birmingham, AL.  Now accepting clients worldwide. Contact me for Tellabs 
echo canceling systems.  Also see http://www.fnords.org/skillslist.html

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] pick up IAX2 calls

2008-11-26 Thread Eric ManxPower Wieling
The problem is that IAX2 does not seem to support call pickup.

Bruno Castelo Branco wrote:
 hi
 I'm using only IAX extensions and inserted callgroup=1 and callpickup=1 
 for all IAX extensions in iax.conf. Didn't works for while.
 thanks
 
 Tim Panton wrote:
 I think it doesn't work across channel types.
 So it works (if I recall correctly) in IAX or in SIP or in ZAP,
 but not in  mixture.

 I think that if you have a Dial() that rings several extens,
 then any of the technologies involved can pickup with *8

 So if you have Dial(IAX/fredSIP/billzap/mark)
 then someone in the same group as fred can pickup with IAX
 and someone in the same group as bill can pickup with SIP
 etc.

 So it's an asterisk thing, not an IAX thing per-se.

 Tim.

 P.S.
 (you could try putting in a dummy 'fred' entry into Dial and iax.conf.)
 T.

 On 25 Nov 2008, at 01:09, Bruno Castelo Branco wrote:

 hi

 thanks Luis , but doesn't work.
 For SIP extensions works well *8, but for IAX a tried *8 and ** + iax 
 extension and didn't works

 Luis Morales wrote:
 Try with ** + iax extension

 Regards,

 Luis Morales

 On Mon, Nov 24, 2008 at 10:20 PM, Bruno Castelo Branco
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:
  
 Hi

 Somebody knows if pickup call works with IAX2?
 I enable *8 in features.conf, but doesn't works with IAX2 extensions.
 Any idea?

 thanks



 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

 
   
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

 

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

-- 
Consulting and design services for LAN, WAN, voice and data.  Based near 
Birmingham, AL.  Now accepting clients worldwide. Contact me for Tellabs 
echo canceling systems.  Also see http://www.fnords.org/skillslist.html

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] pick up IAX2 calls

2008-11-26 Thread Bruno Castelo Branco

Somebody know some work around for it?
I still trying to find a solution but nothing seems to work

thanks

Eric ManxPower Wieling wrote:

The problem is that IAX2 does not seem to support call pickup.

Bruno Castelo Branco wrote:
  

hi
I'm using only IAX extensions and inserted callgroup=1 and callpickup=1 
for all IAX extensions in iax.conf. Didn't works for while.

thanks

Tim Panton wrote:


I think it doesn't work across channel types.
So it works (if I recall correctly) in IAX or in SIP or in ZAP,
but not in  mixture.

I think that if you have a Dial() that rings several extens,
then any of the technologies involved can pickup with *8

So if you have Dial(IAX/fredSIP/billzap/mark)
then someone in the same group as fred can pickup with IAX
and someone in the same group as bill can pickup with SIP
etc.

So it's an asterisk thing, not an IAX thing per-se.

Tim.

P.S.
(you could try putting in a dummy 'fred' entry into Dial and iax.conf.)
T.

On 25 Nov 2008, at 01:09, Bruno Castelo Branco wrote:

  

hi

thanks Luis , but doesn't work.
For SIP extensions works well *8, but for IAX a tried *8 and ** + iax 
extension and didn't works


Luis Morales wrote:


Try with ** + iax extension

Regards,

Luis Morales

On Mon, Nov 24, 2008 at 10:20 PM, Bruno Castelo Branco
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:
 
  

Hi

Somebody knows if pickup call works with IAX2?
I enable *8 in features.conf, but doesn't works with IAX2 extensions.
Any idea?

thanks



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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



  
  

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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




___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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




  
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] pick up IAX2 calls

2008-11-26 Thread coco
Hello

I asked the same thing some time ago, but nobody answered.
I founded some workaround.

Use this in your dialplan:
exten = _7.,1,SET(GLOBAL(PICKUPMARK)=${EXTEN:1})
exten = _7.,n,Pickup(${EXTEN:[EMAIL PROTECTED])

This worked for me.

Cosmin



--- On Thu, 11/27/08, Bruno Castelo Branco [EMAIL PROTECTED] wrote:
From: Bruno Castelo Branco [EMAIL PROTECTED]
Subject: Re: [asterisk-users] pick up IAX2 calls
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com
Date: Thursday, November 27, 2008, 4:59 AM




  
Somebody know some work around for it?

I still trying to find a solution but nothing seems to work



thanks



Eric ManxPower Wieling wrote:

  The problem is that IAX2 does not seem to support call pickup.

Bruno Castelo Branco wrote:
  
  
hi
I'm using only IAX extensions and inserted callgroup=1 and callpickup=1 
for all IAX extensions in iax.conf. Didn't works for while.
thanks

Tim Panton wrote:


  I think it doesn't work across channel types.
So it works (if I recall correctly) in IAX or in SIP or in ZAP,
but not in  mixture.

I think that if you have a Dial() that rings several extens,
then any of the technologies involved can pickup with *8

So if you have Dial(IAX/fredSIP/billzap/mark)
then someone in the same group as fred can pickup with IAX
and someone in the same group as bill can pickup with SIP
etc.

So it's an asterisk thing, not an IAX thing per-se.

Tim.

P.S.
(you could try putting in a dummy 'fred' entry into Dial and iax.conf.)
T.

On 25 Nov 2008, at 01:09, Bruno Castelo Branco wrote:

  
  
hi

thanks Luis , but doesn't work.
For SIP extensions works well *8, but for IAX a tried *8 and ** + iax 
extension and didn't works

Luis Morales wrote:


  Try with ** + iax extension

Regards,

Luis Morales

On Mon, Nov 24, 2008 at 10:20 PM, Bruno Castelo Branco
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:
 
  
  
Hi

Somebody knows if pickup call works with IAX2?
I enable *8 in features.conf, but doesn't works with IAX2 extensions.
Any idea?

thanks



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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



  

  

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

  
  

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


  


 
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


  ___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] pick up IAX2 calls

2008-11-25 Thread Tim Panton

I think it doesn't work across channel types.
So it works (if I recall correctly) in IAX or in SIP or in ZAP,
but not in  mixture.

I think that if you have a Dial() that rings several extens,
then any of the technologies involved can pickup with *8

So if you have
Dial(IAX/fredSIP/billzap/mark)
then someone in the same group as fred can pickup with IAX
and someone in the same group as bill can pickup with SIP
etc.

So it's an asterisk thing, not an IAX thing per-se.

Tim.

P.S.
(you could try putting in a dummy 'fred' entry into Dial and iax.conf.)

T.

On 25 Nov 2008, at 01:09, Bruno Castelo Branco wrote:


hi

thanks Luis , but doesn't work.
For SIP extensions works well *8, but for IAX a tried *8 and ** +  
iax extension and didn't works


Luis Morales wrote:


Try with ** + iax extension

Regards,

Luis Morales

On Mon, Nov 24, 2008 at 10:20 PM, Bruno Castelo Branco
[EMAIL PROTECTED] wrote:


Hi

Somebody knows if pickup call works with IAX2?
I enable *8 in features.conf, but doesn't works with IAX2  
extensions.

Any idea?

thanks



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com  
--


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







___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Re: [asterisk-users] pick up IAX2 calls

2008-11-25 Thread Bruno Castelo Branco

hi
I'm using only IAX extensions and inserted callgroup=1 and callpickup=1 
for all IAX extensions in iax.conf. Didn't works for while.

thanks

Tim Panton wrote:

I think it doesn't work across channel types.
So it works (if I recall correctly) in IAX or in SIP or in ZAP,
but not in  mixture.

I think that if you have a Dial() that rings several extens,
then any of the technologies involved can pickup with *8

So if you have 
Dial(IAX/fredSIP/billzap/mark)

then someone in the same group as fred can pickup with IAX
and someone in the same group as bill can pickup with SIP
etc.

So it's an asterisk thing, not an IAX thing per-se.

Tim.

P.S.
(you could try putting in a dummy 'fred' entry into Dial and iax.conf.) 


T.

On 25 Nov 2008, at 01:09, Bruno Castelo Branco wrote:


hi

thanks Luis , but doesn't work.
For SIP extensions works well *8, but for IAX a tried *8 and ** + iax 
extension and didn't works


Luis Morales wrote:

Try with ** + iax extension

Regards,

Luis Morales

On Mon, Nov 24, 2008 at 10:20 PM, Bruno Castelo Branco
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote:
  

Hi

Somebody knows if pickup call works with IAX2?
I enable *8 in features.conf, but doesn't works with IAX2 extensions.
Any idea?

thanks



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


  

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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




___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

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

Re: [asterisk-users] pick up IAX2 calls

2008-11-24 Thread Eric ManxPower Wieling

Bruno Castelo Branco wrote:
 Somebody knows if pickup call works with IAX2?
 I enable *8 in features.conf, but doesn't works with IAX2 extensions.

As I understand it, IAX2 does not support callgroup= and pickupgroup= 
and *8.

This link might be helpful:
   http://www.freepbx.org/trac/ticket/1568



-- 
Consulting and design services for LAN, WAN, voice and data.  Based near 
Birmingham, AL.  Now accepting clients worldwide. Contact me for Tellabs 
echo canceling systems.  Also see http://www.fnords.org/skillslist.html

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] pick up IAX2 calls

2008-11-24 Thread Steve Totaro
On Mon, Nov 24, 2008 at 12:12 PM, Eric ManxPower Wieling
[EMAIL PROTECTED] wrote:

 Bruno Castelo Branco wrote:
 Somebody knows if pickup call works with IAX2?
 I enable *8 in features.conf, but doesn't works with IAX2 extensions.

 As I understand it, IAX2 does not support callgroup= and pickupgroup=
 and *8.

 This link might be helpful:
   http://www.freepbx.org/trac/ticket/1568



 --
 Consulting and design services for LAN, WAN, voice and data.  Based near
 Birmingham, AL.  Now accepting clients worldwide. Contact me for Tellabs
 echo canceling systems.  Also see http://www.fnords.org/skillslist.html


Ditch IAX2 and go to SIP if at all possible, and where there is a will
there is a way

-- 
Thanks,
Steve Totaro
+18887771888 (Toll Free)
+12409381212 (Cell)
+12024369784 (Skype)

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] pick up IAX2 calls

2008-11-24 Thread Bruno Castelo Branco

hi

thanks Luis , but doesn't work.
For SIP extensions works well *8, but for IAX a tried *8 and ** + iax 
extension and didn't works


Luis Morales wrote:

Try with ** + iax extension

Regards,

Luis Morales

On Mon, Nov 24, 2008 at 10:20 PM, Bruno Castelo Branco
[EMAIL PROTECTED] wrote:
  

Hi

Somebody knows if pickup call works with IAX2?
I enable *8 in features.conf, but doesn't works with IAX2 extensions.
Any idea?

thanks



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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






  
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

[asterisk-users] pick up IAX2 calls

2008-11-23 Thread Bruno Castelo Branco
Hi

Somebody knows if pickup call works with IAX2?
I enable *8 in features.conf, but doesn't works with IAX2 extensions.
Any idea?

thanks



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


Re: [asterisk-users] pick up IAX2 calls

2008-11-23 Thread Luis Morales
Try with ** + iax extension

Regards,

Luis Morales

On Mon, Nov 24, 2008 at 10:20 PM, Bruno Castelo Branco
[EMAIL PROTECTED] wrote:
 Hi

 Somebody knows if pickup call works with IAX2?
 I enable *8 in features.conf, but doesn't works with IAX2 extensions.
 Any idea?

 thanks



 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

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




-- 
-
Luis Morales
Consultor de Tecnologia
Cel: +(58)416-4242091
-
Empieza por hacer lo necesario, luego lo que es posible... y de
pronto estarĂ¡s haciendo lo imposible

Leonardo Da'Vinci
-

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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