[Asterisk-Users] Problems with dial status...

2006-06-30 Thread Marcin Lukasik

Hello for the first time :-)

I have a huge problem trying to create some sort of call back system.

What am I trying to do?
I call Asterisk, press 1 to call someone back and play announcement. Hanging
up.
Then I'm creating a file:-

Channel: Zap/2-1/07966011122
Context: call-them-back
Extension: s
Priority: 1

And moving it into /var/spool/asterisk/outgoing

The asterisk gets the file and goes to context 'call-them-back', which is:-

[call-them-back]
exten = s,1,Answer
exten = s,n,Wait(1)
exten = s,n,Playback(IVR/premium/calling-back)
exten = s,n,Hangup()


But the problem is asterisk executes Playback() before the call is actually
connected.
(On the console it says that Zap/2-1 answered while it's actually trying to
ring on my mobile).

How can I resolve this problem? I'm based in the UK if it matters.

Thanks a lot for any help!

Martin

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Problems with dial status...

2006-06-30 Thread Marcin Lukasik
This has been covered on the list many times, search the archives, the 
Wiki and Google are your friend.


On a zap channel, Asterisk can't tell when a call has been answered, so 
starts the playback immediately.  Setup a loop asking the caller to press 
a key.  I have the following setup:


Doug,

Thank you. I am using my friends, and I know it's.. well... not 
possible...
But when I use Dial() to call on my mobile, it is not saying that call has 
been connected unless you actually answer it. So it makes me wonder why... 
that's why I'm asking.


Thanks,
Martin

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Integrate asterisk with Database

2006-06-30 Thread Marcin Lukasik

: Hi All,
: 
: I am plainging to give a solutions for a sports club. Follwing

: is the process that i need to achieve.
: If any body achieve this kind of setup pls give me a feedback, so
: that i can go through.

Have you even _tried_ to create your dialplan?

m.

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Voicemail

2006-06-30 Thread Marcin Lukasik



Because probably the rows/table/database name 
changed.
Connect to you mysql database and find what records you have 
to modify.

m.

  - Original Message - 
  From: 
  Khaled 
  Chehab 
  To: 'Asterisk Users Mailing List - 
  Non-Commercial Discussion' 
  Cc: [EMAIL PROTECTED] 
  
  Sent: Sunday, July 30, 2006 2:43 PM
  Subject: [Asterisk-Users] Voicemail 

  
  
  
  
  Dear 
  
  
  I am using trixbox,I want ot 
  disable and enable voicemail from command line 
  
  At [EMAIL PROTECTED] v 2.8 I was using this command 
  and was working successfully
  
  Database put AMPUSER/9990999 
  voicemail default 
  And 
  
  Database put AMPUSER.9990999 
  voicemail disables
  
  
  But at trixbox its not working 
  
  Any ideas 
  pleas
  
  
  Regards
  
  *No employee or agent is 
  authorized to conclude any binding agreement on behalf of Xplorium with 
  another party by e-mail without express written confirmation by an officer of 
  Xplorium. Any views expressed by an individual in this electronic message do 
  not necessarily reflect views of Xplorium or its subsidiaries and 
  associates.This electronic message and its attachments are solely 
  addressed to the addressee(s), and contain confidential information protected 
  from disclosure belonging to Xplorium.If you are not the intended 
  addressee of this electronic message and its attachments, kindly delete it 
  immediately from your system and notify the sender by electronic mail. You 
  must not copy this message or attachment or disclose its content to any other 
  person.Xplorium does not guarantee the integrity of this electronic 
  message and any of its attachments, or that they are free from computer 
  viruses or other defects.* 

  
  

  ___--Bandwidth and 
  Colocation provided by Easynews.com --Asterisk-Users mailing 
  listTo UNSUBSCRIBE or update options visit: 
  http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Problems with dial status...

2006-06-30 Thread Marcin Lukasik
On a zap channel, Asterisk can't tell when a call has been answered, so 
starts the playback immediately.  Setup a loop asking the caller to press 
a key.  I have the following setup:

[..]

I'm still wondering how to do it and I thought about BackgroundDetect(). Is 
there any way to use it to detect non-silence and non-beeps (calling signal) 
but speech?


Martin

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users