[asterisk-dev] app_page code
Jeremy Kister
asterisk-01 at jeremykister.com
Wed Oct 28 03:04:48 CDT 2009
On 10/27/2009 12:26 PM, Nick Lewis wrote:
> What happens if you add Playback(beep) after the Page() command in the
> dialplan?
no commands are executed after Page.
exten => 701,1,Page(SIP/701)
exten => 701,2,NoOp(here)
exten => 701,3,Playback(beep)
-- Executing [701 at intercom:1] Page("SIP/sip1-0a284bb0", "SIP/701,d") in
new stack
== Using SIP RTP CoS mark 5
== Using UDPTL CoS mark 5
-- Called 701
-- <SIP/sip1-0a284bb0> Playing 'beep.gsm' (language 'en')
-- SIP/701-0a017130 is ringing
-- SIP/701-0a017130 answered
-- Created MeetMe conference 1023 for conference '488221756d'
-- Hungup 'DAHDI/pseudo-2136411082'
== Spawn extension (intercom, 701, 1) exited non-zero on 'SIP/sip1-0a284bb0'
(the beep on line 5 is played to the caller, not callee)
--
Jeremy Kister
http://jeremy.kister.net./
More information about the asterisk-dev
mailing list