Re: [asterisk-users] mISDN problem

2007-06-20 Thread Ex Vitorino
  You have only one extension in the [incoming] context and that is
  's'. You probably need a different one -- the one the telco sends
  you...

  Ideas:

  1. Try using a generic wildcard such as '_X.' instead of 's', then
   check the CLI after incrementing verbosity to at least 3

   (BTW: don't forget reloading extensions!)

  2. Enable misdn debugging to leve 3 and check its log
  at /var/log/asterisk/misdn.log.
  You will have the destination extension as the dad field, IIRC.

  Good luck
--
  Ex Vito

On 6/20/07, Josu Lazkano [EMAIL PROTECTED] wrote:
 Hello everybody.

 I have an other problem with mISDN.
 The outgoing calls goes perfect, but the incoming no.

 When people call in the CLI puts that:

 *CLI Jun 20 12:32:08 WARNING[2315]: chan_misdn.c:4920 chan_misdn_log:
 Extension can never match, so disconnecting


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

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


Re: [asterisk-users] mISDN problem

2007-06-20 Thread Josu Lazkano

Thank yo very much, it works!

I had a 0 before the number, in misdn.conf -natiolapreffix=0

2007/6/20, Ex Vitorino [EMAIL PROTECTED]:


  You have only one extension in the [incoming] context and that is
  's'. You probably need a different one -- the one the telco sends
  you...

  Ideas:

  1. Try using a generic wildcard such as '_X.' instead of 's', then
   check the CLI after incrementing verbosity to at least 3

   (BTW: don't forget reloading extensions!)

  2. Enable misdn debugging to leve 3 and check its log
  at /var/log/asterisk/misdn.log.
  You will have the destination extension as the dad field, IIRC.

  Good luck
--
  Ex Vito

On 6/20/07, Josu Lazkano [EMAIL PROTECTED] wrote:
 Hello everybody.

 I have an other problem with mISDN.
 The outgoing calls goes perfect, but the incoming no.

 When people call in the CLI puts that:

 *CLI Jun 20 12:32:08 WARNING[2315]: chan_misdn.c:4920 chan_misdn_log:
 Extension can never match, so disconnecting


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

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

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

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

Re: [asterisk-users] mISDN problem

2007-06-15 Thread Ex Vitorino
On 6/13/07, Josu Lazkano [EMAIL PROTECTED] wrote:

 How can I saw the status of the ISDN???


  ...try misdn show stacks or misdn show config. You can also increase
  debug level in /etc/misdn-init.conf... Output will end up in
/var/log/asterisk/misdn.log

  Cheers,
--
  Ex Vito

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

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


Re: [Asterisk-Users] misdn problem

2006-05-30 Thread asterisk

In my extension.conf I have both

[ext-did]
include = ext-did-custom
exten = 0108680550,1,Set(FROM_DID=0108680550)
exten = 0108680550,n,Set(FAX_RX=disabled)
exten = 0108680550,n,Goto(timeconditions,3,1)
exten = _01086805XX,1,Set(FROM_DID=_01086805XX)
exten = _01086805XX,n,Set(FAX_RX=disabled)
exten = _01086805XX,n,Goto(custom-did-route,${EXTEN},1)


and later:
[custom-did-route]
exten = _01086805XX,1,Set(FROM_DID=${EXTEN})
exten = _01086805XX,2,Macro(exten-vm,${EXTEN:7},${EXTEN:7})
exten = _01086805XX,3,VoiceMail([EMAIL PROTECTED]|u)
; ATTENZIONE ! E' necessario remmare una riga in extensions.conf
;exten = exit-FAILED,n,Hangup()
; in [macro-vm]
;

The point is that the dial plan is correct; if it were not, ALL calls
should be lost,
not about 25% dialing the same number;
Insted, you can see ringing BOTH channel 1 of BOTH ISDN Cards; adding
immediate=yes in misdn.conf
seems to slow down the problem, but not completly solve it.

thanks,

Andrea



   
 Tommaso Calosi
 tommaso.calosi.l 
 [EMAIL PROTECTED] To 
 Sent by:  Asterisk Users Mailing List -   
 asterisk-users-bo Non-Commercial Discussion   
 [EMAIL PROTECTED] asterisk-users@lists.digium.com   
 m.com  cc 
   
   Subject 
 29/05/2006 10.47  Re: [Asterisk-Users] misdn problem  
   
   
 Please respond to 
  Asterisk Users   
  Mailing List -   
  Non-Commercial   
Discussion 
 [EMAIL PROTECTED] 
 ists.digium.com  
   
   




In your extension.conf, in the misdn context you defined in
/etc/asterisk/misdn.conf you have to add something linke the following line

[from-pstn]
exten = 0108680550,1,Dial(SIP/201)

If you don't want to have to write a string for each called extension,
you can put something like. Obviously SIP/201 is the phone you wish to
ring.

[from-pstn]
exten = _.,1,Dial(SIP/201)

[EMAIL PROTECTED] wrote:
 I have two HFC ISDN Cards, configured using mISDN on asterisk svn head
1.2

 These two cards are connected to 2 ISDN Lines, receiving calls for 50
 numbers.

 Everything is OK on 75 % and bad on 25 %

 When is bad, In /var/log/asterisk/full I see

 May 26 09:55:28 WARNING[24410] chan_misdn.c: Extension can never match,
so
 disconnecting
 May 26 09:55:28 DEBUG[24410] channel.c: Prodding channel 'mISDN/1-1'
 May 26 09:55:28 DEBUG[24410] channel.c: Scheduling timer at 160 sample
 intervals
 May 26 09:55:28 WARNING[24410] chan_misdn.c: Extension can never match,
so
 disconnecting
 May 26 09:55:28 DEBUG[24410] channel.c: Prodding channel 'mISDN/2-1'
 May 26 09:55:28 DEBUG[24410] channel.c: Scheduling timer at 160 sample
 intervals

 on the asterisk console, if  I set misdn set debug 10, I see

 P[ 1] handle_frm: frm-addr:42000103 frm-prim:3f082
 P[ 1]  -- lib: NEW_CR Ind with l3id:200ec on this port.
 P[ 1]  -- new_process: New L3Id: 200ec
 P[ 1] handle_frm: frm-addr:42000103 frm-prim:30582
 P[ 1] set_channel: bc-channel:0 channel:1
 P[ 1] lib Got Prim: Addr 42000103 prim 30582 dinfo 200ec
 P[ 1] $$$ find_chan: No channel found for oad:3481303064 dad:0108680550
 P[ 0] $$$ find_chan: No channel found with l3id:200ec
 P[ 1] I IND :SETUP oad:3481303064 dad:0108680550
 P[ 1]  -- mode:TE cause:16 ocause:16 rad:
 P[ 1]  -- facility:FAC_NONE out_facility:FAC_NONE
 P[ 1]  -- info_dad: onumplan:0 dnumplan:2 rnumplan:
 P[ 1]  -- screen:0 -- pres:0
 P[ 1]  -- channel:1 caps:Speech pi:0 keypad:
 P[ 1]  -- urate:0 rate:16 mode:0 user1:0
 P[ 1]  -- pid:336 addr:50010102 l3id:200ec
 P[ 1]  -- b_stid:0 layer_id:50010180
 P[ 1]  -- bc:81681d4 h:0 sh:0
 P[ 1] $$$ find_chan: No channel found for oad:3481303064 dad:0108680550
 P[ 1]  -- Bearer: Speech
 P[ 1]  -- Codec: Alaw
 P[ 0]  -- * NEW CHANNEL dad:0108680550 oad:3481303064
 P[ 1] read_config: Getting Config
 P[ 1] config_jb: Called
 P[ 1]  -- * CallGrp: PickupGrp:
 P[ 1] * Queuing chan

Re: [Asterisk-Users] misdn problem

2006-05-29 Thread Tommaso Calosi
In your extension.conf, in the misdn context you defined in 
/etc/asterisk/misdn.conf you have to add something linke the following line


[from-pstn]
exten = 0108680550,1,Dial(SIP/201)

If you don't want to have to write a string for each called extension, 
you can put something like. Obviously SIP/201 is the phone you wish to ring.


[from-pstn]
exten = _.,1,Dial(SIP/201)

[EMAIL PROTECTED] wrote:

I have two HFC ISDN Cards, configured using mISDN on asterisk svn head 1.2

These two cards are connected to 2 ISDN Lines, receiving calls for 50
numbers.

Everything is OK on 75 % and bad on 25 %

When is bad, In /var/log/asterisk/full I see

May 26 09:55:28 WARNING[24410] chan_misdn.c: Extension can never match, so
disconnecting
May 26 09:55:28 DEBUG[24410] channel.c: Prodding channel 'mISDN/1-1'
May 26 09:55:28 DEBUG[24410] channel.c: Scheduling timer at 160 sample
intervals
May 26 09:55:28 WARNING[24410] chan_misdn.c: Extension can never match, so
disconnecting
May 26 09:55:28 DEBUG[24410] channel.c: Prodding channel 'mISDN/2-1'
May 26 09:55:28 DEBUG[24410] channel.c: Scheduling timer at 160 sample
intervals

on the asterisk console, if  I set misdn set debug 10, I see

P[ 1] handle_frm: frm-addr:42000103 frm-prim:3f082
P[ 1]  -- lib: NEW_CR Ind with l3id:200ec on this port.
P[ 1]  -- new_process: New L3Id: 200ec
P[ 1] handle_frm: frm-addr:42000103 frm-prim:30582
P[ 1] set_channel: bc-channel:0 channel:1
P[ 1] lib Got Prim: Addr 42000103 prim 30582 dinfo 200ec
P[ 1] $$$ find_chan: No channel found for oad:3481303064 dad:0108680550
P[ 0] $$$ find_chan: No channel found with l3id:200ec
P[ 1] I IND :SETUP oad:3481303064 dad:0108680550
P[ 1]  -- mode:TE cause:16 ocause:16 rad:
P[ 1]  -- facility:FAC_NONE out_facility:FAC_NONE
P[ 1]  -- info_dad: onumplan:0 dnumplan:2 rnumplan:
P[ 1]  -- screen:0 -- pres:0
P[ 1]  -- channel:1 caps:Speech pi:0 keypad:
P[ 1]  -- urate:0 rate:16 mode:0 user1:0
P[ 1]  -- pid:336 addr:50010102 l3id:200ec
P[ 1]  -- b_stid:0 layer_id:50010180
P[ 1]  -- bc:81681d4 h:0 sh:0
P[ 1] $$$ find_chan: No channel found for oad:3481303064 dad:0108680550
P[ 1]  -- Bearer: Speech
P[ 1]  -- Codec: Alaw
P[ 0]  -- * NEW CHANNEL dad:0108680550 oad:3481303064
P[ 1] read_config: Getting Config
P[ 1] config_jb: Called
P[ 1]  -- * CallGrp: PickupGrp:
P[ 1] * Queuing chan 0x842e8b0
P[ 1] CONTEXT:from-pstn
P[ 1] Tone Indicate:
P[ 1]  -- Busy
P[ 1] misdn_write: * prods us
P[ 1] SENDEVENT: stack-nt:0 stack-uperid:4104
P[ 1] I SEND:DISCONNECT oad:3481303064 dad:00108680550
P[ 1]  -- mode:TE cause:16 ocause:1 rad:
P[ 1]  -- facility:FAC_NONE out_facility:FAC_NONE
P[ 1]  -- info_dad: onumplan:0 dnumplan:2 rnumplan:
P[ 1]  -- screen:0 -- pres:0
P[ 1]  -- channel:1 caps:Speech pi:0 keypad:
P[ 1]  -- urate:0 rate:16 mode:0 user1:0
P[ 1]  -- pid:336 addr:50010102 l3id:200ec
P[ 1]  -- b_stid:0 layer_id:50010180
P[ 1]  -- bc:81681d4 h:0 sh:0
P[ 1] GOT SETUP OK
P[ 1] Freeing Msg on prim:30582
P[ 2] handle_frm: frm-addr:42000203 frm-prim:3f082
P[ 2]  -- lib: NEW_CR Ind with l3id:40076 on this port.
P[ 2]  -- new_process: New L3Id: 40076
P[ 2] handle_frm: frm-addr:42000203 frm-prim:30582
P[ 2] set_channel: bc-channel:0 channel:1
P[ 2] lib Got Prim: Addr 42000203 prim 30582 dinfo 40076
P[ 2] $$$ find_chan: No channel found for oad:3481303064 dad:0108680550
P[ 1] $$$ find_chan: No channel found with l3id:40076
P[ 2] I IND :SETUP oad:3481303064 dad:0108680550
P[ 2]  -- mode:TE cause:16 ocause:16 rad:
P[ 2]  -- facility:FAC_NONE out_facility:FAC_NONE
P[ 2]  -- info_dad: onumplan:0 dnumplan:2 rnumplan:
P[ 2]  -- screen:0 -- pres:0
P[ 2]  -- channel:1 caps:Speech pi:0 keypad:
P[ 2]  -- urate:0 rate:16 mode:0 user1:0
P[ 2]  -- pid:337 addr:50010202 l3id:40076
P[ 2]  -- b_stid:0 layer_id:50010280
P[ 2]  -- bc:8173dec h:0 sh:0
P[ 2] $$$ find_chan: No channel found for oad:3481303064 dad:0108680550
P[ 2]  -- Bearer: Speech
P[ 2]  -- Codec: Alaw
P[ 0]  -- * NEW CHANNEL dad:0108680550 oad:3481303064
P[ 2] read_config: Getting Config
P[ 2] config_jb: Called
P[ 2]  -- * CallGrp: PickupGrp:
P[ 2] * Queuing chan 0x84a8ea0
P[ 2] CONTEXT:from-pstn
P[ 2] Tone Indicate:
P[ 2]  -- Busy
P[ 2] misdn_write: * prods us
P[ 2] SENDEVENT: stack-nt:0 stack-uperid:4204
P[ 2] I SEND:DISCONNECT oad:3481303064 dad:00108680550
P[ 2]  -- mode:TE cause:16 ocause:1 rad:
P[ 2]  -- facility:FAC_NONE out_facility:FAC_NONE
P[ 2]  -- info_dad: onumplan:0 dnumplan:2 rnumplan:
P[ 2]  -- screen:0 -- pres:0
P[ 2]  -- channel:1 caps:Speech pi:0 keypad:
P[ 2]  -- urate:0 rate:16 mode:0 user1:0
P[ 2]  -- pid:337 addr:50010202 l3id:40076
P[ 2]  -- b_stid:0 layer_id:50010280
P[ 2]  -- bc:8173dec h:0 sh:0
P[ 2] GOT SETUP OK
P[ 2] Freeing Msg on prim:30582
P[ 2] MGMT: Short status dinfo 201
P[ 2] MGMT: SSTATUS: L2_ESTABLISH

all the (4) channels were idle at call  time.

Thanks in advance

Andrea

Chi ricevesse questa mail per errore e' gentilmente pregato di cancellarla.

Visitate il sito http://www.frameweb.it


Re: [Asterisk-Users] mISDN Problem

2006-03-30 Thread Benoit Panizzon
Hi

As far as I know you shouldn't use hisax AND mISDN together. Especialy not 
configured for the same card.

Try disabling the hisax driver in your kernel and recompile.

 hisax 442192  0
 crc_ccitt   1952  1 hisax
 isdn  119456  1 hisax
 slhc6240  1 isdn
 mISDN_l2   36064  0
 w6692pci   23692  0
 mISDN_core 74944  2 mISDN_l2,w6692pci


Mit freundlichen GrĂ¼ssen

Benoit Panizzon
-- 
I m p r o W a r e   A G-System Services
__

Zurlindenstrasse 29 Tel  +41 61 826 93 00
CH-4133 PrattelnFax  +41 61 826 93 01
Schweiz Web  http://www.imp.ch
__


pgpordyQbbIwd.pgp
Description: PGP signature
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] misdn problem

2006-03-15 Thread DRi
[EMAIL PROTECTED] wrote on 15.03.2006 14:37:27:

 I am trying to use misdn insted of zaphfc to drive two billion isdn 
cards
 zaphfc is ok, but the problem with cdr and the fact tha you always have 
to
 wait the bristuffed version of asterisk took me to
 try another way.
 so I downloaded the misdn installation script from beronet for the last
 version ( I am using asterisk stable 1.2, so now is 1.2.5)
 wget http://www.beronet.com/downloads/install-misdn-mqueue.tar.gz
 
 tar -zxvf install-misdn-mqueue.tar.gz
 cd /usr/src/install-misdn-mqueue
 make
 make install
 everything OK
 
 /etc/init.d/misdn-init scan
 
 /etc/init.d/misdn-init config
 
 /etc/init.d/misdn-init start
 everything OK
 
 then I modify the /etc/asterisk/misdn.conf, in a very standard way:
 
 [general]
 debug=0
 method=standard
 append_digits2exten=yes
 bridging=yes
 ;tracefile=/var/log/asterisk/misdn.trace
 
 [default]
 immediate=yes
 callgroup=1
 pickupgroup=1
 context=default
 language=it
 ;nationalprefix=0
 ;internationalprefix=00
 rxgain=0
 txgain=0
 dialplan=0
 
 [TEports]
 ports=1,2
 context=from-pstn
 msns=*
 ~
 
 then:
 
 chmod 755 /usr/lib/asterisk/modules
 
 chown asterisk /dev/mISDN* -R
 everything still OK
 
 amportal start (I am using AMP )
 
 OK.
 when I try to access an external line, asterisk crashes with a 
segmentation
 fault;
 the dial string is correct
 ...
 -- Executing GotoIf(SIP/567-bb09, 1?20:21) in new stack
 -- Goto (macro-dialout-trunk,s,20)
 -- Executing SetVar(SIP/567-bb09, the_num=3481303063) in new 
stack
 -- Executing Dial(SIP/567-bb09, misdn/1/3481303063) in new stack
 -- Called 1/3481303063
 Ouch ... error while writing audio data: : Broken pipe
 Segmentation fault (core dumped)
 
 I am using Suse Linux 10, and I switched to default kernel (not SMP)
 [EMAIL PROTECTED]:~ uname -r
 2.6.13-15.8-default
 
 Any help will be gratly appreciated.
 by the way: I read it could be possible to use chan_capi insted of
 chan_misdn, laying on misdn: is it correct:  ?
 
 And if it is, could anybody give me an advice on how ? I tried the 0.6.4
 chan_capi version I succesfully installed on anothe box with Fritz!,
 but in that case the capi driver for Fritz was present.
 
 thank in advance,
 Andrea
maybe try to dial via Dial(misdn/g:TEports/${EXTEN}) inside 
extensions.conf

I encountered a few asterisk-crashes with mISDN as well
as it seems misdn doesn't like digital calls at all and is crashing in 
this case...

yes, it's possible to use chan_capi via misdn/capi you just have to add 
entries for the hfc-cards to your /etc/capi.conf
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] misdn problem

