Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] 11.5.0: blindxfer problems


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
seandarcy2 at gmail.com
Guest





PostPosted: Wed Dec 17, 2014 2:10 pm    Post subject: [asterisk-users] 11.5.0: blindxfer problems Reply with quote

I've got a confbridge set up which works if dialed locally:

-- Executing [266@internal:1] Answer("DAHDI/1-1", "") in new stack
-- Executing [266@internal:2] SendDTMF("DAHDI/1-1", "1") in new stack
-- Executing [266@internal:3] ConfBridge("DAHDI/1-1", "1") in new stack
-- <DAHDI/1-1> Playing 'conf-onlyperson.ulaw' (language 'en')
.......


extensions.conf:

[globals]
.......
GOTO_ON_BLINDXFR="internal,266,1"

features.conf:

[featuremap]
blindxfer => #1

But:

-- Executing [s@DialOut:14] Dial("DAHDI/1-1",
"motif/xxxx/+1234567890a@voice.google.com,,rTt") in new stack
-- Called motif/xxxx/+1234567890a@voice.google.com
-- Motif/+1234567890a@voice.google.com-688c is proceeding passing
it to DAHDI/1-1
-- Motif/+1234567890a@voice.google.com-688c answered DAHDI/1-1
-- Started music on hold, class 'default', on
Motif/+123456789a@voice.google.com-688c
-- <DAHDI/1-1> Playing 'pbx-transfer.ulaw' (language 'en')
[Dec 17 09:46:59] WARNING[19083][C-000000be]: features.c:2550
builtin_blindtransfer: No digits dialed.
-- <DAHDI/1-1> Playing 'pbx-invalid.ulaw' (language 'en')

I'm expecting the blind transfer to GOTO internal,266,1.

If I input 266 at the transfer dial tone, the blind transfer occurs.

Do I have this set up incorrectly?

sean


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
rnewton at digium.com
Guest





PostPosted: Fri Dec 19, 2014 9:43 am    Post subject: [asterisk-users] 11.5.0: blindxfer problems Reply with quote

On Wed, Dec 17, 2014 at 1:09 PM, sean darcy <seandarcy2@gmail.com> wrote:
Quote:
I've got a confbridge set up which works if dialed locally:

-- Executing [266@internal:1] Answer("DAHDI/1-1", "") in new stack
-- Executing [266@internal:2] SendDTMF("DAHDI/1-1", "1") in new stack
-- Executing [266@internal:3] ConfBridge("DAHDI/1-1", "1") in new stack
-- <DAHDI/1-1> Playing 'conf-onlyperson.ulaw' (language 'en')
.......


extensions.conf:

[globals]
.......
GOTO_ON_BLINDXFR="internal,266,1"

features.conf:

[featuremap]
blindxfer => #1

But:

-- Executing [s@DialOut:14] Dial("DAHDI/1-1",
"motif/xxxx/+1234567890a@voice.google.com,,rTt") in new stack
-- Called motif/xxxx/+1234567890a@voice.google.com
-- Motif/+1234567890a@voice.google.com-688c is proceeding passing it to
DAHDI/1-1
-- Motif/+1234567890a@voice.google.com-688c answered DAHDI/1-1
-- Started music on hold, class 'default', on
Motif/+123456789a@voice.google.com-688c
-- <DAHDI/1-1> Playing 'pbx-transfer.ulaw' (language 'en')
[Dec 17 09:46:59] WARNING[19083][C-000000be]: features.c:2550
builtin_blindtransfer: No digits dialed.
-- <DAHDI/1-1> Playing 'pbx-invalid.ulaw' (language 'en')

I'm expecting the blind transfer to GOTO internal,266,1.

If I input 266 at the transfer dial tone, the blind transfer occurs.

Do I have this set up incorrectly?

https://wiki.asterisk.org/wiki/display/AST/Asterisk+Standard+Channel+Variables

"${GOTO_ON_BLINDXFR} - Transfer to the specified
context/extension/priority after a blind transfer (use ^ characters in
place of | to separate context/extension/priority when setting this
variable from the dialplan)"

Try using ^ characters as it mentions there.

--
Rusty Newton
Digium, Inc. | Community Support Manager
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
direct: +1 256 428 6200

