Hello,
I recently received a CelLine ISDN FCT:
http://www.audiotel.it/EN/PRODOTTI/prodotti.asp?fam=1&prod=24
I'm trying to make it work with asterisk using chan_misdn, but i've
found a reproducible problem:
1) I place a call on channel 1
2) I place another call on channel 2
3) Hang up channel 2 call, and the channel 1 is also hung up.
The CelLine can be set up in NT or TE mode, PTP or PTMP. I only tested
NT mode, though (asterisk setup as TE).
Just to discard a faulty unit, I installed a bristuffed asterisk, and
showed no problems.
I'm using asterisk 1.4.2, and misdn 1.1.2. The card is a 1port HFC
card (Billion).
Here is the misdn configuration:
Misdn General-Config:
-> misdn_init: /etc/misdn-init.conf -> debug: 0
-> tracefile: /var/log/asterisk/misdn.log -> bridging: no
-> stop_tone_after_first_digit: yes -> append_digits2exten: yes
-> dynamic_crypt: no -> crypt_prefix: **
-> crypt_keys: test,muh -> ntdebugflags: 0
-> ntdebugfile: /var/log/misdn-nt.log
[PORT 1]
-> name: xacom -> allowed_bearers: all
-> far_alerting: no -> rxgain: 0
-> txgain: 0 -> te_choose_channel: no
-> pmp_l1_check: yes -> reject_cause: 16
-> block_on_alarm: no -> hdlc: no
-> context: from-xacom -> language: es
-> musicclass: default -> callerid:
-> method: round_robin -> dialplan: 0
-> localdialplan: 0 -> cpndialplan: 0
-> nationalprefix: -> internationalprefix: 00
-> presentation: -1 -> screen: -1
-> always_immediate: no -> nodialtone: no
-> immediate: no -> senddtmf: yes
-> hold_allowed: no -> early_bconnect: yes
-> incoming_early_audio: no -> echocancel: 0
-> need_more_infos: no -> noautorespond_on_setup: no
-> nttimeout: no -> jitterbuffer: 4000
-> jitterbuffer_upper_threshold: 0 -> callgroup:
-> pickupgroup: -> max_incoming: -1
-> max_outgoing: -1 -> l1watcher_timeout: 0
-> overlapdial: 0 -> msns: *
-> faxdetect: no -> faxdetect_context:
-> faxdetect_timeout: 5 -> ptp: no
It says ptp:no, but having a quick look at misdn_config.c, it could
only be "yes" for NT_PTP :-?
---------
And here is a sample call. I use prefix 25 to route calls through
MISDN/1. First call is to Number 6XXXXXXXX. 2nd call is to number 123
(voicemail).
-- Executing [EMAIL PROTECTED]:1]
Dial("SIP/201-09181f08", "MISDN/1/6XXXXXXXX") in new stack
P[ 0] --> * NEW CHANNEL dad:6XXXXXXXX oad:(null)
P[ 1] * Queuing chan 0x917da78
P[ 1] read_config: Getting Config
P[ 1] --> TON: Unknown
P[ 1] --> LTON: Unknown
P[ 1] --> CTON: Unknown
P[ 1] * CALL: 1/6XXXXXXXX
P[ 1] --> * dad:6XXXXXXXX tech:mISDN/0-u12 ctx:from-xacom
P[ 1] --> * adding2newbc ext 6XXXXXXXX
P[ 1] --> * adding2newbc callerid 201
P[ 1] --> pres: -1 screen: -1
P[ 1] --> pres: 0
P[ 1] --> PRES: Allowed (0x0)
P[ 1] --> SCREEN: Unscreened (0x0)
P[ 1] NO OPTS GIVEN
P[ 1] I SEND:SETUP oad:201 dad:6XXXXXXXX pid:4
P[ 1] --> bc_state:BCHAN_CLEANED
P[ 1] --> channel:0 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:0
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:0 l3id:30001 b_stid:0 layer_id:50010180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] --> found chan: 1
P[ 1] --> found channel: 1
P[ 1] set_chan_in_stack: 1
P[ 1] --> new_l3id 30003
P[ 1] NO USERUESRINFO ENCODED
P[ 1] --> * SEND: State Dialing pid:4
-- Called 1/6XXXXXXXX
P[ 1] Sending msg, prim:30580 addr:41000104 dinfo:30003
P[ 1] handle_frm: frm->addr:42000103 frm->prim:30d82
P[ 1] set_channel: bc->channel:1 channel:1
P[ 1] I IND :NEW_CHANNEL oad:201 dad:6XXXXXXXX pid:4 state:CALLING
P[ 1] --> channel:1 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:0
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:0 l3id:30003 b_stid:0 layer_id:50010180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] --> bc_state:BCHAN_CLEANED
P[ 1] --> updating channel name to [mISDN/1-u13]
P[ 1] setup_bc: with dsp
P[ 1] --> Channel is 1
P[ 1] --> TRANSPARENT Mode
P[ 1] set_chan_in_stack: 1
P[ 1] channel already in use:1
P[ 1] I IND :SETUP_ACKNOWLEDGE oad:201 dad:6XXXXXXXX pid:4 state:CALLING
P[ 1] --> channel:1 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:0
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:50010102 l3id:30003 b_stid:10010100 layer_id:50010180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] --> bc_state:BCHAN_ACTIVATED
P[ 1] --> updating channel name to [mISDN/1-u14]
P[ 1] BCHAN: bchan ACT Confirm pid:4
P[ 1] handle_frm: frm->addr:42000103 frm->prim:30282
P[ 1] set_channel: bc->channel:1 channel:1
P[ 1] I IND :NEW_CHANNEL oad:201 dad:6XXXXXXXX pid:4 state:CALLING_ACKNOWLEDGE
P[ 1] --> channel:1 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:0
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:50010102 l3id:30003 b_stid:10010100 layer_id:50010180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] --> bc_state:BCHAN_ACTIVATED
P[ 1] --> updating channel name to [mISDN/1-u15]
P[ 1] $$$ bc already upsetted stid :10010100 (state:BCHAN_ACTIVATED)
P[ 1] set_chan_in_stack: 1
P[ 1] channel already in use:1
P[ 1] I IND :PROCEEDING oad:201 dad:6XXXXXXXX pid:4 state:CALLING_ACKNOWLEDGE
P[ 1] --> channel:1 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:0
P[ 1] --> caps:Speech pi:8 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:50010102 l3id:30003 b_stid:10010100 layer_id:50010180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] --> bc_state:BCHAN_ACTIVATED
P[ 1] --> updating channel name to [mISDN/1-u16]
-- mISDN/1-u16 is proceeding passing it to SIP/201-09181f08
P[ 1] handle_frm: frm->addr:42000103 frm->prim:30182
P[ 1] $$$ bc already upsetted stid :10010100 (state:BCHAN_ACTIVATED)
P[ 1] set_chan_in_stack: 1
P[ 1] channel already in use:1
P[ 1] I IND :ALERTING oad:201 dad:6XXXXXXXX pid:4 state:PROCEEDING
P[ 1] --> channel:1 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:0
P[ 1] --> caps:Speech pi:8 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:50010102 l3id:30003 b_stid:10010100 layer_id:50010180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] --> bc_state:BCHAN_ACTIVATED
P[ 1] --> updating channel name to [mISDN/1-u17]
P[ 1] Starting Tones, we have inband Data
-- mISDN/1-u17 is ringing
P[ 1] handle_frm: frm->addr:42000103 frm->prim:30782
P[ 1] $$$ bc already upsetted stid :10010100 (state:BCHAN_ACTIVATED)
P[ 1] set_chan_in_stack: 1
P[ 1] channel already in use:1
P[ 1] I IND :CONNECT oad:201 dad:6XXXXXXXX pid:4 state:ALERTING
P[ 1] --> channel:1 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:50010102 l3id:30003 b_stid:10010100 layer_id:50010180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] --> bc_state:BCHAN_ACTIVATED
P[ 1] I SEND:CONNECT_ACKNOWLEDGE oad:201 dad:6XXXXXXXX pid:4
P[ 1] --> bc_state:BCHAN_ACTIVATED
P[ 1] --> channel:1 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:50010102 l3id:30003 b_stid:10010100 layer_id:50010180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] $$$ bc already upsetted stid :10010100 (state:BCHAN_ACTIVATED)
P[ 1] ph_control: c1:2100 c2:0
P[ 1] ec_enable
P[ 1] --> None
-- mISDN/1-u17 answered SIP/201-09181f08
P[ 1] Sending msg, prim:30783 addr:41000104 dinfo:30003
NOTE: Leaving that call active, I make another call
-- Starting simple switch on 'Zap/1-1'
-- Executing [EMAIL PROTECTED]:1] Dial("Zap/1-1",
"MISDN/1/123") in new stack
P[ 0] --> * NEW CHANNEL dad:123 oad:(null)
P[ 1] * Queuing chan 0x91a0058
P[ 1] read_config: Getting Config
P[ 1] --> TON: Unknown
P[ 1] --> LTON: Unknown
P[ 1] --> CTON: Unknown
P[ 1] * CALL: 1/123
P[ 1] --> * dad:123 tech:mISDN/0-u18 ctx:from-xacom
P[ 1] --> * adding2newbc ext 123
P[ 1] --> * adding2newbc callerid 220
P[ 1] --> pres: -1 screen: -1
P[ 1] --> pres: 0
P[ 1] --> PRES: Allowed (0x0)
P[ 1] --> SCREEN: Unscreened (0x0)
P[ 1] NO OPTS GIVEN
P[ 1] I SEND:SETUP oad:220 dad:123 pid:5
P[ 1] --> bc_state:BCHAN_CLEANED
P[ 1] --> channel:0 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:0
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:0 l3id:30002 b_stid:0 layer_id:50020180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] --> found chan: 2
P[ 1] --> found channel: 2
P[ 1] set_chan_in_stack: 2
P[ 1] --> new_l3id 30004
P[ 1] NO USERUESRINFO ENCODED
P[ 1] --> * SEND: State Dialing pid:5
-- Called 1/123
P[ 1] Sending msg, prim:30580 addr:41000104 dinfo:30004
P[ 1] handle_frm: frm->addr:42000103 frm->prim:30d82
P[ 1] set_channel: bc->channel:2 channel:2
P[ 1] I IND :NEW_CHANNEL oad:220 dad:123 pid:5 state:CALLING
P[ 1] --> channel:2 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:0
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:0 l3id:30004 b_stid:0 layer_id:50020180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] --> bc_state:BCHAN_CLEANED
P[ 1] --> updating channel name to [mISDN/2-u19]
P[ 1] setup_bc: with dsp
P[ 1] --> Channel is 2
P[ 1] --> TRANSPARENT Mode
P[ 1] set_chan_in_stack: 2
P[ 1] channel already in use:2
P[ 1] I IND :SETUP_ACKNOWLEDGE oad:220 dad:123 pid:5 state:CALLING
P[ 1] --> channel:2 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:0
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:50020102 l3id:30004 b_stid:10020100 layer_id:50020180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] --> bc_state:BCHAN_ACTIVATED
P[ 1] --> updating channel name to [mISDN/2-u20]
P[ 1] BCHAN: bchan ACT Confirm pid:5
P[ 1] handle_frm: frm->addr:42000103 frm->prim:30282
P[ 1] set_channel: bc->channel:2 channel:2
P[ 1] I IND :NEW_CHANNEL oad:220 dad:123 pid:5 state:CALLING_ACKNOWLEDGE
P[ 1] --> channel:2 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:0
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:50020102 l3id:30004 b_stid:10020100 layer_id:50020180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] --> bc_state:BCHAN_ACTIVATED
P[ 1] --> updating channel name to [mISDN/2-u21]
P[ 1] $$$ bc already upsetted stid :10020100 (state:BCHAN_ACTIVATED)
P[ 1] set_chan_in_stack: 2
P[ 1] channel already in use:2
P[ 1] I IND :PROCEEDING oad:220 dad:123 pid:5 state:CALLING_ACKNOWLEDGE
P[ 1] --> channel:2 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:0
P[ 1] --> caps:Speech pi:8 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:50020102 l3id:30004 b_stid:10020100 layer_id:50020180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] --> bc_state:BCHAN_ACTIVATED
P[ 1] --> updating channel name to [mISDN/2-u22]
-- mISDN/2-u22 is proceeding passing it to Zap/1-1
P[ 1] handle_frm: frm->addr:42000103 frm->prim:30782
P[ 1] $$$ bc already upsetted stid :10020100 (state:BCHAN_ACTIVATED)
P[ 1] set_chan_in_stack: 2
P[ 1] channel already in use:2
P[ 1] I IND :CONNECT oad:220 dad:123 pid:5 state:PROCEEDING
P[ 1] --> channel:2 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:50020102 l3id:30004 b_stid:10020100 layer_id:50020180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] --> bc_state:BCHAN_ACTIVATED
P[ 1] I SEND:CONNECT_ACKNOWLEDGE oad:220 dad:123 pid:5
P[ 1] --> bc_state:BCHAN_ACTIVATED
P[ 1] --> channel:2 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:50020102 l3id:30004 b_stid:10020100 layer_id:50020180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] $$$ bc already upsetted stid :10020100 (state:BCHAN_ACTIVATED)
P[ 1] ph_control: c1:2100 c2:0
P[ 1] ec_enable
P[ 1] --> None
-- mISDN/2-u22 answered Zap/1-1
P[ 1] Sending msg, prim:30783 addr:41000104 dinfo:30004
NOTE: THIS IS WHEN I HANGUP UP ZAP/1 (analog phone connected to fxs
port of tdm400)
P[ 1] * IND : HANGUP pid:5 ctx:from-xacom dad: oad:25123 State:CONNECTED
P[ 1] --> l3id:30004
P[ 1] --> cause:16
P[ 1] --> out_cause:16
P[ 1] --> state:CONNECTED
P[ 1] I SEND:DISCONNECT oad:220 dad:123 pid:5
P[ 1] --> bc_state:BCHAN_ACTIVATED
P[ 1] --> channel:2 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:50020102 l3id:30004 b_stid:10020100 layer_id:50020180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] --> Channel: mISDN/2-u22 hanguped new state:CLEANING
== Spawn extension (from-internal, 25123, 1) exited non-zero on 'Zap/1-1'
-- Executing [EMAIL PROTECTED]:1] Macro("Zap/1-1", "hangupcall") in new stack
-- Executing [EMAIL PROTECTED]:1] ResetCDR("Zap/1-1", "w") in new stack
P[ 1] Sending msg, prim:34580 addr:41000104 dinfo:30004
-- Executing [EMAIL PROTECTED]:2] NoCDR("Zap/1-1", "") in new stack
-- Executing [EMAIL PROTECTED]:3] GotoIf("Zap/1-1", "1?skiprg")
in new stack
-- Goto (macro-hangupcall,s,6)
-- Executing [EMAIL PROTECTED]:6] GotoIf("Zap/1-1", "1?theend")
in new stack
-- Goto (macro-hangupcall,s,9)
-- Executing [EMAIL PROTECTED]:9] Wait("Zap/1-1", "5") in new stack
== Spawn extension (macro-hangupcall, s, 9) exited non-zero on
'Zap/1-1' in macro 'hangupcall'
== Spawn extension (macro-hangupcall, s, 9) exited non-zero on 'Zap/1-1'
-- Hungup 'Zap/1-1'
P[ 1] handle_frm: frm->addr:42000103 frm->prim:34d82
P[ 1] empty_chan_in_stack: 2
P[ 1] $$$ CLEANUP CALLED pid:5
P[ 1] $$$ Cleaning up bc with stid :10020100 pid:5
P[ 1] --> ec_disable
P[ 1] Sending Control ECHOCAN_OFF
P[ 1] ph_control: c1:2319 c2:0
P[ 1] I IND :RELEASE oad: dad: pid:5 state:CLEANING
P[ 1] --> channel:0 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:0
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:50020102 l3id:30004 b_stid:0 layer_id:50020180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] --> bc_state:BCHAN_CLEANED
P[ 1] ast_hangup already called, so we have no ast ptr anymore in event(RELEASE)
P[ 1] --> No need to queue hangup
P[ 1] Cannot hangup chan, no ast
P[ 1] I SEND:RELEASE_COMPLETE oad: dad: pid:5
P[ 1] --> bc_state:BCHAN_CLEANED
P[ 1] --> channel:0 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:0
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:50020102 l3id:30004 b_stid:0 layer_id:50020180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] $$$ CLEANUP CALLED pid:5
P[ 1] Sending msg, prim:35a80 addr:41000104 dinfo:30004
P[ 1] handle_frm: frm->addr:42000103 frm->prim:3f182
P[ 1] --> lib: RELEASE_CR Ind with l3id:30004
P[ 1] --> lib: CLEANING UP l3id: 30004
P[ 1] $$$ CLEANUP CALLED pid:5
P[ 1] BCHAN: MGR_DELLAYER|CNF pid:5
NOTE: At this point, the first call is cut. But asterisk doesn't seem
to notice... This is what hapens when I really hangup SIP/201.
P[ 1] * IND : HANGUP pid:4 ctx:from-xacom dad: oad:256XXXXXXXX
State:CONNECTED
P[ 1] --> l3id:30003
P[ 1] --> cause:16
P[ 1] --> out_cause:16
P[ 1] --> state:CONNECTED
P[ 1] I SEND:DISCONNECT oad:201 dad:6XXXXXXXX pid:4
P[ 1] --> bc_state:BCHAN_ACTIVATED
P[ 1] --> channel:1 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:50010102 l3id:30003 b_stid:10010100 layer_id:50010180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] --> Channel: mISDN/1-u17 hanguped new state:CLEANING
== Spawn extension (from-internal, 256XXXXXXXX, 1) exited non-zero
on 'SIP/201-09181f08'
-- Executing [EMAIL PROTECTED]:1] Macro("SIP/201-09181f08",
"hangupcall") in new stack
-- Executing [EMAIL PROTECTED]:1] ResetCDR("SIP/201-09181f08",
"w") in new stack
P[ 1] Sending msg, prim:34580 addr:41000104 dinfo:30003
-- Executing [EMAIL PROTECTED]:2] NoCDR("SIP/201-09181f08", "")
in new stack
-- Executing [EMAIL PROTECTED]:3] GotoIf("SIP/201-09181f08",
"1?skiprg") in new stack
-- Goto (macro-hangupcall,s,6)
-- Executing [EMAIL PROTECTED]:6] GotoIf("SIP/201-09181f08",
"1?theend") in new stack
-- Goto (macro-hangupcall,s,9)
-- Executing [EMAIL PROTECTED]:9] Wait("SIP/201-09181f08", "5")
in new stack
== Spawn extension (macro-hangupcall, s, 9) exited non-zero on
'SIP/201-09181f08' in macro 'hangupcall'
== Spawn extension (macro-hangupcall, s, 9) exited non-zero on
'SIP/201-09181f08'
P[ 1] handle_frm: frm->addr:42000103 frm->prim:35a82
P[ 1] empty_chan_in_stack: 1
P[ 1] $$$ CLEANUP CALLED pid:4
P[ 1] $$$ Cleaning up bc with stid :10010100 pid:4
P[ 1] --> ec_disable
P[ 1] Sending Control ECHOCAN_OFF
P[ 1] ph_control: c1:2319 c2:0
P[ 1] I IND :RELEASE_COMPLETE oad: dad: pid:4 state:CLEANING
P[ 1] --> channel:0 mode:TE cause:81 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:0 rnumplan:0 cpnnumplan:0
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:0
P[ 1] --> screen:0 --> pres:0
P[ 1] --> addr:50010102 l3id:30003 b_stid:0 layer_id:50010180
P[ 1] --> facility:Fac_None out_facility:Fac_None
P[ 1] --> bc_state:BCHAN_CLEANED
P[ 1] ast_hangup already called, so we have no ast ptr anymore in
event(RELEASE_COMPLETE)
P[ 1] --> No need to queue hangup
P[ 1] Cannot hangup chan, no ast
P[ 1] handle_frm: frm->addr:42000103 frm->prim:3f182
P[ 1] --> lib: RELEASE_CR Ind with l3id:30003
P[ 1] --> lib: CLEANING UP l3id: 30003
P[ 1] $$$ CLEANUP CALLED pid:4
P[ 1] BCHAN: DeACT Conf pid:4
P[ 1] BCHAN: MGR_DELLAYER|CNF pid:4
Hope this helps to identify the problem.
Thanks in advance,
Julián J. Menéndez.
_______________________________________________
Misdn-asterisk mailing list
[email protected]
http://lists.beronet.com/cgi-bin/mailman/listinfo/misdn-asterisk