That makes perfect sense. It works perfectly.
Thanks to you and Matteo who suggested the same solution.
-Original Message-
From: Alastair Maw [mailto:[EMAIL PROTECTED]
Sent: 4 septembre, 2003 11:28
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] Call script after hangup
Frank N
bviously it
> > doesn't.
> >
> > Do you have any suggestions?
> > Thank you.
> >
> > -Original Message-
> > From: Thomas Haeger [mailto:[EMAIL PROTECTED]
> > Sent: 4 septembre, 2003 09:42
> > To: [EMA
problem... but obviously it
> doesn't.
>
> Do you have any suggestions?
> Thank you.
>
> -Original Message-
> From: Thomas Haeger [mailto:[EMAIL PROTECTED]
> Sent: 4 septembre, 2003 09:42
> To: [EMAIL PROTECTED]
> Subject:
Frank N. wrote:
I believe the porblem is that, since the incoming call is not "closed"
before the outgoing call is created, the outgoing call does not work.
I was hoping the delay would solve this problem... but obviously it doesn't.
No - it still won't relinquish the call until the hangup handle
pturing hangups?
TIA,
Dave
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]On Behalf Of Thomas
HaegerSent: 04 September 2003 14:42To:
[EMAIL PROTECTED]Subject: AW: [Asterisk-Users] Call
script after hangup
Hi
Frank,
why
you so complica
t.
Do you
have any suggestions?
Thank
you.
-Original Message-From: Thomas Haeger
[mailto:[EMAIL PROTECTED] Sent: 4 septembre, 2003
09:42To: [EMAIL PROTECTED]Subject: AW:
[Asterisk-Users] Call script after hangup
Hi
Frank,
why
you so complicated ?
Try
[mailto:[EMAIL PROTECTED]Im Auftrag von Frank
N.Gesendet: Donnerstag, 4. September 2003 14:54An:
[EMAIL PROTECTED]Betreff: [Asterisk-Users] Call
script after hangup
Beginner: How can a script be called after a
calling user hangup?
What's wrong with this:
[incoming]
Beginner: How can a script be called after a
calling user hangup?
What's wrong with this:
[incoming]
exten => s,1,Playback,welcome
exten => s,2,Record,msgfile:gsm
exten => h,1,Goto(callscript,1,1)
[callscript]
exten => 1,1,Wait,5
exten => 1,2,System("SomeScript")
Thank you