• Idefisk
  • Tools
  • Tutorials
  • Reviews
  • VoIP Providers
  • Archives
ZOIPER softphone
AsteriskGuru Archives
Mailing List Archives
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[asterisk-users] Unable to make outbound calls

 
   AsteriskGuru Archives Forum Index -> Asterisk-Users
View previous topic :: View next topic  
Author Message
kalman.feher at melbourne
Guest





PostPosted: Tue May 19, 2009 1:53 pm    Post subject: [asterisk-users] Unable to make outbound calls

I've got an asterisk 1.4.24 box with dahdi complete 2.1.0.3+2.1.0.2

I've got a 2 port T2XXP card attached with on T1 currently plugged in.

Inbound calls work fine, but outbound fail with the rather cryptic:
[May 19 17:28:07] WARNING[11360]: app_dial.c:1237 dial_exec_full: Unable to
create channel of type 'DAHDI' (cause 0 - Unknown)

There are similar threads I've found on the net but they tend to be related
to dahdi not being loaded or similar. In my case dahdi is loaded and
channels visible.

I've rsync'd a configuration (/etc/asterisk and /etc/dahdi) from another
server that is currently working fine. But still no luck.

Any hints would be appreciated. In particular if someone can suggest some
documentation on what _could_ cause a (cause 0 - Unknown) then I can
investigate those.

Some details below:

geriatrix ~ # dahdi_scan
[1]
active=yes
alarms=OK
description=T2XXP (PCI) Card 0 Span 1
name=TE2/0/1
manufacturer=Digium
devicetype=Wildcard TE210P (4th Gen)
location=Board ID Switch 0
basechan=1
totchans=24
irq=48
type=digital-T1
syncsrc=1
lbo=0 db (CSU)/0-133 feet (DSX-1)
coding_opts=B8ZS,AMI
framing_opts=ESF,D4
coding=B8ZS
framing=ESF
[2]
active=yes
alarms=RED
description=T2XXP (PCI) Card 0 Span 2
name=TE2/0/2
manufacturer=Digium
devicetype=Wildcard TE210P (4th Gen)
location=Board ID Switch 0
basechan=25
totchans=24
irq=48
type=digital-T1
syncsrc=1
lbo=0 db (CSU)/0-133 feet (DSX-1)
coding_opts=B8ZS,AMI
framing_opts=ESF,D4
coding=B8ZS
framing=ESF


geriatrix ~ # cat /etc/dahdi/system.conf
# Autogenerated by /usr/sbin/dahdi_genconf on Tue May 19 17:37:11 2009 -- do
not hand edit
# Dahdi Configuration File
#
# This file is parsed by the Dahdi Configurator, dahdi_cfg
#
# Span 1: TE2/0/1 "T2XXP (PCI) Card 0 Span 1" (MASTER) B8ZS/ESF ClockSource
span=1,1,0,esf,b8zs
# termtype: te
bchan=1-23
dchan=24
echocanceller=mg2,1-23

# Span 2: TE2/0/2 "T2XXP (PCI) Card 0 Span 2" B8ZS/ESF RED
span=2,2,0,esf,b8zs
# termtype: te
bchan=25-47
dchan=48
echocanceller=mg2,25-47

# Global data

loadzone = us
defaultzone = us

geriatrix ~ # lsmod
Module Size Used by
dahdi_echocan_mg2 5128 0
wct4xxp 285696 48
dahdi 180904 100 dahdi_echocan_mg2,wct4xxp

geriatrix*CLI> dahdi show channels
Chan Extension Context Language MOH Interpret
pseudo default default
1 DID_span_1 default
2 DID_span_1 default
3 DID_span_1 default
4 DID_span_1 default
5 DID_span_1 default
6 DID_span_1 default
7 DID_span_1 default
8 DID_span_1 default
9 DID_span_1 default
10 DID_span_1 default
11 DID_span_1 default
12 DID_span_1 default
13 DID_span_1 default
14 DID_span_1 default
15 DID_span_1 default
16 DID_span_1 default
17 DID_span_1 default
18 DID_span_1 default
19 DID_span_1 default
20 DID_span_1 default
21 DID_span_1 default
22 DID_span_1 default
23 DID_span_1 default
25 DID_span_2 default
26 DID_span_2 default
27 DID_span_2 default
28 DID_span_2 default
29 DID_span_2 default
30 DID_span_2 default
31 DID_span_2 default
32 DID_span_2 default
33 DID_span_2 default
34 DID_span_2 default
35 DID_span_2 default
36 DID_span_2 default
37 DID_span_2 default
38 DID_span_2 default
39 DID_span_2 default
40 DID_span_2 default
41 DID_span_2 default
42 DID_span_2 default
43 DID_span_2 default
44 DID_span_2 default
45 DID_span_2 default
46 DID_span_2 default
47 DID_span_2 default
--
Kal


_______________________________________________
-- 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
Back to top
danny at debsinc.com
Guest





PostPosted: Tue May 19, 2009 2:01 pm    Post subject: [asterisk-users] Unable to make outbound calls

Can you make an outbound call after your first incoming call? That's what I
experienced with 1.4.24.

-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kal Feher
Sent: Tuesday, May 19, 2009 9:48 AM
To: asterisk-users@lists.digium.com
Subject: [asterisk-users] Unable to make outbound calls

I've got an asterisk 1.4.24 box with dahdi complete 2.1.0.3+2.1.0.2

I've got a 2 port T2XXP card attached with on T1 currently plugged in.

Inbound calls work fine, but outbound fail with the rather cryptic:
[May 19 17:28:07] WARNING[11360]: app_dial.c:1237 dial_exec_full: Unable to
create channel of type 'DAHDI' (cause 0 - Unknown)

There are similar threads I've found on the net but they tend to be related
to dahdi not being loaded or similar. In my case dahdi is loaded and
channels visible.

I've rsync'd a configuration (/etc/asterisk and /etc/dahdi) from another
server that is currently working fine. But still no luck.

Any hints would be appreciated. In particular if someone can suggest some
documentation on what _could_ cause a (cause 0 - Unknown) then I can
investigate those.

Some details below:

geriatrix ~ # dahdi_scan
[1]
active=yes
alarms=OK
description=T2XXP (PCI) Card 0 Span 1
name=TE2/0/1
manufacturer=Digium
devicetype=Wildcard TE210P (4th Gen)
location=Board ID Switch 0
basechan=1
totchans=24
irq=48
type=digital-T1
syncsrc=1
lbo=0 db (CSU)/0-133 feet (DSX-1)
coding_opts=B8ZS,AMI
framing_opts=ESF,D4
coding=B8ZS
framing=ESF
[2]
active=yes
alarms=RED
description=T2XXP (PCI) Card 0 Span 2
name=TE2/0/2
manufacturer=Digium
devicetype=Wildcard TE210P (4th Gen)
location=Board ID Switch 0
basechan=25
totchans=24
irq=48
type=digital-T1
syncsrc=1
lbo=0 db (CSU)/0-133 feet (DSX-1)
coding_opts=B8ZS,AMI
framing_opts=ESF,D4
coding=B8ZS
framing=ESF


