search for: dialerplan

Displaying 2 results from an estimated 2 matches for "dialerplan".

2007 Feb 01
1
Using Local Channels with Originate
...What I need to do is dial a zap channel and run various scripts if the channel is answered, busy, no-answer,etc. Here is the dial plan I am using: [outdialer] exten => 100,1,Dial(ZAP/4/1234567) exten => 100,n,DeadAgi(notdeadyet.py) exten => 100,n,Hangup [dialerplan] exten => s,1,AGI(showstatus.py|${DIALSTATUS}) exten => s,n,Hangup Here are the manager commands I am using: Action: login Username: test Secret: nottelling Action: originate Channel: Local/100@outdialer/n Context: dialerplan Extension: s...
2007 Feb 05
0
Callfiles to Meetme Fails (was: RE: Using Local Channels with Originate)
...t;) > > > > exten => s-CANCEL,1,NoOp("Cancelled") > > > > exten => s-CONGESTION,1,NoOp("Fast busy") > > > > exten => s-CHANUNAVAIL,1,NoOp("Channel unavailable") > > > > > > > > [dialerplan] > > > > exten => s,1,Background(demo-congrats) > > > > exten => s,n,WaitExten > > > > so on ... > > > > > > > > Here are the manager commands I am using: > > > > > > > > Action: log...