Displaying 1 result from an estimated 1 matches for "prompt02".
2006 Feb 15
1
Bridge Calls with G()
...ial plan). One station
calls into a context ... in this case, dials '55' to start the extenion
exten => 55,1,DBget(PHONE2=demo/phone2)
exten => 55,2,Playback(/recordings/prompt01)
exten => 55,3,Dial(${PHONE2},,rG(from-internal-custom, 55, 4))
exten => 55,4,Playback(/recordings/prompt02)
exten => 55,5,Hangup()
You would think that the two parties would hear prompt02 and each other in a
conversation ... this does not work. However:
exten => 55,1,DBget(PHONE2=demo/phone2)
exten => 55,2,Playback(/recordings/prompt01)
exten => 55,3,Dial(${PHONE2},,rG(from-internal-custo...