Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: mark_s_tt on June 11, 2007, 05:04:23 PM

Title: SAIL simulate incoming call
Post by: mark_s_tt on June 11, 2007, 05:04:23 PM
I've looked all over for an answer to this, anyone know if this is possible out of the box?

Thanks
Mark.
Title: SAIL simulate incoming call
Post by: mark_s_tt on June 12, 2007, 09:48:11 PM
Still interested to know what the preferred method of acheiving ths is, or if it is in fact already implemented, but in the mean time, here's a workaround to simulate an incoming call uing 7777 same as other distros.

Create a new custom app and call it something like "simulatecall".

Just add the following line:
exten => 7777,1,Goto(mainmenu,yourphonenumber,1);

Where yourphonenumber is taken from the top of the [mainmenu] section of extensions.conf

This should now be in extensions.conf

Code: [Select]
[simulatecall]
; Simulate an incoming call from an internal phone

exten => 7777,1,Goto(mainmenu,yourphonenumber,1);


That's it.
Mark

Really liking SAIL btw.
Title: SAIL simulate incoming call
Post by: SARK devs on June 13, 2007, 11:42:02 AM
More fun if you put up two SARK boxes and link them using Siblings.  You can cause all sorts of deliberate mayhem by looping calls back and forth - ;-)

Best

S