2006-03-15 Thread asterisk

Thank you for your answer.

I tried that syntax with misdn/g:TEports/${EXTEN}, but nothing changes.
what should I write in the /etc/capi.conf ?

If I had a Fritz, I would have

#SuSEconfig.isdn generated
# card  fileproto   io  irq mem cardnr  options
fcpci   -   -   -   -   -   1

but having 2 billion ??? what to write ?

Andrea



   
 [EMAIL PROTECTED] 
 de
 Sent by:   To 
 asterisk-users-bo Asterisk Users Mailing List -   
 [EMAIL PROTECTED] Non-Commercial Discussion   
 m.com asterisk-users@lists.digium.com   
cc 
   
 15/03/2006 14.56  Subject 
   Re: [Asterisk-Users] misdn problem  
   
 Please respond to 
  Asterisk Users   
  Mailing List -   
  Non-Commercial   
Discussion 
 [EMAIL PROTECTED] 
 ists.digium.com  
   
   




[EMAIL PROTECTED] wrote on 15.03.2006 14:37:27:

 I am trying to use misdn insted of zaphfc to drive two billion isdn
cards
 zaphfc is ok, but the problem with cdr and the fact tha you always have
to
 wait the bristuffed version of asterisk took me to
 try another way.
 so I downloaded the misdn installation script from beronet for the last
 version ( I am using asterisk stable 1.2, so now is 1.2.5)
 wget http://www.beronet.com/downloads/install-misdn-mqueue.tar.gz

 tar -zxvf install-misdn-mqueue.tar.gz
 cd /usr/src/install-misdn-mqueue
 make
 make install
 everything OK

 /etc/init.d/misdn-init scan

 /etc/init.d/misdn-init config

 /etc/init.d/misdn-init start
 everything OK

 then I modify the /etc/asterisk/misdn.conf, in a very standard way:

 [general]
 debug=0
 method=standard
 append_digits2exten=yes
 bridging=yes
 ;tracefile=/var/log/asterisk/misdn.trace

 [default]
 immediate=yes
 callgroup=1
 pickupgroup=1
 context=default
 language=it
 ;nationalprefix=0
 ;internationalprefix=00
 rxgain=0
 txgain=0
 dialplan=0

 [TEports]
 ports=1,2
 context=from-pstn
 msns=*
 ~

 then:

 chmod 755 /usr/lib/asterisk/modules

 chown asterisk /dev/mISDN* -R
 everything still OK

 amportal start (I am using AMP )

 OK.
 when I try to access an external line, asterisk crashes with a
