Hi, I thing there is some mistake in pjsua_app. The problem is where I want to change default audio capture/playback device by: --capture-dev, --playback-dev, should be: cfg->capture_dev = atoi(pj_optarg); and cfg->playback_dev= atoi(pj_optarg); BR Andrew