Check us out at: http://digium.com & http://asterisk.org

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
seandarcy2 at gmail.com
Guest





PostPosted: Sat Dec 20, 2014 3:23 pm    Post subject: [asterisk-users] 11.5.0: blindxfer problems Reply with quote

On 12/19/2014 09:42 AM, Rusty Newton wrote:
Quote:
On Wed, Dec 17, 2014 at 1:09 PM, sean darcy <seandarcy2@gmail.com> wrote:
Quote:
I've got a confbridge set up which works if dialed locally:

-- Executing [266@internal:1] Answer("DAHDI/1-1", "") in new stack
-- Executing [266@internal:2] SendDTMF("DAHDI/1-1", "1") in new stack
-- Executing [266@internal:3] ConfBridge("DAHDI/1-1", "1") in new stack
-- <DAHDI/1-1> Playing 'conf-onlyperson.ulaw' (language 'en')
.......


extensions.conf:

[globals]
.......
GOTO_ON_BLINDXFR="internal,266,1"

features.conf:

[featuremap]
blindxfer => #1

But:

-- Executing [s@DialOut:14] Dial("DAHDI/1-1",
"motif/xxxx/+1234567890a@voice.google.com,,rTt") in new stack
-- Called motif/xxxx/+1234567890a@voice.google.com
-- Motif/+1234567890a@voice.google.com-688c is proceeding passing it to
DAHDI/1-1
-- Motif/+1234567890a@voice.google.com-688c answered DAHDI/1-1
-- Started music on hold, class 'default', on
Motif/+123456789a@voice.google.com-688c
-- <DAHDI/1-1> Playing 'pbx-transfer.ulaw' (language 'en')
[Dec 17 09:46:59] WARNING[19083][C-000000be]: features.c:2550
builtin_blindtransfer: No digits dialed.
-- <DAHDI/1-1> Playing 'pbx-invalid.ulaw' (language 'en')

I'm expecting the blind transfer to GOTO internal,266,1.

If I input 266 at the transfer dial tone, the blind transfer occurs.

Do I have this set up incorrectly?

https://wiki.asterisk.org/wiki/display/AST/Asterisk+Standard+Channel+Variables

"${GOTO_ON_BLINDXFR} - Transfer to the specified
context/extension/priority after a blind transfer (use ^ characters in
place of | to separate context/extension/priority when setting this
variable from the dialplan)"

Try using ^ characters as it mentions there.


Thanks for the response, but no joy:


== Setting global variable 'GOTO_ON_BLINDXFER' to 'internal^266^1'

<DAHDI/1-1> Playing 'pbx-transfer.ulaw' (language 'en')
[Dec 20 15:12:03] WARNING[12336][C-00000012]: features.c:2550
builtin_blindtransfer: No digits dialed.


sean


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
seandarcy2 at gmail.com
Guest





PostPosted: Sat Dec 20, 2014 3:52 pm    Post subject: [asterisk-users] 11.5.0: blindxfer problems Reply with quote

On 12/20/2014 03:22 PM, sean darcy wrote:
Quote:
On 12/19/2014 09:42 AM, Rusty Newton wrote:
Quote:
On Wed, Dec 17, 2014 at 1:09 PM, sean darcy <seandarcy2@gmail.com> wrote:
Quote:
I've got a confbridge set up which works if dialed locally:

-- Executing [266@internal:1] Answer("DAHDI/1-1", "") in new stack
-- Executing [266@internal:2] SendDTMF("DAHDI/1-1", "1") in new
stack
-- Executing [266@internal:3] ConfBridge("DAHDI/1-1", "1") in
new stack
-- <DAHDI/1-1> Playing 'conf-onlyperson.ulaw' (language 'en')
.......


extensions.conf:

[globals]
.......
GOTO_ON_BLINDXFR="internal,266,1"

features.conf:

[featuremap]
blindxfer => #1

But:

