[Asterisk-Users] Phone numbers for testing
Rich Adamson
radamson at routers.com
Thu Sep 2 14:44:57 MST 2004
> Is there any phone numbers with answering machine wich can record my
> voice and play it back to me?
> It would be very helpful for asterisk testing, but im not shure such
> service exsists at all.
Do you mean somthing like:
; record a temporary GSM file
exten => 3920,1,Wait(1)
exten => 3920,2,Record(/tmp/ast:gsm)
exten => 3920,3,Wait(1)
exten => 3920,4,Playback(/tmp/ast)
within your extensions.conf?
More information about the asterisk-users
mailing list