Проблема с AIX2
Беру из Samlple/extensions.conf
-----------------------
; Create an extension, 500, for dialing the
; Asterisk demo.
;
exten => 500,1,Playback(demo-abouttotry); Let them know what's going on
exten => 500,2,Dial(IAX2/guest@misery.digium.com/s@default) ; Call the Asterisk demo
exten => 500,3,Playback(demo-nogo) ; Couldn't connect to the demo site
exten => 500,4,Goto(s,6) ; Return to the start over message.
----------------------------------
и получаю следующую ошибку:
app_dial.c:764 dial_exec:Unable to create channel of type for 'AIX2'.
|