Re: [asterisk-users] dial plan and sip

2010-11-14 Thread Kyle Kienapfel
Why do you have A,(demo-thanks) shouldn't it it be A(demo-thanks)?
eg:
exten => s,n,Dial(SIP/jazzey/1703111,120,A(demo-thanks))

On Sat, Nov 13, 2010 at 6:38 PM, Thomas Perron wrote:

> Here is a very very basic config.  But, not working (:
> I simply want to dial the DID that is registered with the SIP provider.
> then, as you can see the call should dial the 703111 number
> Hints please?
>
>
> sip.conf
> ;register => 
> 908366554:396...@carrier.jazzey.com<908366554%3a396...@carrier.jazzey.com>
> register => 908366554:396...@sip.jazzey.com<908366554%3a396...@sip.jazzey.com>
> [jazzey]
> type=friend
> host=sip.jazzey.com
> username=908366554
> secret=396444
> qualify=no
> insecure=invite
>
> extensions.conf
> exten => s,1,Answer()
> exten => s,n,Wait(2)
> exten => s,n,Dial(SIP/jazzey/1703111,120,A,(demo-thanks))
> exten => s,n,Wait(2)
> exten => s,n,Hangup()
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>   http://www.asterisk.org/hello
>
> 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 --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

Re: [asterisk-users] DAHDI vs mISDN was Re: Asterisk, VoIP and Samsung iDCS100

2010-11-14 Thread Gordon Henderson
On Sun, 14 Nov 2010, Gordon Henderson wrote:

> On Sun, 14 Nov 2010, Tzafrir Cohen wrote:
>
>> On Sun, Nov 14, 2010 at 04:38:25PM +, Gordon Henderson wrote:
>>
>>> Well, just to follow this up - it looks like there is no DAHDI and BRI
>>> support in asterisk 1.4 at all. libpri has support in 1.6, but not 1.4, so
>>> it's mISDN for the time being.
>>
>> Right. But there are patches with a backport from 1.6.0 floating around.
>> Interested?
>
> Possibly - it might make life easier than trying to work through the maze
> of mISDN integration with 1.4... However this is to go back into a
> production box that's currently running 1.2 + mISDN and I have a one-day
> window of testing opportunity... :)

Think I've found the patch at:

   https://issues.asterisk.org/view.php?id=14871

it doesn't go cleanly into 1.4.35 which is what I'm using right now, (2 
fails), but I think I can fix it by hand.

Hardware detects fine with the wcb4xxp module.

Thanks,

Gordon

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] DAHDI vs mISDN was Re: Asterisk, VoIP and Samsung iDCS100

2010-11-14 Thread Gordon Henderson
On Sun, 14 Nov 2010, Tzafrir Cohen wrote:

> On Sun, Nov 14, 2010 at 04:38:25PM +, Gordon Henderson wrote:
>
>> Well, just to follow this up - it looks like there is no DAHDI and BRI
>> support in asterisk 1.4 at all. libpri has support in 1.6, but not 1.4, so
>> it's mISDN for the time being.
>
> Right. But there are patches with a backport from 1.6.0 floating around.
> Interested?

Possibly - it might make life easier than trying to work through the maze 
of mISDN integration with 1.4... However this is to go back into a 
production box that's currently running 1.2 + mISDN and I have a one-day 
window of testing opportunity... :)

The underlying hardware is:

00:14.0 ISDN controller: Cologne Chip Designs GmbH ISDN network Controller 
[HFC-4S] (rev 01)

(It's a Junghanns card - actually the very first ISDN2e system I put 
together 3.5 years ago)

Gordon

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] DAHDI vs mISDN was Re: Asterisk, VoIP and Samsung iDCS100

2010-11-14 Thread Tzafrir Cohen
On Sun, Nov 14, 2010 at 04:38:25PM +, Gordon Henderson wrote:

> Well, just to follow this up - it looks like there is no DAHDI and BRI 
> support in asterisk 1.4 at all. libpri has support in 1.6, but not 1.4, so 
> it's mISDN for the time being.

Right. But there are patches with a backport from 1.6.0 floating around.
Interested?

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] DAHDI vs mISDN was Re: Asterisk, VoIP and Samsung iDCS100

2010-11-14 Thread Jim Dickenson
For sure DAHDI and libpri support is there for Asterisk 1.4.x. I am not sure 
either are tied to a specific version of Asterisk as it is the chan_dahdi 
module that interfaces with DADHI.
-- 
Jim Dickenson
mailto:dicken...@cfmc.com

CfMC
http://www.cfmc.com/



On Nov 14, 2010, at 8:38 AM, Gordon Henderson wrote:

> On Wed, 3 Nov 2010, Gordon Henderson wrote:
> 
>> On Wed, 3 Nov 2010, Philipp von Klitzing wrote:
>> 
>>> Hi!
>>> 
> Side note: Stay away from solutions that use mISDN, instead go with
> Zaptel (DAHDI), Woomera or CAPI.
 
 Interesting.
 
 I've been usng mISDN for some years now without issues. Why should I
 migrate to DAHDI?
>>> 
>>> None - if you are happy then don't touch it. :-) Otherwise search this
>>> list's archive.
>> 
>> Ah, that would be too easy ;-)
>> 
>> However I am in the process of upgrading an number of systems from
>> 1.2+mISDN to 1.4 + ... So maybe I'll go and have a look at using DAHDI
>> since I think I've almost got the hand of it for analogue and PRI systems
>> now...
>> 
>> So I'll go and do some looking - but you reckon DAHDI and ISDN2e (UK: BRI)
>> is as stable/usable as mISDN might be?
> 
> Well, just to follow this up - it looks like there is no DAHDI and BRI 
> support in asterisk 1.4 at all. libpri has support in 1.6, but not 1.4, so 
> it's mISDN for the time being.
> 
> (unless someones knows otherwise)
> 
> Gordon
> 
> -- 
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>   http://www.asterisk.org/hello
> 
> 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 --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] DAHDI vs mISDN was Re: Asterisk, VoIP and Samsung iDCS100

2010-11-14 Thread Gordon Henderson
On Wed, 3 Nov 2010, Gordon Henderson wrote:

> On Wed, 3 Nov 2010, Philipp von Klitzing wrote:
>
>> Hi!
>>
 Side note: Stay away from solutions that use mISDN, instead go with
 Zaptel (DAHDI), Woomera or CAPI.
>>>
>>> Interesting.
>>>
>>> I've been usng mISDN for some years now without issues. Why should I
>>> migrate to DAHDI?
>>
>> None - if you are happy then don't touch it. :-) Otherwise search this
>> list's archive.
>
> Ah, that would be too easy ;-)
>
> However I am in the process of upgrading an number of systems from
> 1.2+mISDN to 1.4 + ... So maybe I'll go and have a look at using DAHDI
> since I think I've almost got the hand of it for analogue and PRI systems
> now...
>
> So I'll go and do some looking - but you reckon DAHDI and ISDN2e (UK: BRI)
> is as stable/usable as mISDN might be?

Well, just to follow this up - it looks like there is no DAHDI and BRI 
support in asterisk 1.4 at all. libpri has support in 1.6, but not 1.4, so 
it's mISDN for the time being.

(unless someones knows otherwise)

Gordon

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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