What is the client app?

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

What is the client app?

Postby eijal » Tue Nov 13, 2007 3:58 pm

What is the client app?

For an In-Group I am trying to send the dropped calls to another exten (For example 123456). But I need to record with the correct name. I am using this in my dial plan
Code: Select all
exten => 123456,1,Answer
exten => 123456,n,Monitor(wav,{CALLERIDNAME})
exten => 123456,n,Dial(IAX2/user:pass@domain/123)
exten => 123456,n,Hangup


How can send the client app the correct name of the wav file? Like in:
Code: Select all
; this is used for recording conference calls, the client app sends the filename
;    value as a callerID recordings go to /var/spool/asterisk/monitor (WAV)
exten => 8309,1,Answer
exten => 8309,2,Monitor(wav,${CALLERIDNAME})
exten => 8309,3,Wait,3600
exten => 8309,4,Hangup


I am using astguiclient 2.0.3
Thanks
eijal
 
Posts: 186
Joined: Thu Feb 08, 2007 6:34 pm

Postby mflorell » Thu Nov 15, 2007 12:12 am

The recording name cannot be sent to the client app. If you want to record and have it show up in the system it needs to be done through the client app.

There is currently no method for logging recordings in the recording_log table if the recording was not made through the client app.
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida


Return to Support

Who is online

Users browsing this forum: Bing [Bot] and 258 guests