I have pjsip endpoint with callerid= context=localpeers which looks follow: [localpeers] exten => _.@_./sergio,1,Dial(Local/${EXTEN}@somecontext) exten =>_.@_.,1,NoOp() And this works fine: == Setting global variable SIPDOMAIN to DOMAIN — Execut..
Author : sergio
Hello. Calls cancelled by caller during the dialing phase, are shown in Linphone as simply past calls, not missed ones. I thought this is an Linphone issue, but Sylvain says its on my PBX side: https://github.com/BelledonneCommunications/linphone-android/issues/832#issuecomment-557474..
Hello. I have two records in dialplan: exten => testA,1,Dial(PJSIP/outgoing/sip:thetestcall@sip.linphone.org) exten => testB,1,Dial(PJSIP/outgoing/sip:thetestcall@iptel.org) Calling testA works fine while testB fails with CONGESTION. Adding debug ..
Hello. I have a problem with linphone: https://github.com/BelledonneCommunications/linphone-android/issues/583 It creates different dialogues for different TO headers. And asterisk uses client IP in TO header, so I have a new dialogue each time my ph..