similar to: Call Transfer - "Both legs must reside on Asterisk box to transfer at this time"

Displaying 20 results from an estimated 120 matches similar to: "Call Transfer - "Both legs must reside on Asterisk box to transfer at this time""

2006 Mar 28
2
Transferring calls - BUG0003710
I made the post below earlier today. I'v since removed all NAT from the equation and the problem still persists. Basically I am trying to transfer a call. The transferring phone sends a REFER message to asterisk with a call id that Asterisk doesn't know about. Surely, surely.... someone else must have seen this? hermes*CLI> sip show channels Peer User/ANR Call ID
2006 Mar 28
2
NATted phones transferring calls - BUG0003710
I made a call from 3254102 to 2944093. I then tried to do a transfer to 3254107. IP addresses have been changed to protect the innocent. It appears this related to bug 3710. It's unclear from the bug if the problem has been fixed or not. If it hasn't, then this seems pretty serious and would I guess affect any NAT-ted phones ability to transfer calls. Here's the REFER that the phone
2006 Mar 19
0
Voicemail Bug?
Ugh. I have voicemail set up for realtime... mysql> SELECT * FROM ast_vm_users; +----------+-------------+-----------+---------+----------+----------+-------+-------+---------------------+ | uniqueid | customer_id | context | mailbox | password | fullname | email | pager | stamp |
2006 Mar 17
3
SIP Realtime Users
Trying to get SIP realtime working here... I'm connected to the database... *CLI> realtime mysql status Connected to vox180internal@db1.ipt.XXX.com, port 3306 with username voxadmin for 6 seconds. I can get information for the extension in question... *CLI> realtime load sipusers name 2944093 Column Name Column Value
2005 Dec 11
14
Regexten
Before I play around with this again in 1.2.1, regexten is still essentially broken, correct? The misconception seems to be that it allows you to execute a command upon registration from a SIP UA. Even the O'Reilly TFOT book erroneously states that this is what it is for. After reading the developer discussion though, it definitely seems to be broken. Is it fixed yet? Doug.
2006 Feb 27
8
AGI Scripts Terminate too Soon
Ok, here's a weird one. I have an AGI script where one user calls another. The call is answered. Everything is peachy. If the call is terminated by the CALLEE hanging up the call, then Asterisk returns control back to where the Dial() command left off, and I can check the return code of Dial(), ${DIALSTATUS} etc. That's all great. HOWEVER, if the CALLER hangs up the call, it seems as if
2006 Mar 27
0
Transfer Calls - REFER
I made a call from 3254102 to 2944093. I then tried to do a transfer to 3254107. IP addresses have been changed to protect the innocent. Here's the REFER that the phone at 2944093 sends directly to Asterisk: U 216.186.128.68:5060 -> 216.186.142.203:5060 REFER sip:3254102@216.186.142.203 SIP/2.0. Via: SIP/2.0/UDP 216.186.128.68;branch=z9hG4bKba3b074892377BD1. From:
2006 Mar 27
0
BUG 0003710 - RE: Transfer Calls - REFER
I just realised my problem seems to be related to bug 0003710 - "0003710: [patch] Consultative transfers between asterisk servers". It's unclear from the bug info if this problem has been resolved yet. Anyone know? Doug. > -----Original Message----- > From: Douglas Garstang > Sent: Monday, March 27, 2006 4:41 PM > To: 'Asterisk Users Mailing List - Non-Commercial
2006 Apr 07
2
DIALSTATUS for Multiple Dialled Numbers
Folks, When I have a dial string like this: Dial(SIP/3254101&SIP/3254102,20,tr) and I want to check the ${DIALSTATUS} variable after the dial, how do I know which number I am getting the variable for? And, what about this? Dial(SIP/3254101&SIP/3254102@proxy1,20,tr) What happens in that case? How can I get the ${DIALSTATUS} variable for EACH NUMBER dialled? Thanks, Doug.
2006 Dec 19
0
Is MOH Still Broken in Asterisk 1.4 (beta3)?
I'm wondering if moh is still broken in Asterisk 1.4 beta3. In Asterisk 1.2, when a callee put a caller on hold, the musiconhold class that was played was not the one the callee wanted the caller to hear, but something else. Even after using mohsuggest in Asterisk 1.4, it still appears that this is not working correctly. Here's the results of a simple test: CASE CALLER CALLEE
2006 Jun 22
3
Showing Current Calls
Can someone recommend the best way to view current calls in progress on the Asterisk console? Neither the 'show channels' or 'sip show channels' commands are easy to read. hestia*CLI> show channels Channel Location State Application(Data) SIP/2944093-f9e2 (None) Up Bridged Call(SIP/2944079-e7f2) SIP/2944079-e7f2
2006 Apr 20
1
Background() and Read()
I'm having some issues with Background() and Read() commands. See the example below. This is when I wait for Background to finish playing the sound file, before entering '12345#'. All works fine. hestia*CLI> -- Executing Answer("SIP/2944093-3366", "") in new stack -- Executing Wait("SIP/2944093-3366", "1") in new stack --
2006 Jun 15
7
Executing a Function from AGI
Hmmm. Not having much luck with this. I'm trying to call the DUNDILOOKUP function and assign it to a variable in an AGI script. I've tried setting with EXEC CMD and with SET VARIABLE. In both cases, it's treating DUNDILOOKUP literally, rather than calling a funciton. I've tried this: EXEC "Set" "DIALPATH=${DUNDILOOKUP(2944093|180net)}" and also: SET VARIABLE
2006 Apr 19
1
Callerid matching in extensions.conf
I'm using Asterisk 1.2.7.1. Has the callerid number matching functionality in extensions.conf changed recently? exten => 5555,1,NoOp(${CALLERID}) hestia*CLI> -- Executing NoOp("SIP/2944093-d24d", ""Cletus the Slaw Jawed Yokel" <2944093>") in new stack == Auto fallthrough, channel 'SIP/2944093-d24d' status is 'UNKNOWN' This
2006 Mar 22
2
Realtime Query
Arrgh. I just made a call with Asterisk to extension 2944093. That extension exists in astdb and I have rtcachefriends=yes in sip.conf. Asterisk did a database query... SELECT * FROM ast_sip_users WHERE name = '2944093' Uhm... Why? Doug
2006 May 11
4
'extensions reload' clears Regextens
I hope I have this wrong, but when I have a bunch of priority 1 NoOp's created from regexten in sip.conf, and I do an 'extensions reload', I lose all the priority 1 NoOps! This can't be right... this means that in a production environment, if you make a change to your dialplan and do an 'extensions reload', you lose your ability to terminate calls to phones on this system.
2006 Mar 18
1
Realtime SIP users/peers - Screwed?
Oh heck. It really looks like realtime has been seriously screwed up. When a call comes in to Asterisk, I can see asterisk executing these queries. SELECT * FROM ast_sip_peers WHERE host = '2XX.YYY.142.205' SELECT * FROM ast_sip_peers WHERE name = '2944093' SELECT * FROM ast_sip_peers WHERE name = '2944093' So, the first thing it does is check and see if there are any
2006 Nov 29
12
What's up with the Manager Interface?!?!
The Asterisk Manager Interface is driving me nuts. Whoever wrote it should be drawn and quartered. Sometimes the data comes back separated by \r\n, and sometimes it's separated by \n. The whole thing is completely inconsistent, and trying to write any kind of API for it is -GHASTLY- Doug.
2006 Mar 24
11
Transferring a call with IAX
Here's an interesting question: If I transfer a call from Asterisk system to another with IAX, is there any way I can get control back on the original system? Or.. do I lose control, and the dialplan has to continue on the new system? Scenario is we transfer calls to an Asterisk system that handles ACD queues. If the ACD queue times out, we want to send the caller to voicemail on another
2006 Nov 09
5
DUNDi precache
Does anyone have any information on how to use DUNDi precaching? Mark Spencer made a post 2 years ago where he hinted it may be possible to configure DUNDi such that you could centralise your DUNDi registration info by using precaching, instead of having each DUNDi peer meshed with every other one... http://lists.digium.com/pipermail/dundi/2004-October/000189.html However, it seems that no