Transfer for Internal extension and ring back tone

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

Transfer for Internal extension and ring back tone

Postby bghayad » Tue Oct 08, 2013 6:27 pm

ello;

vicibox 4.0.3, vicidial 2.8-404a, Build 130605-0841, asterisk 1.4.39.1-vici, Single Machine, Vtiger 5.4

The strange thing that transfer for mobile or landline and using the 88 "IAX trunkloop" is working fine and return ring back tone, but when I need to transfer for another extension, I can not hear the ring back tone. I tried this using the IAX trunkloop and without it and the same result.

Can it be resolved? Because it is very important to get the ring back tone to know if it is ringing or not and what is the status !

Regards
Bilal
bghayad
 
Posts: 579
Joined: Sun Jan 01, 2012 4:53 pm

Re: Transfer for Internal extension and ring back tone

Postby williamconley » Sun Dec 01, 2013 7:02 pm

i've never had a problem with a ringback tone on a local extension (unless the phone in question is set to auto-answer and never rings).

are you dialing the extension of a phone in admin->phones?
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20258
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: Transfer for Internal extension and ring back tone

Postby bghayad » Sun Dec 01, 2013 8:05 pm

Yes I am able to dial the phone extension which is configured at admin --> phones and I can hear ring back tone.

But when I do the transfer from the agent application, I do not hear the ring back tone (although it is ringing at the destination).

What could be the reason?

Regards
Bilal
bghayad
 
Posts: 579
Joined: Sun Jan 01, 2012 4:53 pm

Re: Transfer for Internal extension and ring back tone

Postby williamconley » Sun Dec 01, 2013 10:59 pm

You will have to describe the situation in detail.

You just switched from "calling an internal extension" to "transferring to another agent" ... so let's get the exact situation in place to be sure.

You could post the button by button description along with asterisk CLI output to be sure we understand you ...
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20258
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: Transfer for Internal extension and ring back tone

Postby bghayad » Wed Feb 05, 2014 7:06 am

Thanks a lot for the help, but still it is not resolved.

Doing internal calls (from extension to extension) is fine and giving ring back tone.

But doing transfer via agent interface to the extension does not return ring.

The steps:

The agent is logged in and in ready status.
The agent received the call from outside and talking with the customer.
As it is required to transfer the call for another extension, so the agent will do the following:

Click on Transfer-Conf
At Number to call, the agent placed the extension number that need to transfer for it which is: 1030
Dial Overwrite is selected
Click on Dial with customer

It is ringing at the extension 1030 but we do not hear ring at the agent .. and when the extension answering the call, the voice is very clear.

Below are the CLI logs:

CC*CLI>
CC*CLI>
[Feb 5 15:00:19] == Manager 'sendcron' logged on from 127.0.0.1
[Feb 5 15:00:19] -- Executing [1030@default:1] Dial("Local/1030@default-00000073;2", "SIP/1030,60,") in new stack
[Feb 5 15:00:19] == Using SIP RTP CoS mark 5
[Feb 5 15:00:19] -- Called SIP/1030
[Feb 5 15:00:19] -- SIP/1030-0000001c is ringing
[Feb 5 15:00:49] == Spawn extension (default, 1030, 1) exited non-zero on 'Local/1030@default-00000073;2'
[Feb 5 15:00:49] -- Executing [h@default:1] AGI("Local/1030@default-00000073;2", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0-----CANCEL----------") in new stack
[Feb 5 15:00:49] -- <Local/1030@default-00000073;2>AGI Script agi://127.0.0.1:4577/call_log--HVcauses ... ---------- completed, returning 0


Regards
Bilal
bghayad
 
Posts: 579
Joined: Sun Jan 01, 2012 4:53 pm

Re: Transfer for Internal extension and ring back tone

Postby geoff3dmg » Wed Feb 05, 2014 8:18 am

Code: Select all
[Feb 5 15:00:19] -- Executing [1030@default:1] Dial("Local/1030@default-00000073;2", "SIP/1030,60,") in new stack


Asterisk was never asked to provide a ringing tone. If you use a custom 3-Way transfer prefix in the campaign settings you can override this Dialplan setting with a custom one (R in the Dial application flags is all you need IIRC).
Vicibox 5.03 from .iso | VERSION: 2.10-451a BUILD: 140902-0816 | Asterisk 1.8.28.2-vici | Multi-Server | Amfeltec H/W Timing Cards | No Extra Software After Installation | Dell PowerEdge 1850 | Pentium 4 'Prescott' Xenon Quad @ 3.40GHz
geoff3dmg
 
Posts: 403
Joined: Tue Jan 29, 2013 4:35 am
Location: Lancashire, UK

Re: Transfer for Internal extension and ring back tone

Postby bghayad » Thu Feb 13, 2014 11:15 am

Hello;

Still I do not hear the ringback tone when I am transferring for local extension (but I am hearing the ring back tone when I do transfer via the DAHDI or SIP trunk for mobile or land line) although I did modification in the extesions.conf as shown below, what could be the reason? Please note that the Phone is Off Hook (so he is always in the conference room when he is logged in).

I did customization in the extensions.conf and I used the following format:


Code: Select all
exten => 1030,1,Dial(SIP/1030,60,rtT)
exten => 1030,2,Goto(default,850266666666661030,1)
exten => 1030,3,Hangup()


And below is the CLI result which displays that rtT arguments that I added:

[Feb 13 18:49:26] -- Executing [1030@default:1] Dial("Local/1030@default-0000001a;2", "SIP/1030,60,rtT") in new stack
[Feb 13 18:49:26] == Using SIP RTP CoS mark 5
[Feb 13 18:49:26] -- Called SIP/1030
[Feb 13 18:49:26] -- SIP/1030-00000018 is ringing
[Feb 13 18:49:29] -- SIP/1030-00000018 answered Local/1030@default-0000001a;2


Of course, calls between extension is returning ring back tone.
What could be the problem? Any required settings for this?

I need to know if it is working with you (are you able to hear ring back tone when doing transfer to internal extension while you are Off Hook)? What do you use in ur dial plan and what do you use transfer settings?

Regards
Bilal
bghayad
 
Posts: 579
Joined: Sun Jan 01, 2012 4:53 pm

Re: Transfer for Internal extension and ring back tone

Postby bghayad » Thu Feb 27, 2014 5:23 am

Please I need help .. Why I can not get ring back tone?
Anyone do this kind of transfer and is getting ring back tone?

Regards
Bilal
bghayad
 
Posts: 579
Joined: Sun Jan 01, 2012 4:53 pm

Re: Transfer for Internal extension and ring back tone

Postby geoff3dmg » Thu Feb 27, 2014 5:28 am

Uppercase 'R' as I said before for your Dial application options.
Vicibox 5.03 from .iso | VERSION: 2.10-451a BUILD: 140902-0816 | Asterisk 1.8.28.2-vici | Multi-Server | Amfeltec H/W Timing Cards | No Extra Software After Installation | Dell PowerEdge 1850 | Pentium 4 'Prescott' Xenon Quad @ 3.40GHz
geoff3dmg
 
Posts: 403
Joined: Tue Jan 29, 2013 4:35 am
Location: Lancashire, UK

Re: Transfer for Internal extension and ring back tone

Postby bghayad » Thu Feb 27, 2014 5:52 am

First of all, are you able to hear ringing tone when you do transfer for Internal Extension? Did you test this?

I tried the 'R' and it is the same "I do not hear any ringing while it is ringing at the destination". Also normally the 'R' in asterisk will generate ring even if the destination is not ringing .. so it cause fake ringing. Again, I tried the 'R' and the same result (no ring).

Any advise?

Regards
Bilal
bghayad
 
Posts: 579
Joined: Sun Jan 01, 2012 4:53 pm

Re: Transfer for Internal extension and ring back tone

Postby geoff3dmg » Thu Feb 27, 2014 9:24 am

Yes, I get ringing with the default dialplan settings on both my Linux Agent PCs (Using Linphone 3.5.2) and my WinXP machines (Using Zoiper 2.42). I am suspecting that you have a client side configuration issue. Certainly on both Zoiper and Linphone you have to tell the softphone application which device to use for the ringing (Zopier tends to like to default to the onboard sound rather than the USB headset for example).
Vicibox 5.03 from .iso | VERSION: 2.10-451a BUILD: 140902-0816 | Asterisk 1.8.28.2-vici | Multi-Server | Amfeltec H/W Timing Cards | No Extra Software After Installation | Dell PowerEdge 1850 | Pentium 4 'Prescott' Xenon Quad @ 3.40GHz
geoff3dmg
 
Posts: 403
Joined: Tue Jan 29, 2013 4:35 am
Location: Lancashire, UK


Return to Support

Who is online

Users browsing this forum: No registered users and 128 guests