Page 1 of 1

an automatic and unattended call every 10 days is possible

Posted: Wed Aug 20, 2014 5:00 pm
by qubo
HI.

it is possible to create an unattended automatic dialing rule in dialplan? for example people that have Google Voice sometime has a free US DID that at least need to be used once a month in order to stay with the freeDID. so I was wondering if a rule that can dial especificl number every 10 days. example an automatic voice call center.... then the call is establish and a rule that hangup after 120 sec. that way the DID would be always available and no problem to loss it.

even the call can go to our own voicemail in callcentric. this way we have an anouncement that a call have been made to maintain our DID

Re: an automatic and unattended call every 10 days is possib

Posted: Thu Aug 21, 2014 10:59 am
by Aaron
The sipsorcery service does not provide any automated job functionality (in the Linux World they are called cron jobs) but there are already lots of services around that do.

What sipsorcery does provide is the ability to initiate a call from a web request so you could use tone of the scheduling services to call a URL and have sipsorcery initiate the call for you.

The format of the URL to initate a call is:

https://www.sipsorcery.com/callmanager. ... er=1234567

You can find more information on this page http://www.sipsorcery.com/mainsite/Help/WebCallback.

Re: an automatic and unattended call every 10 days is possib

Posted: Thu Aug 21, 2014 5:34 pm
by qubo
thanks I will check