Displaying 7 results from an estimated 7 matches for "testcontext".
Did you mean:
test_context
2005 May 06
0
MWI on Cisco 7905
...tify-commands to the phones?
- Is it necessary to reboot the 7905 every x hours, as in the default
config provided by Cisco?
- Or is there any other solution to this problem that I haven't thought
of?
>From sip.conf:
[1002]
type=friend
host=(phone-ip-address)
username=1002
context=testcontext
nat=no
callgroup=2
pickupgroup=2
mailbox=2@testcontext
callerid=Loes<1002>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050506/9273d1a5/attachment.htm
2007 Feb 08
1
Queue extension issues
...s
[testq]
musiconhold=default
strategy = ringall
timeout = 10
retry = 5
context = testing
member => SIP/100
and then add into extensions something like this:
[incomingiax]
exten => 1234,1,Dial(SIP/100,10)
exten => 1234,2,Queue(testq|tTH|||300)
[testing]
exten => 1,1,Dial(SIP/101)
[testcontext]
exten => 100,1,Dial(SIP/100)
exten => 100,hint,SIP/100
exten => 101,1,Dial(SIP/101)
exten => 101,hint,SIP/101
exten => 102,1,Dial(SIP/102)
exten => 102,hint,SIP/102
Then if a user dials in on extension 1234 (which is what's forwarded
from the iax peer), Ext.100 should ri...
2006 Mar 07
2
Periodic-announce in queues
Hei.
I have a question about how to get the periodic-announce to work within
my queues. I got the following test:
extensions.conf -->
exten => s,2,Queue(test|rtT|||200)
Queues.conf -->
[testqueues]
strategy = ringall
context = testcontext
timeout = 250
periodic-announce-frequency=60
periodic-announce = queue-periodic-announce
member => SIP/591
Log from " show queues "
test has 1 calls (max unlimited) in 'ringall' strategy (0s holdtime),
W:0, C:0, A:2, SL:0.0% within 0s
Members: >
SIP/591 (Unknow...
2006 Apr 24
2
outbound calls to sip urls
Hi,
I wish to use the manager API to make an outbound call to a sip
url,subsequently play a prompt and hangup.Any hints on how to acheive
this/feasability will be much appreciated.
Regards,
Ajit
2016 Mar 24
2
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...t;>>>>> substitutions)
>>>>>>> + metricscripts = {k: applySubstitutions(v,
>>>>>>> substitutions)
>>>>>>> + for k,v in metricscripts.items()}
>>>>>>> context = TestContext(test, litConfig, runscript,
>>>>>>> verifyscript, tmpDir,
>>>>>>> tmpBase)
>>>>>>>
>>>>>>> @@ -80,6 +82,7 @@ class TestSuiteTest(FileBasedTest):
>>>>>>> out...
2016 Mar 24
0
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...t;> substitutions)
>>>>>>>> + metricscripts = {k: applySubstitutions(v,
>>>>>>>> substitutions)
>>>>>>>> + for k,v in metricscripts.items()}
>>>>>>>> context = TestContext(test, litConfig, runscript,
>>>>>>>> verifyscript, tmpDir,
>>>>>>>> tmpBase)
>>>>>>>>
>>>>>>>> @@ -80,6 +82,7 @@ class TestSuiteTest(FileBasedTest):
>>>>>&...
2016 Mar 24
1
[test-suite] r261857 - [cmake] Add support for arbitrary metrics
...titutions)
>>>>>>>>> + metricscripts = {k: applySubstitutions(v,
>>>>>>>>> substitutions)
>>>>>>>>> + for k,v in metricscripts.items()}
>>>>>>>>> context = TestContext(test, litConfig, runscript,
>>>>>>>>> verifyscript, tmpDir,
>>>>>>>>> tmpBase)
>>>>>>>>>
>>>>>>>>> @@ -80,6 +82,7 @@ class TestSuiteTest(FileBasedTest):
>&...