-- Executing [s@DialOut:14] Dial("DAHDI/1-1",
"motif/xxxx/+1234567890a@voice.google.com,,rTt") in new stack
-- Called motif/xxxx/+1234567890a@voice.google.com
-- Motif/+1234567890a@voice.google.com-688c is proceeding
passing it to
DAHDI/1-1
-- Motif/+1234567890a@voice.google.com-688c answered DAHDI/1-1
-- Started music on hold, class 'default', on
Motif/+123456789a@voice.google.com-688c
-- <DAHDI/1-1> Playing 'pbx-transfer.ulaw' (language 'en')
[Dec 17 09:46:59] WARNING[19083][C-000000be]: features.c:2550
builtin_blindtransfer: No digits dialed.
-- <DAHDI/1-1> Playing 'pbx-invalid.ulaw' (language 'en')

I'm expecting the blind transfer to GOTO internal,266,1.

If I input 266 at the transfer dial tone, the blind transfer occurs.

Do I have this set up incorrectly?

https://wiki.asterisk.org/wiki/display/AST/Asterisk+Standard+Channel+Variables


"${GOTO_ON_BLINDXFR} - Transfer to the specified
context/extension/priority after a blind transfer (use ^ characters in
place of | to separate context/extension/priority when setting this
variable from the dialplan)"

Try using ^ characters as it mentions there.


Thanks for the response, but no joy:


== Setting global variable 'GOTO_ON_BLINDXFER' to 'internal^266^1'

<DAHDI/1-1> Playing 'pbx-transfer.ulaw' (language 'en')
[Dec 20 15:12:03] WARNING[12336][C-00000012]: features.c:2550
builtin_blindtransfer: No digits dialed.


sean



I also tried setting up a transfer as an applicationmap.

conference => *7,peer/both,ConfBridge,1

Seems to load:

features reload
== Parsing '/etc/asterisk/features.conf': Found
== Registered Feature 'conference'
== Mapping Feature 'conference' to app 'ConfBridge(1)' with code '*7'

but when the caller dials *7, there's no action, Nothing in the cli. The
dtmf is just sent to the callee.

Also tried having the callee dial *7, same result.

Any help appreciated.


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
seandarcy2 at gmail.com
Guest





PostPosted: Sun Dec 21, 2014 11:09 am    Post subject: [asterisk-users] 11.5.0: blindxfer problems Reply with quote

On 12/21/2014 04:42 AM, Patrick Beaumont wrote:
Quote:
Have you enabled DTMF logging and seen the DTMF codes being recognised by
Asterisk? I had a bunch of soft phones that I had to change to using “sip
info” for the DTMF signalling as the RFC signalling was not always being
recognised. This would cause transfers to appear as if the user had not
dialled any digits.




On 20/12/2014 20:52, "sean darcy" <seandarcy2@gmail.com> wrote:

Quote:
On 12/20/2014 03:22 PM, sean darcy wrote:
Quote:
On 12/19/2014 09:42 AM, Rusty Newton wrote:
Quote:
On Wed, Dec 17, 2014 at 1:09 PM, sean darcy <seandarcy2@gmail.com>
wrote:
Quote:
I've got a confbridge set up which works if dialed locally:

-- Executing [266@internal:1] Answer("DAHDI/1-1", "") in new stack
-- Executing [266@internal:2] SendDTMF("DAHDI/1-1", "1") in new
stack
-- Executing [266@internal:3] ConfBridge("DAHDI/1-1", "1") in
new stack
-- <DAHDI/1-1> Playing 'conf-onlyperson.ulaw' (language 'en')
.......


extensions.conf:

[globals]
.......
GOTO_ON_BLINDXFR="internal,266,1"

features.conf:

[featuremap]
blindxfer => #1

But:

-- Executing [s@DialOut:14] Dial("DAHDI/1-1",
"motif/xxxx/+1234567890a@voice.google.com,,rTt") in new stack
-- Called motif/xxxx/+1234567890a@voice.google.com
-- Motif/+1234567890a@voice.google.com-688c is proceeding
passing it to
DAHDI/1-1
-- Motif/+1234567890a@voice.google.com-688c answered DAHDI/1-1
-- Started music on hold, class 'default', on
Motif/+123456789a@voice.google.com-688c
-- <DAHDI/1-1> Playing 'pbx-transfer.ulaw' (language 'en')
[Dec 17 09:46:59] WARNING[19083][C-000000be]: features.c:2550
builtin_blindtransfer: No digits dialed.
-- <DAHDI/1-1> Playing 'pbx-invalid.ulaw' (language 'en')

