Hello I am attempting to locate where I can find this setting and have been unable to find it. Can someone point my to where this setting is? Thanks.
VERSION: 2.10-451a
BUILD: 140902-0816
Asterisk Version: 1.8.32.2-vici
Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
Dial Timeout -If defined, calls that would normally hang up after the timeout defined in extensions.conf would instead timeout at this amount of seconds if it is less than the extensions.conf timeout. This allows for quickly changing dial timeouts from server to server and limiting the effects to a single campaign. If you are having a lot of Answering Machine or Voicemail calls you may want to try changing this value to between 21-26 and see if results improve.
Manual Dial Timeout
exten => _(DESIRED EXTEN),2,Dial(${TESTSIPTRUNK}/${EXTEN:2},60,To)
blackbird2306 wrote:
But for e.g. "Blind Transfer" you'll have to define a timout directly in dialplan DIAL command like below:
for 60 seconds:exten => _(DESIRED EXTEN),2,Dial(${TESTSIPTRUNK}/${EXTEN:2},60,To)
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?
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
williamconley wrote: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.
Users browsing this forum: Bing [Bot] and 114 guests