Very simple inbound/outbound route..please help

Hi All,

I have just installed Asterisk and Freepbx… and I need to figure something out right away…I’m new to Freepbx

I have a quad port board installed, inbound calls comes in from port 1 (connected to another PBX) and I want to send it out through port 3 (connected to CO)…when the call is 1215XXXXXXX I want to route it to group=0,13

how would I do that?

this my config:

; Span 1: TE4/0/1 “T4XXP (PCI) Card 0 Span 1” (MASTER)
group=0,11
context=from-pstn
switchtype = national
signalling = pri_net
channel => 1-23
context = default
group = 63

; Span 2: TE4/0/2 "T4XXP (PCI) Card 0 Span 2"
group=0,12
context=from-pstn
switchtype = national
signalling = pri_net
channel => 25-47
context = default
group = 63

; Span 3: TE4/0/3 "T4XXP (PCI) Card 0 Span 3"
group=0,13
context=from-pstn
switchtype = national
signalling = pri_cpe
channel => 49-71
context = default
group = 63

Thanks

I managed to do this by adding:
[from-pstn]
exten => _1215.,1,Dial(dahdi/g13/${EXTEN})

to extensions_custom.conf

but how would I do this through the Web GUI?

thanks