This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .github/workflows/cd.yml | |
name: cd | |
on: | |
push: | |
branches: | |
- "main" | |
jobs: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <pjsua-lib/pjsua.h> | |
#include <stdio.h> | |
#define THIS_FILE "APP" | |
// JioFiber SIP Configuration | |
#define SIP_SERVER "<gj.wln.ims.jio.com>" | |
#define SIP_PROXY "sip:10.1.11.1:5068;transport=tls" | |
#define SIP_DOMAIN "10.1.11.1:5068" | |
#define SIP_USERNAME "+91<jio-number>" |