hello,
i have done the folllowing configuration in my asterisk.since i have no zaptel hardware but i have used ztdummy module in my system..
in sip.conf
[6000]
type=friend
username=6000
secret=1234
host=dynamic
context=training
extensions.conf
[testconf]
exten => 7890,1,Wait,1
exten => 7890,2,Answer
exten => 7890,3,dial(SIP/6000,rTt)
exten => 7890,4,MeetMe(5001)
meetme.conf
[rooms]
;
; Usage is conf => confno[,pin][,adminpin]
;
conf => 5001
but my conferencing not working
can anyone helpme out???
what mistake i have done??
Regards,
dinesh.K
Please post your asterisk CLI output. So that we can analyze and try to figure it out what is the problem.
Thanks,
Suresh.
[quote=“agni_suresh896”]Please post your asterisk CLI output. So that we can analyze and try to figure it out what is the problem.
Thanks,
Suresh.[/quote]
This is my console log
– Executing Wait(“SIP/6666-090f27e8”, “1”) in new stack
– Executing Answer(“SIP/6666-090f27e8”, “”) in new stack
– Executing Dial(“SIP/6666-090f27e8”, “SIP/6000||rTt”) in new stack
– Called 6000
– SIP/6000-090fd178 is ringing
– SIP/6000-090fd178 answered SIP/6666-090f27e8
– Started music on hold, class ‘default’, on channel ‘SIP/6000-090fd178’
regards,
Dinesh.K
Instead of using 7890 for Conference user some other no
like exten => 777,1,MeetMe(5001)
exten => 777,2,Hangup()
Thanks,
suresh.