[asterisk-users] Call Back on Busy

2011-01-10 Thread Ron
Hi All, One of our user asked the question, when she tries to call another local extension but the other end is engaged she will keep on trying until she finally can get thru. So she asked would it be possible to request for an auto-callback from the user she's trying to call to once it's not

Re: [asterisk-users] Call Back on Busy

2011-01-10 Thread John Novack
That function in the telephony world is called camp-on Can't say for sure if Asterisk can do that, not which version, nor freepbx John Novack Ron wrote: Hi All, One of our user asked the question, when she tries to call another local extension but the other end is engaged she will keep on

Re: [asterisk-users] Call Back on Busy

2011-01-10 Thread Jim Dickenson
It should not be too hard to write some dialplan code that detects the busy, plays a sound file asking if you want to camp-on to the called device, read an answer and loop around checking device status and placing a call when both the calling device and called device are free. -- Jim Dickenson

Re: [asterisk-users] Call Back on Busy

2011-01-10 Thread Paul Belanger
On 11-01-10 09:57 AM, Ron wrote: One of our user asked the question, when she tries to call another local extension but the other end is engaged she will keep on trying until she finally can get thru. So she asked would it be possible to request for an auto-callback from the user she's trying

Re: [asterisk-users] Call Back on Busy

2011-01-10 Thread Ron
thanks for all the reply. now that i know what it's called should be easy to find something on the net. btw, the URL below did not load anything on my side...it seems like it's connected somewhere but just downloading slow, but thanks for it anyway. regards Ron On 1/11/2011 1:20 AM, Paul

[asterisk-users] Call back DIALSTATUS is empty

2009-08-17 Thread Bharath B. Reddy Bynagari
Hi, Here is my problem. I am trying to get the Status of the call if the user picked up the phone or not. It is coming as empty. Please help. Here is my extensions_additional.conf file code: [multi-dir-callback] include = multi-dir-callback-custom exten = _X.,1,Answer exten =

[asterisk-users] Call back or some voicemail notifing.

2007-08-21 Thread Catalin S.
Hello PPL, someone have any idea for notifying users that they have voicemail waiting when they will register after weren't being registered on asterisk? I need this for nokia terminal e series users. I studied sms service but seems to be only for PSTN lines. I comes with idea to receive a call

[asterisk-users] Call back voicemail.

2007-08-16 Thread Catalin S.
Hello ppl, is any set of configuration for asterisk that could put asterisk to call users when they come back online in case they have any voicemail? I think is a good modality to inform users that they have a voicemail and listen to it. Thank you for you support.

Re: [asterisk-users] Call Back Service

2007-06-02 Thread Lee Jenkins
Costa Dinoteli wrote: Hello Everyone!! Wanted to ask for your help in what is the best way to do a callback service with asterisk. I want to be able to read a file containing two number to call and then call the two numbers and bridge them. Checkout auto calls:

[asterisk-users] Call Back Service

2007-06-01 Thread Costa Dinoteli
Hello Everyone!! Wanted to ask for your help in what is the best way to do a callback service with asterisk. I want to be able to read a file containing two number to call and then call the two numbers and bridge them. Thanks in advance, Costa ___

Re: [asterisk-users] Call Back

2007-03-13 Thread Stephen Bosch
Ivo Zivkov wrote: Sorry, I can only give you a general outline, because the code is proprietary. Call anywhere *from* anywhere... for just 12 cents a minute! (Some restrictions apply; see 47 page contract for details) -Stephen- ___ --Bandwidth and

RE: [asterisk-users] Call Back

2007-03-13 Thread Samy Antoun
--- Klaverstyn, David C [EMAIL PROTECTED] wrote: Can you provide some specific details as I would like to implement something like this. I wrote this application a while ago for FreePBX, maybe it helps: http://samyantoun.50webs.com/asterisk/callback/callback.gif

Re: [asterisk-users] Call Back

2007-03-13 Thread Vernier Umali
Check out Nerd Vittles at nerdvittles.com. There's an article on this kind of scenario On 3/14/07, Samy Antoun [EMAIL PROTECTED] wrote: --- Klaverstyn, David C [EMAIL PROTECTED] wrote: Can you provide some specific details as I would like to implement something like this. I wrote this

Re: [asterisk-users] Call Back

2007-03-13 Thread Stephen Bosch
Vernier Umali wrote: Check out Nerd Vittles at nerdvittles.com. There's an article on this kind of scenario proprietary :P -Stephen- ___ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update

[asterisk-users] Call Back

2007-03-12 Thread Luis Claudio Santos
Somebody could help me with a call back implementation, please? I mean, I just want call to my Asterisk, hung up the phone, and wait it calls me back... Somebody ever did that for local or international calls? Thanks. LC. ___ --Bandwidth and

Re: [asterisk-users] Call Back

2007-03-12 Thread Lee Jenkins
Luis Claudio Santos wrote: Somebody could help me with a call back implementation, please? I mean, I just want call to my Asterisk, hung up the phone, and wait it calls me back... Somebody ever did that for local or international calls? Luis, Check out this article:

