434
Points
Questions
97
Answers
33
-
How to configure Airtel SIP trunk in Asterisk -vicidial-goautodial
- 230 views
- 1 answers
- 0 votes
-
How to configure JIO SIP Trunk in asterisk based Telephony servers?
- 175 views
- 1 answers
- 0 votes
-
how to Configure network for sip trunk
- 120 views
- 1 answers
- 0 votes
-
how to configure Tata Sip Trunk with Asterisk
- 177 views
- 2 answers
- 0 votes
-
How to get everything after a certain character in a string?
- 124 views
- 1 answers
- 0 votes
-
would like to move all desktop:~/Downloads/*.avi files from my desktop to laptop:~/Download/ using rsync. How do I delete source file …
- 142 views
- 0 answers
- 0 votes
-
I have self hosted jitsi meet but not able to start recording in jitsi meet Its show error : Recording …
- 150 views
- 0 answers
- 0 votes
-
Getting error while jitsi websocket connection. jitsi xmpp-websocket 502 https://meet.eduguru.in/xmpp-websocket 502 Bad Gateway nginx
- 189 views
- 0 answers
- 0 votes
-
#include <stdio.h> int fun(int n) { int i, j, sum = 0; for(i = 1;i<=n;i++) for(j=i;j<=i;j++) sum=sum+j; return(sum); } int …
- 858 views
- 0 answers
- 0 votes
-
Can not initialize SFTP protocol. is the host running SFTP server?
- 361 views
- 0 answers
- 0 votes
-
int main() { char a[2][3][3] = {‘e’,’d,’u’,’g’,’u’,’r’,’u’,’.’,’i’,’n’}; printf(“%s “, **a); getchar(); return 0; }
- 374 views
- 0 answers
- 0 votes
-
Got fatal error 1236 from master when reading data from binary log: ‘Slave can not handle replication events with the …
- 390 views
- 0 answers
- 0 votes
-
# include <stdio.h> int main() { int i=0; for(i=0; i<20; i++) { switch(i) { case 0: i+=5; case 1: i+=2; …
- 511 views
- 1 answers
- 0 votes
-
#include <stdlib.h> #include <stdio.h> enum {false, true}; int main() { int i = 1; do { printf(“%d\n”, i); i++; if …
- 535 views
- 1 answers
- 0 votes
-
no package python3 available on aws
- 874 views
- 1 answers
- 0 votes
-
#include<stdio.h> int main() { static int i=5; if(–i){ main(); printf(“%d “,i); } }
- 384 views
- 1 answers
- 0 votes
-
How to Install Python 3.8 on Amazon Linux?
- 302 views
- 0 answers
- 0 votes
-
How to change timezone in Ubuntu?
- 326 views
- 0 answers
- -1 votes
-
How to Pass Command Line Arguments in Shell Script?
- 307 views
- 1 answers
- 0 votes
-
is this possible to send sms from c program
- 318 views
- 0 answers
- 0 votes