keywords: ip pbx voip gateway gsm gateway

×

Notice

The forum is in read only mode.
× Technical information on install and config asterisk, zaptel under different OSs

Incomming call problem:B400P

11 years 6 months ago #8333 by arnautalic
Hi,
i have asterisk 1.8.5, centos 5.8 and opnvox B400P BRI card. The problem is with incomming calls.Outgoing calls are working just fine. Here is the simple dial plan:

[sip-users]
exten => _0.,1,Dial(dahdi/g1/${EXTEN})

[from-pstn-to-101]
exten => s,1,Answer()
exten => s,n,Dial(SIP/101,60,tr)


Here is dahdi-channels.conf

; Span 1: B4/0/1 "B4XXP (PCI) Card 0 Span 1" (MASTER) AMI/CCS
group=1
context=from-pstn-to-101
switchtype = euroisdn
signalling = bri_cpe_ptmp
channel => 1-2



When i call my PSTN number 762025 in asterisk cli i get error message :
Span 1: Extension 762025@from-pstn-to-101 does not exist. Rejecting call from '33636786'


Please i need some help to figure this out.

Thanks
11 years 6 months ago #8334 by tim.june
You should change the inbound rule from:
[from-pstn-to-101]
exten => s,1,Answer()
exten => s,n,Dial(SIP/101,60,tr)
To:
[from-pstn-to-101]
exten => _X.,1,Answer()
exten => _X.,n,Dial(SIP/101,60,tr)

Then try it!

Email: This email address is being protected from spambots. You need JavaScript enabled to view it.
Skype: tim.jjune
11 years 6 months ago #8335 by arnautalic
Thanks,
that works like a charm :)
Time to create page: 0.037 seconds
Powered by Kunena Forum