I'm expecting the blind transfer to GOTO internal,266,1.

If I input 266 at the transfer dial tone, the blind transfer occurs.

Do I have this set up incorrectly?


https://wiki.asterisk.org/wiki/display/AST/Asterisk+Standard+Channel+Var
iables


"${GOTO_ON_BLINDXFR} - Transfer to the specified
context/extension/priority after a blind transfer (use ^ characters in
place of | to separate context/extension/priority when setting this
variable from the dialplan)"

Try using ^ characters as it mentions there.


Thanks for the response, but no joy:


== Setting global variable 'GOTO_ON_BLINDXFER' to 'internal^266^1'

<DAHDI/1-1> Playing 'pbx-transfer.ulaw' (language 'en')
[Dec 20 15:12:03] WARNING[12336][C-00000012]: features.c:2550
builtin_blindtransfer: No digits dialed.


sean



I also tried setting up a transfer as an applicationmap.

conference => *7,peer/both,ConfBridge,1

Seems to load:

features reload
== Parsing '/etc/asterisk/features.conf': Found
== Registered Feature 'conference'
== Mapping Feature 'conference' to app 'ConfBridge(1)' with code '*7'

but when the caller dials *7, there's no action, Nothing in the cli. The
dtmf is just sent to the callee.

Also tried having the callee dial *7, same result.

Any help appreciated.


OK. I'll figure out DTMF logging, but notice asterisk does recognize
both #1 (blindxfer) and *2 (atxfer), so it recognizes DTMF tones.

sean



--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
seandarcy2 at gmail.com
Guest





PostPosted: Mon Dec 22, 2014 5:00 pm    Post subject: [asterisk-users] 11.5.0: blindxfer problems Reply with quote

On 12/21/2014 11:09 AM, sean darcy wrote:
Quote:
On 12/21/2014 04:42 AM, Patrick Beaumont wrote:
Quote:
Have you enabled DTMF logging and seen the DTMF codes being recognised by
Asterisk? I had a bunch of soft phones that I had to change to using “sip
info” for the DTMF signalling as the RFC signalling was not always being
recognised. This would cause transfers to appear as if the user had not
dialled any digits.




On 20/12/2014 20:52, "sean darcy" <seandarcy2@gmail.com> wrote:

Quote:
On 12/20/2014 03:22 PM, sean darcy wrote:
Quote:
On 12/19/2014 09:42 AM, Rusty Newton wrote:
Quote:
On Wed, Dec 17, 2014 at 1:09 PM, sean darcy <seandarcy2@gmail.com>
wrote:
Quote:
I've got a confbridge set up which works if dialed locally:

-- Executing [266@internal:1] Answer("DAHDI/1-1", "") in new
stack
-- Executing [266@internal:2] SendDTMF("DAHDI/1-1", "1") in new
stack
-- Executing [266@internal:3] ConfBridge("DAHDI/1-1", "1") in
new stack
-- <DAHDI/1-1> Playing 'conf-onlyperson.ulaw' (language 'en')
.......


extensions.conf:

[globals]
.......
GOTO_ON_BLINDXFR="internal,266,1"

features.conf:

[featuremap]
blindxfer => #1

But:

-- Executing [s@DialOut:14] Dial("DAHDI/1-1",
"motif/xxxx/+1234567890a@voice.google.com,,rTt") in new stack
-- Called motif/xxxx/+1234567890a@voice.google.com
-- Motif/+1234567890a@voice.google.com-688c is proceeding
passing it to
DAHDI/1-1
-- Motif/+1234567890a@voice.google.com-688c answered DAHDI/1-1
-- Started music on hold, class 'default', on
Motif/+123456789a@voice.google.com-688c
-- <DAHDI/1-1> Playing 'pbx-transfer.ulaw' (language 'en')
[Dec 17 09:46:59] WARNING[19083][C-000000be]: features.c:2550
builtin_blindtransfer: No digits dialed.
-- <DAHDI/1-1> Playing 'pbx-invalid.ulaw' (language 'en')

I'm expecting the blind transfer to GOTO internal,266,1.

If I input 266 at the transfer dial tone, the blind transfer occurs.

Do I have this set up incorrectly?


https://wiki.asterisk.org/wiki/display/AST/Asterisk+Standard+Channel+Var

