RE: [asterisk-users] Diva Server V-BRI-2 and internal numbers

2006-12-14 Thread Gregory Duchatelet
 It looks like 107 is busy ;-)
 Please increase verbosity, like
   set verbose 5
   capi debug
 to see what is happening.

Hi Armin,

Verbose was at 30 :)
107 is not busy since i can call it from 102, which is another internal
phone. All internal phones are busy for Asterisk...

Here is the log with verbose at 100 and capi debug enabled :


-- Executing Dial(SIP/Greg-081f5a10, CAPI/ISDN1/b:107||rtT) in new
stack
data = ISDN1/b:107
parsed dialstring: 'ISDN1' 'b' '107' ''
capi request for interface 'ISDN1'
parsed dialstring: 'ISDN1' 'b' '107' ''
  == ISDN1: Call CAPI/ISDN1/107-1e   (pres=0x00, ton=0x00)
CONNECT_REQ ID=001 #0x1002 LEN=0047
  Controller/PLCI/NCCI= 0x1
  CIPValue= 0x1
  CalledPartyNumber   = 80107
  CallingPartyNumber  = 00 80b
  CalledPartySubaddress   = default
  CallingPartySubaddress  = default
  BProtocol
   B1protocol = 0x1
   B2protocol = 0x1
   B3protocol = 0x0
   B1configuration= default
   B2configuration= default
   B3configuration= default
   GlobalConfiguration= default
  BC  = default
  LLC = default
  HLC = default
  AdditionalInfo
   BChannelinformation= 00 00
   Keypadfacility = default
   Useruserdata   = default
   Facilitydataarray  = default
   SendingComplete= default

-- Called ISDN1/b:107
CAPI devicestate requested for ISDN1/107
CAPI devicestate requested for ISDN1/107
CONNECT_CONF ID=001 #0x1002 LEN=0014
  Controller/PLCI/NCCI= 0x101
  Info= 0x0

-- ISDN1: received CONNECT_CONF PLCI = 0x101
INFO_IND ID=001 #0x11a8 LEN=0016
  Controller/PLCI/NCCI= 0x101
  InfoNumber  = 0x18
  InfoElement = 8a

INFO_RESP ID=001 #0x11a8 LEN=0012
  Controller/PLCI/NCCI= 0x101

-- ISDN1: info element CHANNEL IDENTIFICATION 8a
INFO_IND ID=001 #0x11a9 LEN=0015
  Controller/PLCI/NCCI= 0x101
  InfoNumber  = 0x800d
  InfoElement = default

INFO_RESP ID=001 #0x11a9 LEN=0012
  Controller/PLCI/NCCI= 0x101

-- ISDN1: info element SETUP ACK
INFO_IND ID=001 #0x11ab LEN=0015
  Controller/PLCI/NCCI= 0x101
  InfoNumber  = 0x8002
  InfoElement = default

INFO_RESP ID=001 #0x11ab LEN=0012
  Controller/PLCI/NCCI= 0x101

-- ISDN1: info element CALL PROCEEDING
-- CAPI/ISDN1/107-1e is proceeding passing it to SIP/Greg-081f5a10
INFO_IND ID=001 #0x11ad LEN=0037
  Controller/PLCI/NCCI= 0x101
  InfoNumber  = 0x1c
  InfoElement = 91 a1 13 02 02 8f 02 01 2200a a1
05003 02 01 00 82 01 01

INFO_RESP ID=001 #0x11ad LEN=0012
  Controller/PLCI/NCCI= 0x101

-- ISDN1: info element FACILITY
INFO_IND ID=001 #0x11ae LEN=0017
  Controller/PLCI/NCCI= 0x101
  InfoNumber  = 0x8
  InfoElement = 81 d8

INFO_RESP ID=001 #0x11ae LEN=0012
  Controller/PLCI/NCCI= 0x101

-- ISDN1: info element CAUSE 81 d8
INFO_IND ID=001 #0x11af LEN=0015
  Controller/PLCI/NCCI= 0x101
  InfoNumber  = 0x8045
  InfoElement = default

INFO_RESP ID=001 #0x11af LEN=0012
  Controller/PLCI/NCCI= 0x101

-- ISDN1: info element DISCONNECT
-- ISDN1: Disconnect case 1
-- CAPI/ISDN1/107-1e is busy
  == ISDN1: CAPI Hangingup