geriatrix ~ # cat /etc/dahdi/system.conf
# Autogenerated by /usr/sbin/dahdi_genconf on Tue May 19 17:37:11 2009 -- do
not hand edit
# Dahdi Configuration File
#
# This file is parsed by the Dahdi Configurator, dahdi_cfg
#
# Span 1: TE2/0/1 "T2XXP (PCI) Card 0 Span 1" (MASTER) B8ZS/ESF ClockSource
span=1,1,0,esf,b8zs
# termtype: te
bchan=1-23
dchan=24
echocanceller=mg2,1-23

# Span 2: TE2/0/2 "T2XXP (PCI) Card 0 Span 2" B8ZS/ESF RED
span=2,2,0,esf,b8zs
# termtype: te
bchan=25-47
dchan=48
echocanceller=mg2,25-47

# Global data

loadzone = us
defaultzone = us

geriatrix ~ # lsmod
Module Size Used by
dahdi_echocan_mg2 5128 0
wct4xxp 285696 48
dahdi 180904 100 dahdi_echocan_mg2,wct4xxp

geriatrix*CLI> dahdi show channels
Chan Extension Context Language MOH Interpret
pseudo default default
1 DID_span_1 default
2 DID_span_1 default
3 DID_span_1 default
4 DID_span_1 default
5 DID_span_1 default
6 DID_span_1 default
7 DID_span_1 default
8 DID_span_1 default
9 DID_span_1 default
10 DID_span_1 default
11 DID_span_1 default
12 DID_span_1 default
13 DID_span_1 default
14 DID_span_1 default
15 DID_span_1 default
16 DID_span_1 default
17 DID_span_1 default
18 DID_span_1 default
19 DID_span_1 default
20 DID_span_1 default
21 DID_span_1 default
22 DID_span_1 default
23 DID_span_1 default
25 DID_span_2 default
26 DID_span_2 default
27 DID_span_2 default
28 DID_span_2 default
29 DID_span_2 default
30 DID_span_2 default
31 DID_span_2 default
32 DID_span_2 default
33 DID_span_2 default
34 DID_span_2 default
35 DID_span_2 default
36 DID_span_2 default
37 DID_span_2 default
38 DID_span_2 default
39 DID_span_2 default
40 DID_span_2 default
41 DID_span_2 default
42 DID_span_2 default
43 DID_span_2 default
44 DID_span_2 default
45 DID_span_2 default
46 DID_span_2 default
47 DID_span_2 default
--
Kal


_______________________________________________
-- 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
Back to top
kalman.feher at melbourne
Guest





PostPosted: Tue May 19, 2009 3:30 pm    Post subject: [asterisk-users] Unable to make outbound calls

Quote:
Can you make an outbound call after your first incoming call? That's what I
experienced with 1.4.24.


No I can't. I saw similar threads while searching for a solution, but in my
case outbound calls are never possible.


Regardless, thank you for your suggestion.

On 19/5/09 4:47 PM, "Kal Feher" <kalman.feher@melbourneit.com.au> wrote:

Quote:
> I've got an asterisk 1.4.24 box with dahdi complete 2.1.0.3+2.1.0.2
>
> I've got a 2 port T2XXP card attached with on T1 currently plugged in.
>
> Inbound calls work fine, but outbound fail with the rather cryptic:
> [May 19 17:28:07] WARNING[11360]: app_dial.c:1237 dial_exec_full: Unable to
> create channel of type 'DAHDI' (cause 0 - Unknown)
>
> There are similar threads I've found on the net but they tend to be related
to

Quote:
> dahdi not being loaded or similar. In my case dahdi is loaded and channels
> visible.
>
> I've rsync'd a configuration (/etc/asterisk and /etc/dahdi) from another
> server that is currently working fine. But still no luck.
>
> Any hints would be appreciated. In particular if someone can suggest some
> documentation on what _could_ cause a (cause 0 - Unknown) then I can
> investigate those.
>
> Some details below:
> <removed in reply to keep email readable>


--
Kal


_______________________________________________
-- 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
Back to top
danny at debsinc.com
Guest





PostPosted: Tue May 19, 2009 3:36 pm    Post subject: [asterisk-users] Unable to make outbound calls

Please post your CLI output from dahdi show status and dahdi show channels.

-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kal Feher
Sent: Tuesday, May 19, 2009 11:22 AM
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] Unable to make outbound calls


Quote:
Can you make an outbound call after your first incoming call? That's what
I

experienced with 1.4.24.

No I can't. I saw similar threads while searching for a solution, but in my
case outbound calls are never possible.


Regardless, thank you for your suggestion.

On 19/5/09 4:47 PM, "Kal Feher" <kalman.feher@melbourneit.com.au> wrote:

Quote:
> I've got an asterisk 1.4.24 box with dahdi complete 2.1.0.3+2.1.0.2
>
> I've got a 2 port T2XXP card attached with on T1 currently plugged in.
>
> Inbound calls work fine, but outbound fail with the rather cryptic:
> [May 19 17:28:07] WARNING[11360]: app_dial.c:1237 dial_exec_full: Unable
to

Quote:
> create channel of type 'DAHDI' (cause 0 - Unknown)
>
> There are similar threads I've found on the net but they tend to be
related

to
Quote:
> dahdi not being loaded or similar. In my case dahdi is loaded and
channels

Quote:
> visible.
>
> I've rsync'd a configuration (/etc/asterisk and /etc/dahdi) from another
> server that is currently working fine. But still no luck.
>
> Any hints would be appreciated. In particular if someone can suggest some
> documentation on what _could_ cause a (cause 0 - Unknown) then I can
> investigate those.
>
> Some details below:
> <removed in reply to keep email readable>


--
Kal


_______________________________________________
-- 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
Back to top
kalman.feher at melbourne
Guest





PostPosted: Wed May 20, 2009 7:00 am    Post subject: [asterisk-users] Unable to make outbound calls

I attached the show channels in my first post, but removed it to reduce the
length of replies. Here it is again along with show status.
Note that there is only 1 PRI currently attached.

geriatrix*CLI> dahdi show status
Description Alarms IRQ bpviol
CRC4
T2XXP (PCI) Card 0 Span 1 OK 0 0 0
T2XXP (PCI) Card 0 Span 2 RED 0 0 0

