Displaying 1 result from an estimated 1 matches for "fcopba1".
2005 Mar 21
2
Ext matching problems
Hello everyone...
I'm trying to get up a testing pbx installation. Following instructions
of what've read from the handbook and from asterisk's wiki, I wrote the
dial plan as follows:
[general]
;
;
static = yes
;[globals]
;
[default]
;
exten => 0,1,Answer()
exten => 0,2,Playback(fcopba1)
exten => 0,3,Hangup()
exten => *0,1,Answer()
exten => *0,2,Record(fcopba1:gsm)
exten => *0,3,Playback(fcopba1)
exten => *0,4,Hangup()
include => extentions
include => pasvalide
[extentions]
exten => 1001,1,Dial(SIP/sipchan1001,10)
exten => 1001,2,Voicemail(u1001)
exten...