hey @TheMark , thnx for feedback, diaplans is something new for me,
i aready had 1 line in my diaplan, to make sip calls between extensions:
exten => _X!,1,Dial(SIP/${EXTEN})
so i placed your code below it , converted to SIP (pjsip) is coming
so my extensiosn file looks like :
exten => _X!,1,Dial(SIP/${EXTEN})
same => n,Dial(SIP/8002&Local/100@DelayCall&Local/101@DelayCall)
[DelayCall]
exten => _X!,Wait(10)
same => n,Dial(SIP/${EXTEN})
problem 1
Now,offcourse if i call from 8003 to 8002 , then it dials 2 times
first because of default diaplan, second, i think because of your added lines…
prpoblem2 , if i can fix problem 1 , i see error below?
is there something wrong with that “local” stuff?
[Jan 17 08:38:46] -- Executing [8002@default:2] Dial("SIP/8003-00000000", "SIP/8002&Local/100@DelayCall&Local/101@DelayCallLocal/102@DelayCall") in new stack
[Jan 17 08:38:46] == Using SIP VIDEO CoS mark 6
[Jan 17 08:38:46] == Using SIP RTP CoS mark 5
[Jan 17 08:38:46] -- Called SIP/8002
[Jan 17 08:38:46] NOTICE[499][C-00000001]: core_local.c:739 local_call: No such extension/context 100@DelayCall while calling Local channel
[Jan 17 08:38:46] -- Couldn't call Local/100@DelayCall
[Jan 17 08:38:46] NOTICE[499][C-00000001]: core_local.c:739 local_call: No such extension/context 101@DelayCallLocal while calling Local channel
[Jan 17 08:38:46] -- Couldn't call Local/101@DelayCallLocal/102@DelayCall
[Jan 17 08:38:46] -- SIP/8002-00000002 is making progress passing it to SIP/8003-00000000