geriatrix*CLI> dahdi show channels
Chan Extension Context Language MOH Interpret
pseudo default default
1 DID_span_1 default
2 DID_span_1 default
3 DID_span_1 default
4 DID_span_1 default
5 DID_span_1 default
6 DID_span_1 default
7 DID_span_1 default
8 DID_span_1 default
9 DID_span_1 default
10 DID_span_1 default
11 DID_span_1 default
12 DID_span_1 default
13 DID_span_1 default
14 DID_span_1 default
15 DID_span_1 default
16 DID_span_1 default
17 DID_span_1 default
18 DID_span_1 default
19 DID_span_1 default
20 DID_span_1 default
21 DID_span_1 default
22 DID_span_1 default
23 DID_span_1 default
25 DID_span_2 default
26 DID_span_2 default
27 DID_span_2 default
28 DID_span_2 default
29 DID_span_2 default
30 DID_span_2 default
31 DID_span_2 default
32 DID_span_2 default
33 DID_span_2 default
34 DID_span_2 default
35 DID_span_2 default
36 DID_span_2 default
37 DID_span_2 default
38 DID_span_2 default
39 DID_span_2 default
40 DID_span_2 default
41 DID_span_2 default
42 DID_span_2 default
43 DID_span_2 default
44 DID_span_2 default
45 DID_span_2 default
46 DID_span_2 default
47 DID_span_2 default



On 19/5/09 6:31 PM, "Danny Nicholas" <danny@debsinc.com> wrote:

Quote:
Please post your CLI output from dahdi show status and dahdi show channels.

-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kal Feher
Sent: Tuesday, May 19, 2009 11:22 AM
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] Unable to make outbound calls


> Can you make an outbound call after your first incoming call? That's what
I
experienced with 1.4.24.

No I can't. I saw similar threads while searching for a solution, but in my
case outbound calls are never possible.


Regardless, thank you for your suggestion.

On 19/5/09 4:47 PM, "Kal Feher" <kalman.feher@melbourneit.com.au> wrote:

>> I've got an asterisk 1.4.24 box with dahdi complete 2.1.0.3+2.1.0.2
>>
>> I've got a 2 port T2XXP card attached with on T1 currently plugged in.
>>
>> Inbound calls work fine, but outbound fail with the rather cryptic:
>> [May 19 17:28:07] WARNING[11360]: app_dial.c:1237 dial_exec_full: Unable
to
>> create channel of type 'DAHDI' (cause 0 - Unknown)
>>
>> There are similar threads I've found on the net but they tend to be
related
to
>> dahdi not being loaded or similar. In my case dahdi is loaded and
channels
>> visible.
>>
>> I've rsync'd a configuration (/etc/asterisk and /etc/dahdi) from another
>> server that is currently working fine. But still no luck.
>>
>> Any hints would be appreciated. In particular if someone can suggest some
>> documentation on what _could_ cause a (cause 0 - Unknown) then I can
>> investigate those.
>>
>> Some details below:
>> <removed in reply to keep email readable>


--
Kal


_______________________________________________
-- 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
Back to top
danny at debsinc.com
Guest





PostPosted: Wed May 20, 2009 12:58 pm    Post subject: [asterisk-users] Unable to make outbound calls

This all looks ok. What happens if you try to access the DAHDI channel
outside of Asterisk control:
In dialplan
Exten => 9,1,Dial(DAHDI/1)

Dial 9
Get dialtone
Dial number


-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kal Feher
Sent: Wednesday, May 20, 2009 2:55 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Unable to make outbound calls

I attached the show channels in my first post, but removed it to reduce the
length of replies. Here it is again along with show status.
Note that there is only 1 PRI currently attached.

geriatrix*CLI> dahdi show status
Description Alarms IRQ bpviol
CRC4
T2XXP (PCI) Card 0 Span 1 OK 0 0 0
T2XXP (PCI) Card 0 Span 2 RED 0 0 0

geriatrix*CLI> dahdi show channels
Chan Extension Context Language MOH Interpret
pseudo default default
1 DID_span_1 default
2 DID_span_1 default
3 DID_span_1 default
4 DID_span_1 default
5 DID_span_1 default
6 DID_span_1 default
7 DID_span_1 default
8 DID_span_1 default
9 DID_span_1 default
10 DID_span_1 default
11 DID_span_1 default
12 DID_span_1 default
13 DID_span_1 default
14 DID_span_1 default
15 DID_span_1 default
16 DID_span_1 default
17 DID_span_1 default
18 DID_span_1 default
19 DID_span_1 default
20 DID_span_1 default
21 DID_span_1 default
22 DID_span_1 default
23 DID_span_1 default
25 DID_span_2 default
26 DID_span_2 default
27 DID_span_2 default
28 DID_span_2 default
29 DID_span_2 default
30 DID_span_2 default
31 DID_span_2 default
32 DID_span_2 default
33 DID_span_2 default
34 DID_span_2 default
35 DID_span_2 default
36 DID_span_2 default
37 DID_span_2 default
38 DID_span_2 default
39 DID_span_2 default
40 DID_span_2 default
41 DID_span_2 default
42 DID_span_2 default
43 DID_span_2 default
44 DID_span_2 default
45 DID_span_2 default
46 DID_span_2 default
47 DID_span_2 default



On 19/5/09 6:31 PM, "Danny Nicholas" <danny@debsinc.com> wrote:

Quote:
Please post your CLI output from dahdi show status and dahdi show
channels.

Quote:

-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kal Feher
Sent: Tuesday, May 19, 2009 11:22 AM
To: asterisk-users@lists.digium.com
Subject: Re: [asterisk-users] Unable to make outbound calls


> Can you make an outbound call after your first incoming call? That's
what

Quote:
I
experienced with 1.4.24.

No I can't. I saw similar threads while searching for a solution, but in
my

Quote:
case outbound calls are never possible.


Regardless, thank you for your suggestion.

On 19/5/09 4:47 PM, "Kal Feher" <kalman.feher@melbourneit.com.au> wrote:

>> I've got an asterisk 1.4.24 box with dahdi complete 2.1.0.3+2.1.0.2
>>
>> I've got a 2 port T2XXP card attached with on T1 currently plugged in.
>>
>> Inbound calls work fine, but outbound fail with the rather cryptic:
>> [May 19 17:28:07] WARNING[11360]: app_dial.c:1237 dial_exec_full: Unable
to
>> create channel of type 'DAHDI' (cause 0 - Unknown)
>>
>> There are similar threads I've found on the net but they tend to be
related
to
>> dahdi not being loaded or similar. In my case dahdi is loaded and
channels
>> visible.
>>
>> I've rsync'd a configuration (/etc/asterisk and /etc/dahdi) from another
>> server that is currently working fine. But still no luck.
>>
>> Any hints would be appreciated. In particular if someone can suggest
some

