Koozali.org: home of the SME Server

SAIL simulate incoming call

Offline mark_s_tt

  • **
  • 37
  • +0/-0
SAIL simulate incoming call
« 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.

Offline mark_s_tt

  • **
  • 37
  • +0/-0
SAIL simulate incoming call
« Reply #1 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.

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
SAIL simulate incoming call
« Reply #2 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