search for: recordsip

Displaying 2 results from an estimated 2 matches for "recordsip".

Did you mean: recordsid
2007 Aug 14
1
Faulty voicemail
...nts to sim-call. On other occasions it works fine. In the CDR logs, I can see "NO ANSWER" and "ANSWERED" - what would be there if voicemail "answers"? Asterisk: 1.2.23 [macro-ext-group-home] ; ${ARG1} - Virtual Extension (e.g. 2005) exten => s,1,ExecIF($["${RECORDSIP}"="TRUE"],Monitor,wav|${TIMESTAMP}-${CALLERID( num)}-${MACRO_EXTEN}-${UNIQUEID}.WAV) exten => s,2,Dial(SIP/2${ARG1:-2}&SIP/4${ARG1:-2}&SIP/6${ARG1:-2},${OFFICE_TIMEOU T},rw) exten => s,3,Voicemail(u${ARG1}) exten => s,103,Voicemail(u${ARG1}) The call logs show: &q...
2010 Nov 12
1
Context issue
...friend secret=XXXXXXX host=dynamic canreinvite=no context=testinbound nat=yes allow=ulaw allow=gsm allow=alaw qualify=no the testinbound context includes the code to prepend a 2 to the CLI before passing it onto another context [testinbound] exten => _XXXX,1,ExecIF($["${RECORDSIP}"="TRUE"],Monitor,wav|${TIMESTAMP}-${CALLE RID(num)}-${EXTEN}-${UNIQUEID}.WAV) exten => _XXXX,n,NoOp(REWRITE CALLERID) exten => _XXXX,n,ExecIf($[ "${LEN(${CALLERID(num)})}" = "4" ]|Set|CALLERID(num)=2${CALLERID(num)}) exten => _XXXX,n,Goto(local,${EXTE...