iables


"${GOTO_ON_BLINDXFR} - Transfer to the specified
context/extension/priority after a blind transfer (use ^ characters in
place of | to separate context/extension/priority when setting this
variable from the dialplan)"

Try using ^ characters as it mentions there.


Thanks for the response, but no joy:


== Setting global variable 'GOTO_ON_BLINDXFER' to 'internal^266^1'

<DAHDI/1-1> Playing 'pbx-transfer.ulaw' (language 'en')
[Dec 20 15:12:03] WARNING[12336][C-00000012]: features.c:2550
builtin_blindtransfer: No digits dialed.


sean



I also tried setting up a transfer as an applicationmap.

conference => *7,peer/both,ConfBridge,1

Seems to load:

features reload
== Parsing '/etc/asterisk/features.conf': Found
== Registered Feature 'conference'
== Mapping Feature 'conference' to app 'ConfBridge(1)' with code '*7'

but when the caller dials *7, there's no action, Nothing in the cli. The
dtmf is just sent to the callee.

Also tried having the callee dial *7, same result.

Any help appreciated.


OK. I'll figure out DTMF logging, but notice asterisk does recognize
both #1 (blindxfer) and *2 (atxfer), so it recognizes DTMF tones.

sean


How do I enable DTMF logging?

logger set level DEBUG
No such command 'logger set level DEBUG' (type 'core show help logger
set level' for other possible commands)

didn't work, even though:

help logger
logger mute Toggle logging output to a console
logger reload Reopens the log files
logger rotate Rotates and reopens the log files
logger set level {DEBUG|NOTICE Enables/Disables a specific logging level
for this console


I tried core set debug 10 , but that captured no DTMF.

sean






--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
rmudgett at digium.com
Guest





PostPosted: Mon Dec 22, 2014 5:38 pm    Post subject: [asterisk-users] 11.5.0: blindxfer problems Reply with quote

On Mon, Dec 22, 2014 at 4:00 PM, sean darcy <seandarcy2@gmail.com (seandarcy2@gmail.com)> wrote:

<snip>

 
Quote:


How do I enable DTMF logging?

logger set level DEBUG
No such command 'logger set level DEBUG' (type 'core show help logger set level' for other possible commands)

didn't work, even though:

help logger
                   logger mute Toggle logging output to a console
                 logger reload Reopens the log files
                 logger rotate Rotates and reopens the log files
logger set level {DEBUG|NOTICE Enables/Disables a specific logging level for this console


The help syntax string is truncated because of the number
of options and the column length.  The command is:

logger set level DTMF


The full help syntax string is:
logger set level {DEBUG|NOTICE|WARNING|ERROR|VERBOSE|DTMF} {on|off}



Richard
Back to top
seandarcy2 at gmail.com
Guest





PostPosted: Wed Dec 24, 2014 10:49 am    Post subject: [asterisk-users] 11.5.0: blindxfer problems Reply with quote

On 12/22/2014 05:38 PM, Richard Mudgett wrote:
Quote:


On Mon, Dec 22, 2014 at 4:00 PM, sean darcy <seandarcy2@gmail.com
<mailto:seandarcy2@gmail.com>> wrote:

<snip>

How do I enable DTMF logging?

logger set level DEBUG
No such command 'logger set level DEBUG' (type 'core show help
logger set level' for other possible commands)

didn't work, even though:

help logger
logger mute Toggle logging output to a console
logger reload Reopens the log files
logger rotate Rotates and reopens the log files
logger set level {DEBUG|NOTICE Enables/Disables a specific logging
level for this console


The help syntax string is truncated because of the number
of options and the column length. The command is:
logger set level DTMF

The full help syntax string is:
logger set level {DEBUG|NOTICE|WARNING|ERROR|VERBOSE|DTMF} {on|off}

Richard

Thanks.

cli logger shows _no_ dtmf events, yet recognizes *2 !!

logger set level dtmf on
Logger status for 'DTMF' has been set to 'on'.

<< here I first hit *7, then hit *2 >>>

-- Started music on hold, class 'default', on
Motif/+12036258013@voice.google.com-8bf9
-- <DAHDI/1-1> Playing 'pbx-transfer.ulaw' (language 'en')
.....

sean




--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services