-- ISDN1: activehangingup (cause=88)
DISCONNECT_REQ ID=001 #0x1003 LEN=0018
  Controller/PLCI/NCCI= 0x101
  AdditionalInfo
   BChannelinformation= default
   Keypadfacility = default
   Useruserdata   = default
   Facilitydataarray  = default
   SendingComplete= default

  == Everyone is busy/congested at this time (1:1/0/0)
-- Executing Hangup(SIP/Greg-081f5a10, ) in new stack
  == Spawn extension (macro-appel_sortant, s, 2) exited non-zero on
'SIP/Greg-081f5a10' in macro 'appel_sortant'
  == Spawn extension (macro-appel_sortant, s, 2) exited non-zero on
'SIP/Greg-081f5a10'
CAPI devicestate requested for ISDN1/107
CAPI devicestate requested for ISDN1/107
DISCONNECT_CONF ID=001 #0x1003 LEN=0014
  Controller/PLCI/NCCI= 0x101
  Info= 0x0

INFO_IND ID=001 #0x11b1 LEN=0015
  Controller/PLCI/NCCI= 0x101
  InfoNumber  = 0x805a
  InfoElement = default

INFO_RESP ID=001 #0x11b1 LEN=0012
  Controller/PLCI/NCCI= 0x101

-- ISDN1: info element RELEASE COMPLETE
DISCONNECT_IND ID=001 #0x11b3 

RE: [asterisk-users] Diva Server V-BRI-2 and internal numbers

2006-12-14 Thread Armin Schindler
On Thu, 14 Dec 2006, Gregory Duchatelet wrote:
  It looks like 107 is busy ;-)
  Please increase verbosity, like
set verbose 5
capi debug
  to see what is happening.
 
 Hi Armin,
 
 Verbose was at 30 :)
 107 is not busy since i can call it from 102, which is another internal
 phone. All internal phones are busy for Asterisk...
 
 Here is the log with verbose at 100 and capi debug enabled :
 
I should have seen that in your first email: your dialstring is
wrong. You set 'b' as callerid for that call. I assume you want to have
early-B3, so you should do
  Dial(CAPI/ISDN1/107/b)

Armin

 
 -- Executing Dial(SIP/Greg-081f5a10, CAPI/ISDN1/b:107||rtT) in new
 stack
 data = ISDN1/b:107
 parsed dialstring: 'ISDN1' 'b' '107' ''
 capi request for interface 'ISDN1'
 parsed dialstring: 'ISDN1' 'b' '107' ''
   == ISDN1: Call CAPI/ISDN1/107-1e   (pres=0x00, ton=0x00)
 CONNECT_REQ ID=001 #0x1002 LEN=0047
   Controller/PLCI/NCCI= 0x1
   CIPValue= 0x1
   CalledPartyNumber   = 80107
   CallingPartyNumber  = 00 80b
   CalledPartySubaddress   = default
   CallingPartySubaddress  = default
   BProtocol
B1protocol = 0x1
B2protocol = 0x1
B3protocol = 0x0
B1configuration= default
B2configuration= default
B3configuration= default
GlobalConfiguration= default
   BC  = default
   LLC = default
   HLC = default
   AdditionalInfo
