I have a Aastra 9133i phone and would like to do a simple test to make sure 
everything works.  I already assigned an IP address to the phone (I'm able to 
ping it.)  I have Asterisk running (installed Asterisk and Zaptel only) but not 
configured.  I don't have a FXS/FXO card yet but I would like to test out the 
phone.  Ideally, I'd like to be able to setup a mailbox, record a mailbox 
greeting, and play it back.  How do I do this?

I ran "make samples" to install the basic config files then:

I added this to the sip.conf: 

[aastra]
type=friend
host=192.168.0.99
[EMAIL PROTECTED]

I also added this to the extensions.conf file:

Exten => 1234,1,Wait(2)
Exten => 1234,2,Record(/tmp/asterisk-recording:gsm)
Exten => 1234,3,Wait(2)
Exten => 1234,4,Playback (/tmp/asterisk-recording)
Exten => 1234,5,wait(2)
Exten => 1234,6,Hangup 

When I dial "1234", nothing happens.  I'm not sure if that's how it supposed to 
work or what.


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to