Quote:
>> documentation on what _could_ cause a (cause 0 - Unknown) then I can
>> investigate those.
>>
>> Some details below:
>> <removed in reply to keep email readable>


--
Kal


_______________________________________________
-- 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
Back to top
kalman.feher at melbourne
Guest





PostPosted: Tue May 26, 2009 12:28 pm    Post subject: [asterisk-users] Unable to make outbound calls

Sorry. I don't get many opportunities to test this system as its live. Here
are the results:

-- Executing [9@DLPN_DialPlan1:1] Dial("SIP/19722-b650fb80", "DAHDI/1")
in new stack
-- Requested transfer capability: 0x00 - SPEECH
-- Called 1
-- Channel 0/1, span 1 got hangup, cause 90
WARNING[6454]: app_dial.c:765 wait_for_answer: Unable to forward voice or
dtmf
-- Hungup 'DAHDI/1-1'
== Everyone is busy/congested at this time (1:0/0/1)


On 20/5/09 3:52 PM, "Danny Nicholas" <danny@debsinc.com> wrote:

Quote:
This all looks ok. What happens if you try to access the DAHDI channel
outside of Asterisk control:
In dialplan
Exten => 9,1,Dial(DAHDI/1)

Dial 9
Get dialtone
Dial number


-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kal Feher
Sent: Wednesday, May 20, 2009 2:55 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Unable to make outbound calls

I attached the show channels in my first post, but removed it to reduce the
length of replies. Here it is again along with show status.
Note that there is only 1 PRI currently attached.

geriatrix*CLI> dahdi show status
Description Alarms IRQ bpviol
CRC4
T2XXP (PCI) Card 0 Span 1 OK 0 0 0
T2XXP (PCI) Card 0 Span 2 RED 0 0 0

geriatrix*CLI> dahdi show channels
Chan Extension Context Language MOH Interpret
pseudo default default
1 DID_span_1 default
2 DID_span_1 default
3 DID_span_1 default
4 DID_span_1 default
5 DID_span_1 default
6 DID_span_1 default
7 DID_span_1 default
8 DID_span_1 default
9 DID_span_1 default
10 DID_span_1 default
11 DID_span_1 default
12 DID_span_1 default
13 DID_span_1 default
14 DID_span_1 default
15 DID_span_1 default
16 DID_span_1 default
17 DID_span_1 default
18 DID_span_1 default
19 DID_span_1 default
20 DID_span_1 default
21 DID_span_1 default
22 DID_span_1 default
23 DID_span_1 default
25 DID_span_2 default
26 DID_span_2 default
27 DID_span_2 default
28 DID_span_2 default
29 DID_span_2 default
30 DID_span_2 default
31 DID_span_2 default
32 DID_span_2 default
33 DID_span_2 default
34 DID_span_2 default
35 DID_span_2 default
36 DID_span_2 default
37 DID_span_2 default
38 DID_span_2 default
39 DID_span_2 default
40 DID_span_2 default
41 DID_span_2 default
42 DID_span_2 default
43 DID_span_2 default
44 DID_span_2 default
45 DID_span_2 default
46 DID_span_2 default
47 DID_span_2 default



On 19/5/09 6:31 PM, "Danny Nicholas" <danny@debsinc.com> wrote:

> Please post your CLI output from dahdi show status and dahdi show
channels.
>
> -----Original Message-----
> From: asterisk-users-bounces@lists.digium.com
> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kal Feher
> Sent: Tuesday, May 19, 2009 11:22 AM
> To: asterisk-users@lists.digium.com
> Subject: Re: [asterisk-users] Unable to make outbound calls
>
>
>> Can you make an outbound call after your first incoming call? That's
what
> I
> experienced with 1.4.24.
>
> No I can't. I saw similar threads while searching for a solution, but in
my
> case outbound calls are never possible.
>
>
> Regardless, thank you for your suggestion.
>
> On 19/5/09 4:47 PM, "Kal Feher" <kalman.feher@melbourneit.com.au> wrote:
>
>>> I've got an asterisk 1.4.24 box with dahdi complete 2.1.0.3+2.1.0.2
>>>
>>> I've got a 2 port T2XXP card attached with on T1 currently plugged in.
>>>
>>> Inbound calls work fine, but outbound fail with the rather cryptic:
>>> [May 19 17:28:07] WARNING[11360]: app_dial.c:1237 dial_exec_full: Unable
> to
>>> create channel of type 'DAHDI' (cause 0 - Unknown)
>>>
>>> There are similar threads I've found on the net but they tend to be
> related
> to
>>> dahdi not being loaded or similar. In my case dahdi is loaded and
> channels
>>> visible.
>>>
>>> I've rsync'd a configuration (/etc/asterisk and /etc/dahdi) from another
>>> server that is currently working fine. But still no luck.
>>>
>>> Any hints would be appreciated. In particular if someone can suggest
some
>>> documentation on what _could_ cause a (cause 0 - Unknown) then I can
>>> investigate those.
>>>
>>> Some details below:
>>> <removed in reply to keep email readable>
>

--
Kal


_______________________________________________
-- 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
Back to top
danny at debsinc.com
Guest





PostPosted: Tue May 26, 2009 12:39 pm    Post subject: [asterisk-users] Unable to make outbound calls

Based on this link -
http://www.trixbox.org/forums/vendor-forums-certified/sangoma/a101dx-hangup-
cause-code-90-outbound-calls

I'd check my polarity settings in dahdi.conf. Maybe signaling?

-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kal Feher
Sent: Tuesday, May 26, 2009 8:22 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Unable to make outbound calls

Sorry. I don't get many opportunities to test this system as its live. Here
are the results:

-- Executing [9@DLPN_DialPlan1:1] Dial("SIP/19722-b650fb80", "DAHDI/1")
in new stack
-- Requested transfer capability: 0x00 - SPEECH
-- Called 1
-- Channel 0/1, span 1 got hangup, cause 90
WARNING[6454]: app_dial.c:765 wait_for_answer: Unable to forward voice or
dtmf
-- Hungup 'DAHDI/1-1'
== Everyone is busy/congested at this time (1:0/0/1)


On 20/5/09 3:52 PM, "Danny Nicholas" <danny@debsinc.com> wrote:

Quote:
This all looks ok. What happens if you try to access the DAHDI channel
outside of Asterisk control:
In dialplan
Exten => 9,1,Dial(DAHDI/1)

Dial 9
Get dialtone
Dial number


-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kal Feher
Sent: Wednesday, May 20, 2009 2:55 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Unable to make outbound calls

I attached the show channels in my first post, but removed it to reduce
the

