search for: prirorty

Displaying 1 result from an estimated 1 matches for "prirorty".

Did you mean: priorty
2016 Jul 20
3
PJSIP_DIAL_CONTACTS issue
...oOP(${DIALSTATUS}) exten => 1001,3,Dial(PJSIP/mytrunk/sip:${mob}@10.0.0.1) exten => h,1,NoOp() exten => h,n,NoOP(${DIALSTATUS}) ----------------------------------------------------------------------- If i try to dial the same offline endpoint with the below code snippet, it jumps to next prirorty. exten => 1001,1,Dial(PJSIP/${EXTEN}) exten => 1001,2,,NoOP(${DIALSTATUS}) exten => 1001,3,Dial(PJSIP/mytrunk/sip:${mob}@10.0.0.1) exten => h,1,NoOp() exten => h,n,NoOP(${DIALSTATUS}) The endpoint may register from multiple device, so I always have to dial it all contacts. Did anyo...