Asterisk call originating problem using DAHDI

Can some one please help me out of this problem. I am in need of originating calls and play a prompt from asterisk server to mobile users using carrier services. I have set up all the configurations and settings of asterisk.

Everything is working on SIP users but got stuck when shifted to DAHDI.
For originating calls I am using AMI using JAVA.

After originating calls Asterisk CLI shows -> ERROR[13522]: chan_dahdi.c:13744 dahdi_ss7_error: [1] !! Unable to handle message of type 0x3 on CIC 1
[1] Unhandled optional parameter 0x1e ‘Unknown’

The channel which I am using is this -> DAHDI/g1/MobileNum

I badly need help of anyone.

Please help guys!!

Aloha,

Check the CallerID

Thank you Aloha. Yes I am sending the IAM and setting a callerID. But I am not sure whether telco is allowing that callerId or not. But they are saying that they have not blocked any thing on their side.

B.R,
khattak

“Aloha” means “hello/greetings” :wink:
Paste your ss7 and dahdi configuration.

Ohh sorry for that :smile:

This is my chan_dahdi.conf configuration.

[b]
group=1
callgroup=1
pickupgroup=1

signalling=ss7
ss7type=itu
pointcode=2548
adjpointcode=1331
defaultdpc=3641
networkindicator=national_spare
ss7_called_nai=national
ss7_calling_nai=national
pridialplan=national
prilocaldialplan=national
ss7_internationalprefix = +00
ss7_nationalprefix = 0

context=outbound
linkset=1

cicbeginswith=1
channel = 1-15
cicbeginswith=17
channel = 17-31
sigchan=16

cicbeginswith=33
channel = 32-46
cicbeginswith=49
channel = 48-62
sigchan=47

cicbeginswith=65
channel = 63-93
;cicbeginswith=81
;channel = 79-93
;sigchan=78

cicbeginswith=97
channel = 94-124
;cicbeginswith=113
;channel = 110-124
;sigchan=109
[/b]

And the folowing is system configuration of dahdi “system.conf”

[b]span=1,1,0,ccs,hdb3

termtype: te

bchan=1-15,17-31
mtp2=16
echocanceller=mg2,1-15,17-31

Span 2: TE4/0/2 “T4XXP (PCI) Card 0 Span 2”

span=2,0,0,ccs,hdb3

termtype: te

bchan=32-46,48-62
mtp2=47
echocanceller=mg2,32-46,48-62

Span 3: TE4/0/3 “T4XXP (PCI) Card 0 Span 3”

span=3,0,0,ccs,hdb3

termtype: te

bchan=63-93
#mtp2=78
echocanceller=mg2,63-93

Span 4: TE4/0/4 “T4XXP (PCI) Card 0 Span 4”

span=4,0,0,ccs,hdb3

termtype: te

bchan=94-124
#mtp2=109

echocanceller=mg2,94-124

Global data

loadzone = us
defaultzone = us[/b]

I would greatly appreciate if you could look at this.

Regards