segmentation
 fault;
 the dial string is correct
 ...
 -- Executing GotoIf(SIP/567-bb09, 1?20:21) in new stack
 -- Goto (macro-dialout-trunk,s,20)
 -- Executing SetVar(SIP/567-bb09, the_num=3481303063) in new
stack
 -- Executing Dial(SIP/567-bb09, misdn/1/3481303063) in new stack
 -- Called 1/3481303063
 Ouch ... error while writing audio data: : Broken pipe
 Segmentation fault (core dumped)

 I am using Suse Linux 10, and I switched to default kernel (not SMP)
 [EMAIL PROTECTED]:~ uname -r
 2.6.13-15.8-default

 Any help will be gratly appreciated.
 by the way: I read it could be possible to use chan_capi insted of
 chan_misdn, laying on misdn: is it correct:  ?

 And if it is, could anybody give me an advice on how ? I tried the 0.6.4
 chan_capi version I succesfully installed on anothe box with Fritz!,
 but in that case the capi driver for Fritz was present.

 thank in advance,
 Andrea
maybe try to dial via Dial(misdn/g:TEports/${EXTEN}) inside
extensions.conf

I encountered a few asterisk-crashes with mISDN as well
as it seems misdn doesn't like digital calls at all and is crashing in
this case...

yes, it's possible to use chan_capi via misdn/capi you just have to add
entries for the hfc-cards to your /etc/capi.conf
___
--Bandwidth and Colocation provided by Easynews.com --

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



