Re: [asterisk-users] [France CID] Does Zaptel support ETSI FSK?

2007-10-23 Thread Vincent
On Mon, 22 Oct 2007 16:09:39 -0700, Ira [EMAIL PROTECTED] wrote:
try adding a wait(1) right in the beginning, worked for me.

Thanks but I had this before, and it makes no difference. Jared
explained above why CID isn't displayed when using 1.4.


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] [France CID] Does Zaptel support ETSI FSK?

2007-10-22 Thread Vincent
Hello

I've been googling for a couple of days now, but still can't
figure out what to put in zapata.conf to get it to report CID.

Unless I'm mistaken, France uses ETSI FSK for CID method and bell 202
as CID FSK Standard:

http://img219.imageshack.us/img219/7207/linksys3102cid1jj7.jpg
http://img219.imageshack.us/img219/4625/linksys3102cid2ld5.jpg

Does Zaptel support those on Digium TDM400 clones like those from
OpenVox?

Thank you.


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] [France CID] Does Zaptel support ETSI FSK?

2007-10-22 Thread Vincent
On Mon, 22 Oct 2007 21:19:27 +0200, Vincent
[EMAIL PROTECTED] wrote:
Does Zaptel support those on Digium TDM400 clones like those from
OpenVox?

Pff, finally found what it was: It had nothing to do with zaptel, and
everything to do with extensions.conf:


exten = s,1,NoOp(Got a call)

;nothing displayed
exten = s,n,Verbose(${CALLERID})
exten = s,n,Verbose(${CALLERIDNAME})
exten = s,n,Verbose(${CALLERIDNUM})
exten = s,n,NoOp(${CALLERID})
exten = s,n,Verbose(${CALLERID})

;CID at last!
exten = s,n,Verbose(${CALLERID(num)})


I'm running Asterisk 1.4. Does someone know why only the last
statement does display the CID number while the others print nothing?

Thank you.


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] [France CID] Does Zaptel support ETSI FSK?

2007-10-22 Thread Jared Smith
On Mon, 2007-10-22 at 23:18 +0200, Vincent wrote:
 
 exten = s,1,NoOp(Got a call)
 
 ;nothing displayed
 exten = s,n,Verbose(${CALLERID})
 exten = s,n,Verbose(${CALLERIDNAME})
 exten = s,n,Verbose(${CALLERIDNUM})
 exten = s,n,NoOp(${CALLERID})
 exten = s,n,Verbose(${CALLERID})
 
 ;CID at last!
 exten = s,n,Verbose(${CALLERID(num)})
 
 
 I'm running Asterisk 1.4. Does someone know why only the last
 statement does display the CID number while the others print nothing?

Beginning with Asterisk 1.4, we moved all of the CallerID functionality
from channel variables and applications to a single CALLERID dialplan
function.  This should have been noted in UPGRADE.txt.  I also tried to
warn you about it in my last email in this thread, but I guess I should
have been more specific.


-- 
Jared Smith
Community Relations Manager
Digium, Inc.


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] [France CID] Does Zaptel support ETSI FSK?

2007-10-22 Thread Vincent
On Mon, 22 Oct 2007 17:57:44 -0400, Jared Smith [EMAIL PROTECTED]
wrote:
Beginning with Asterisk 1.4, we moved all of the CallerID functionality
from channel variables and applications to a single CALLERID dialplan
function.  This should have been noted in UPGRADE.txt.  I also tried to
warn you about it in my last email in this thread, but I guess I should
have been more specific.

No problem. I should have read it more closely, but due to the number
of people having problems with Zaptel and CID, I was focused on that
part. Should have started asking people what the correct way was to
read CID information in Asterisk 1.4... Thanks.


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] [France CID] Does Zaptel support ETSI FSK?

2007-10-22 Thread Ira
At 02:18 PM 10/22/2007, you wrote:
;nothing displayed
exten = s,n,Verbose(${CALLERID})
exten = s,n,Verbose(${CALLERIDNAME})
exten = s,n,Verbose(${CALLERIDNUM})
exten = s,n,NoOp(${CALLERID})
exten = s,n,Verbose(${CALLERID})

;CID at last!
exten = s,n,Verbose(${CALLERID(num)})


I'm running Asterisk 1.4. Does someone know why only the last
statement does display the CID number while the others print nothing?


try adding a wait(1) right in the beginning, worked for me.

Ira


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users