[Asterisk-Dev] DTMF no detected !
Areski
areski at e-group.org
Thu Oct 16 06:18:00 MST 2003
Hi all !!!
Have problem with dtmf detection... In my AGI script I print "GET DATA
demo-enterkeywords 5000 1"
And I ve got strange behaviour !!!
- through the gateway * don't care about timeout but can detect the DTMF
- with x-lite soft phone * don't detect the DTMF but it care about the
timeout
I tried the three configuration way inband, rfc2833, info... No way
Some ideas about it ?!?
Thanks in advance,
Aresk
On Tue, 2003-10-14 at 18:40, Ousmane Wilane wrote:
> Hi,
> I'm trying to run a Dial command in a child process and let the parent
> go on processing. I can't make it to work since the parent always wait
> for the Dial to hangup before processing.
>
> int pid;
> pid = fork();
> if(pid == 0) {
> fprintf(stderr, "Child process\n");
> res = run_command("EXEC DIAL SIP/502");
> if (!res) {
> fprintf(stderr, "Failed to execute command\n");
> exit;
> }
> } else {
> if(pid < 0) {
> fprintf(stderr, "Fork Failed\n");
> exit;
> }
> }
> // Why this have to wait for the kid to exit??? Pls help!
> fprintf(stderr, "Parent process child is %d\n", pid);
>
>
> Any help/advice will be greatly appreciated
>
> Sorry if this is the wrong list to post this kind of question.
>
> Kind regard
>
> --
> Ousmane WIlane
> _______________________________________________
> Asterisk-Dev mailing list
> Asterisk-Dev at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-dev
More information about the asterisk-dev
mailing list