Chi ricevesse questa mail per errore e' gentilmente pregato di cancellarla.

Visitate il sito http://www.frameweb.it

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

Asterisk-Users

Re: [Asterisk-Users] misdn problem

2006-03-15 Thread DRi
##
# mISDN (experimental)   #
##

#avmfritz   -   -   -   -   -   -
#hfcpci -   -   -   -   -   -
#hfcsusb-   -   -   -   -   -
#hfcmulti   -   -   -   -   -   -
#sedlfax-   -   -   -   -   -
#w6692pci   -   -   -   -   -   -

this is out of the gentoo capi.conf - simply uncomment the entry you need

I've never tried 2 hfc-cards - should be the last entry to be 
changed/duplicated with 1/2 for the cardnumber as like your sample

[EMAIL PROTECTED] wrote on 15.03.2006 16:25:01:

 
 Thank you for your answer.
 
 I tried that syntax with misdn/g:TEports/${EXTEN}, but nothing changes.
 what should I write in the /etc/capi.conf ?
 
 If I had a Fritz, I would have
 
 #SuSEconfig.isdn generated
 # card  fileproto   io  irq mem cardnr  options
 fcpci   -   -   -   -   -   1
 
 but having 2 billion ??? what to write ?
 
 Andrea
 
 
 
  
  [EMAIL PROTECTED]  
  de  
  Sent by: To 
  asterisk-users-bo Asterisk Users Mailing List -  
  [EMAIL PROTECTED] Non-Commercial Discussion  
  m.com asterisk-users@lists.digium.com 
 
 cc 
  
  15/03/2006 14.56 Subject 
