Home
last modified time | relevance | path

Searched refs:CMD_IPRM (Results 1 – 3 of 3) sorted by relevance

/dports/audio/baresip/baresip-0.5.8/modules/contact/
H A Dcontact.c150 {"dialcontact", '|', CMD_IPRM, "Dial from contacts", cmd_contact },
151 {"chatpeer", '=', CMD_IPRM, "Select chat peer", cmd_contact },
/dports/audio/baresip/baresip-0.5.8/modules/menu/
H A Dmenu.c454 {"ausrc", 0, CMD_IPRM, "Switch audio source", switch_audio_source },
455 {"auplay", 0, CMD_IPRM, "Switch audio player", switch_audio_player },
804 {"transfer", 't', CMD_IPRM, "Transfer call", call_xfer },
/dports/audio/baresip/baresip-0.5.8/include/
H A Dbaresip.h714 CMD_IPRM = CMD_PRM | CMD_PROG, /**< Interactive parameter */ enumerator