BChannelinformation= 00 00
Keypadfacility = default
Useruserdata   = default
Facilitydataarray  = default
SendingComplete= default
 
 -- Called ISDN1/b:107
 CAPI devicestate requested for ISDN1/107
 CAPI devicestate requested for ISDN1/107
 CONNECT_CONF ID=001 #0x1002 LEN=0014
   Controller/PLCI/NCCI= 0x101
   Info= 0x0
 
 -- ISDN1: received CONNECT_CONF PLCI = 0x101
 INFO_IND ID=001 #0x11a8 LEN=0016
   Controller/PLCI/NCCI= 0x101
   InfoNumber  = 0x18
   InfoElement = 8a
 
 INFO_RESP ID=001 #0x11a8 LEN=0012
   Controller/PLCI/NCCI= 0x101
 
 -- ISDN1: info element CHANNEL IDENTIFICATION 8a
 INFO_IND ID=001 #0x11a9 LEN=0015
   Controller/PLCI/NCCI= 0x101
   InfoNumber  = 0x800d
   InfoElement = default
 
 INFO_RESP ID=001 #0x11a9 LEN=0012
   Controller/PLCI/NCCI= 0x101
 
 -- ISDN1: info element SETUP ACK
 INFO_IND ID=001 #0x11ab LEN=0015
   Controller/PLCI/NCCI= 0x101
   InfoNumber  = 0x8002
   InfoElement = default
 
 INFO_RESP ID=001 #0x11ab LEN=0012
   Controller/PLCI/NCCI= 0x101
 
 -- ISDN1: info element CALL PROCEEDING
 -- CAPI/ISDN1/107-1e is proceeding passing it to SIP/Greg-081f5a10
 INFO_IND ID=001 #0x11ad LEN=0037
   Controller/PLCI/NCCI= 0x101
   InfoNumber  = 0x1c
   InfoElement = 91 a1 13 02 02 8f 02 01 2200a a1
 05003 02 01 00 82 01 01
 
 INFO_RESP ID=001 #0x11ad LEN=0012
   Controller/PLCI/NCCI= 0x101
 
 -- ISDN1: info element FACILITY
 INFO_IND ID=001 #0x11ae LEN=0017
   Controller/PLCI/NCCI= 0x101
   InfoNumber  = 0x8
   InfoElement = 81 d8
 
 INFO_RESP ID=001 #0x11ae LEN=0012
   Controller/PLCI/NCCI= 0x101
 
 -- ISDN1: info element CAUSE 81 d8
 INFO_IND ID=001 #0x11af LEN=0015
   Controller/PLCI/NCCI= 0x101
   InfoNumber  = 0x8045
   InfoElement = default
 
 INFO_RESP ID=001 #0x11af LEN=0012
   Controller/PLCI/NCCI= 0x101
 
 -- ISDN1: info element DISCONNECT
 -- ISDN1: Disconnect case 1
 -- CAPI/ISDN1/107-1e is busy
   == ISDN1: CAPI Hangingup
 -- ISDN1: activehangingup (cause=88)
 DISCONNECT_REQ ID=001 #0x1003 LEN=0018
   Controller/PLCI/NCCI= 0x101
   AdditionalInfo
BChannelinformation= default
Keypadfacility = default
Useruserdata   = default
Facilitydataarray  = default
SendingComplete= default
 
   == Everyone is busy/congested at this time (1:1/0/0)
 -- Executing Hangup(SIP/Greg-081f5a10, ) in new stack
   == Spawn extension (macro-appel_sortant, s, 2) exited non-zero on
 'SIP/Greg-081f5a10' in macro 'appel_sortant'
   == Spawn extension (macro-appel_sortant, s, 2) exited non-zero on
 'SIP/Greg-081f5a10'
 CAPI devicestate requested for ISDN1/107
 CAPI devicestate requested for ISDN1/107
 DISCONNECT_CONF ID=001 #0x1003 LEN=0014
   Controller/PLCI/NCCI 

Re: [asterisk-users] Diva Server V-BRI-2 and internal numbers

2006-12-13 Thread Armin Schindler
On Wed, 13 Dec 2006, Gregory Duchatelet wrote:
 Hi,
 
 I have an asterisk with a DIVA Server V-BRI-2 card, connected to a Siemens
 PABX. From a SIP phone, I can call other internal SIP phones, external
 numbers (to PSTN), but I can't call internal phones connected to the
 internal phone network.
 
 When I call 107, which is an internal phone, heres the logs from asterisk:
 
  
 
 -- Executing Dial(SIP/Greg-081f5a10, CAPI/ISDN1/b:107||rtT) in new
 stack
 
 -- Called ISDN1/b:107
 
 -- CAPI/ISDN1/107-1a is proceeding passing it to SIP/Greg-081f5a10
 
 -- CAPI/ISDN1/107-1a is busy
 
   == ISDN1: CAPI Hangingup
 
   == Everyone is busy/congested at this time (1:1/0/0)
 
 -- Executing Hangup(SIP/Greg-081f5a10, ) in new stack
 
   == Spawn extension (macro-appel_sortant, s, 2) exited non-zero on
 'SIP/Greg-081f5a10' in macro 'appel_sortant'
 
   == Spawn extension (macro-appel_sortant, s, 2) exited non-zero on
 'SIP/Greg-081f5a10'
 
  
 
 BUT! If I call an internal isdn number like 122 which is a fax, the call is
 answered.
  
 
 How can I call 107 ?

It looks like 107 is busy ;-)
Please increase verbosity, like
  set verbose 5
  capi debug
to see what is happening.

Armin

___
--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