Re: [Asterisk-Users] misdn 
problem 
  
  Please respond to  
   Asterisk Users  
   Mailing List -  
   Non-Commercial  
 Discussion  
  [EMAIL PROTECTED]  
  ists.digium.com  
  
  
 
 
 
 
 [EMAIL PROTECTED] wrote on 15.03.2006 14:37:27:
 
  I am trying to use misdn insted of zaphfc to drive two billion isdn
 cards
  zaphfc is ok, but the problem with cdr and the fact tha you always 
have
 to
  wait the bristuffed version of asterisk took me to
  try another way.
  so I downloaded the misdn installation script from beronet for the 
last
  version ( I am using asterisk stable 1.2, so now is 1.2.5)
  wget http://www.beronet.com/downloads/install-misdn-mqueue.tar.gz
 
  tar -zxvf install-misdn-mqueue.tar.gz
  cd /usr/src/install-misdn-mqueue
  make
  make install
  everything OK
 
  /etc/init.d/misdn-init scan
 
  /etc/init.d/misdn-init config
 
  /etc/init.d/misdn-init start
  everything OK
 
  then I modify the /etc/asterisk/misdn.conf, in a very standard way:
 
  [general]
  debug=0
  method=standard
  append_digits2exten=yes
  bridging=yes
  ;tracefile=/var/log/asterisk/misdn.trace
 
  [default]
  immediate=yes
  callgroup=1
  pickupgroup=1
  context=default
  language=it
  ;nationalprefix=0
  ;internationalprefix=00
  rxgain=0
  txgain=0
  dialplan=0
 
  [TEports]
  ports=1,2
  context=from-pstn
  msns=*
  ~
 
  then:
 
  chmod 755 /usr/lib/asterisk/modules
 
  chown asterisk /dev/mISDN* -R
  everything still OK
 
  amportal start (I am using AMP )
 
  OK.
  when I try to access an external line, asterisk crashes with a
 segmentation
  fault;
  the dial string is correct
  ...
  -- Executing GotoIf(SIP/567-bb09, 1?20:21) in new stack
  -- Goto (macro-dialout-trunk,s,20)
  -- Executing SetVar(SIP/567-bb09, the_num=3481303063) in new
 stack
  -- Executing Dial(SIP/567-bb09, misdn/1/3481303063) in new 
stack
  -- Called 1/3481303063
  Ouch ... error while writing audio data: : Broken pipe
  Segmentation fault (core dumped)
 
  I am using Suse Linux 10, and I switched to default kernel (not SMP)
  [EMAIL PROTECTED]:~ uname -r
  2.6.13-15.8-default
 
  Any help will be gratly appreciated.
  by the way: I read it could be possible to use chan_capi insted of
  chan_misdn, laying on misdn: is it correct:  ?
 
  And if it is, could anybody give me an advice on how ? I tried the 
0.6.4
  chan_capi version I succesfully installed on anothe box with Fritz!,
  but in that case the capi driver for Fritz was present.
 
  thank in advance,
  Andrea
 maybe try to dial via Dial(misdn/g:TEports/${EXTEN}) inside
 extensions.conf
 
 I encountered a few asterisk-crashes with mISDN as well
 as it seems misdn doesn't like digital calls at all and is crashing in
 this case...
 
 yes, it's possible to use chan_capi via misdn/capi you just have to add
 entries for the hfc-cards to your /etc/capi.conf
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 
 Chi ricevesse questa mail per errore e' gentilmente pregato di 
cancellarla.
 
 Visitate il sito http://www.frameweb.it
 
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options