Re: [asterisk-users] Call Back

2007-03-12 Thread Ivo Zivkov
In general how I implemented is as follows: - Caller calls asterisk. - From AGI, asterisk gets the caller ID. - Without answering, play back beeps, to simulate busy. - When the user hangs up, asterisk detects broken connection, cannot send beeps, and Originates a call back to the caller. -

RE: [asterisk-users] Call Back

2007-03-12 Thread Klaverstyn, David C
: Re: [asterisk-users] Call Back In general how I implemented is as follows: - Caller calls asterisk. - From AGI, asterisk gets the caller ID. - Without answering, play back beeps, to simulate busy. - When the user hangs up, asterisk detects broken connection, cannot send beeps, and Originates

Re: [asterisk-users] Call Back

2007-03-12 Thread Ivo Zivkov
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ivo Zivkov Sent: Tuesday, 13 March 2007 12:59 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Call Back In general how I implemented is as follows: - Caller calls asterisk. - From AGI

Re: [asterisk-users] Call Back

2007-03-12 Thread Stephen Bosch
Ivo Zivkov wrote: All the code is in AGI. Take a look at the Originate application. (http://www.voip-info.org/tiki-index.php?page=Asterisk+Manager+API+Action+Originate) I take it this is to make ultra-cheap calls from anywhere, right? -Stephen- ___

RE: [asterisk-users] Call Back

2007-03-12 Thread Klaverstyn, David C
: [asterisk-users] Call Back All the code is in AGI. Take a look at the Originate application. (http://www.voip-info.org/tiki-index.php?page=Asterisk+Manager+API+Actio n+Originate) Klaverstyn, David C wrote: Can you provide some specific details as I would like to implement something like

Re: [asterisk-users] Call Back

2007-03-12 Thread Ivo Zivkov
: Tuesday, 13 March 2007 2:31 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Call Back All the code is in AGI. Take a look at the Originate application. (http://www.voip-info.org/tiki-index.php?page=Asterisk+Manager+API+Actio n+Originate) Klaverstyn

[asterisk-users] Call back

2006-09-26 Thread Khaled Chehab
First hi I am trying to make a call back system I am using callme.php(click to call) to write the file at /var/spool/asterisk/outgoing And at the incoming context ,I match the incoming did as follow exten = 009613504768,4,system(elinks -dump

[asterisk-users] Call back

2006-09-25 Thread Khaled Chehab
First hi I am trying to make a call back system I am using callme.php(click to call) to write the file at /var/spool/asterisk/outgoing And at the incoming context ,I match the incoming did as follow exten = 009613504768,4,system(elinks -dump

Re: [Asterisk-Users] Call back features

2006-07-03 Thread Tigran Kocharyan
The following page will give you a hint: http://nerdvittles.com/index.php?p=73 Regards, Tigran Hello Sharon, Saturday, July 1, 2006, 5:33:14 AM, you wrote: anyone have information on how the call back features work with asterisk? I means the dial plan or what so ever. thanks -- Best

[Asterisk-Users] Call back features

2006-06-30 Thread Sharon Lim
anyone have information on how the call back features work with asterisk? I means the dial plan or what so ever. thanks ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit:

[Asterisk-Users] Call Back On Busy?

2005-09-26 Thread Sherwood McGowan
I know it's been touched on before, but no answers have been found to the best of my knowledge. I'm using a SIP only setup, with a sip provider giving PSTN and would like to see if anyone has an idea for creating redial busy using ${DIALSTATUS} and possibly MeetMe? I figure something like

RE: [Asterisk-Users] Call Back On Busy?

2005-09-26 Thread Damon Estep
McGowan Sent: Monday, September 26, 2005 7:45 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [Asterisk-Users] Call Back On Busy? I know it's been touched on before, but no answers have been found to the best of my knowledge. I'm using a SIP only setup, with a sip

RE: [Asterisk-Users] Call Back On Busy?

2005-09-26 Thread Sherwood McGowan
AMTo: Asterisk Users Mailing List - Non-Commercial DiscussionSubject: RE: [Asterisk-Users] Call Back On Busy? This may not apply to your situation, but many ATAs and SIP phones have this feature built in to the device. We use Linksys/Sipura and auto redial and last call

RE: [Asterisk-Users] Call Back On Busy?

2005-09-26 Thread Sherwood McGowan
processing? Thanks, SKM From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Damon EstepSent: Monday, September 26, 2005 10:15 AMTo: Asterisk Users Mailing List - Non-Commercial DiscussionSubject: RE: [Asterisk-Users] Call Back On Busy? This may not apply

Re: [Asterisk-Users] Call Back On Busy?

2005-09-26 Thread BJ Weschke
: [Asterisk-Users] Call Back On Busy? This may not apply to your situation, but many ATAs and SIP phones have this feature built in to the device. We use Linksys/Sipura and auto redial and last call return work without any special setup. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [Asterisk-Users] Call Back On Busy?

2005-09-26 Thread Sherwood McGowan
Not a bad idea, thank you for that. I'll look into it From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of BJ WeschkeSent: Monday, September 26, 2005 2:37 PMTo: Asterisk Users Mailing List - Non-Commercial DiscussionSubject: Re: [Asterisk-Users] Call Back

[Asterisk-Users] Call back when no longer busy

2004-12-21 Thread E. Versaevel
Hello, Im trying to implement a function available on the PSTN net here, if you dial a number which is busy and you press 5, you will be called back when the busy party hangs up. Figuring out if a SIP user is busy isnt to hard, ${DIALSTATUS} produces a BUSY message, however, how can I

Re: [Asterisk-Users] Call back when no longer busy

2004-12-21 Thread Stefan de Konink
E. Versaevel wrote: Hello, Im trying to implement a function available on the PSTN net here, if you dial a number which is busy and you press 5, you will be called back when the busy party hangs up. Cron job, eighter parse every 10s both peer statuses, and create a call file that is in the

Re: [Asterisk-Users] Call back when no longer busy

2004-12-21 Thread Peter Svensson
On Tue, 21 Dec 2004, Stefan de Konink wrote: E. Versaevel wrote: Hello, I’m trying to implement a function available on the PSTN net here, if you dial a number which is busy and you press 5, you will be called back when the busy party hangs up. Cron job, eighter parse every 10s both

[Asterisk-Users] call back on failed transfer or dial?

2004-09-04 Thread shabanip
hi, i'm under the impression that this feature is not available in asterisk, consider this scenario: - you are the operator. you answer a call from outside and you want to transfer it to one of the extensions. after you transfer, if the person you transferred the call to, doesn't pick up or if

RE: [Asterisk-Users] call back on failed transfer or dial?

2004-09-04 Thread Edward Eastman
] Subject: [Asterisk-Users] call back on failed transfer or dial? hi, i'm under the impression that this feature is not available in asterisk, consider this scenario: - you are the operator. you answer a call from outside and you want to transfer it to one of the extensions. after you transfer

[Asterisk-Users] call back on failed transfer?

2004-09-03 Thread shabanip
hi, i'm under the impression that this feature is not available in asterisk, consider this scenario: - you are the operator. you answer a call from outside and you want to transfer it to one of the extensions. after you transfer, if the person you transferred the call to, doesn't pick up or if

[Asterisk-Users] call back on failed transfer?

2004-09-02 Thread shabanip
hi, i'm under the impression that this feature is not available in asterisk, consider this scenario: - you are the operator. you answer a call from outside and you want to transfer it to one of the extensions. after you transfer, if the person you transferred the call to, doesn't pick up or if

Re: [Asterisk-Users] call-back example

2004-08-19 Thread Tobias Jönsson
On Wed, 18 Aug 2004, Maros RAJNOCH wrote: can anyone show me a exemple config for call-back? 1) I call asterisk server from my cellular 2) asterisk hang up my call (on d-channel) 3) asterisk recall to my cellular and give me a PSTN tone, so I can to pick up a call and to dial new phone

Re: [Asterisk-Users] call-back example

2004-08-19 Thread Peter Svensson
On Thu, 19 Aug 2004, Tobias Jönsson wrote: exten = h,2,System(echo Channel: SIP/[EMAIL PROTECTED] /tmp/${UNIQUEID}.call) exten = h,3,System(echo MaxRetries: 2 /tmp/${UNIQUEID}.call) exten = h,4,System(echo RetryTime: 60 /tmp/${UNIQUEID}.call) exten = h,5,System(echo WaitTime: 30

Re: [Asterisk-Users] call-back example

2004-08-19 Thread Tobias Jönsson
On Thu, 19 Aug 2004, Peter Svensson wrote: On Thu, 19 Aug 2004, Tobias Jönsson wrote: exten = h,2,System(echo Channel: SIP/[EMAIL PROTECTED] /tmp/${UNIQUEID}.call) exten = h,3,System(echo MaxRetries: 2 /tmp/${UNIQUEID}.call) exten = h,4,System(echo RetryTime: 60 /tmp/${UNIQUEID}.call)

Re: [Asterisk-Users] call-back example

2004-08-19 Thread Peter Svensson
On Thu, 19 Aug 2004, Tobias Jönsson wrote: There is a race in this solution of /tmp and /var/spool/asterisk/outgoing are on different file systems. Then the rename operation (mv) is not atomic but rather a copy. Thank you Peter for pointing out that! My mistake. Unfortunately Asterisk

[Asterisk-Users] call-back example

2004-08-18 Thread Maros RAJNOCH
Hi everybody, can anyone show me a exemple config for call-back? I need something like: 1) I call asterisk server from my cellular 2) asterisk hang up my call (on d-channel) 3) asterisk recall to my cellular and give me a PSTN tone, so I can to pick up a call and to dial new phone number

[Asterisk-Users] Call Back

2003-06-09 Thread Alex Lopez
We have Nextel Cell phones where incoming calls are free! I would like to call a DID number on my Asterisk server, have it grab my caller ID, not pick up, wait a few seconds, and call me back. I have already set up qcall to do this and pass it to a context that asks for a password