Quote:
length of replies. Here it is again along with show status.
Note that there is only 1 PRI currently attached.

geriatrix*CLI> dahdi show status
Description Alarms IRQ bpviol
CRC4
T2XXP (PCI) Card 0 Span 1 OK 0 0
0

Quote:
T2XXP (PCI) Card 0 Span 2 RED 0 0
0

Quote:

geriatrix*CLI> dahdi show channels
Chan Extension Context Language MOH Interpret
pseudo default default
1 DID_span_1 default
2 DID_span_1 default
3 DID_span_1 default
4 DID_span_1 default
5 DID_span_1 default
6 DID_span_1 default
7 DID_span_1 default
8 DID_span_1 default
9 DID_span_1 default
10 DID_span_1 default
11 DID_span_1 default
12 DID_span_1 default
13 DID_span_1 default
14 DID_span_1 default
15 DID_span_1 default
16 DID_span_1 default
17 DID_span_1 default
18 DID_span_1 default
19 DID_span_1 default
20 DID_span_1 default
21 DID_span_1 default
22 DID_span_1 default
23 DID_span_1 default
25 DID_span_2 default
26 DID_span_2 default
27 DID_span_2 default
28 DID_span_2 default
29 DID_span_2 default
30 DID_span_2 default
31 DID_span_2 default
32 DID_span_2 default
33 DID_span_2 default
34 DID_span_2 default
35 DID_span_2 default
36 DID_span_2 default
37 DID_span_2 default
38 DID_span_2 default
39 DID_span_2 default
40 DID_span_2 default
41 DID_span_2 default
42 DID_span_2 default
43 DID_span_2 default
44 DID_span_2 default
45 DID_span_2 default
46 DID_span_2 default
47 DID_span_2 default



On 19/5/09 6:31 PM, "Danny Nicholas" <danny@debsinc.com> wrote:

> Please post your CLI output from dahdi show status and dahdi show
channels.
>
> -----Original Message-----
> From: asterisk-users-bounces@lists.digium.com
> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kal Feher
> Sent: Tuesday, May 19, 2009 11:22 AM
> To: asterisk-users@lists.digium.com
> Subject: Re: [asterisk-users] Unable to make outbound calls
>
>
>> Can you make an outbound call after your first incoming call? That's
what
> I
> experienced with 1.4.24.
>
> No I can't. I saw similar threads while searching for a solution, but in
my
> case outbound calls are never possible.
>
>
> Regardless, thank you for your suggestion.
>
> On 19/5/09 4:47 PM, "Kal Feher" <kalman.feher@melbourneit.com.au> wrote:
>
>>> I've got an asterisk 1.4.24 box with dahdi complete 2.1.0.3+2.1.0.2
>>>
>>> I've got a 2 port T2XXP card attached with on T1 currently plugged in.
>>>
>>> Inbound calls work fine, but outbound fail with the rather cryptic:
>>> [May 19 17:28:07] WARNING[11360]: app_dial.c:1237 dial_exec_full:
Unable

Quote:
> to
>>> create channel of type 'DAHDI' (cause 0 - Unknown)
>>>
>>> There are similar threads I've found on the net but they tend to be
> related
> to
>>> dahdi not being loaded or similar. In my case dahdi is loaded and
> channels
>>> visible.
>>>
>>> I've rsync'd a configuration (/etc/asterisk and /etc/dahdi) from
another

Quote:
>>> server that is currently working fine. But still no luck.
>>>
>>> Any hints would be appreciated. In particular if someone can suggest
some
>>> documentation on what _could_ cause a (cause 0 - Unknown) then I can
>>> investigate those.
>>>
>>> Some details below:
>>> <removed in reply to keep email readable>
>

--
Kal


_______________________________________________
-- 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
Back to top
kalman.feher at melbourne
Guest





PostPosted: Tue May 26, 2009 12:52 pm    Post subject: [asterisk-users] Unable to make outbound calls

My thoughts exactly. I've tried National2, 4ess and now ni1
ni1 just worked on Asterisk 1.4.22. (failover box I downgraded). So I'm
swapping back to 1.4.24 to test that now.


On 26/5/09 3:34 PM, "Danny Nicholas" <danny@debsinc.com> wrote:

Quote:
Based on this link -
http://www.trixbox.org/forums/vendor-forums-certified/sangoma/a101dx-hangup-
cause-code-90-outbound-calls

I'd check my polarity settings in dahdi.conf. Maybe signaling?

-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kal Feher
Sent: Tuesday, May 26, 2009 8:22 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Unable to make outbound calls

Sorry. I don't get many opportunities to test this system as its live. Here
are the results:

-- Executing [9@DLPN_DialPlan1:1] Dial("SIP/19722-b650fb80", "DAHDI/1")
in new stack
-- Requested transfer capability: 0x00 - SPEECH
-- Called 1
-- Channel 0/1, span 1 got hangup, cause 90
WARNING[6454]: app_dial.c:765 wait_for_answer: Unable to forward voice or
dtmf
-- Hungup 'DAHDI/1-1'
== Everyone is busy/congested at this time (1:0/0/1)


On 20/5/09 3:52 PM, "Danny Nicholas" <danny@debsinc.com> wrote:

> This all looks ok. What happens if you try to access the DAHDI channel
> outside of Asterisk control:
> In dialplan
> Exten => 9,1,Dial(DAHDI/1)
>
> Dial 9
> Get dialtone
> Dial number
>
>
> -----Original Message-----
> From: asterisk-users-bounces@lists.digium.com
> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kal Feher
> Sent: Wednesday, May 20, 2009 2:55 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] Unable to make outbound calls
>
> I attached the show channels in my first post, but removed it to reduce
the
> length of replies. Here it is again along with show status.
> Note that there is only 1 PRI currently attached.
>
> geriatrix*CLI> dahdi show status
> Description Alarms IRQ bpviol
> CRC4
> T2XXP (PCI) Card 0 Span 1 OK 0 0
0
> T2XXP (PCI) Card 0 Span 2 RED 0 0
0
>
> geriatrix*CLI> dahdi show channels
> Chan Extension Context Language MOH Interpret
> pseudo default default
> 1 DID_span_1 default
> 2 DID_span_1 default
> 3 DID_span_1 default
> 4 DID_span_1 default
> 5 DID_span_1 default
> 6 DID_span_1 default
> 7 DID_span_1 default
> 8 DID_span_1 default
> 9 DID_span_1 default
> 10 DID_span_1 default
> 11 DID_span_1 default
> 12 DID_span_1 default
> 13 DID_span_1 default
> 14 DID_span_1 default
> 15 DID_span_1 default
> 16 DID_span_1 default
> 17 DID_span_1 default
> 18 DID_span_1 default
> 19 DID_span_1 default
> 20 DID_span_1 default
> 21 DID_span_1 default
> 22 DID_span_1 default
> 23 DID_span_1 default
> 25 DID_span_2 default
> 26 DID_span_2 default
> 27 DID_span_2 default
> 28 DID_span_2 default
> 29 DID_span_2 default
> 30 DID_span_2 default
> 31 DID_span_2 default
> 32 DID_span_2 default
> 33 DID_span_2 default
> 34 DID_span_2 default
> 35 DID_span_2 default
> 36 DID_span_2 default
> 37 DID_span_2 default
> 38 DID_span_2 default
> 39 DID_span_2 default
> 40 DID_span_2 default
> 41 DID_span_2 default
> 42 DID_span_2 default
> 43 DID_span_2 default
> 44 DID_span_2 default
> 45 DID_span_2 default
> 46 DID_span_2 default
> 47 DID_span_2 default
>
>
>
> On 19/5/09 6:31 PM, "Danny Nicholas" <danny@debsinc.com> wrote:
>
>> Please post your CLI output from dahdi show status and dahdi show
> channels.
>>
>> -----Original Message-----
>> From: asterisk-users-bounces@lists.digium.com
>> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kal Feher
>> Sent: Tuesday, May 19, 2009 11:22 AM
>> To: asterisk-users@lists.digium.com
>> Subject: Re: [asterisk-users] Unable to make outbound calls
>>
>>
>>> Can you make an outbound call after your first incoming call? That's
> what
>> I
>> experienced with 1.4.24.
>>
>> No I can't. I saw similar threads while searching for a solution, but in
> my
>> case outbound calls are never possible.
>>
>>
>> Regardless, thank you for your suggestion.
>>
>> On 19/5/09 4:47 PM, "Kal Feher" <kalman.feher@melbourneit.com.au> wrote:
>>
>>>> I've got an asterisk 1.4.24 box with dahdi complete 2.1.0.3+2.1.0.2
>>>>
>>>> I've got a 2 port T2XXP card attached with on T1 currently plugged in.
>>>>
>>>> Inbound calls work fine, but outbound fail with the rather cryptic:
>>>> [May 19 17:28:07] WARNING[11360]: app_dial.c:1237 dial_exec_full:
Unable
>> to
>>>> create channel of type 'DAHDI' (cause 0 - Unknown)
>>>>
>>>> There are similar threads I've found on the net but they tend to be
>> related
>> to
>>>> dahdi not being loaded or similar. In my case dahdi is loaded and
>> channels
>>>> visible.
>>>>
>>>> I've rsync'd a configuration (/etc/asterisk and /etc/dahdi) from
another
>>>> server that is currently working fine. But still no luck.
>>>>
>>>> Any hints would be appreciated. In particular if someone can suggest
> some
>>>> documentation on what _could_ cause a (cause 0 - Unknown) then I can
>>>> investigate those.
>>>>
>>>> Some details below:
>>>> <removed in reply to keep email readable>
>>

--
Kal


_______________________________________________
-- 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
Back to top
kalman.feher at melbourne
Guest





PostPosted: Tue May 26, 2009 1:07 pm    Post subject: [asterisk-users] Unable to make outbound calls

Ok I've solved the problem. I do not think it was as switchtype issue after
all as it is now working with a national2 configuration.

I need to sort out some of the changes and I'll post back for reference.
However it appears to be some form of parsing order issue between all the
locations that define dahdi trunk groups. What is odd is that this appears
anecdotally to be different between 1.4.22 and 1.4.24. But I'll confirm and
reply.


On 26/5/09 3:46 PM, "Kal Feher" <kalman.feher@melbourneit.com.au> wrote:

Quote:
My thoughts exactly. I've tried National2, 4ess and now ni1
ni1 just worked on Asterisk 1.4.22. (failover box I downgraded). So I'm
swapping back to 1.4.24 to test that now.


On 26/5/09 3:34 PM, "Danny Nicholas" <danny@debsinc.com> wrote:

