****This is an edited version of a previous post****
this is the above section:
[ext-did]
include => ext-did-custom
exten => s/4009910,1,Set(FROM_DID=s/4009910)
exten => s/4009910,n,Set(FAX_RX=disabled)
exten => s/4009910,n,Goto(ext-local,10,1)
exten => s,1,Noop(No DID or CID Match)
exten => s,n,Answer
exten => s,n,Wait(2)
exten => s,n,Playback(ss-noservice)
exten => s,n,SayAlpha(${FROM_DID})
exten => _[*#X].,1,Set(FROM_DID=${EXTEN})
exten => _[*#X].,n,Noop(Received an unknown call with DID set to ${EXTEN})
exten => _[*#X].,n,Goto(ext-did,s,1)
; end of [ext-did]
with debuglevel=3 it shows:
P[ 1] MGMT: SSTATUS: L1_ACTIVATED
P[ 1] MGMT: SSTATUS: L2_ESTABLISH
P[ 1] set_channel: bc->channel:0 channel:1
P[ 1] I IND :SETUP oad: dad:4009910 pid:2 state:none
P[ 1] --> channel:1 mode:TE cause:16 ocause:16 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:4 rnumplan: cpnnumplan:0
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:1
P[ 1] --> Bearer: Speech
P[ 1] --> Codec: Alaw
P[ 0] --> * NEW CHANNEL dad:4009910 oad:
P[ 1] --> CTON: Unknown
P[ 1] EXPORT_PID: pid:2
P[ 1] --> PRES: Restricted (1)
P[ 1] --> SCREEN: Unscreened (0)
P[ 1] I SEND:RELEASE oad: dad:4009910 pid:2
P[ 1] --> bc_state:BCHAN_CLEANED
P[ 1] --> channel:1 mode:TE cause:16 ocause:1 rad: cad:
P[ 1] --> info_dad: onumplan:0 dnumplan:4 rnumplan: cpnnumplan:0
P[ 1] --> caps:Speech pi:0 keypad: sending_complete:1
P[ 1] $$$ CLEANUP CALLED pid:2
P[ 1] I IND :RELEASE_COMPLETE oad: dad: pid:2 state:EXTCANTMATCH
P[ 1] --> channel:0 mode:TE cause:-1 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] hangup_chan
P[ 1] -> hangup
P[ 1] * IND : HANGUP pid:2 ctx:from-pstn dad:4009910 oad:(null)
State:EXTCANTMATCH
P[ 1] --> l3id:20001
P[ 1] --> cause:-1
P[ 1] --> out_cause:-1
P[ 1] --> state:EXTCANTMATCH
P[ 1] Channel: mISDN/1-1 hanguped new state:CLEANING
P[ 1] release_chan: bc with l3id: 20001
P[ 1] $$$ CLEANUP CALLED pid:2
Detlev
-------------------- m2f --------------------
Sent using Mail2Forum (http://www.mail2forum.com).
Read this topic online here:
http://www.freepbx.org/forums/viewtopic.php?p=1265#1265
-------------------- m2f --------------------
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|