The basic incoming and out going works fine.

 

Trying to create a basic dial plan and asterisk hangs up on me.

 

First issue:

 

I am only hearing part of the recording when I call in

 

Second issue;

 

Before I am even able to choose an option of hear the rest of the recording,
asterisk hangs up on me.

 

Any assistance would truly be appreciated.

 

Brad

 

My dial plan of issues...

 

;exten => s,1,Answer()

;exten => s,2,DIAL(SIP/100,20)

 

exten => s,1,Answer(60)

exten => s,2,Background(otherwise-press)

exten => s,1,Playback(digits/1)

exten => s,2,Goto(default,s,1)

exten => s,1,Playback(digits/2)

exten => s,2,Goto(default,s,1)

exten => i,1,Playback(pbx-invalid)

exten => i,2,Goto(incoming,s,1)

exten => t,1,Playback(vm-goodbye)

;exten => t,2,Hangup( )

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to