> Based on this link -
> http://www.trixbox.org/forums/vendor-forums-certified/sangoma/a101dx-hangup-
> cause-code-90-outbound-calls
>
> I'd check my polarity settings in dahdi.conf. Maybe signaling?
>
> -----Original Message-----
> From: asterisk-users-bounces@lists.digium.com
> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kal Feher
> Sent: Tuesday, May 26, 2009 8:22 AM
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> Subject: Re: [asterisk-users] Unable to make outbound calls
>
> Sorry. I don't get many opportunities to test this system as its live. Here
> are the results:
>
> -- Executing [9@DLPN_DialPlan1:1] Dial("SIP/19722-b650fb80", "DAHDI/1")
> in new stack
> -- Requested transfer capability: 0x00 - SPEECH
> -- Called 1
> -- Channel 0/1, span 1 got hangup, cause 90
> WARNING[6454]: app_dial.c:765 wait_for_answer: Unable to forward voice or
> dtmf
> -- Hungup 'DAHDI/1-1'
> == Everyone is busy/congested at this time (1:0/0/1)
>
>
> On 20/5/09 3:52 PM, "Danny Nicholas" <danny@debsinc.com> wrote:
>
>> This all looks ok. What happens if you try to access the DAHDI channel
>> outside of Asterisk control:
>> In dialplan
>> Exten => 9,1,Dial(DAHDI/1)
>>
>> Dial 9
>> Get dialtone
>> Dial number
>>
>>
>> -----Original Message-----
>> From: asterisk-users-bounces@lists.digium.com
>> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kal Feher
>> Sent: Wednesday, May 20, 2009 2:55 AM
>> To: Asterisk Users Mailing List - Non-Commercial Discussion
>> Subject: Re: [asterisk-users] Unable to make outbound calls
>>
>> I attached the show channels in my first post, but removed it to reduce
> the
>> length of replies. Here it is again along with show status.
>> Note that there is only 1 PRI currently attached.
>>
>> geriatrix*CLI> dahdi show status
>> Description Alarms IRQ bpviol
>> CRC4
>> T2XXP (PCI) Card 0 Span 1 OK 0 0
> 0
>> T2XXP (PCI) Card 0 Span 2 RED 0 0
> 0
>>
>> geriatrix*CLI> dahdi show channels
>> Chan Extension Context Language MOH Interpret
>> pseudo default default
>> 1 DID_span_1 default
>> 2 DID_span_1 default
>> 3 DID_span_1 default
>> 4 DID_span_1 default
>> 5 DID_span_1 default
>> 6 DID_span_1 default
>> 7 DID_span_1 default
>> 8 DID_span_1 default
>> 9 DID_span_1 default
>> 10 DID_span_1 default
>> 11 DID_span_1 default
>> 12 DID_span_1 default
>> 13 DID_span_1 default
>> 14 DID_span_1 default
>> 15 DID_span_1 default
>> 16 DID_span_1 default
>> 17 DID_span_1 default
>> 18 DID_span_1 default
>> 19 DID_span_1 default
>> 20 DID_span_1 default
>> 21 DID_span_1 default
>> 22 DID_span_1 default
>> 23 DID_span_1 default
>> 25 DID_span_2 default
>> 26 DID_span_2 default
>> 27 DID_span_2 default
>> 28 DID_span_2 default
>> 29 DID_span_2 default
>> 30 DID_span_2 default
>> 31 DID_span_2 default
>> 32 DID_span_2 default
>> 33 DID_span_2 default
>> 34 DID_span_2 default
>> 35 DID_span_2 default
>> 36 DID_span_2 default
>> 37 DID_span_2 default
>> 38 DID_span_2 default
>> 39 DID_span_2 default
>> 40 DID_span_2 default
>> 41 DID_span_2 default
>> 42 DID_span_2 default
>> 43 DID_span_2 default
>> 44 DID_span_2 default
>> 45 DID_span_2 default
>> 46 DID_span_2 default
>> 47 DID_span_2 default
>>
>>
>>
>> On 19/5/09 6:31 PM, "Danny Nicholas" <danny@debsinc.com> wrote:
>>
>>> Please post your CLI output from dahdi show status and dahdi show
>> channels.
>>>
>>> -----Original Message-----
>>> From: asterisk-users-bounces@lists.digium.com
>>> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kal Feher
>>> Sent: Tuesday, May 19, 2009 11:22 AM
>>> To: asterisk-users@lists.digium.com
>>> Subject: Re: [asterisk-users] Unable to make outbound calls
>>>
>>>
>>>> Can you make an outbound call after your first incoming call? That's
>> what
>>> I
>>> experienced with 1.4.24.
>>>
>>> No I can't. I saw similar threads while searching for a solution, but in
>> my
>>> case outbound calls are never possible.
>>>
>>>
>>> Regardless, thank you for your suggestion.
>>>
>>> On 19/5/09 4:47 PM, "Kal Feher" <kalman.feher@melbourneit.com.au> wrote:
>>>
>>>>> I've got an asterisk 1.4.24 box with dahdi complete 2.1.0.3+2.1.0.2
>>>>>
>>>>> I've got a 2 port T2XXP card attached with on T1 currently plugged in.
>>>>>
>>>>> Inbound calls work fine, but outbound fail with the rather cryptic:
>>>>> [May 19 17:28:07] WARNING[11360]: app_dial.c:1237 dial_exec_full:
> Unable
>>> to
>>>>> create channel of type 'DAHDI' (cause 0 - Unknown)
>>>>>
>>>>> There are similar threads I've found on the net but they tend to be
>>> related
>>> to
>>>>> dahdi not being loaded or similar. In my case dahdi is loaded and
>>> channels
>>>>> visible.
>>>>>
>>>>> I've rsync'd a configuration (/etc/asterisk and /etc/dahdi) from
> another
>>>>> server that is currently working fine. But still no luck.
>>>>>
>>>>> Any hints would be appreciated. In particular if someone can suggest
>> some
>>>>> documentation on what _could_ cause a (cause 0 - Unknown) then I can
>>>>> investigate those.
>>>>>
>>>>> Some details below:
>>>>> <removed in reply to keep email readable>
>>>

--
Kal


_______________________________________________
-- 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
Back to top
kalman.feher at melbourne
Guest





PostPosted: Mon Jun 01, 2009 11:12 am    Post subject: [asterisk-users] Unable to make outbound calls

I've detailed the problem below in case someone else has a similar problem.

At issue was the usage of the following dial command:
From extensions.conf
---
span_1 = DAHDI/g11
1,1,dial(${span_1}/${EXTEN:0})
---

The configuration was rsync'd from a working pair of asterisk servers in
another office. The only difference was the version 1.4.22 for the original
servers that were operating as expected, 1.4.24 and 1.4.24.1 for the new
servers.

Included in both working and non working servers is the following
configuration:
/etc/asterisk/chan_dahdi.conf
---
#include /etc/asterisk/dahdi-channels.conf
---

/etc/asterisk/dahdi-channels.conf
---
; Span 1: TE2/0/1 "T2XXP (PCI) Card 0 Span 1" (MASTER) B8ZS/ESF ClockSource
group=0,11
context=DID_span_1
switchtype = national
signalling = pri_cpe
channel => 1-23
context = default
group = 63
---

/etc/asterisk/users.conf (asterisk 1.4.22 w/ SVN-branch-2.0-r4657 GUI)
---
[span_1]
group = 1
hasexten = no
switchtype = national
signalling = pri_cpe
trunkname = Span 1
trunkstyle = digital ; GUI metadata
hassip = no
hasiax = no
context = DID_span_1
zapchan = 1-23
---

/etc/asterisk/users.conf (asterisk 1.4.24[0-1] w/ SVN-branch-2.0-r4661 GUI)
---
group = 1
hasexten = no
switchtype = national
signalling = pri_cpe
trunkname = Span 1
trunkstyle = digital ; GUI metadata
hassip = no
hasiax = no
context = DID_span_1
zapchan = 1-23
dahdichan = 1-23
---

The dial command above did not work on the second group of servers. Instead
I had to change the group to 1 thus:

From new extensions.conf
---
span_1 = DAHDI/g1
1,1,dial(${span_1}/${EXTEN:0})
---

I can only presume some form of precedence overrides the group configuration
in the recent asterisk installs and not for the servers set up earlier.

On 26/5/09 4:01 PM, "Kal Feher" <kalman.feher@melbourneit.com.au> wrote:

Quote:
Ok I've solved the problem. I do not think it was as switchtype issue after
all as it is now working with a national2 configuration.

I need to sort out some of the changes and I'll post back for reference.
However it appears to be some form of parsing order issue between all the
locations that define dahdi trunk groups. What is odd is that this appears
anecdotally to be different between 1.4.22 and 1.4.24. But I'll confirm and
reply.


On 26/5/09 3:46 PM, "Kal Feher" <kalman.feher@melbourneit.com.au> wrote:

