bilal ghayyad wrote:

> Can someone advise me why in the below context, it
> does not run the Background step?

> [Test_Bilal]
> 
> include => KuwaitInternal
> include => EgyptInternal
> exten => 1000,1,Goto(s,1) 
> exten => s,1,Answer()   
> exten => s,2,ResponseTimeout(5)    
> exten => s,3,Background(WelcomeMessage)
> exten => 0,1,Dial(SIP/EgyptOperatorSIP,10)
> exten => 0,2,Background(WelcomeMessage)
> exten => 0,2,Playback(vm-nobodyavail)  
> exten => 0,3,Hangup()

1, 2, 2, 3. - That is not supposed to work.

> exten => 0,102,Playback(tt-allbusy)  
> exten => 0,103,Hangup()

Don't use priority jumping. There are many examples how
to do it better.

btw: Kuwait, Egypt - Are you going to become a VoIP
provider ;)

Regards,
  Philipp Kempgen

-- 
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
    Let's use IT to solve problems and not to create new ones.
          Asterisk? -> http://www.das-asterisk-buch.de

Geschäftsführer: Stefan Wintermeyer
Handelsregister: Neuwied B 14998

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

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

Reply via email to