For the dialplan is the DESIRED EXTEN the number I would be transferring to?
So I would have to include that exten statement for any number I would want to transfer to?
If you wanted to have it "per number dialed", yes. Otherwise he's just talking about the carrier's dialplan entry. Each one has a ",Dial(" line.
You could create a whole new dialplan pattern (using the Ns and Xs) which would apply to all extensions matching that pattern and with a unique Dial Prefix so that you could put the Prefix in the 3-way-call dial prefix and it would then apply to all 3-way-calls so configured.
For instance (but with YOUR carrier [context] or ${GLOBALS_STRING} instead of the actual dial content here:
- Code: Select all
exten =>_31NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten =>_31NXXNXXXXXX,n,Dial(${GLOBALSTRING}/${EXTEN:1},60,tTor)
exten =>_31NXXNXXXXXX,n,Hangup
Then put 3 in the prefix field.