> My thoughts exactly. I've tried National2, 4ess and now ni1
> ni1 just worked on Asterisk 1.4.22. (failover box I downgraded). So I'm
> swapping back to 1.4.24 to test that now.
>
>
> On 26/5/09 3:34 PM, "Danny Nicholas" <danny@debsinc.com> wrote:
>
>> Based on this link -
>> http://www.trixbox.org/forums/vendor-forums-certified/sangoma/a101dx-hangup-
>> cause-code-90-outbound-calls
>>
>> I'd check my polarity settings in dahdi.conf. Maybe signaling?
>>
>> -----Original Message-----
>> From: asterisk-users-bounces@lists.digium.com
>> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kal Feher
>> Sent: Tuesday, May 26, 2009 8:22 AM
>> To: Asterisk Users Mailing List - Non-Commercial Discussion
>> Subject: Re: [asterisk-users] Unable to make outbound calls
>>
>> Sorry. I don't get many opportunities to test this system as its live. Here
>> are the results:
>>
>> -- Executing [9@DLPN_DialPlan1:1] Dial("SIP/19722-b650fb80", "DAHDI/1")
>> in new stack
>> -- Requested transfer capability: 0x00 - SPEECH
>> -- Called 1
>> -- Channel 0/1, span 1 got hangup, cause 90
>> WARNING[6454]: app_dial.c:765 wait_for_answer: Unable to forward voice or
>> dtmf
>> -- Hungup 'DAHDI/1-1'
>> == Everyone is busy/congested at this time (1:0/0/1)
>>
>>
>> On 20/5/09 3:52 PM, "Danny Nicholas" <danny@debsinc.com> wrote:
>>
>>> This all looks ok. What happens if you try to access the DAHDI channel
>>> outside of Asterisk control:
>>> In dialplan
>>> Exten => 9,1,Dial(DAHDI/1)
>>>
>>> Dial 9
>>> Get dialtone
>>> Dial number
>>>
>>>
>>> -----Original Message-----
>>> From: asterisk-users-bounces@lists.digium.com
>>> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kal Feher
>>> Sent: Wednesday, May 20, 2009 2:55 AM
>>> To: Asterisk Users Mailing List - Non-Commercial Discussion
>>> Subject: Re: [asterisk-users] Unable to make outbound calls
>>>
>>> I attached the show channels in my first post, but removed it to reduce
>> the
>>> length of replies. Here it is again along with show status.
>>> Note that there is only 1 PRI currently attached.
>>>
>>> geriatrix*CLI> dahdi show status
>>> Description Alarms IRQ bpviol
>>> CRC4
>>> T2XXP (PCI) Card 0 Span 1 OK 0 0
>> 0
>>> T2XXP (PCI) Card 0 Span 2 RED 0 0
>> 0
>>>
>>> geriatrix*CLI> dahdi show channels
>>> Chan Extension Context Language MOH Interpret
>>> pseudo default default
>>> 1 DID_span_1 default
>>> 2 DID_span_1 default
>>> 3 DID_span_1 default
>>> 4 DID_span_1 default
>>> 5 DID_span_1 default
>>> 6 DID_span_1 default
>>> 7 DID_span_1 default
>>> 8 DID_span_1 default
>>> 9 DID_span_1 default
>>> 10 DID_span_1 default
>>> 11 DID_span_1 default
>>> 12 DID_span_1 default
>>> 13 DID_span_1 default
>>> 14 DID_span_1 default
>>> 15 DID_span_1 default
>>> 16 DID_span_1 default
>>> 17 DID_span_1 default
>>> 18 DID_span_1 default
>>> 19 DID_span_1 default
>>> 20 DID_span_1 default
>>> 21 DID_span_1 default
>>> 22 DID_span_1 default
>>> 23 DID_span_1 default
>>> 25 DID_span_2 default
>>> 26 DID_span_2 default
>>> 27 DID_span_2 default
>>> 28 DID_span_2 default
>>> 29 DID_span_2 default
>>> 30 DID_span_2 default
>>> 31 DID_span_2 default
>>> 32 DID_span_2 default
>>> 33 DID_span_2 default
>>> 34 DID_span_2 default
>>> 35 DID_span_2 default
>>> 36 DID_span_2 default
>>> 37 DID_span_2 default
>>> 38 DID_span_2 default
>>> 39 DID_span_2 default
>>> 40 DID_span_2 default
>>> 41 DID_span_2 default
>>> 42 DID_span_2 default
>>> 43 DID_span_2 default
>>> 44 DID_span_2 default
>>> 45 DID_span_2 default
>>> 46 DID_span_2 default
>>> 47 DID_span_2 default
>>>
>>>
>>>
>>> On 19/5/09 6:31 PM, "Danny Nicholas" <danny@debsinc.com> wrote:
>>>
>>>> Please post your CLI output from dahdi show status and dahdi show
>>> channels.
>>>>
>>>> -----Original Message-----
>>>> From: asterisk-users-bounces@lists.digium.com
>>>> [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Kal Feher
>>>> Sent: Tuesday, May 19, 2009 11:22 AM
>>>> To: asterisk-users@lists.digium.com
>>>> Subject: Re: [asterisk-users] Unable to make outbound calls
>>>>
>>>>
>>>>> Can you make an outbound call after your first incoming call? That's
>>> what
>>>> I
>>>> experienced with 1.4.24.
>>>>
>>>> No I can't. I saw similar threads while searching for a solution, but in
>>> my
>>>> case outbound calls are never possible.
>>>>
>>>>
>>>> Regardless, thank you for your suggestion.
>>>>
>>>> On 19/5/09 4:47 PM, "Kal Feher" <kalman.feher@melbourneit.com.au> wrote:
>>>>
>>>>>> I've got an asterisk 1.4.24 box with dahdi complete 2.1.0.3+2.1.0.2
>>>>>>
>>>>>> I've got a 2 port T2XXP card attached with on T1 currently plugged in.
>>>>>>
>>>>>> Inbound calls work fine, but outbound fail with the rather cryptic:
>>>>>> [May 19 17:28:07] WARNING[11360]: app_dial.c:1237 dial_exec_full:
>> Unable
>>>> to
>>>>>> create channel of type 'DAHDI' (cause 0 - Unknown)
>>>>>>
>>>>>> There are similar threads I've found on the net but they tend to be
>>>> related
>>>> to
>>>>>> dahdi not being loaded or similar. In my case dahdi is loaded and
>>>> channels
>>>>>> visible.
>>>>>>
>>>>>> I've rsync'd a configuration (/etc/asterisk and /etc/dahdi) from
>> another
>>>>>> server that is currently working fine. But still no luck.
>>>>>>
>>>>>> Any hints would be appreciated. In particular if someone can suggest
>>> some
>>>>>> documentation on what _could_ cause a (cause 0 - Unknown) then I can
>>>>>> investigate those.
>>>>>>
>>>>>> Some details below:
>>>>>> <removed in reply to keep email readable>
>>>>

--
Kal


_______________________________________________
-- 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
Back to top
Display posts from previous:   
   AsteriskGuru Archives Forum Index -> Asterisk-Users All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
contact us at: support@asteriskguru.com - asterisKGuru.com © all rights reserved   |   *asterisk is registered trademark of © Digium™