Displaying 5 results from an estimated 5 matches for "testcorp".
2010 Jun 14
4
Unable to pickup an extension, trying everything
Hello list,
I try to pick up a ringing extension but nothing works.
To be clear, I'm trying to pick up extension 10.
[Jun 14 17:37:34] -- Executing [**10 at from-TESTCORP:4]
Pickup("SIP/testcorp3-00000041", "10 at 123456") in new stack
[Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec:
No target channel found for 10.
[Jun 14 17:37:34] -- Executing [**10 at from-TESTCORP:5]
NoOp("SIP/testcorp3-00000041", &quo...
2010 May 13
1
app_addon_sql_mysql.c:116 find_identifier
...=> s,n,MYSQL(Fetch fetchid ${resultid} extensie)
exten => s,n,NoOp(fetchid = ${fetchid})
exten => s,n,MYSQL(Clear ${resultid})
exten => s,n,MYSQL(Disconnect ${connid})
exten => s,n,MacroExit()
[May 13 16:00:34] -- Executing [s at macro-GetMailboxFromSIPuserID:1]
MYSQL("SIP/testcorp-0827e670", "Connect connid localhost xxx xxx xxx")
in new stack
[May 13 16:00:34] -- Executing [s at macro-GetMailboxFromSIPuserID:2]
MYSQL("SIP/testcorp-0827e670", "Query resultid 19 SELECT extensie FROM
tbl_SIPaccounts WHERE ID="105002"") in new...
2010 Jun 29
1
Problem with GoToIfTime
Hello list,
why is it that GoToIfTime thinks a date of **|*|29-*|jun *is not valid ??
[Jun 29 14:06:34] -- Executing [s at macro-vac:10]
*GotoIfTime*("SIP/testcorp-00000036", "**|*|29-*|jun*?onvac") in new stack
[Jun 29 14:06:34] WARNING[3076]: pbx.c:4127 get_range: Invalid end day
'*', assuming none
[Jun 29 14:06:34] -- Executing [s at macro-vac:11]
*GotoIfTime*("SIP/testcorp-00000036", "**|*|*-1|jul*?onvac")...
2012 Aug 23
1
RemoveQueueMember and realtime queues
Hello,
using asterisk 1.8.11.1
using realtime queues
When trying to remove a queue member, I get the following :
-- Executing [122 at from-TESTCORP:2]
RemoveQueueMember("SIP/testcorp5-0000000c", "testcorpq1,SIP/testcorp7")
in new stack
WARNING[18788]: app_queue.c:5653 rqm_exec: Unable to remove interface
from queue 'testcorpq1': 'SIP/testcorp7' is not a dynamic member
How can one remove a queue member wh...
2003 Mar 14
3
SIP registrations
Can asterisk act as a SIP registrar or location server?
I would like to be able for a user agent(client) to register with
whatever client they are using as "username@domain-name.com". Rather
than the entry/username/password that is setup in the sip.conf file.
That way a user could log into any SIP enable client and their calls
would follow them around.
I have read the sip.conf man pages