Displaying 2 results from an estimated 2 matches for "0661xxxxxx".
Did you mean:
066104xxxx
2013 Jul 25
1
asterisk and IVR
...e home and when i press 1 i get the
call when there is no response from my sip/228 i can store the date and
time in my database
but when i handel the call from my sip i can't store the data in my table
calldate callerid ext
2013-07-25 14:09:20 0661xxxxxx No response
my question how can i do in order to store the data in my database with the
ext = response or no response
thanks and regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130725/fd...
2014 Jan 31
2
callfiles.call
...ions.conf
mycontext
exten => s,1,Ringing()
exten => s,n,Playback(hello-world)
exten => s,n,Dial(SIP/105)
exten => s,n,Hangup()
it works with one number how can i do in order to create a callfiles with a
lot of numbers
i try to create a callfiles.call like that
Channel: SIP/watara/0661xxxxxx
MaxRetries: 10
RetryTime: 5
WaitTime: 20
Context: mycontext
Extension: s
Priority: 1
Channel: SIP/watara/0669xxxxxx
MaxRetries: 10
RetryTime: 5
WaitTime: 20
Context: mycontext
Extension: s
Priority: 1
but he call only the last number,
any help please
thanks and regards
-------------- next part...