Displaying 1 result from an estimated 1 matches for "prompt04".
Did you mean:
prompt02
2006 Feb 15
1
Bridge Calls with G()
...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-custom,55,4))
exten => 55,4,Playback(/recordings/prompt02)
exten => 55,5,Playback(/recordings/prompt04)
exten => 55,105,Hangup()
This works but the calling party hears 'prompt02' and the called party hears
'prompt04' & the two parties are NOT connected foa conversatoin - just like
the wiki describes
Does anyone know when the 'G()' flag will be fixed or any potentia...